Flectone Logo FlectonePulse

Join

Server message when a player connects

join


🌍 Localization

Path localizations β†’ language.yml β†’ message.join
join:
  format: "<color:#4eff52>β†’ <display_name>"
  format_first_time: "<color:#4eff52>β†’ <display_name> <fcolor:1>welcome!"
join:
  format: "<color:#4eff52>β†’ <display_name>"
  format_first_time: "<color:#4eff52>β†’ <display_name> <fcolor:1>Π²ΠΏΠ΅Ρ€Π²Ρ‹Π΅ Ρ‚ΡƒΡ‚!"

format

Message when connecting to the server

format_first_time

Message upon the first connection to the server


βš™οΈ Setting

Path message.yml β†’ join
join:
  enable: true
  first: true
  range: "SERVER"
  destination:
    type: "CHAT"
  sound:
    enable: false

enable

Enables or disables the functionality of the module

first

Enables a message for the very first connection of a player to the server

range

How far in blocks the message will be displayed

ValueExplanation
WORLD_TYPEThe message will be sent only to players who have the permission flectonepulse.world.type.dimension_name
WORLD_NAMEThe message will be sent only to players who have the permission flectonepulse.world.name.world_folder_name
PROXYThe message will be sent to all players on the server and on the Proxy
SERVERThe message will be sent to all players on the server
PLAYERThe message will be sent only to the sender
any number greater than 0, for example range: 100The message will be sent to players whose distance between them and the sender is less than this number. Players must also be in the same world as the sender

destination

Where the message will be sent

TypeExplanationRequires additional configuration?
ACTION_BARMessage above the player's inventoryYes
BOSS_BARMessage at the top of the screenYes
BRANDMessage in F3No
CHATMessage in chatNo
TEXT_SCREENMessage anywhere on the screenYes
TITLEFull-screen messageYes
SUBTITLEFull-screen message (bottom line)Yes
TAB_HEADERMessage in TAB (top)No
TAB_FOOTERMessage in TAB (bottom)No
TOASTMessage in the top right corner (achievement)Yes

sound

Sound playback


πŸ” Permissions

Path permission.yml β†’ message.join
join:
  name: "flectonepulse.module.message.join"
  type: "TRUE"
  sound:
    name: "flectonepulse.module.message.join.sound"
    type: "TRUE"

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

sound

Permission to use the sound

Last updated on

Edit on GitHub

On this page

Authors of page