[MECH] A deathban plugins that works

Discussion in 'Archived: Plugin Requests' started by Savoie, Oct 16, 2011.

  1. Offline

    Savoie

    Sure, there's Exile, but that isn't being updated anymore and doesn't even work. All I want is for the plugin to just ban somebody on death. With a possible blacklist of who can/can't be banned. Also if you can make it just use a normal /ban command, that would be even better. :)
     
  2. Offline

    DirtyStarfish

    @Savoie
    DeathBan: download

    When a player dies and they click the respawn button, they will be kicked and banned.
    If they have the permission: deathban.exempt
    They will respawn as normal.

    Banned players are added to the banned-players.txt like when you ban someone from the console.
     
  3. Offline

    Savoie

    404 :(
     
  4. Offline

    DirtyStarfish

    Try the link now?
     
  5. Offline

    Savoie

    got it thanks :D

    @DirtyStarfish what perms system does it work with??

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

    Celeo

    Default BukkitPermissions.
     
  7. Offline

    Lock

    Is it possible to ban a player on death, for a time period from a specific world?
     
  8. Offline

    DirtyStarfish

    So they can still join the server, just not be in a certain world? Maybe, although I haven't done anything involving multiple worlds yet! I can have look though.
     
  9. Offline

    DrAgonmoray

    :|
    It should still work.
     
  10. Offline

    Lock

    Thanks!
    :D
     
  11. Offline

    Savoie

    any chance for permissionsex? hope it isnt too much to ask
     
  12. Offline

    Celeo

    I am not the plugin author, I just peeked into the code. ;)
     
  13. Offline

    Savoie

    @DirtyStarfish nasty bug, after death users are still shown as online and are at spawn
     
  14. Offline

    SeeD419

    I have no idea how complex the other plugin is, but I wrote a plugin yesterday the just bans on respawn.

    http://dl.dropbox.com/u/38240987/HardcoreMode.jar

    If you're set on permissions support (which totally makes sense) I can add that tomorrow. I just wrote it because I was bored and didn't think anyone would actually want a plugin that did this :)
     
  15. Offline

    Nidivre

    Same issue as the other plugin, players are still considered online after getting banned when pressing the respawn button :(
     
  16. Offline

    DirtyStarfish

    So they aren't being kicked from the server then? Are they still being banned? As in, is their name being added to the banned-players.txt?

    @SeeD419
    Mine just has the onRespawn event registered and checks if they have a permission. If not they are kicked and banned is set to true. Not a complex plugin at all!
     
  17. Offline

    SeeD419

    Same :) Minus the one line perm check :p

    If both our plugins are failing such a basic task, there's likely something else going on. I tested mine yesterday and on respawn I was kicked and banned from my test server.

    Are you using the latest recommended build? Mine was compiled against 1317

    Edit: It seems that that is no longer the latest recommended build...1337 is. Hmm, I wonder if something changed...
     
  18. Offline

    Nidivre

    Tried using AFK kicking as well and it didn't work, manually kicking players after they have died doesn't work either so it seems like players are getting stuck when pressing respawn (between respawning and automatically logging back in) - only solution right now is to have hourly restarts :/
     
  19. Offline

    Savoie

    I'm using hourly restarts too
     
  20. Offline

    SeeD419

    I'm confused...So after the player is kicked from the server - They still appear online and their player is sitting at spawn?? O.O

    How on earth...
     
  21. Offline

    DKDunnings

    I made a deathBan plugin and had the same problem. I believe it is just Bukkit not working properly. Should be updated soon. :)
     
  22. Offline

    Savoie

  23. Offline

    TelephoneKiosk

    I'd like to see this as well
     
  24. Offline

    DirtyStarfish

  25. Offline

    Savoie

    ho. ly. shit! you fixed it :D :D :D

    Thanks dude!!
     
  26. Offline

    Savoie

    actually, some people arent even being banned
     

Share This Page