Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.68 KB | None | 0 0
  1. # This is your config.yml file. In here you can customize all BukkitGames options.
  2. # Use double quotes (") instead of single quotes (') for strings!
  3. # More informaton and tutorials are available here: https://bitbucket.org/ftbastler/bukkitgames/wiki/
  4.  
  5. # --- DATABASE OPTIONS ---
  6.  
  7. # If set to true, BukkitGames will use MySQL. If set to false, BukkitGames will use SQLite.
  8. MYSQL: true
  9.  
  10. # SQLite Configuration (Use this if you have set MYSQL to false)
  11. # -> The database file needs to be located in your "/plugins" folder. If it does not exist, BukkitGames will try to create it.
  12. FILENAME: "bukkitgames"
  13. EXTENSION: ".db"
  14.  
  15. # MySQL Configuration (Use this if you have set MYSQL to true)
  16. # -> Please put your username and password in "".
  17. HOSTNAME: "Blanked"
  18. PORT: Blanked
  19. USERNAME: "Blanked"
  20. PASSWORD: "Blanked"
  21. DATABASE: "Blanked"
  22.  
  23.  
  24. # --- GENERAL OPTIONS ---
  25.  
  26. # Set a name for your server. The name will be displayed e.g. in the MOTD. Should not be longer than 32 characters.
  27. SERVER_NAME: "DonCrafting.com BukkitGames!"
  28.  
  29. # Minimum amount of players required to start the game.
  30. MIN_PLAYERS_START: 4
  31.  
  32. # Length of the pre-game period in seconds.
  33. PREGAME_TIME: 120
  34.  
  35. # Length of invincibility period in seconds.
  36. INVINCIBILITY_TIME: 60
  37.  
  38. # Maximum length of a game in minutes.
  39. MAX_GAME_TIME: 45
  40.  
  41. # Time in minutes after which the feast will spawn. For best results set this to MAX_GAME_TIME / 2.
  42. FEAST_SPAWN_TIME: 22
  43.  
  44. # If set to true, BukkitGames will provide some default abilities. (Check the wiki to create your own ones!)
  45. DEFAULT_ABILITIES: true
  46.  
  47. # If set to true, the health of a tribute will be shown below his name.
  48. HEALTH_BELOW_NAME: true
  49.  
  50. # If set to true, players can create teams. (Team members won't be tracked by a player's compass etc.)
  51. ENABLE_TEAMS: true
  52.  
  53.  
  54. # --- UPDATING OPTIONS ---
  55.  
  56. # If set to true, the plugin will automatically install new versions.
  57. # -> The plugin will also automatically merge your old configuration files with the new ones.
  58. # We recommend you to leave this enabled, so bugfixes get installed immediately and you don't have to update the plugin and all files manually all the time.
  59. AUTO_UPDATE: true
  60.  
  61.  
  62. # --- MONEY AND KIT OPTIONS ---
  63.  
  64. # If set to false, kit purchases will be disabled. This means players won't receive any money and the kit shop will be disabled.
  65. # -> Warning: This also means that players will no longer be able to access kits they have bought using their credits.
  66. ENABLE_KIT_PURCHASES: true
  67.  
  68. # Amount of money a player will get when he wins a game.
  69. MONEY_FOR_WIN: 10
  70.  
  71. # Amount of money a player will get when he kills a tribute.
  72. MONEY_FOR_KILL: 5
  73.  
  74. # Whether kit purchses should be permanent (e.g. buy a kit once and use it forever) or not (e.g. buy a kit only for the next game).
  75. PERMANENT_KIT_PURCHASES: true
  76.  
  77. # If set true, the winner of the last game will be able to access all kits (as a reward) for one game, and one game only.
  78. WINNER_REWARD_ALL_KITS: false
  79.  
  80. # If set to true, players will also be able to see which kits they could access if he had permissions for them.
  81. SHOW_OTHER_KITS: true
  82.  
  83. # If set to true, players that didn't choose a kit when the game starts will be given a random kit of all the kits they can access.
  84. RANDOM_KIT_IF_NONE: true
  85.  
  86.  
  87. # --- FUNCTIONAL ITEMS OPTIONS ---
  88. # -> Please be sure to set a different item for every "ITEM" option in this section.
  89.  
  90. # If set to true, players will be given items, with which he can open the item menus etc.
  91. # -> This also toggles if spectators can open the teleport menu with a right click.
  92. ENABLE_FUNCTIONAL_ITEMS: true
  93.  
  94. # Set which item to use for opening the "kit selection" menu.
  95. ITEM_SELECT_KIT_MENU: "CHEST"
  96.  
  97. # Set which item to use for opening the "kit purchasing" menu.
  98. ITEM_BUY_KIT_MENU: "EMERALD"
  99.  
  100. # Set which item to use for displaying the amount of money a player has.
  101. ITEM_VIEW_MONEY: "GOLD_NUGGET"
  102.  
  103. # Set which item to use for opening the "alive tributes" menu.
  104. ITEM_TELEPORT_MENU: "NAME_TAG"
  105.  
  106. # If set to true, players will receive a compass to locate other players, the feast and the cornucopia.
  107. COMPASS: true
  108.  
  109.  
  110. # --- FEAST AND CORNUCOPIA GENERATION OPTIONS ---
  111.  
  112. # If set to true, feast and cornucopia will be protected.
  113. PROTECT_STRUCTURES: true
  114.  
  115. # If set to true, a cornucopia will be generated at spawn.
  116. # -> When BukkitGames uses a custom world, this option will be disabled.
  117. # You will have to create a per-world configuration file for that world to enable it (visit the wiki for help).
  118. GENERATE_CORNUCOPIA: true
  119.  
  120. # If set to true, a feast will be generated at a random spot after some time (see time options).
  121. # -> When BukkitGames uses a custom world, this option will be disabled.
  122. # You will have to create a per-world configuration file for that world to enable it (visit the wiki for help).
  123. GENERATE_FEAST: true
  124.  
  125.  
  126. # --- CUSTOM WORLD OPTIONS ---
  127. # -> The options in this section only apply if you have added a custom world to the BukkitGames. (Visit the wiki for more information.)
  128.  
  129. # If set to true, the plugin will decide everytime your server starts whether to use a custom world or a randomly generated one.
  130. RANDOM_WORLD_PICKING: false
  131.  
  132. # If set to true, at the end of each game there will be a vote to decide which custom world to use for the next game.
  133. # -> Please note that when RANDOM_WORLD_PICKING is enabled, a "randomly generated world" option will be addded to the voting so players can also choose to play on wild terrain.
  134. VOTE_FOR_NEXT_WORLD: false
  135.  
  136. # If set to true, every available option for the next world voting will be displayed in chat.
  137. # -> The option VOTE_FOR_NEXT_WORLD has to be set to true to make this work.
  138. DISPLAY_VOTING_OPTIONS_IN_CHAT: true
  139.  
  140. # If set to true, the plugin will fill the chests on a custom map with random items.
  141. # -> To customize the items in the chests please visit the BukkitGames wiki.
  142. FILL_RANDOM_CHESTS: false
  143.  
  144. # Maximum amount of items to add to a chest on a custom map.
  145. # -> Only active when FILL_RANDOM_CHESTS is set to true.
  146. MAX_ITEMS_PER_CHEST: 3
  147.  
  148.  
  149. # --- COMMAND OPTIONS ---
  150.  
  151. # A list of commands to execute before the server shuts down. Commands are seperated by a semicolon (";").
  152. PRE_SHUTDOWN_COMMANDS: "say Restarting server...;restart"
  153.  
  154. # If set to true, a user will require the permission "bg.cmd.[cmdName]" for executing a user command.
  155. # -> Useful if you want to restrict a user command to certain groups or players.
  156. # -> Admin commands still require the permission "bg.admin".
  157. ENABLE_COMMAND_PERMISSIONS: false
  158.  
  159. # If set to true, command aliases (e.g. "/kit" or "/start") will be disabled.
  160. DISABLE_COMMAND_ALIASES: false
  161.  
  162.  
  163. # --- WORLD/MAP OPTIONS ---
  164.  
  165. # Set the radius for the circle around spawn the players will be spawned upon.
  166. PLAYER_SPAWN_RADIUS: 9
  167.  
  168. # If set to true, the plugin will use the vanilla square world border. If set to false, the plugin will use its own circular world border.
  169. SQUARE_WORLD_BORDER: false
  170.  
  171. # If square: Side length of the border in blocks. If circular: Radius of the world border around the spawn point.
  172. # -> Square: Recommended 600 blocks. Circular: Recommended 300 blocks.
  173. WORLD_BORDER_SIZE: 300
  174.  
  175. # If set to true, the world border will shrink during the game.
  176. SHRINK_WORLD_BORDER: true
  177.  
  178.  
  179. # --- OTHER OPTIONS ---
  180.  
  181. # If set to true, players will be allowed to join during a game and spectate it.
  182. SPECTATORS: true
  183.  
  184. # If set to true, players will be kicked when they die. (If set to false, SPECTATORS has to be enabled!)
  185. KICK_ON_DEATH: false
  186.  
  187. # If set to true, tributes will drop their head as a skull upon death.
  188. TRIBUTES_DROP_SKULL: true
  189.  
  190. # If set to true, the scoreboard will no longer be displayed.
  191. DISABLE_SCOREBOARD: false
  192.  
  193. # If set to true, all tributes will not be able to move until the game begins.
  194. PRE_GAME_FREEZE: false
  195.  
  196. # If set to true, the plugin will allow all players to fly until the game begins. (If set to true, PRE_GAME_FREEZE has to be disabled!)
  197. PRE_GAME_FLY: false
  198.  
  199. # If set to true, the name of the kit the player chose will be displayed in front of his name when he chats and in his death message.
  200. KIT_BEFORE_NAME: true
  201.  
  202.  
  203. # --- WEB-API OPTIONS ---
  204. # -> For more information about this feature, please visit the BukkitGames wiki.
  205.  
  206. # If set to true, BukkitGames will provide an API for websites.
  207. # -> The API can be access with the following URL: <your server ip>:<web-api-port>/?password=<web-api-password>
  208. WEB_API: false
  209.  
  210. # If WEB_API is set to true, please enter a password so only authorised persons can access the API.
  211. # -> Please put your password in "".
  212. WEB_API_PASSWORD: "password"
  213.  
  214. # If WEB_API is set to true, please set a port for it. Choose a port that does not conflict with other applications.
  215. WEB_API_PORT: 8184
  216.  
  217.  
  218. # --- DEBUG OPTIONS ---
  219. # -> Warning: If you are not debugging or experimenting, keep the following options disabled.
  220.  
  221. # If set to true, the MOTD will be displayed without colors.
  222. DISABLE_COLORS_IN_MOTD: false
  223.  
  224. # If set to true, the online/offline mode check will be bypassed. (This might cause damage to your database!)
  225. BYPASS_ONLINE_OFFLINE_MODE_CHECK: false
  226.  
  227. # If set to true, BukkitGames will not check if the game should end. Basically, the game will keep going forever.
  228. DISABLE_GAME_END_CHECK: false
  229.  
  230. # If set to true, at the end of a game BukkitGames will NOT celebrate the winner or restart the server. Basically, NOTHING will happen.
  231. DO_NOT_MAKE_GAME_END_AWESOME: false
  232.  
  233. # If set to true, BukkitGames will shutdown the server if it could not establish a SQL connection.
  234. SHUTDOWN_SERVER_IF_SQL_CONNECTION_FAILS: false
  235.  
  236. # If set to true, admins and moderators will not be teleported to spawn at the beginning of a game.
  237. DO_NOT_TELEPORT_GAMEMAKERS_AT_START: false
  238.  
  239. # If set to true, the plugin will stop reacting to the AsyncPlayerChatEvent.
  240. DO_NOT_REACT_TO_CHAT_EVENT: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement