#hungergames commands doesnt work

1 messages · Page 1 of 1 (latest)

wintry bramble
#

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'

GitHub

A modern HungerGames Plugin for Minecraft. Contribute to Ayman-Isam/HungerGames development by creating an account on GitHub.

mint eagle
#

Just noticed something of mine messed up this here: Zurück, make sure ya get that sorry 😅

wintry bramble
#

oh yeah i thank you it works now thank you.

#

So I have a small question regarding the deluxe hub plugin, so my plan was that you can move what I would say are standard items in the inventory but can't take them out. I can move alos out of the inventory. There is the function: disable_inventory_movement: false but then I can also move the items out of the inventory. Is there a way to prevent this??

wintry bramble