Initial command registration setup. Pretty hacky, subcommands do not work, some arguments missing.

This commit is contained in:
Kenzie Togami
2019-03-04 18:31:20 -08:00
parent a0f127813d
commit 9ee0f00030
9 changed files with 153 additions and 95 deletions

View File

@ -15,7 +15,7 @@ authors="sk89q, wizjany, TomyLobo, kenzierocks, Me4502"
# The modid of the mod
modId="worldedit"
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
version="${internalVersion}"
version="${version}"
# A display name for the mod
displayName="WorldEdit"
# The description text for the mod (multi line!)
@ -23,11 +23,11 @@ description='''
WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single- and multi-player.
'''
[[dependencies.worldedit]]
modId="minecraft"
modId="forge"
mandatory=true
versionRange="[1.13.2]"
versionRange="[${forge_version},)"
ordering="NONE"
side="SERVER"
side="BOTH"
[[dependencies.worldedit]]
modId="sponge"
mandatory=false