Stránka 1 z 1

Misto pro VIP an serveru ..

Napsal: 02 úno 2013, 17:46
od MrOrindz
Server: IP:93.91.250.139:27561

Dobrý den,
chci se zeptat na nějaký plugin když je plno a aby VIP když je plno mohlo na server a jiného hráče to kicklo ..Vyzkoušel jsem SimpleReserve ale to si nějak záhadně nefunguje ...

Takhke to mám nastavené :

Kód: Vybrat vše

# Config nodes:
#
# reserve.type(enum/string): Type of reserve slots, options:
#     full,kick,both,none
# reserve.full.cap(int): Max players allowed over capacity if using 'full' method, 0 for no max
# reserve.full.reverttokick(boolean): Should we fall back to kick method if we reach max over capacity using full?
# kick-message(string): Message player will recieve when kicked to let reserve in
# full-message(string): Message player will recieve when unable to join full server
#
# Reserve Types Overview:
# -----------------------
#
# Full: Allow reserves to log on past the server limit
# Kick: Attempt to kick a player without kick immunity to make room
# Both: Both methods of reservation based on Permission
#     NOTE: If a player has permission for kick and full, full applies
# None: No reservation. Effectively disables mod without needing to remove

reserve:
  type: both
  full:
    cap: 5
    reverttokick: false
kick-message: Kicked to make room for reserved user!
full-message: The server is full!

Re: Misto pro VIP an serveru ..

Napsal: 02 úno 2013, 19:26
od nejento
Záhadně nefunguje ale taky s ním jde záhadně obejít přihlašování. Zkus například Reservations nebo SlotGroups.

Re: Misto pro VIP an serveru ..

Napsal: 04 úno 2013, 22:27
od MrOrindz
nejento píše:Záhadně nefunguje ale taky s ním jde záhadně obejít přihlašování. Zkus například Reservations nebo SlotGroups.



Není něco jiného ?
Třeba něco SimpleReserve ?
To reservations trochu nechápu ..

Re: Misto pro VIP an serveru ..

Napsal: 05 úno 2013, 16:11
od nejento
nejento píše:nebo SlotGroups.

Re: Misto pro VIP an serveru ..

Napsal: 05 úno 2013, 16:36
od Pgsa
Nejde to preto lebo namiesto both musis napisat kick ;)

//EDIT: To nezmění nic na tom, že se to přihlášení bude dát obejít //Sejsel