Essentials for Nukkit
Setup
Put the
Configure the messages in
Commands
Heal
With
To heal another player use
Example:
Permisson for this command:
Feed
With
To fill the hunger of another player use
Example:
Permisson for this command:
Fly
Turn the flight moder on or off with
To change the flight mode for another player use
Example:
Permisson for this command:
Broadcast
Use
Example:
Permission for this command:
Future plans
☐ Join- and leavemessages
☐ TPA-Command
YAML:
#####################################################################
messages:
prefix: "§8[§6Essentials§8]§r"
player-not-found: "§cThe player §6{player} §ccould not be found!"
no-permission: "§cYou don't have permission to do that!"
fly-message: "§7Fly mode has been {flymode}."
fly-message-other: "§7Fly mode has been {flymode} §7for player §6{player}§7."
heal-message: "§aYou have been healed."
heal-message-other: "§aYou healed §6{player}§a."
feed-message: "§aYour hunger has been replenished."
feed-message-other: "§7The hunger of §6{player} §7has been replenished."
Put the
Essentials.jar into the plugin folderConfigure the messages in
config.ymlCommands
Heal
With
/heal you can heal yourself.To heal another player use
/heal [Playername].Example:
/heal RioTobiPermisson for this command:
essentials.heal or essentials.heal.otherFeed
With
/feed you can feed yourself up.To fill the hunger of another player use
/feed [Playername].Example:
/feed RioTobiPermisson for this command:
essentials.feed or essentials.feed.otherFly
Turn the flight moder on or off with
/fly.To change the flight mode for another player use
/fly [playername].Example:
/fly RioTobiPermisson for this command:
essentials.fly or essentials.fly.otherBroadcast
Use
/broadcast <message> to send a message to all players.Example:
/broadcast Hello World!Permission for this command:
essentials.broadcastFuture plans
☐ Join- and leavemessages
☐ TPA-Command