Advertisement
Guest User

config.yml

a guest
Jul 30th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 KB | None | 0 0
  1. #These are Global Settings for Residence.
  2. Global:
  3. # This loads the <language>.yml file in the Residence Language folder
  4. # All Residence text comes from this file. (NOT DONE YET)
  5. Language: English
  6. # Wooden Axe is the default selection tool for Residence.
  7. # You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
  8. SelectionToolId: 271
  9. # This determins which tool you can use to see info on residences, default is String.
  10. # Simply equip this tool and hit a location inside the residence and it will display the info for it.
  11. InfoToolId: 287
  12. # The interval, in milliseconds, between movement checks.
  13. # Reducing this will increase the load on the server.
  14. # Increasing this will allow players to move further in movement restricted zones before they are teleported out.
  15. MoveCheckInterval: 500
  16. # The interval, in minutes, between residence saves.
  17. SaveInterval: 10
  18. # The default group to use if Permissions fails to attach or your not using Permissions.
  19. DefaultGroup: default
  20. # Enable / Disable the Lease System.
  21. UseLeaseSystem: false
  22. # The interval, in minutes, between residence lease checks (if leases are enabled).
  23. LeaseCheckInterval: 10
  24. # Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
  25. LeaseAutoRenew: true
  26. # Whether or not to use the Permissions system in conjunction with this config.
  27. EnablePermissions: true
  28. # Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
  29. LegacyPermissions: true
  30. # Enable / Disable Residence's Economy System.
  31. EnableEconomy: false
  32. # The economy system to use (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
  33. EconomySystem: iConomy
  34. # Enables or disables the Rent System
  35. EnableRentSystem: false
  36. # The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
  37. RentCheckInterval: 10
  38. # Enable or disable residence chat channels.
  39. ResidenceChatEnable: true
  40. # Color of residence chat.
  41. ResidenceChatColor: DARK_PURPLE
  42. # Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
  43. AdminOnlyCommands: false
  44. # Setting this to true makes server OPs admins.
  45. AdminOPs: true
  46. # This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
  47. # The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
  48. MultiWorldPlugin: MultiVerse
  49. # Setting this to true causes subzones to inherit flags from their parent zones.
  50. ResidenceFlagsInherit: true
  51. # Setting this to false will allow rented residences to be modified by the renting player.
  52. PreventRentModify: true
  53. # Setting this to false will cause residence to continue to load even if a error is detected in the save file.
  54. StopOnSaveFault: true
  55. # These are world flags that are applied when the player is NOT within a residence.
  56. Flags:
  57. Global: #these are default for all worlds unless specified below, they can be overridden per group
  58. use: true
  59. build: true
  60. ignite: true
  61. firespread: true
  62. damage: true
  63. creeper: true
  64. tnt: true
  65. pvp: true
  66. WorldNameHere: #here you can set flags for individual worlds, these override Global
  67. #build: true
  68. # This gives permission to change certain flags to all groups, unless specifically denied to the group.
  69. FlagPermission:
  70. move: true
  71. build: true
  72. place: true
  73. destroy: true
  74. use: true
  75. container: true
  76. pvp: true
  77. tp: true
  78. ignite: true
  79. firespread: true
  80. bucket: true
  81. flow: true
  82. lavaflow: true
  83. waterflow: true
  84. creeper: true
  85. tnt: true
  86. monsters: true
  87. animals: true
  88. subzone: true
  89. healing: true
  90. # These are default flags applied to all residences from any user group.
  91. ResidenceDefault:
  92. build: false
  93. use: false
  94. container: false
  95. pvp: false
  96. tnt: false
  97. creeper: false
  98. flow: false
  99. piston: false
  100. ignite: false
  101. firespread: false
  102. # These are default flags applied to the residence creator of any group.
  103. CreatorDefault:
  104. build: true
  105. move: true
  106. use: true
  107. ignite: true
  108. container: true
  109. # These are default group flags applied to a residence made by a user of any group.
  110. GroupDefault:
  111. #default: #group name
  112. #build: true
  113.  
  114. # These groups correspond to the Permissions groups defined in your '<worldname>.yml'
  115. Groups:
  116. Default: #group name
  117. # Information about the Residence zone that the player can define.
  118. Residence:
  119. # Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
  120. CanCreate: true
  121. # The maximum number of Residences a player can have.
  122. MaxResidences: 3
  123. # The maximum number of physical areas a residence can have.
  124. MaxAreasPerResidence: 2
  125. # The maximum number of blocks a Residence can be, East to West (X).
  126. MaxEastWest: 30
  127. # The maximum number of blocks a Residence can be, North to South (Z).
  128. MaxNorthSouth: 30
  129. # The maximum number of blocks a Residence can be, High to Low (Y).
  130. MaxUpDown: 128
  131. # The lowest altitude this group is allowed to protect.
  132. MinHeight: 0
  133. # The highest altitude this group is allowed to protect.
  134. MaxHeight: 127
  135. # The maximum recursive depth that subzones can go.
  136. # A subzone within a subzone within the Residence zone would be a depth of 2.
  137. # Set to 0 to disable subzones.
  138. SubzoneDepth: 3
  139. # Whether or not to allow teleporting to Residences.
  140. CanTeleport: true
  141. # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
  142. Unstuck: true
  143. # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
  144. SelectCommandAccess: true
  145. # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
  146. ItemListAccess: true
  147. # Options relating to enter and leave messages on the residence.
  148. Messaging:
  149. # Whether or not the player can change the Residence enter and leave messages.
  150. CanChange: true
  151. # The default enter message to apply to new Residences created by players in this group.
  152. # Leaving the message blank will disable it.
  153. DefaultEnter: Welcome %player to %residence, owned by %owner.
  154. # The default leave message to apply to new Residences created by players in this group.
  155. # Leaving the message blank will disable it.
  156. DefaultLeave: Now leaving %residence.
  157. # Options relating to the Lease system.
  158. Lease:
  159. # The maximum number of days to allow leases.
  160. MaxDays: 16
  161. # The number of days to add to the lease following a '/res lease renew' command.
  162. RenewIncrement: 14
  163. #Options related to the rent system
  164. Rent:
  165. #determines how many residences can be rented by players of this group at once
  166. MaxRents: 3
  167. #determines how many residences can be set for rent by players of this group at once
  168. MaxRentables: 3
  169. # Options relating to the Residence Economy.
  170. Economy:
  171. # Whether or not players in this group can buy other Residences that are for sale.
  172. CanBuy: true
  173. # Whether or not players in this group can sell their Residences.
  174. CanSell: false
  175. # Whether or not to ignore the Residence size/count limits when buying a residence.
  176. IgnoreLimits: false
  177. # The cost, per block, of making a new Residence or adding a area to it.
  178. BuyCost: 0.05
  179. # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
  180. RenewCost: 0.02
  181. # Flags are checked in the order:
  182. # 1: Player
  183. # 2: Group
  184. # 3: Owner
  185. # 4: If all others are undefined, reverts to default value (usually true).
  186. # Flag permissions default to false.
  187. # These flags settings override the globals.
  188. Flags:
  189. # Specifically allow or deny this group from changing certain flags.
  190. Permission:
  191. #build: true
  192. # Specifys the flags that are applied at residence creation for players of this group.
  193. Default:
  194. #build: true
  195. # Specifys the flags that are applied at to the creator at residence creation.
  196. CreatorDefault:
  197. #build: true
  198. # Specifys the flags that are applied to other groups for this residence, at creation.
  199. GroupDefault:
  200. #default: #group name
  201. #build: false
  202. #these flags are applied specifically to this group whenever they are outside a residence
  203. #these flags will override the flags at the top, under the Global section.
  204. World:
  205. Global: #these flags will apply to all worlds
  206. #build: false
  207. WorldNameHere: #or you can apply them by each individual world
  208. #build: false
  209.  
  210. gFinvillage: #group name
  211. Residence:
  212. gSnowville: #group name
  213. Residence:
  214.  
  215. # You can manually specify the group a player is in below, this overrides their permissions group.
  216. GroupAssigments:
  217. bekvon: default
  218. player: default
  219. Shick: gFinvillage
  220. mitch_1: gFinvillage
  221. Greener: gFinvillage
  222. Keiichi: gFinvillage
  223. 326power: gFinvillage
  224. loggy: gFinvillage
  225. agdogd: gFinvillage
  226. dobriybac9i: gFinvillage
  227. vadim1231: gFinvillage
  228. luhich: gFinvillage
  229. Fagent: gSnowville
  230. Shtik174: gSnowville
  231. _RolleR_: gSnowville
  232. akerlay: gSnowville
  233. Atrocraz: gSnowville
  234. repeat: gFinvillage
  235.  
  236. ItemList: #this is where you can create blacklists / whitelists
  237. DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
  238. #type of the list, can be blacklist, whitelist, or ignorelist
  239. Type: blacklist
  240. #If you want, you can have this list only apply to one world, otherwise it applys to all worlds
  241. #World: world
  242. #You can also have the list apply only to one group, otherwise it applys for all groups
  243. #Group: default
  244. #this is the actual list of material names that this list allows or dissallows
  245. #You can look up the material name by item ID in game by typing /res material <id>
  246. #Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
  247. Items:
  248. - 'BEDROCK'
  249. - 'LAVA'
  250. - 'WATER'
  251. - 'STATIONARY_LAVA'
  252. - 'STATIONARY_WATER'
  253. - 'MOB_SPAWNER'
  254. # Used to determine which major revision of Residence this config is from, dont change this.
  255. ResidenceVersion: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement