A simple Minecraft Mod to disable recipes and items from other mods.
- /disable_mod - main command to interface with the mod
- /disable_mod <enable/disable> item - enables/disables a specific item
- /disable_mod <enable/disable> namespace - Disables all items within a namespace (for example, all items starting with minecraft: )
- /disable_mod config DefaultDisabledItemsListFromPlayerUUID - generates a default disabled items list for a modpack, allowing large servers to not lag while searching for namespaces for new players. First, disable all namespaces you want to be disabled for new players for your player, then provide your UUID. to this command.
- /disable_mod init - Copies the default disabled items list to the player that initiated the command's UUID. Use this instead of manually disabling every mod namespace.
- /disable_mod reinit - Reinits a corrupted disabled items list by doing the same as init. Note: This will delete the selected player's mod unlock progress!
- /disable_mod disable/enable all - disables/enables all items currently registered in the item registry.
Important! For the disabled items list to be created, the /disable_mod init command must be run by every new player trough chat, quest or other means.
