Players
Module responsible for the number of players on the server
🌍 Localization
📂 Path localizations → language.yml → message.status.players
⚖️ Default
players:
samples:
- name: "<players>"
id: null
full: "<color:#ff7171>Сервер полон"
players:
samples:
- name: "<players>"
id: null
full: "<color:#ff7171>The server is full"
samples
List of server players. The placeholder <players>
adds all players on the server to the list
EXAMPLES OF USAGE
You can add any messages
samples:
- name: "<red>This is a Minecraft server!"
id: null
- name: "<players>"
id: null
or create fake players
samples:
- name: "Notch"
id: null
- name: "<players>"
id: null
WARNING
Only available colors can be used
Color |
---|
AQUA |
BLACK |
BLUE |
DARK_AQUA |
DARK_BLUE |
DARK_GRAY |
DARK_GREEN |
DARK_PURPLE |
DARK_RED |
GOLD |
GRAY |
GREEN |
RED |
LIGHT_PURPLE |
WHITE |
YELLOW |
full
Message when the server is full
⚙️ Setting
📂 Path message.yml → status.players
⚖️ Default
players:
enable: false
control: true
max: 69
online: -69
enable
Enables or disables the functionality of the module
control
If enabled, the player will not be allowed to join the server if the number of players exceeds the specified amount
max
Maximum number of players on the server
online
Number that allows you to specify any number of online players
INFORMATION
The number can be anything, but -69
indicates the current online count
🔐 Permissions
📂 Path permission.yml → message.status.players
⚖️ Default
players:
name: "flectonepulse.module.message.status.players"
type: TRUE
bypass:
name: "flectonepulse.module.message.status.players.bypass"
type: OP
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |
bypass
Permission to connect to a full server