Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. # A region can have a regionkind. If it has, members can find it by searching for a free region with a specific kind
  2. # via command or GUI. You have to select a MATERIAL that will be shown as icon for the region and regionkind in the GUI
  3. # You can also describe your regionkind by writing the information in the lore.
  4. # If you don't want to write a lore just write "- ''"
  5. # (List of all Materials: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)
  6. # To search and buy a region with a regionkind the user needs to have the permission 'arm.buyregion.REGIONKIND'
  7. # (for example 'arm.buykind.examplekind1')
  8. RegionKinds:
  9. starter:
  10. displayInGUI: true
  11. item: WOODEN_SHOVEL
  12. displayName: Starter-Region
  13. displayInLimits: true
  14. displayInRegionfinder: true
  15. paypackPercentage: 100
  16. lore:
  17. - A region for everyone
  18. small:
  19. displayInGUI: true
  20. item: STONE_SHOVEL
  21. displayName: Small-Region
  22. displayInLimits: true
  23. displayInRegionfinder: true
  24. paypackPercentage: 50
  25. lore:
  26. - A bit larger and good for small
  27. - groups
  28. medium:
  29. displayInGUI: true
  30. item: IRON_SHOVEL
  31. displayName: Medium-Region
  32. displayInLimits: true
  33. displayInRegionfinder: true
  34. paypackPercentage: 40
  35. lore:
  36. - A mid-sized region
  37. large:
  38. displayInGUI: true
  39. item: DIAMOND_SHOVEL
  40. displayName: Large-Region
  41. displayInLimits: true
  42. displayInRegionfinder: true
  43. paypackPercentage: 30
  44. lore:
  45. - A really large region
  46. shop:
  47. displayInGUI: true
  48. item: EMERALD
  49. displayName: Shop-Region
  50. displayInLimits: true
  51. displayInRegionfinder: true
  52. paypackPercentage: 80
  53. lore:
  54. - A shop where you can sell your stuff
  55. DefaultRegionKind:
  56. displayInGUI: true
  57. displayName: Default
  58. item: RED_BED
  59. lore:
  60. - very default
  61. displayInLimits: true
  62. displayInRegionfinder: false
  63. paypackPercentage: 50
  64. SubregionRegionKind:
  65. displayInGUI: true
  66. displayName: Subregion
  67. item: PLAYER_HEAD
  68. lore:
  69. - very subregion
  70. displayInLimits: true
  71. displayInRegionfinder: false
  72. paypackPercentage: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement