Advertisement
Guest User

Untitled

a guest
Nov 24th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.36 KB | None | 0 0
  1. # ----------------------------------------------------------------------------------#
  2. # #
  3. # GameBox config #
  4. # #
  5. # ----------------------------------------------------------------------------------#
  6. # #
  7. # Plugin made by Nikl #
  8. # if you have any problems/suggestions please pm me on Spigot, #
  9. # or write in the plugin discussion, #
  10. # or open an issue on GitHub. #
  11. # #
  12. # Thank you for playing, I hope you like the plugin! #
  13. # #
  14. # ----------------------------------------------------------------------------------#
  15.  
  16.  
  17.  
  18. # define the language file you want to use (find the default files in the folder 'language')
  19. # to use the default messages just write 'default' (this option uses a file from inside the jar!)
  20. # you cannot customise messages when using 'default', but your messages will always be up to date
  21. # If you want custom messages please write your own file or use one of the already written 'lang_xx.yml' files
  22. langFile: 'default'
  23.  
  24.  
  25. # Economy related settings.
  26. economy:
  27. # Global economy switch. This requires vault and an economy plugin!
  28. # Token are not influenced by this setting.
  29. enabled: false
  30. # Token are a currency you can win by playing games and spend in the integrated token shop.
  31. tokens:
  32. # Global token switch.
  33. enabled: false
  34.  
  35.  
  36. # General plugin settings
  37. settings:
  38.  
  39. # In these worlds the commands will not work.
  40. blockedWorlds:
  41. #- "world_nether"
  42. #- "world_end"
  43.  
  44. # Enable players to accept game invitations without having the play permission.
  45. # The permission is still needed to send the invitation!
  46. # This makes sense when not all players have all play permissions.
  47. # Default: false
  48. exceptInvitesWithoutPlayPermission: false
  49.  
  50. # If true, players will keep their armor on while in a GUI or game.
  51. # Default: false
  52. keepArmor: false
  53.  
  54. # Invitation settings
  55. invitations:
  56.  
  57. # Duration in seconds for an invite to stay valid.
  58. # Default: 60
  59. inviteValidDuration: 60
  60.  
  61. # Duration for the invite input to stay open.
  62. # Default: 30
  63. inviteInputDuration: 30
  64.  
  65. # Clickable message send on invitation by a player
  66. clickMessage:
  67. # Switch for click messages.
  68. # The click message provides an easy and fast way to navigate to the invitation.
  69. enabled: true
  70.  
  71. # Actionbar message send on invitation by a player.
  72. # The text can be customised in the language files.
  73. actionBarMessage:
  74. enabled: false
  75.  
  76. # Title message send on invitation by a player.
  77. # The text can be customised in the language files.
  78. titleMessage:
  79. enabled: false
  80.  
  81. # Close the inventory (either GUI or game) when a player is damaged.
  82. # If false the inventory stays open until the player dies.
  83. closeInventoryOnDamage: true
  84.  
  85. # Interval for automatically saving player data.
  86. # Set to 0 or any negative value to disable auto save.
  87. # Interval is given in minutes!
  88. # Default: 10
  89. autoSaveIntervalInMinutes: 10
  90.  
  91. # Send plugin/server data to bStats.
  92. # This does not affect your server's performance in any noticeable way!
  93. # All data is anonymous and helps me evaluating features.
  94. # You can take a look yourself: https://bstats.org/plugin/bukkit/GameBox
  95. # Please consider twice before changing this to false.
  96. bstats: true
  97.  
  98. # By default the plugin will check your used language files for missing messages
  99. # every time it gets loaded/reloaded.
  100. # This check can also be triggered by running 'gba language'
  101. runLanguageChecksAutomatically: true
  102.  
  103.  
  104. # Settings related with the GameBox GUI
  105. guiSettings:
  106. # Global sound switch.
  107. # You should keep this 'true', since every player can decide to turn sounds off for themselves
  108. # in the GUI or via command.
  109. playSounds: true
  110.  
  111. # Sounds used in the GameBox GUI
  112. # For all sounds take a look at the GitHub repository (see Spigot page for the link).
  113. standardSounds:
  114. # Sound for successful clicks
  115. successfulClick: "CLICK"
  116. # Sound for unsuccessful clicks
  117. unsuccessfulClick: "VILLAGER_NO"
  118.  
  119. # Customize the navigation buttons that are in the players hot bar.
  120. # Disable a navigation button by giving it a negative slot.
  121. # Valid slots range from 0 to 8.
  122. hotBarNavigation:
  123. # Exit the menu on click.
  124. exitSlot: 4
  125. # Go to the main menu on click.
  126. mainMenuSlot: 0
  127. # Go to the game menu on click.
  128. # This button only appears while inside a submenu of a specific game.
  129. gameMenuSlot: 8
  130.  
  131. # button materials
  132. exitMaterial: "BARRIER"
  133. mainMenuMaterial: "DARK_OAK_DOOR_ITEM"
  134. gameMenuMaterial: "BIRCH_DOOR_ITEM"
  135.  
  136. # You can define slots in which the items are kept.
  137. # Valid slots range from 0 to 8.
  138. # Do not use a slot that is taken by navigation buttons!
  139. keepItemsSlots:
  140. #- 2
  141. #- 6
  142.  
  143.  
  144. # MySQL settings.
  145. # If the connection fails the plugin will fall back to file storage.
  146. mysql:
  147. enabled: false
  148. host: "localhost"
  149. port: 3306
  150. database: "Database"
  151. username: "User"
  152. password: "Password"
  153. # This enables synchronisation of top lists through your network
  154. # NOT supported for file storage!
  155. # All servers have to use the same database
  156. bungeeMode: false
  157.  
  158.  
  159. # HubMode makes playing GameBox games easier.
  160. # It can give players an item they can click with to open the main menu.
  161. hubMode:
  162.  
  163. # HubMode switch.
  164. # If this is set to false all HubMode settings below are irrelevant.
  165. enabled: false
  166.  
  167. # HubMode will only work in these worlds
  168. enabledWorlds:
  169. - "world"
  170.  
  171. # Whenever a player joins one of the enabled worlds his inventory is checked for the hubitem.
  172. # If he doesn't have the item, it will be added to his inventory.
  173. giveItemOnWorldJoin: true
  174.  
  175. # Preferred slot for the hubitem
  176. # If the slot is taken by another item, the plugin will try to find an empty slot.
  177. slot: 0
  178.  
  179. # Configuration for the hubitem
  180. item:
  181. # Material and data of the item (format: 'material:data')
  182. materialData: "CHEST"
  183. # Display name of the item.
  184. displayName: "&3&lGameBox"
  185. # Lore of the item (optional).
  186. lore:
  187. - ""
  188. - "&bClick with this to play awesome games"
  189.  
  190.  
  191. # Plugin intern listeners are able to run some basic code during GameBox events for you.
  192. listeners:
  193.  
  194. # Event is called before the player enters a GameBox GUI or game.
  195. # This event is only called if no GameBox inventory was open before.
  196. enteringGameBox:
  197. commands:
  198. #- "tell %player% Have fun!
  199.  
  200. # Event is called directly after the player left any GameBox inventory (GUI or game).
  201. leftGameBox:
  202. commands:
  203. #- "tell %player% Come back!"
  204.  
  205. # Change the commands used by gamebox
  206. # Use the pipe character "|" to separate aliases
  207. commands:
  208. main: "gamebox|games|gb"
  209. admin: "gameboxadmin|gamesadmin|gba"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement