HelloThere is a new plugin compatible with a wide range of Minecraft versions, designed to provide fully customizable welcome messages.
View:
Default Commands
/hellothere help – Displays help information about the available commands.
/hellothere reload – Reloads the plugin’s configuration without restarting the server.
Permissions
hellothere.commands.reload – Allows the user to reload the plugin's configuration without restarting the entire server.
Configuration:
Code (YAML):
# Each line will be displayed as a separate message. config: # The firework effect to be displayed when a player joins the server. firework:
enabled: true
config: # Type of the firework effect. # Valid values: # - BALL # - BALL_LARGE # - BURST # - CREEPER # - STAR type: BALL_LARGE
# Main color of the effect. # Valid values: # - AQUA # - BLACK # - BLUE # - FUCHSIA # - GRAY # - GREEN # - LIME # - MAROON # - NAVY # - OLIVE # - ORANGE # - PURPLE # - RED # - SILVER # - TEAL # - WHITE # - YELLOW color: TEAL
# Color the effect fades to after the initial color. # Must be one of the same values listed under "color". fade: WHITE
welcomeMessage: # Whether the welcome message is enabled or not. Boolean value. enabled: true
# The prefix to be displayed before the welcome message. Boolean value. prefix: false
# The message sent to player or bradcasted to all players when they join the server. Boolean value. broadcast:
enabled: false
# You can use multiple lines by separating them with a hyphen (-). # You can use color codes (e.g., &a for green) to customize the appearance of the messages. # The messages will be sent in the order they are defined here.
#List of variables to be replaced in the message. # You can use the following variables: # %user% - The name of the player who joined the server. # %onlinePlayers% - The number of players currently online. # %maxPlayers% - The maximum number of players allowed on the server. # %totalPlayersBanned% - The total number of players banned on the server. # You can write %user% to replace it with the player's name. message: -
"&a&m " -
"" -
"&6&l» &eWelcome &a%user% &eto the server!" -
"&7We hope you have a &agreat time &7playing &o:)" - "&7Online: &a%onlinePlayers% &8/ &a
%maxPlayers% &7players" - "&c⚠ &7Banned Players: &c%totalPlayersBanned%" -
"&b✦ &fHave &9fun &fand &9enjoy &fthe &9adventure!" -
"" -
"&a&m "
Language:
Code (YAML):
prefix: "&6[&eHelloThere&6]&7 " noConsole: "This command cannot be executed from the console." missingPermission: "You do not have permission to use this command. Missing permission:" invalidCommand: 'Incorrect command usage. Use
"/hellothere help" for more information.'
reloadMessage: "&cConfiguration reloaded successfully!"
This plugin will continue to receive performance improvements and more customization features as development progresses!