MobAIReasonDisabler
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: paper purpur spigot
标签: game-mechanics mobs optimization
Disable AI From specific mobs based on the spawn reason!
I originally made this plugin for my smp, Where i used a Spawner Manager plugin, but maybe it could be useful for some cases
REASONS :
- SPAWNER
- NATURAL
- SPELL
- NETHER_PORTAL
For more type of reasons, look at the official spigot api https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html
Feel free to ask and suggest for specific features/cases at my discord server https://discord.gg/tXfvaGM8Mj
Commands :
/mobaidisable reload
Config.yml :
enabled-worlds: [] # Leave empty if you want all worlds, Otherwise do
# enabled-worlds:
# - world
# - world_nether
# Options: NATURAL, SPAWNER, REINFORCEMENTS, NETHER_PORTAL, COMMAND, BREEDING, etc.
disabled-spawn-reasons:
- SPAWNER
- REINFORCEMENTS
- NETHER_PORTAL
- SPELL
# Full list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html
disabled-mobs:
- WITHER
- WARDEN
- ENDERMAN
- VEX
- ENDER_DRAGON请登录后举报
暂无评论,抢个沙发吧~