MobTwist
PluginMIT

MobTwist

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.

59
Downloads
0
Followers
1 years ago
Updated
📦
1
Versions

📖About MobTwist

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 and data.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)

JOIN DISCORD