HotBar Items
MoonPillars HotBar items!
To edit these hotbar items, head over to /plugins/MoonPillars/items.yml
, The file will look like:
Items:
Lobby:
JoinGame:
Display-name: "&a&lJoin a Game!"
Lores:
- "&fClick to join a game!"
- "&fEdit this in ./plugins/MoonPillars/items.yml"
Item: SLIME_BALL
Slot: 4
Command: /joingame
Permissions: MPA.Items.Lobby.JoinGame
GameLobby:
LeaveGame:
Display-name: "&c&lLeave the Game!"
Lores:
- "&fClick to leave the game!"
- "&fEdit this in ./plugins/MoonPillars/items.yml"
Item: BARRIER
Slot: 4
Command: /leavegame
Permissions: MPA.Items.GameLobby.LeaveGame
Items.Lobby
Are the items that will be given to the player once they join the server! Remove all these items to disable lobb hotbar items!
Items.GameLobby
Are the items that will be given to the player once they join a game!
Permissions
Check, If the player has these permissions, they will get the item! Otherwise we will skip the item for the player!
Command
This command will be exucuted once the player left or right clicks the item!
Slot
The slot where we will put the item in the hotbar! (0-8)