Advertisement
Daf4LifeYT

DemeLine - Config

May 29th, 2017
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. # The default config. Check http://dev.bukkit.org/bukkit-plugins/instances-minigamesapi/#w-tutorials
  2. # or https://github.com/instance01/MinigamesAPI/wiki/Default-Config-and-Item-Markup
  3. # for more information if you don't understand a config entry.
  4. # You can find classes (kits) in classes.yml, all saved arenas in arenas.yml, all messages in messages.yml.
  5. # You can edit/disable achievements in achievements.yml.
  6. config:
  7. selection_items:
  8. classes_selection_item: 399
  9. exit_item: 152
  10. achievement_item: 160
  11. spectator_item: 345
  12. shop_selection_item: 388
  13. GUI:
  14. classes_gui_rows: 3
  15. shop_gui_rows: 3
  16. spectator:
  17. spectator_after_fall_or_death: true
  18. spectator_move_y_lock: true
  19. defaults:
  20. default_max_players: 4
  21. default_min_players: 2
  22. default_max_game_time_in_minutes: 30
  23. countdowns:
  24. lobby_countdown: 30
  25. ingame_countdown: 10
  26. ingame_countdown_enabled: true
  27. skip_lobby: false
  28. clearinv_while_ingamecountdown: false
  29. classes_enabled: true
  30. shop_enabled: true
  31. use_credits_instead_of_money_for_kits: false
  32. reset_inventory_when_players_leave_server: true
  33. color_background_wool_of_signs: false
  34. rewards:
  35. economy: true
  36. economy_reward: 10
  37. item_reward: false
  38. item_reward_ids: 264*1;11*1
  39. command_reward: false
  40. command: pex user <player> add SKILLZ.*
  41. economy_for_kills: true
  42. economy_reward_for_kills: 5
  43. command_reward_for_kills: false
  44. command_for_kills: pex user <player> add SKILLZ.*
  45. economy_for_participation: false
  46. economy_reward_for_participation: 5
  47. command_reward_for_participation: false
  48. command_for_participation: pex user <player> add SKILLZ.*
  49. stats:
  50. points_for_kill: 2
  51. points_for_win: 10
  52. arcade:
  53. enabled: true
  54. min_players: 1
  55. max_players: 16
  56. arena_to_prefer:
  57. enabled: false
  58. arena: arena1
  59. lobby_countdown: 20
  60. show_each_lobby_countdown: false
  61. infinite_mode:
  62. enabled: false
  63. seconds_to_new_round: 10
  64. bungee:
  65. game_on_join: false
  66. teleport_all_to_server_on_stop:
  67. tp: false
  68. server: lobby
  69. whitelist_while_game_running: false
  70. execute_cmds_on_stop: false
  71. cmds: ''
  72. cmds_after: say SERVER STOPPING;stop
  73. map_rotation: false
  74. broadcast_win: true
  75. buy_classes_forever: true
  76. disable_commands_in_arena: true
  77. command_whitelist: /msg,/pm,/help
  78. leave_command: /leave
  79. spawn_fireworks_for_winners: true
  80. powerup_spawning:
  81. broadcast: false
  82. spawn_firework: false
  83. use_custom_scoreboard: false
  84. delay:
  85. enabled: false
  86. amount_seconds: 5
  87. send_game_started_msg: false
  88. auto_add_default_kit: true
  89. last_man_standing_wins: true
  90. effects:
  91. blood: true
  92. damage_identifier_holograms: true
  93. dead_in_fake_bed: true
  94. 1_8_titles: true
  95. 1_8_spectator_mode: false
  96. sounds:
  97. lobby_countdown: none
  98. ingame_countdown: SUCCESSFUL_HIT
  99. chat_per_arena_only: false
  100. chat_show_score_in_arena: false
  101. compass_tracking_enabled: true
  102. allow_classes_selection_out_of_arenas: false
  103. send_stats_on_stop: true
  104. use_xp_bar_level: true
  105. use_old_reset_method: false
  106. extra_lobby_item:
  107. item0:
  108. enabled: false
  109. item: 9
  110. name: Custom Item
  111. command: say This is a custom extra lobby item.
  112. version: 1
  113. mysql:
  114. enabled: false
  115. host: 127.0.0.1
  116. user: root
  117. pw: root
  118. database: mcminigames
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement