A Minecraft plugin that allows players to change the number of player slots.
A Minecraft plugin that allows server operators to dynamically change the maximum number of player slots.
plugins folder| Command | Description | Permission |
|---|---|---|
/setslots <number> |
Set the maximum number of player slots | setslots.admin |
The plugin creates a config.yml file in its folder with the following options:
# Language setting
# Available options: 'en' for English, 'de' for German
language: 'en'
# Custom full server message
# This message is shown to players when they try to join a full server
fullServerMessage: 'The server is currently full. Please try again later.'
| Permission | Description | Default |
|---|---|---|
setslots.admin |
Allows use of the /setslots command | op |
This plugin is released under the ARR License.