Server: IP:93.91.240.157:37206Dobrý den,
zkoušel jsem nastavit plugin Simplereserve a pořád mi to nejde a nevím v čem je chyba, když to dělám podle návodu tady na fóru..
Potřebuju když bude server plný aby hráč uvolnil slot VIP.
permise mam nastavené:
Kód: Vybrat vše
groups:
Hrac:
default: true
permissions:
- modifyworld.*
- essentials.spawn
- essentials.back
- essentials.back.ondeath
- essentials.sethome
- essentials.home
- essentials.delhome
- essentials.warp.list
- essentials.warp
- authme.player.*
- lwc.protect
- residence.create
- residence.create
- iConomy.payment
- iConomy.help
- iConomy.holdings
- essentials.tpa
- essentials.tpaccept
- essentials.list
- pvptoggle.toggle
- pvptoggle.self
VIP:
prefix: '&b[&bVIP&b] '
permissions:
- modifyworld.*
- essentials.spawn
- essentials.back
- essentials.back.ondeath
- essentials.sethome
- essentials.home
- essentials.delhome
- essentials.warp.list
- essentials.warp
- authme.player.*
- lwc.protect
- essentials.msg
- residence.create
- treeassist.autoremove
- essentials.fly
- essentials.joinfullserver
- residence.create
- iConomy.payment
- iConomy.help
- iConomy.holdings
- essentials.heal
- essentials.repair all
- essentials.repair
- essentials.tpa
- essentials.tpaccept
- essentials.list
- pvptoggle.toggle
- pvptoggle.self
- ChestShop.shop.create.buy
- chestShop.shop.sell
- ChestShop.shop.buy
- essentials.hat
- simplereserve.enter.kick
- simplereserve.kick.prevent
a config u SimpleReserve:
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: kick
full:
cap: 30
reverttokick: false
kick-message: Byl si vyhozen aby si uvolnil misto pro VIP!
full-message: Server je plny! Kdyz si koupis VIP muzes se pripojit vzdy.
A teď mě napadá jestli to nemůže byt permissí - essentials.joinfullserver ?
Děkuji za každou pomoc.