Question Ban Plugin for 1.8.3 (UUID Support)

Discussion in 'General Help' started by Protom1234, Apr 1, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Protom1234

    Hey there,

    I am in search for a ban plugin for 1.8.3 Spigot version with UUID support. Please tell me below, I'd be gratful!

    Thanks,

    Protom1234
     
  2. Offline

    nverdier

    dentych likes this.
  3. Moved to Bukkit Alternates.
     
  4. Offline

    Protom1234

    @nverdier I know that, but there's no way of changing the ban message.
    I've changed the tempban message with the locals file but I can't find the ban part.
    Could you help me with this?
     
  5. Offline

    nverdier

    @Protom1234 Yes there is :D Here is an official Essentials page that tells you exactly how to do it. And the ban thing is 'banFormat'.
     
  6. Offline

    Protom1234

    @nverdier I have the locals in my server, but only the tempbanFormat is there. There is no banFormat.
     
  7. Offline

    nverdier

  8. Offline

    Protom1234

    @nverdier I meant when you do /ban and the message shows up in chat to everyone, I need to change that xD

    Sorry @nverdier Its the tempban message that doesn't show.

    Also, I have another bug:
    When a player is banned and they get dissconnected, they get this message: http://gyazo.com/0df76957712bf7cfabb0cad9e4dc7c40
    But when they try to log back in again it says this: http://gyazo.com/430b87fa4dd33f80979e92e4612455e8
    How can I make it the constant this: http://gyazo.com/0df76957712bf7cfabb0cad9e4dc7c40

    {EDIT}: Same for tempban ^

    <Edit by mrCookieSlime: Merged posts. Please don't double post. There is an Edit Button right next to the Date.>
     
    Last edited by a moderator: Apr 2, 2015
  9. Offline

    Protom1234

  10. Offline

    BrickBoy55

    @Protom1234

    Try the PlayerJoinEvent and if they are banned, player.kick(<reason>).
     
  11. Offline

    nverdier

    You should actually use PlayerLoginEvent, and if they're banned then use event.disallow(Result result, String message).
     
  12. Offline

    BrickBoy55

    Didn't know PlayerLoginEvent existed...
     
Thread Status:
Not open for further replies.

Share This Page