Advertisement
Guest User

PermissionDefaults.yml

a guest
Jul 18th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. #> Below are the default permissions set for plugin 'Train Carts'.
  2. #> These permissions are ignored if the permission is set for a group or player.
  3. #> Use the defaults as a base to keep the permissions file small
  4. #> Need help with this file? Please visit:
  5. #> http://dev.bukkit.org/server-mods/bkcommonlib/pages/general/permission-defaults/
  6. train:
  7. command:
  8. globalproperties:
  9. default: op
  10. description: The player can edit the properties of all carts
  11. properties:
  12. default: op
  13. description: The player can edit the properties of carts he owns
  14. destroy:
  15. default: op
  16. description: The player can destroy owned carts through commands
  17. destroyall:
  18. default: op
  19. description: The player can destroy all trains on the server
  20. fixbugged:
  21. default: op
  22. description: The player can destroy all bugged minecarts on the server
  23. reroute:
  24. default: op
  25. description: The player can force path finding to re-calculate
  26. reload:
  27. default: op
  28. description: The player can reload the configuration
  29. break:
  30. default: op
  31. description: The player can set blocks the cart can break from a set list
  32. breakblock:
  33. admin:
  34. default: op
  35. description: The player can set blocks the cart can break, any type
  36. setpublic:
  37. default: true
  38. description: The player can make his owned carts open for the public
  39. setowners:
  40. default: true
  41. description: The player can set the owners of his owned carts
  42. settags:
  43. default: true
  44. description: The player can set the tags of his owned carts
  45. mobenter:
  46. default: false
  47. description: The player can set if mobs can enter his owned carts
  48. setdestination:
  49. default: true
  50. description: The player can set destinations for his owned carts
  51. playerenter:
  52. default: true
  53. description: The player can set if players can enter his owned carts
  54. playerexit:
  55. default: false
  56. description: The player can set if players can exit his owned carts
  57. pickup:
  58. default: false
  59. description: The player can set if his owned storage carts pick up items
  60. setlinking:
  61. default: true
  62. description: The player can set if his owned trains can link to other trains
  63. keepchunksloaded:
  64. default: op
  65. description: The player can if his owned trains keep nearby chunks loaded
  66. pushing:
  67. default: true
  68. description: The player can if his owned trains push away certain entities
  69. slowdown:
  70. default: true
  71. description: The player can if his owned trains slow down over time
  72. setcollide:
  73. default: true
  74. description: The player can if his owned trains can collide
  75. setspeedlimit:
  76. default: true
  77. description: The player can set the maximum speed for his trains
  78. setpoweredcartrequirement:
  79. default: false
  80. description: The player can set if a powered minecart is needed for his train to stay alive
  81. rename:
  82. default: true
  83. description: The player can rename his owned trains
  84. displayname:
  85. default: true
  86. description: The player can change the display name of his owned trains
  87. manualmove:
  88. default: true
  89. description: Whether the player can change if trains can be moved by damaging them
  90. saveall:
  91. default: op
  92. description: Whether the player can save all TrainCarts stored information to file
  93. message:
  94. default: op
  95. description: Whether the player can add message shortcuts
  96. pathinfo:
  97. default: op
  98. description: Whether the player can view the route the train is following to reach the destination
  99. playertake:
  100. default: op
  101. description: Whether the player can change if players take Minecarts with them when they leave
  102. soundenabled:
  103. default: op
  104. description: Whether the player can turn Minecart sound on or off
  105. teleport:
  106. default: op
  107. description: Whether the player can teleport to where trains are
  108. build:
  109. station:
  110. default: op
  111. description: The player can build train stations
  112. spawner:
  113. default: op
  114. description: The player can build train spawners
  115. trigger:
  116. default: op
  117. description: The player can build train triggers
  118. destination:
  119. default: op
  120. description: The player can build destinations
  121. switcher:
  122. default: op
  123. description: The player can build track switchers
  124. destructor:
  125. default: op
  126. description: The player can build train destructors
  127. detector:
  128. default: op
  129. description: The player can build train detectors
  130. ejector:
  131. default: op
  132. description: The player can build train ejectors
  133. property:
  134. default: op
  135. description: The player can build train property setters
  136. collector:
  137. default: op
  138. description: The player can build systems to let trains collect from storage blocks
  139. depositor:
  140. default: op
  141. description: The player can build systems to fill storage blocks with items from trains
  142. elevator:
  143. default: op
  144. description: The player can build systems to teleport trains vertically
  145. teleporter:
  146. default: op
  147. description: The player can build train teleporters (portals)
  148. blocker:
  149. default: op
  150. description: The player can build train blockers
  151. wait:
  152. default: op
  153. description: The player can build train wait signs
  154. crafter:
  155. default: op
  156. description: The player can build item crafter signs
  157. ticket:
  158. default: op
  159. description: The player can build a sign that will charge money or ejects a player if he can't pay
  160. announcer:
  161. default: op
  162. description: The player can build a sign that sends a message to all the players in a train
  163. effect:
  164. default: op
  165. description: The player can build a sign that can play an effect
  166. blockchanger:
  167. default: op
  168. description: The player can build a sign that alters the block displayed in minecarts
  169. jumper:
  170. default: op
  171. description: The player can build a sign that can cause a train to jump in a certain direction
  172. place:
  173. minecart:
  174. default: true
  175. description: The player can place minecarts
  176. traincart:
  177. default: true
  178. description: The player can place TrainCarts minecarts
  179. properties:
  180. default: op
  181. admin:
  182. default: op
  183. description: Carts placed by this player get the admin properties
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement