== Short description == The [lexicon]reserved slots[/lexicon] plugin manages the [lexicon]reserved slots[/lexicon] for specific players. == Configuration overview == [code=js,'configs/plugins/reservedslots.json']{ "reservedslots": { "enabled": true, "aggressivejoin": true, "players": [] } }[/code] == Detailed configuration variables == The configurationfile of the function "ReservedSlots" is located in the configs/plugins directory and is named reservedslots.json. An explanation of the variables follows: [table] [tr] [td][b][u]Variable[/u][/b][/td] [td][b][u]Allowed values[/u][/b][/td] [td][b][u]Description[/u][/b][/td] [/tr] [tr] [td][tt]enabled[/tt][/td] [td][tt]true[/tt][tt]false[/tt][/td] [td]You can (de)active the plugin with this variable.[/td] [/tr] [tr] [td][tt]aggressivejoin[/tt][/td] [td][tt]true[/tt][tt]false[/tt][/td] [td]If you want to kick a player, when the server is full, then set [tt]aggressivejoin[/tt] to [tt]true[/tt], if not, set to [tt]false[/tt].[/td] [/tr] [tr] [td][tt]players[/tt][/td] [td][/td] [td][tt]players[/tt] is an array, which includes the players, which are able to use a reserved slot.[/td] [/tr] [/table]
Sie betrachten gerade eine ältere Version des Eintrags. Klicken Sie hier, um zur aktuellen Version zu gelangen.