Thursday, September 1, 2011

Is there a Bukkit plug-in that will prevent Ghasts from spawning?

Question

We planned to create some big buildings in the Nether but to make it challenging on the earth too, we do enable enemies.

However, we don't want to enable Ghasts as we find them very annoying since they destroy everything.

Is there a Bukkit plug-in that allows me to disable ghasts?

Answer

You can use the very simple (yet effective) WhichMobs plugin, to explicitly turn off certain mobs from spawning. All it would take is a simple ghast = false in the property file for the plugin to turn Ghasts off. You could also use NoSpawn and MobToggle, all of which accomplish the same thing.

Also, if you would like to keep Ghasts floating around but at the same time don't want them to destroy your buildings, you could install StopMob, which will stop mobs from being aggressive, yet keeps them in the game.

No comments:

Post a Comment