GravelMC/plugins/core/commands/help.py
minecraftchest1@outlook.com 20d77c8e31 Initial commit.
2024-10-21 10:22:24 -05:00

9 lines
No EOL
267 B
Python

import lib.commands
import lib.globalData
def init(globalData: globalData):
helpCommand: lib.commands.Command = lib.commands.Command("[command]", "Prints this help message.", helpCommand)
def helpCommand(command: str = None):
print("Available Commands:")