Advertisement
Guest User

Untitled

a guest
Aug 28th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. # These groups correspond to the Permissions groups defined in your '<worldname>.yml'
  2. Groups:
  3. Default: #group name, DONT remove this group
  4. # Information about the Residence zone that the player can define.
  5. #Uncomment the lines below to mirror this config to other groups.
  6. #Mirror:
  7. #- 'group1'
  8. #- 'group2'
  9. Residence:
  10. # Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
  11. CanCreate: true
  12. # The maximum number of Residences a player can have.
  13. MaxResidences: 3
  14. # The maximum number of physical areas a residence can have.
  15. MaxAreasPerResidence: 3
  16. # The maximum number of blocks a Residence can be, East to West (X).
  17. MaxEastWest: 90
  18. # (Optional) The minimum number of blocks a Residence can be, East to West (X).
  19. MinEastWest: 3
  20. # The maximum number of blocks a Residence can be, North to South (Z).
  21. MaxNorthSouth: 90
  22. # (Optional) The minimum number of blocks a Residence can be, North to South (Z).
  23. MinNorthSouth: 3
  24. # The maximum number of blocks a Residence can be, High to Low (Y).
  25. MaxUpDown: 255
  26. # (Optional) The minimum number of blocks a Residence can be, High to Low (Y).
  27. MinUpDown: 3
  28. # The lowest altitude this group is allowed to protect.
  29. MinHeight: 0
  30. # The highest altitude this group is allowed to protect.
  31. MaxHeight: 255
  32. # The maximum amount of subzones can current area have.
  33. MaxSubzonesInArea: 10
  34. # The maximum recursive depth that subzones can go.
  35. # A subzone within a subzone within the Residence zone would be a depth of 2.
  36. # Set to 0 to disable subzones.
  37. SubzoneDepth: 3
  38. # (Optional) The maximum number of blocks a Residence Subzone can be, East to West (X).
  39. SubzoneMaxEastWest: 50
  40. # (Optional) The minimum number of blocks a Residence Subzone can be, East to West (X).
  41. SubzoneMinEastWest: 3
  42. # (Optional) The maximum number of blocks a Residence Subzone can be, North to South (Z).
  43. SubzoneMaxNorthSouth: 50
  44. # (Optional) The minimum number of blocks a Residence Subzone can be, North to South (Z).
  45. SubzoneMinNorthSouth: 3
  46. # (Optional) The maximum number of blocks a Residence Subzone can be, High to Low (Y).
  47. SubzoneMaxUpDown: 255
  48. # (Optional) The minimum number of blocks a Residence Subzone can be, High to Low (Y).
  49. SubzoneMinUpDown: 3
  50. # Whether or not to allow teleporting to Residences.
  51. CanTeleport: true
  52. # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
  53. Unstuck: true
  54. # Allow or Disallow the use of /res kick, to kick player from residence.
  55. Kick: False
  56. # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
  57. SelectCommandAccess: true
  58. # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
  59. ItemListAccess: true
  60. # Options relating to enter and leave messages on the residence.
  61. Messaging:
  62. # Whether or not the player can change the Residence enter and leave messages.
  63. CanChange: false
  64. # The default enter message to apply to new Residences created by players in this group.
  65. # Use %zone if you want to include only current residence name without including parent zones into name
  66. # Leaving the message blank will disable it.
  67. DefaultEnter: "Vítej %player v residenci %residence hráče %owner."
  68. # The default leave message to apply to new Residences created by players in this group.
  69. # Use %zone if you want to include only current residence name without including parent zones into name
  70. # Leaving the message blank will disable it.
  71. DefaultLeave: "Opouštíš residenci %residence."
  72. # Options relating to the Lease system.
  73. Lease:
  74. # The maximum number of days to allow leases.
  75. MaxDays: 16
  76. # The number of days to add to the lease following a '/res lease renew' command.
  77. RenewIncrement: 14
  78. #Options related to the rent system
  79. Rent:
  80. #determines how many residences can be rented by players of this group at once
  81. MaxRents: 3
  82. #determines how many residences can be set for rent by players of this group at once
  83. MaxRentables: 3
  84. # determines max days player can rent residence at once
  85. MaxRentDays: 31
  86. # Options relating to the Residence Economy.
  87. Economy:
  88. # Whether or not players in this group can buy other Residences that are for sale.
  89. CanBuy: false
  90. # Whether or not players in this group can sell their Residences.
  91. CanSell: false
  92. # Whether or not to ignore the Residence size/count limits when buying a residence.
  93. IgnoreLimits: false
  94. # The cost, per block, of making a new Residence or adding a area to it.
  95. BuyCost: 0.0
  96. # The cost, per block, player will be getting back when removing residence.
  97. # ATTENTION ResMoneyBack needs to be enabled in config file for this to work
  98. SellCost: 0.0
  99. # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
  100. RenewCost: 0.0
  101. # Flags are checked in the order:
  102. # 1: Player
  103. # 2: Group
  104. # 3: Owner
  105. # 4: If all others are undefined, reverts to default value (usually true).
  106. # Flag permissions default to false.
  107. # These flags settings override the globals.
  108. Flags:
  109. # Specifically allow or deny this group from changing certain flags.
  110. Permission:
  111. #build: true
  112. # Specifys the flags that are applied at residence creation for players of this group.
  113. Default:
  114. #build: true
  115. # Specifys the flags that are applied at to the creator at residence creation.
  116. CreatorDefault:
  117. #build: true
  118. # Specifys the flags that are applied to other groups for this residence, at creation.
  119. GroupDefault:
  120. #default: #group name
  121. #build: false
  122. #these flags are applied specifically to this group whenever they are outside a residence
  123. #these flags will override the flags at the top, under the Global section.
  124. World:
  125. Global: #these flags will apply to all worlds
  126. #build: false
  127. WorldNameHere: #or you can apply them by each individual world
  128. #build: false
  129. Vip:
  130. Residence:
  131. CanCreate: true
  132. MaxResidences: 5
  133. MaxAreasPerResidence: 5
  134. MaxEastWest: 110
  135. MinEastWest: 3
  136. MaxNorthSouth: 110
  137. MinNorthSouth: 3
  138. MaxUpDown: 255
  139. MinUpDown: 3
  140. MinHeight: 0
  141. MaxHeight: 255
  142. MaxSubzonesInArea: 15
  143. SubzoneDepth: 3
  144. SubzoneMaxEastWest: 75
  145. SubzoneMinEastWest: 3
  146. SubzoneMaxNorthSouth: 75
  147. SubzoneMinNorthSouth: 3
  148. SubzoneMaxUpDown: 255
  149. SubzoneMinUpDown: 3
  150. CanTeleport: true
  151. Unstuck: true
  152. Kick: False
  153. SelectCommandAccess: true
  154. ItemListAccess: true
  155. Messaging:
  156. CanChange: true
  157. DefaultEnter: "Vítej %player v residenci %residence hráče %owner."
  158. DefaultLeave: "Opouštíš residenci %residence."
  159. Lease:
  160. MaxDays: 0
  161. RenewIncrement: 0
  162. Rent:
  163. MaxRents: 0
  164. MaxRentables: 0
  165. MaxRentDays: 0
  166. Economy:
  167. CanBuy: false
  168. CanSell: false
  169. IgnoreLimits: false
  170. BuyCost: 0.0
  171. SellCost: 0.0
  172. RenewCost: 0.0
  173. Vip++:
  174. Residence:
  175. CanCreate: true
  176. MaxResidences: 9
  177. MaxAreasPerResidence: 7
  178. MaxEastWest: 130
  179. MinEastWest: 3
  180. MaxNorthSouth: 130
  181. MinNorthSouth: 3
  182. MaxUpDown: 255
  183. MinUpDown: 3
  184. MinHeight: 0
  185. MaxHeight: 255
  186. MaxSubzonesInArea: 20
  187. SubzoneDepth: 3
  188. SubzoneMaxEastWest: 100
  189. SubzoneMinEastWest: 3
  190. SubzoneMaxNorthSouth: 100
  191. SubzoneMinNorthSouth: 3
  192. SubzoneMaxUpDown: 255
  193. SubzoneMinUpDown: 3
  194. CanTeleport: true
  195. Unstuck: true
  196. Kick: False
  197. SelectCommandAccess: true
  198. ItemListAccess: true
  199. Messaging:
  200. CanChange: true
  201. DefaultEnter: "Vítej %player v residenci %residence hráče %owner."
  202. DefaultLeave: "Opouštíš residenci %residence."
  203. Lease:
  204. MaxDays: 0
  205. RenewIncrement: 0
  206. Rent:
  207. MaxRents: 0
  208. MaxRentables: 0
  209. MaxRentDays: 0
  210. Economy:
  211. CanBuy: false
  212. CanSell: false
  213. IgnoreLimits: false
  214. BuyCost: 0.0
  215. SellCost: 0.0
  216. RenewCost: 0.0
  217. helper:
  218. Residence:
  219. CanCreate: true
  220. MaxResidences: 15
  221. MaxAreasPerResidence: 10
  222. MaxEastWest: 250
  223. MaxNorthSouth: 250
  224. MaxUpDown: 256
  225. MinHeight: 0
  226. MaxHeight: 255
  227. SubzoneDepth: 3
  228. MaxSubzonesInArea: 30
  229. SubzoneDepth: 3
  230. SubzoneMaxEastWest: 200
  231. SubzoneMinEastWest: 3
  232. SubzoneMaxNorthSouth: 200
  233. SubzoneMinNorthSouth: 3
  234. SubzoneMaxUpDown: 255
  235. SubzoneMinUpDown: 3
  236. CanTeleport: true
  237. Unstuck: true
  238. Kick: true
  239. SelectCommandAccess: true
  240. ItemListAccess: true
  241. Messaging:
  242. CanChange: true
  243. DefaultEnter: ""
  244. DefaultLeave: ""
  245. Lease:
  246. MaxDays: 0
  247. RenewIncrement: 0
  248. Rent:
  249. MaxRents: 0
  250. MaxRentables: 0
  251. MaxRentDays: 0
  252. Economy:
  253. CanBuy: false
  254. CanSell: false
  255. IgnoreLimits: true
  256. BuyCost: 0.7
  257. SellCost: 0.3
  258. RenewCost: 0.3
  259. admin:
  260. Residence:
  261. CanCreate: true
  262. MaxResidences: 1000
  263. MaxAreasPerResidence: 1000
  264. MaxEastWest: 10000
  265. MaxNorthSouth: 10000
  266. MaxUpDown: 256
  267. MinHeight: 0
  268. MaxHeight: 255
  269. SubzoneDepth: 3
  270. CanTeleport: true
  271. Unstuck: true
  272. Kick: true
  273. SelectCommandAccess: true
  274. ItemListAccess: true
  275. Messaging:
  276. CanChange: true
  277. DefaultEnter: ""
  278. DefaultLeave: ""
  279. Lease:
  280. MaxDays: 10000
  281. RenewIncrement: 10000
  282. Rent:
  283. MaxRents: 10000
  284. MaxRentables: 10000
  285. MaxRentDays: 10000
  286. Economy:
  287. CanBuy: false
  288. CanSell: false
  289. IgnoreLimits: true
  290. BuyCost: 0.7
  291. SellCost: 0.3
  292. RenewCost: 0.3
  293.  
  294. # You can manually specify the group a player is in below, this overrides their permissions group.
  295. GroupAssignments:
  296. bekvon: default
  297. player: default
  298. vip: vip
  299. vip++: vip++
  300. moderator: admin
  301. admin: admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement