Installation
Download to your /plugins/ directory.
Reload or restart the server.
Optional: Edit messages in config.yml
Commands
/hello - Sends a "Hello, %PLAYER%!" message.
/goodbye - Sends a "Goodbye, %PLAYER%!" message and kicks the player from the server.
Config
Note: %PLAYER% is the placeholder for the player's username.
# Developed by Lootikenz
# Contact me on Spigot or Discord for support.
# https://www.spigotmc.org/members/lootikenz.296721/
# https://discord.gg/6G8gqpE
#
# Note: You can use the %PLAYER% variable for using the player's name.
#
welcome-msg: '&5%PLAYER% &dis new to the server!'
#
hello-msg: '&eHello, &b%PLAYER%&e!'
goodbye-msg: '&eGoodbye, &b%PLAYER%&e!'
#
no-perms-msg: '&cYou do not have permission to use that command.'
console-msg: '&fYou may only use this command in game.'
Permissions
loothello.hello - Access to the /hello command
loothello.goodbye - Access to the /goodbye command
loothello.welcome - Able to view welcome messages
Planned / To Do
- Add custom join and leave messages
Notes
I am new to plugin development, and I aim to improve this plugin as I improve with my skills in Java development.
Support
Join my Discord server or PM me for support.

