Compatibility
Minecraft: Java Edition
1.21
1.20
1.19
1.18
1.17
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 7 months ago
Updated 7 months ago
MobTwist Plugin
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.
Features
- Toggle mob replacement on/off with commands.
- Block/unblock players from mob-related effects.
- Customizable ignore lists for mobs.
- Configurable via
config.yml
anddata.yml
.
Configuration
config.yml
This 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
commands
/mt toggle (enable / disable MobTwist)
/mt block (block player from MobTwist)
/mt unblock(unblock players)