Inactive [SEC] StopMob 1.27 - Stop them mobs attacking [Permissions] [1185]

Discussion in 'Inactive/Unsupported Plugins' started by NeoSilky, Aug 18, 2011.

  1. Offline

    NeoSilky

    StopMob
    Version: 1.27​
    Features:
    • Stops all mobs from attacking you, but keeps them on the server.
    • Works for all players, but now also Permissions version!
    • Supports all mobs:
    -Zombie
    -Spider
    -Creeper
    -Skeleton
    -Slime
    -Ghast
    -Wolf
    -PigZombie
    -Giant
    -Enderman
    -CaveSpider
    -Silverfish
    =============================================================
    Default Config (Non-Permissions Version Only):
    Code:
    StopZombieAttack: true
    StopSkeletonAttack: true
    StopSpiderAttack: true
    StopCreeperAttack: true
    StopSlimeAttack: true
    StopGhastAttack: true
    StopPigZombieAttack: true
    StopWolfAttack: true
    StopEndermanAttack: true
    StopCaveSpiderAttack: true
    StopSilverFishAttack: true
    StopGiantAttack: true
    
    =============================================================
    Permission Nodes:
    Code:
      stopmob.zombie:
        description: Prevent zombie attacks
      stopmob.skeleton:
        description: Prevent skeleton attacks
      stopmob.spider:
        description: Prevent spider attacks
      stopmob.creeper:
        description: Prevent creeper attacks
      stopmob.slime:
        description: Prevent slime attacks
      stopmob.ghast:
        description: Prevent ghast attacks
      stopmob.wolf:
        description: Prevent wolf attacks
      stopmob.pigzombie:
        description: Prevent pigzombie attacks
      stopmob.enderman:
        description: Prevent enderman attacks
      stopmob.cavespider:
        description: Prevent pigzombie attacks
      stopmob.silverfish:
        description: Prevent silverfish attacks
      stopmob.giant:
      description: Prevent giant attacks
      stopmob.all:
        description: Protection against all attacks
        children:
          stopmob.zombie: true
          stopmob.skeleton: true
          stopmob.spider: true
          stopmob.creeper: true
          stopmob.slime: true
          stopmob.ghast: true
          stopmob.wolf: true
          stopmob.pigzombie: true
          stopmob.enderman: true
          stopmob.cavespider: true
          stopmob.silverfish: true
          stopmob.giant: true
      stopmob.*:
        description: For people who hate change
        children:
          stopmob.all: true
    
    =============================================================
    Why you need it?
    You might be running a server where people earn money for killing mobs, but they all die too much, or are sick of dying but love killing mobs!

    Planned Updates:
    • Add configurable mob damage if player doesn't have the permission node.
    Please leave any comments and suggestions below!
    ---------------------------------------------------​
    Changelog:
    1.27 - Added giant, redid code by tidying up and shortening!
    1.26 - Added silverfish
    Show Spoiler

    1.25 - Added new mobs in 1.8!
    1.2 - Added Permissions version - thanks to @mbaxter !!
    1.0 - Released Plugin.
     
  2. Hey,
    Any update coming for this :) would be nice,
    + does it still work on the new builds :D?
    Thanks
    CoWs.
     
  3. Offline

    NeoSilky

    I'm not sure it if works, but I could try updating it soon :p
     
  4. Thanks for the reply,
    I checked it out and it works perfectly on my server, but still feel free to update it ;) haha xD
    Thanks alot
    CoWs.
     
  5. Offline

    NeoSilky

    Will do :p
     
  6. Offline

    bram2005

    i canĀ“t download this plugin help me
     
  7. Offline

    NeoSilky

    Ahhh yess, broken link, I will upload another :)
     
  8. Offline

    zecheesy

  9. Offline

    NeoSilky

    When 1.2 comes out, I will update, and it should be today so..... :)
     
  10. Offline

    Niak

    Hello,
    do you have update your code for 1.2 ?
     
  11. Offline

    bobusthebear

    i put the plugin in the plugins file and it isn't working
    it didn't generate a config file and a stopmob folder so i think that that's the problem
    is there anywhere that i can download the config file

    thanks in advance
     
  12. Offline

    Niak

    There is no specific config file / folder for this plugin.
    But the reason why you can't get it working is that it's not up to date. Not compatible with last Minecraft versions (1.2.4 ++).
    NeoSilky, can you please update your code and / or put your code here ?


    Thanks !
     
  13. Offline

    bobusthebear

    thanks for the fast response
     
  14. Offline

    Tyson_ot_NW

    Doesn't look like the plugin has been updated in a while and it seems to be crashing with my Craftbukkit 1.2.5. Any plans on updating?

    Code:
    2012-06-13 21:21:59 [INFO] [StopMobPerm] Enabling StopMobPerm v1.27
    2012-06-13 21:21:59 [SEVERE] Error occurred while enabling StopMobPerm v1.27 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/Event$Type
        at me.neosilky.stopmobperm.StopMobPerm.onEnable(StopMobPerm.java:35)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Event$Type
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
        ... 11 more
     
  15. Offline

    mcferson

    Broken links. Can't download.
    Question (in case of i can get, one day, this plugin) : blocked mobs can still attack villagers or not ? Because i need a plugin that stop mob attacking villagers on a specific map (or zone), so need this plugin support multiverses (or/and worldguard) too.
     

Share This Page