Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. #----------------------------------------------------------------------------------------------------
  2. # GUI configuration file for BettingGames
  3. #----------------------------------------------------------------------------------------------------
  4.  
  5. # Previous page item
  6. previous_page_item:
  7. type: ARROW
  8. name: '&7Previous page'
  9.  
  10. # Next page item
  11. next_page_item:
  12. type: ARROW
  13. name: '&7Next page'
  14.  
  15. # List of GUIs (one GUI = one chest inventory)
  16. # Every configured item can either have option "link", "game", "commands" (please don't assign more than one of these options to an item) (if you don't assign any of those options, the item will be display only)
  17. # You can add all kind of options for every item in all GUIs (also the main one)
  18.  
  19. guis:
  20.  
  21. # Main GUI configuration (don't change the "main_gui" id, it's the only one you can't change ; if no "main_gui" is detected, the GUI won't open in-game)
  22. main_gui:
  23. # settings
  24. name: '&2&lCASINO EARTH'
  25. size: 9
  26. # content : items of this GUI
  27. content:
  28. 0:
  29. slot: 0
  30. type: GRAY_STAINED_GLASS_PANE
  31. name: ' '
  32. 1:
  33. slot: 1
  34. type: GOLD_INGOT
  35. name: '&clJACKPOT'
  36. game: example_jackpot
  37. 2:
  38. slot: 2
  39. type: CLOCK
  40. name: '&6&lWHEEL OF FORTUNE'
  41. game: example_wheel
  42. 3:
  43. slot: 3
  44. type: SUNFLOWER
  45. name: '&6Coin flip'
  46. game: example_coinflip
  47. 4:
  48. slot: 4
  49. type: PAPER
  50. name: '&6Rock/Paper/Scissors'
  51. game: example_rockpaperscissors
  52. 5:
  53. slot: 5
  54. type: POTION
  55. name: '&6Bargamble'
  56. game: example_bargamble
  57. 6:
  58. slot: 6
  59. type: EXP_BOTTLE
  60. name: '&6Upgrade'
  61. game: example_upgrade
  62. 7:
  63. slot: 7
  64. type: GRAY_STAINED_GLASS_PANE
  65. name: ' '
  66. 8:
  67. slot: 8
  68. type: NETHER_STAR
  69. name: '&6Global Ranking'
  70. lore:
  71. - '&7Click to see who''s'
  72. - '&7the best overall player !'
  73. ranking_name: 'global'
  74. ranking_game_types:
  75. - BARGAMBLE
  76. - COIN_FLIP
  77. - CRASH
  78. - JACKPOT
  79. - ROCK_PAPER_SCISSORS
  80. - UPGRADE
  81. - WHEEL
  82. ranking_limit: -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement