[MECH/MISC] NoEndermen v1.4 - Toggle Endermen Spawning! [1.0.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by javoris767, Sep 24, 2011.

  1. Offline

    javoris767

    NoEndermen - Prevents Endermen from spawning in your world.

    Craft Bukkit RB #1597 [ Tested ]


    Hate Endermen griefing block by block? Well this is the plugin for you, It completely disables the spawning of Endermen! With also new toggling! So you can enable and disable it.
    [Warning] This also means that you will not get to get the item Ender Pearl.

    Version - v1.5

    Features:
    • Prevents Endermen from spawning.
    • Optional: Config
    • SuperPerms support
    • New Endermen Toggling
    Commands
    • /ender - Displays help.
    • /ender on - Turns endermen on.
    • /ender off - Turns endermen off.
    • /ender toggle - Toggle endermen spawning.
    • /ender about - Info about the plugin.
    Permissions
    • "ender.use"
    Planned:
    • Different Endermen Events
    • Multi-World Support
    Source Code:
    Github Source

    Install:
    Place the NoEndermen.jar in your server's /plugins/ directory, and Reload/Restart you server.
    Change Log

    Version 1.5
    • Added /ender about
    • Added config
    Version 1.4
    • Code rewrite
    • Added Permissions
    • Added New commands
    • Updated to the new RB
    Version 1.3
    • Code Rewrite
    • Endermen Toggling
    Version 1.2
    • Updated to the RB
    Version 1.1
    • Code Clean Up
    Version 1.0
    • Release of plugin
     
  2. Offline

    tunnelrat

    No access to your dropbox files... I am DYING to try this, my server is revolting over these Endertools hahahaha
     
  3. Offline

    user_43347

    Well, this isn't anything special, just 3 lines of code, why do we need this when we already have 10+ of things like this that do more?
     
  4. Offline

    matter123

    some people don't like the bulk of larger plugins and prefer smaller plugins
    also do you really need to be so discouraging on someones (probably) first plugin
     
  5. Offline

    javoris767

    Dont judge me this is my first plugin >.<
     
  6. Offline

    user_43347

    Everyone has their first plugin, but heres something you should know. "Just because it works, doesn't mean it needs to be submitted." Try to work harder on the next one, improve it, make it amazing, something original and release that. If you need help, just message me.

    Edit: Just to be on the safe side, you might want to change this:
    Code:
      public void onCreatureSpawn(CreatureSpawnEvent event) {
        if (event.getCreatureType() == CreatureType.ENDERMAN)
          event.setCancelled(true);
      }
    to this:
    Code:
      public void onCreatureSpawn(CreatureSpawnEvent event) {
        if (event.getCreatureType() == CreatureType.ENDERMAN) {
          event.setCancelled(true);
        }
      }
     
  7. Offline

    matter123

    that makes no difference what so ever
     
  8. Offline

    user_43347

    Like I said, to be on the safe side, it's been in the past where that is the choice of whether or not it works.
     
  9. Offline

    javoris767

    Basically i cant think of anything good to make >.<
     
  10. Offline

    Phaedrus

    This is exactly what I'm looking for.
     
    cproetti likes this.
  11. Offline

    cholo71796

    You've already found it, why are you still looking for it?
     
  12. Offline

    Zaros

    This is a great first plugin. Mine was a POS compaired to this. Also, my eMob plugin started like this. Anyways, you might want to check if the spawn reason is natural, that way people can spawn it them self if so wished.

    Throwing this idea out for your next plugin: mobs cant spawn unless a certain amoutnof players are on the server.
     
  13. Offline

    javoris767

    Now i'm going to go bigger and better :D
     
  14. Offline

    Plague

    no changelog
     
  15. Offline

    javoris767

    added :D
     
  16. Offline

    Plague

    no chagelog showing at least two versions without a spoiler...
     
  17. Offline

    MonsieurApple

  18. Offline

    javoris767

    A bit of recoding and Now updated to 1337!
     
  19. Offline

    Hippie125

    I have been looking for somthing like tie for age because I have a space world with air filled inviromen, a lot of deaths occur :(
     
  20. Offline

    raoulster

    THANK YOU SOOOOO MUCH MAN :D
     
  21. Offline

    javoris767

    :p im almost done figuring out the config and commands onto toggling the endermen spawning
     
  22. Offline

    raflima

  23. Offline

    javoris767

    Last edited by a moderator: May 19, 2016
  24. Offline

    javoris767

    Version 1.4
    • Code rewrite
    • Added Permissions
    • Added New commands
    • Updated to the new RB
     
  25. Offline

    javoris767

    Added Source Code!
     
  26. Offline

    MSTrus

    have problems while downloading 1.4..i download..open in .jar config yml and it says that its 1.3...not 1.4 D:

    P.S Error in description "East To Use" must be "Easy Do use" i think :D
     
  27. Offline

    javoris767

    Oh,
    Thank you for pointing these things out :).
     
  28. Offline

    javoris767

    Version 1.5
    • Added /ender about
    • Added config
     

Share This Page