Donators kicking when full server

Discussion in 'Archived: Plugin Requests' started by DaBoltLegend, Mar 6, 2013.

  1. Offline

    DaBoltLegend

    Are there any other plugins that someone gets kicked by donator when the server is full other than Reservations? Or is someone willing to help me configure and use Reservations plugin? PLZ HELP
     
  2. Offline

    Yoyuyi999

    Use Essentials. Essentials has a permission that you can use if you give a donator rank that permission then they can join if server if full (Note: *Does not kick anyone out.)
     
  3. Offline

    DaBoltLegend

    Any other ones?
     
  4. Offline

    eamon12

    Use http://dev.bukkit.org/server-mods/simplereserve/
    Pretty easy to configure
    Code:
    reserve:
      type: both
      full:
        cap: 5
        reverttokick: false
    kick-message: Kicked to make room for reserved user!
    full-message: The server is full!
    Use this permission if you want people to join even if the server is full.
    Code:
     simplereserve.enter.full
     

Share This Page