Commands - ToCraft/woodwalkers-mod GitHub Wiki
Here is every command of this mod explained.
/walkers remove2ndShape <player>
Removes the second shape of specified player.
/walkers change2ndShape <player> shape <nbt>
Changes the second shape of the specified player, with nbt if needed. For NBT, take a look at Variants for possible Variants and at the Minecraft-Wiki for specifying the tags.
/walkers switchShape <player> <shape> <nbt>
Changes the current shape of the specified player, with nbt if needed. For NBT, take a look
at Variants for possible Variants and at
the Minecraft-Wiki for specifying the tags.
Use /walkers switchShape <player> normal
to switch back to your normal player skin.
/walkers show2ndShape <player>
Prints the current second shape of the specified player.
/walkers playerBlacklist
/walkers playerBlacklist isWhitelist [config_value]
Prints the current config value or overwrites it. This effectively converts the blacklist to a whitelist or the other way around.
/walkers playerBlacklist add <player/uuid>
Adds a player to the blacklist/whitelist.
/walkers playerBlacklist remove <player/uuid>
Removes a player from the blacklist/whitelist.
/walkers playerBlacklist list
Prints the Display Names of the Players in the blacklist/whitelist or their UUID if they're offline.
/walkers playerBlacklist preventUnlocking <true/false>
Whether the player blacklist/whitelist should prevent unlocking.
/walkers playerBlacklist preventMorphing <true/false>
Whether the player blacklist/whitelist should prevent morphing.
/walkers entityBlacklist
/walkers entityBlacklist add <entity_type>
Adds an entity type to the blacklist.
/walkers entityBlacklist remove <entity_type>
Removes an entity type from the blacklist.
/walkers entityBlacklist list
Prints the currently blacklisted entity types.
/walkers entityBlacklist clear
Clears the entity blacklist.