MobTwist is a Minecraft server plugin that allows you to toggle and manage mob replacement on your server. With MobTwist, you can block specific players, configure which mobs are ignored for replacement, and enable or disable mob replacement entirely.
MobTwist is a Minecraft server plugin that allows you to toggle and manage mob replacement on your server. With MobTwist, you can block specific players, configure which mobs are ignored for replacement, and enable or disable mob replacement entirely.
config.yml and data.yml.config.ymlThis file allows customization of the plugin's core settings, such as which mobs are ignored for replacement.
Example configuration:
replacementEnabled: true
IGNORE:
- ENDER_DRAGON
IGNORE_TO_REPLACE:
- ENDER_DRAGON
replacementEnabled: true enables mob replacement, while false disables it.
IGNORE: Lists mobs that the plugin will ignore entirely.
IGNORE_TO_REPLACE: Lists mobs that will not be replaced with others.
data.yml
Stores the UUIDs of players blocked from mob-related effects:
blocked-players:
- 57748894-5be1-3191-9ce0-43394de01720
/mt toggle (enable / disable MobTwist)
/mt block (block player from MobTwist)
/mt unblock(unblock players)