i have the problem that the hunger games command doesnt execute when i klick the block in the gui . the hg plugin i mean is this: https://github.com/Ayman-Isam/HungerGames and this is my config file to this: menu_title: 'Hungergames selection menu'
open_command:
- hgmenu
size: 28
register_command: true
items:
filler:
material: GRAY_STAINED_GLASS_PANE
fill_slots:
- 0-27
# Ausnahmen, damit Join/Leave frei bleiben:
- "!12"
- "!14"
Join:
material: DIAMOND_SWORD
slot: 12
amount: 1
glow: false
display_name: '&eJoin Hungergame'
lore:
- '&aKlicke, um beizutreten'
actions:
- '[PLAYER] hg join hungergames1'
Leave:
material: COMPASS
slot: 14
amount: 1
glow: false
display_name: '&eLeave'
lore:
- '&aZurück zur Lobby'
actions:
- '[PLAYER] hg lobby'
