Skip to content

Commands implemented by ToolLeveling

Tristan Kechlo edited this page Jul 21, 2022 · 2 revisions

THIS PAGE ONLY APPLIES TO MODVERSIONS >= 1.4.0

all available commands:

/toolleveling

This command is used to manage all mod specific requests, e.g. to reload a config.
See all available subcommands below.

/toolleveling config info <config>

Displays the links to this wiki on how to use the configurations.
Arguments:
- <config>: required, either GENERAL, ITEM_VALUES or COMMANDS

/toolleveling config show <config>

Displays an clickable link, thats opens the requested config file.
Works only when executed in singleplayer, when on multiplayer clicking the link will not work.
Arguments:
- <config>: required, either GENERAL, ITEM_VALUES or COMMANDS

/toolleveling config reset <config>

Will reset the provided config to it's default values.
The config will be automatically synced to the clients when run on a server.
Arguments:
- <config>: required, either GENERAL, ITEM_VALUES or COMMANDS

/toolleveling config reload

Will reload all configs from the filesystem.
When run on a server, the configs will be synced to the clients automatically.

/toolleveling openitemvalues

This will show a list of all items and their value, that are specified in the config item_values.json

/superenchant

/superenchant <target> <enchantment> [level]

This command works similar like the vanilla /enchant command (info),
with the difference, there is no limit for the enchantment level.
This way you can even decrease the level of the enchantment with this command.

Arguments:
- <target>: required (a player name, a target selector or a UUID‌)
- <enchantment>: required (the enchantment to be applied to the target)
- [level]: optional (level of the enchantment, 1 when not provided)

Clone this wiki locally