Belowname β
ScoreBoard value displayed under the player's name
βοΈ Setting β
π Path message.yml β objective.belowname
βοΈ Default
β
yml
belowname:
enable: false
mode: PING
ticker:
enable: true
period: 100
enable
β
Enables or disables the functionality of the module
mode
β
Mode for displaying the value, with available options
Mode | What it returns |
---|---|
HEALTH | Current player's HP value |
LEVEL | Current player's level value |
FOOD | Current player's saturation value |
PING | Current player's ping |
ARMOR | Current player's armor value |
ATTACK | Current player's attack damage value |
EXAMPLE MODE PING
This will return the player's ping
ticker
β
Updates every certain interval of time
enable
β
Whether to update or not
period
β
How often in ticks it should update
π Permissions β
π Path permission.yml β message.objective.belowname
βοΈ Default
β
yml
belowname:
name: "flectonepulse.module.message.objective.belowname"
type: TRUE
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) |