Advertisement
Guest User

Untitled

a guest
Aug 26th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. mongo:
  2. username: 'mongoUsername'
  3. password: 'mongoPassword'
  4. database: 'mongoDataBase'
  5. host: 'mongoHost'
  6. port: 25565
  7. prefix: '&8[&6&lUHC&8] '
  8. border: '&8[&6Border&8] '
  9. team: '&8[&6Party&8] '
  10. mob_spawning:
  11. while_map_gen: false
  12. while_lobby: false
  13. while_game: true
  14. map_generator: 'TerrainControl'
  15. map_used: true
  16. worlds:
  17. uhc: uhc_world
  18. nether: uhc_world_nether
  19. scoreboard_title: '&6&lCritical &7<I> &fUHC'
  20. store: 'store.criticalmc.cc'
  21. server_ip: 'criticalmc.cc'
  22. join_message:
  23. - '&c&m--------------------------'
  24. - '&fWelcome &6<player> &fto &6CriticalUHC'
  25. - ''
  26. - ' &f* &6www.criticalmc.cc'
  27. - ' &f* &6ts.criticalmc.cc'
  28. - ' &f* &6store.criticalmc.cc'
  29. - '&c&m--------------------------'
  30. lobby:
  31. enabled: true
  32. fallback_server: 'uhcgames'
  33. keep_whitelisted_players_after_death: true
  34. colors:
  35. main: '&6'
  36. secondary: '&f'
  37. middle: '&e'
  38. spectate_permissions:
  39. 500x500: 'spectate.500'
  40. 750x750: 'spectate.750'
  41. 1000x100: 'spectate.1000'
  42. 1500x1500: 'spectate.1500'
  43. 2500x2500: 'spectate.2500'
  44.  
  45. #===============================
  46. #This values will be applyed on plugin start
  47. #===============================
  48.  
  49. config_default_values:
  50. nether: false
  51. healTime: 10
  52. pvpTime: 20
  53. borderSize: 2000
  54. enderpearlDamage: true
  55. appleRate: 2
  56. firstShrink: 35
  57. stats: false
  58. BORDER_SHRINK_EVERY: 5
  59. BORDER_SHRINK_UNTIL: 25
  60. BORDER_SHRINK_BY: 500
  61. shears: true
  62. godApples: false
  63. goldenHeads: true
  64. strenght1: false
  65. strenght2: false
  66.  
  67. #===============================
  68. #Rules will be in /rules command
  69. #===============================
  70.  
  71. rules:
  72. iPvP:
  73. punishment: '3d ban'
  74. description:
  75. - 'You are not allowed to ipvp while pvp is not enabled'
  76. - 'That means that you''re allowed to kill or try to'
  77. - 'kill players before grace period.'
  78. Rule#2:
  79. punishment: "Rule#2 punishment"
  80. description:
  81. - 'Rule#2 description'
  82. Rule#3:
  83. punishment: "Rule#3 punishment"
  84. description:
  85. - 'Rule#3 description'
  86. Rule#4:
  87. punishment: "Rule#4 punishment"
  88. description:
  89. - 'Rule#4 description'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement