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 for any player |
FALSE | Available if granted separately (e.g., via LuckPerms) |
OP | Available for server operators |
NOT_OP | Available if granted separately (e.g., via LuckPerms) |
bypass
β
Permission to connect to a full server