Inactive [FUN] Anti Spawn Kill Plugin!

Discussion in 'Inactive/Unsupported Plugins' started by jammin123, Jun 16, 2012.

  1. Offline

    jammin123

    Anti Spawn Kill Plugin
    Bukkit Release - 1.2.5
    Infomation:
    This plugin is suppose the stop spawn killing when the player first joins the server.
    Its stops them from taking damage in a 75 block radius around the spawn.
    This allows people to get into the world without dying from pvp near spawn.
    Features:
    • Stops spawn killing in a 75 block radius on first join.
    • Stops player damage on first join in the 75 block radius.
    • Config file to edit protection radius, defaulted to 75.
    Update Log:
    V1.0
    • Release
    V1.2
    • Added config file
    • Editable protection radius
    V1.3
    • Fixed memory leak.
    Download: Download-Here
    I will accept more features and implement them into the plugin.
    Have fun and report bugs to me, Jammin123.

    Donate: Donate-Here
     
  2. Offline

    ROBERTLEEOBRIEN

    can you change it in the configs ?
     
  3. Offline

    jammin123

    the spawn protection radius?
    I'll add in the feature asap.

    Updated the plugin to 1.2!

    Added Features:
    • Added config file
    • Editable protection radius
    - Small bug detected - Download will be offline.

    Download now available updated to Version 1.2.

    Have Fun, Jammin123

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  4. Offline

    Quackster

    It appears you have a memory leak as the user is not disposed from collection on disconnect.

    You just need to add

    Code:
    @EventHandler(priority=EventPriority.NORMAL)
    public void onPlayerQuit(PlayerQuitEvent event)
    {
       newPlayer.remove(event.getPlayer());
    }
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  5. Offline

    jammin123

    It removes you when you go outside of the radius but I'll add it in anyway ;)
     
  6. Offline

    md_5

    Please read the submission guidelines and format accordingly.
     
  7. Offline

    Adrenaline

    This plugin have alert message? about leave/enter safe zone?
     
  8. Offline

    jammin123

    It alerts the player when they join about the anti death and the radius, also it tells you when you walk out of the radius.
     
  9. Offline

    md_5

    Latest RB in title please
     
  10. Offline

    jammin123

    RB?
     

Share This Page