NoOctoSpider
NoOctoSpider
NoOctoSpider is a plugin developed mainly for one purpose, prevent Squids and Spiders of anykind.
The plugin is simple, it listens for spawning mobs, checks their type and if its Spider, Squid or Cavespider it prevents the spawn. No commands or Permissions are available at the moment. simply blocks these mobs from spawning when the spawn even occurs.
Installation:
copy NoOctoSpider.jar into your bukkit's plugin directory.
Usage:
No extra configuration or commands needed, does what it says out of the box.
Removal:
Remove the NoOctoSpider.jar from the bukkit's plugin directory,
What it does?
It prevents Spiders, CaveSpiders and Squid from spawning.
Notes:
May cause bit of spam on the console as it prints every time it prevents mob from spawning.
Example output:
12:57:51 [INFO] We have prevented Spawning of a Spider
12:57:51 [INFO] We have prevented Spawning of a Spider
12:58:11 [INFO] We have prevented Spawning of a Squid
12:58:11 [INFO] We have prevented Spawning of a Squid
-
View User Profile
-
Send Message
Posted May 21, 2012Please update this to 1.2
-
View User Profile
-
Send Message
Posted Feb 14, 2012@swift_fox24 None yet, my first plugin and pretty much first useful thing I've done with Java, if you know some java you can try editing the source (available from the repository)
line 21 in ServerCreatureListener.java:
Change it to
then compile/pack and it should work so it blocks only squids :)
-
View User Profile
-
Send Message
Posted Sep 25, 2011Options to make it so that it only blocks squids, not Spiders?