Advertisement
Kayloo_YT

UltimateFactions - faction_levels.yml

Sep 7th, 2020 (edited)
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. # Plugin by Miinoo_
  2. # https://www.spigotmc.org/members/kayloot.188238/
  3. # Do not sell, decompile or leak this plugin
  4.  
  5.  
  6. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  7. #
  8. # You can simply add a faction level by copying an existing level and changing some options
  9. #
  10. # example:
  11. #
  12. # 1: # this is the level of the faction
  13. # cost: 100000 # here you can set the cost you need to upgrade the faction to the next level
  14. # fly: false # here you can choose if faction fly should be disabled or enabled in this level
  15. # fill: false # here you can choose if faction fill should be disabled or enabled in this level (puts tnt out of your inventory directly in a dispenser)
  16. # member: 10 # here you can choose the maximum member count in a faction in this level
  17. # warps: 2 # here you can choose the maximum amount of warps in a faction in this level
  18. # warp-cooldown: 10 # here you can choose the warp-delay time in a faction in this level
  19. # claims: 10 # here you can choose the maximum amount of claims a faction can have in this level
  20. # mobdrop-multiplier: 0.1 # here you can choose the multiplier a mob drops more items (DONT SET TO 0.0 TO AVOID CONSOLE ERRORS)
  21. # potion-effects: # here you can edit the potion effects that a player has in its factions chunk
  22. # enabled: false # set to true if the effects should be enabled
  23. # effects: # here you can add the effects a player should have
  24. # - jump_boost
  25. # max-active-quests: 1 # here you can set the maximum amount of active quests a faction can have
  26. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  27. 0:
  28. cost: 0
  29. fly: false
  30. fill: false
  31. member: 5
  32. warps: 2
  33. warp-cooldown: 10
  34. claims: 10
  35. mobdrop-multiplier: 0.1
  36. potion-effects:
  37. enabled: false
  38. effects:
  39. -
  40. max-active-quests: 1
  41. 1:
  42. cost: 10000
  43. fly: false
  44. fill: true
  45. member: 10
  46. warps: 5
  47. warp-cooldown: 8
  48. claims: 15
  49. mobdrop-multiplier: 0.5
  50. potion-effects:
  51. enabled: true
  52. effects:
  53. - jump
  54. max-active-quests: 2
  55. 2:
  56. cost: 150000
  57. fly: true
  58. fill: true
  59. member: 15
  60. warps: 10
  61. warp-cooldown: 6
  62. claims: 20
  63. mobdrop-multiplier: 1.0
  64. potion-effects:
  65. enabled: true
  66. effects:
  67. - speed
  68. - regeneration
  69. max-active-quests: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement