Added - Pages! A page: setting has been added to all game configurations. The implementation of pages allows for as many pages as you might want. On startup, /reload, /pg reload, Pocket Games will determine the greatest page number and add the number of pages accordingly. E.g. set any game to page: 8. There will now be 8 pages, though some might be empty if no games have been assigned to the pages in between.
The previous/next page buttons can be configured in settings.yml under the Menu: section: (The configuration options are automatically added once you update)
Some games have been assigned to page 2 by default. (Take a look at OverUnder configuration below) This can result in your setup appearing different when updating. You can simply change the page back to the one you desire in each game configuration.
New Game - OverUnder:
Configuration for OverUnder:
Code (YAML):
# Edit OverUnder in this file. # # All items are customizable. Add from one to nine lives (increment paths by one for each live) # # Warning: Always ctrl+a and ctrl+c before testing your new settings. One small mistake can result in a file reset!
Enabled: true
GameHeader: '&b&lOverUnder'
MenuItem:
page: 2
slot: 31
item: REDSTONE_LAMP_OFF
name: ' &6&l&m--
[-&f &b&lOverUnder&f &6&l&m-
]--'
lore: - ' &f&m
-----------------------------&7 '
- ' &eTest your luck in OverUnder, a'
- ' &etactical luck based game. Guess'
- ' &eif the next number will be Over'
- ' &eor Under the current one. Each'
- ' &ecorrect guess equals one point!'
- ' &7&m
-----------------------------&7 '
- ' &f&oLeft Click -> Play Game'
- ' &f&oRight Click -> Highscore'
- ' &7&m
-----------------------------&7 '
GameItems:
border:
item: STAINED_GLASS_PANE:3
name: '&b&l*'
lives:
'1':
head: http://textures.minecraft.net/texture/76fdd4b13d54f6c91dd5fa765ec93dd9458b19f8aa34eeb5c80f455b119f278
name: '&4❤'
'2':
head: http://textures.minecraft.net/texture/76fdd4b13d54f6c91dd5fa765ec93dd9458b19f8aa34eeb5c80f455b119f278
name: '&4❤'
'3':
head: http://textures.minecraft.net/texture/76fdd4b13d54f6c91dd5fa765ec93dd9458b19f8aa34eeb5c80f455b119f278
name: '&4❤'
Controls:
up:
slot: 13
head: http://textures.minecraft.net/texture/a99aaf2456a6122de8f6b62683f2bc2eed9abb81fd5bea1b4c23a58156b669
name: '&aOver!'
down:
slot: 22
head: http://textures.minecraft.net/texture/3912d45b1c78cc22452723ee66ba2d15777cc288568d6c1b62a545b29c7187
name: '&aUnder!'
Fix - The Quiz had material IDs in the default file. They have been replaced by material names. This has no effect on you but might whenever Minecraft 1.13 is released.