Advertisement
Guest User

Untitled

a guest
Nov 24th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. # -------------------------------------------------------------------------------------------
  2. #
  3. # Your file has been automatically updated at 23.11.2018 20:37:46
  4. # to CoreArena 1.7.13
  5. #
  6. # Unfortunatelly, due to how Bukkit saves all .yml files, it was not possible
  7. # preserve the documentation comments in your file. We apologies.
  8. #
  9. # If you'd like to view the default file, you can either:
  10. # a) Open the CoreArena-1.7.13 (MC 1.13.2).jar with a WinRar or similar
  11. # b) or, visit: https://github.com/kangarko/CoreArena/wiki
  12. #
  13. # -------------------------------------------------------------------------------------------
  14.  
  15. Arena:
  16. Store_Inventories: true
  17. Keep_Own_Equipment_On_Death: true
  18. Auto_Repair_Items: true
  19. Display_Phase_Bar: true
  20. Console_Commands_For_Each: false
  21. Spawner_Activation_Radius: 40
  22. Allowed_Commands:
  23. - /ma
  24. - /tell
  25. - /msg
  26. - /r
  27. - /ping
  28. - /tps
  29. - /lag
  30. - /warn
  31. - /kick
  32. - /tempban
  33. - /tempmute
  34. - /ban
  35. - /mute
  36. - /reply
  37. Chat:
  38. Enabled: true
  39. Ranged: true
  40. Format: '&3{player} &8> {operatorColor}{message}'
  41. Global_Format: '&8[&3{arena}&8] {operatorColor}{player}: &f{message}'
  42. Integration:
  43. Block_McMMO_Experience: true
  44. Block_Jobs_Level_Up: true
  45. Display_Mob_Health_Bar: true
  46. Move_Forgotten_Players: true
  47. Experience:
  48. Exp_Per_Level: 30
  49. Level_To_Nugget_Conversion_Ratio: 0.5
  50. Item: PRISMARINE_CRYSTALS
  51. Item_Label: '&b{amount} EXP'
  52. Gold:
  53. Conversion_Ratio: 100
  54. Currency_Backup_Name: $
  55. Amount:
  56. Next_Phase: 5 + (5 * {phase})
  57. Kill:
  58. Global: 10 + (5 * {phase})
  59. Player: 30 + (6 * {phase})
  60. VINDICATOR: 20 + (5 * {phase})
  61. EVOKER: 30 + (6 * {phase})
  62. VEX: 15 + (5 * {phase})
  63. WITHER: 100 + (10 * {phase})
  64. SLIME: 7 + (3 * {phase})
  65. MAGMA_CUBE: 7 + (3 * {phase})
  66. ENDERMAN: 15 + (5 * {phase})
  67. ILLUSIONER: 20 + (5 * {phase})
  68. Rewards:
  69. Allow_Skipping_Tier: false
  70. Enable_Material_Rewards: true
  71. Procedural_Damage:
  72. Explosions:
  73. Gravitation_Range: 1
  74. Power:
  75. Creeper: 2.8
  76. TnT: 3.0
  77. Damage:
  78. Radius: 2
  79. Damage: 2.2
  80. Enabled: true
  81. Items:
  82. Explosive_Bow:
  83. Damage: 2.1
  84. Hurt_Players: false
  85. Setup:
  86. Accept_Unsafe_Monster_Eggs: false
  87. Signs:
  88. Join_Sign_Format: |-
  89. [&l{arena}&r]
  90. {state}
  91. &8{players}/{maxPlayers}
  92. Class_Sign_Format: |-
  93. &r
  94. &1{class}
  95. Click to select.
  96. Upgrades_Sign_Format: |-
  97. &r
  98. &1{upgrade}
  99. {price}
  100. &7Click to buy.
  101. Allow_Classes_Sign: true
  102. Leave_Sign_Format: |-
  103. [&lLeave&r]
  104. Click to leave
  105. {arena}
  106. WorldEdit:
  107. Execution_Limit: 10 seconds
  108. Close_Stream: false
  109. Bungeecords:
  110. Enabled: false
  111. MySQL:
  112. Enabled: false
  113. Aggresive: false
  114. Delay_Ticks: 10
  115. Host: sql.pebblehost.com
  116. Database: customer_3774
  117. Port: '3306'
  118. User: customer_3774
  119. Password: 378290734c
  120. Table: CoreArena
  121. Connector_Advanced: jdbc:mysql://sql.pebblehost.com:3306/customer_3774?autoReconnect=true
  122. Command_Aliases:
  123. - ma
  124. - mobarena
  125. Prefix: '&3»&7'
  126. Locale: en
  127. Log_Lag_Over_Milis: 100
  128. Notify_Updates: true
  129. Debug:
  130. - spawning
  131. Version: 4
  132. Serialization: ''
  133. Notify_Promotions: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement