This plugin is my first published plugin.
It has a few commands which will help you on your Minecraft server.
Commands
/gmc: Sets your gamemode to creative.
/gms: Sets your gamemode to survival
/feedme: Fills you food bar
/healme: Fills your health bar
Permissions
/gmc: basic.creative
/gms: basic.survival
/feedme: basic.feedme
/healme: basic.healme
Messages
Join Message:
[
+
] PlayerName
Leave Message:
[
-
] PlayerName
Configuration:
Code (Text):
#The message below will run when you run the command /feed
FedYourself: "&d&l>>&d You fed yourself."
#The message below will run when you run the /feed <target> command but the target is NOT yourself (The command can either be /feed or /feed <target>)
YouFed: "&d&L>>&D You fed %player%."
#The message below will run when you are the target of someone who ran the /feed <target> command.
BeenFed: "&d&L>>&dYou have been fed by %feeder%"
#The message below will run when you run the /feed <target> command but the target is not online:
FeedTargetDoesNotExist: "&d&l>>&dThat player does not exist."
#This message will run when the player running /feed <target> or /feed does not have the permission "basic.feed"
FeedNoPermission: "&d&L>>&d You do not have permission to run this command."
#The message below will run when you run the command /heal
HealedYourself: "&d&l>>&d You healed yourself."
#The message below will run when you run the /heal <target> command but the target is NOT yourself (The command can either be /heal or /heal <target>)
YouHealed: "&d&L>>&D You healed %player%."
#The message below will run when you are the target of someone who ran the /heal <target> command.
BeenHealed: "&d&L>>&dYou have been healed by %healer%"
#The message below will run when you run the /heal <target> command but the target is not online:
HealTargetDoesNotExist: "&d&l>>&dThat player does not exist."
#This message will run when the player running /heal <target> or /heal does not have the permission "basic.heal"
HealNoPermission: "&d&L>>&d You do not have permission to run this command."
#The message below will run when a player changes their gamemode to creative mode
GamemodeCreative: "&d&l>>&d You have changed your gamemode to creative!"
#The message below will run when a player runs the command /gmc and does not have permission
NoGamemodeCPermission: "&d&L>>&d You do not have permission to run this command."
#The message below will run when a player changes their gamemode to survival mode
GamemodeSurvival: "&d&l>>&d You have changed your gamemode to survival!"
#The message below will run when a player runs the command /gms and does not have permission
NoGamemodeSPermission: "&d&L>>&d You do not have permission to run this command."
#The messages below will run when a player joins/quits the server
JoinMessage: "&d&l>>&d %player% joined the server"
QuitMessage: "&d&l>>&d %player% left the server"
If you have any issues please check out my website www.ioyo.dev