Flectone Logo FlectonePulse

Players

Module responsible for the number of players on the server

Information

If you want MOTD/players/icon to work on the Proxy, you need to go to the Proxy settings (e.g. in velocity.toml), find ping-passthrough and enable this setting (e.g. set to all)

motd

player count


🌍 Localization

Path localizations → language.yml → message.status.players
players:
  samples:
  - name: "<players>"
  full: "<color:#ff7171>The server is full"
players:
  samples:
  - name: "<players>"
  full: "<color:#ff7171>Сервер полон"

samples

List of server players. The <players> placeholder adds all server players to the list.

USAGE EXAMPLES

You can add any messages

samples:
- name: "<red>This is a Minecraft server!"
  id: null
- name: "<players>"
  id: null

sample1

or create fake players

samples:
- name: "Notch"
  id: null
- name: "<players>"
  id: null

sample2

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 connecting to a full server


⚙️ Setting

Path message.yml → status.players
players:
  enable: false
  control: true
  max: 69
  online: ""

enable

Enables or disables the functionality of the module

control

If enabled, the player will not be allowed to join the server if there are more players than specified

max

Maximum number of players on the server

online

A number that allows you to specify any online count on the server

Information

The number can be anything, even a placeholder, for example "%server_online%", but if empty, the current server online will be used


🔐 Permissions

Path permission.yml → message.status.players
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

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

bypass

Permission to connect to a full server

Last updated on

Edit on GitHub

On this page

Authors of page