Guest User

Untitled

a guest
Mar 3rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. towny.admin: User is able to use /townyadmin, as well as the ability to build/destroy anywhere. User can also able to make towns or nations when set to admin only.
  2. towny.town.* : User has access to all .town permission nodes.
  3. towny.town.claim : User is able to expand his town with /town claim (used when world is set as unclaimable in /townyworld)
  4. towny.town.delete : player can delete their town
  5. towny.town.new : User is able to create a town (used only when town_creation_admin_only: true)
  6. towny.town.plot : User is able to use the /plot commands, to buy or sell land personally.
  7. towny.town.rename : player can rename their town
  8. towny.town.resident : User is able to join a town.
  9. towny.town.spawn.* : Grants all Spawn travel nodes
  10. towny.town.spawn.town : Ability to spawn to your own town.
  11. towny.town.spawn.nation : Ability to spawn to other towns in your nation.
  12. towny.town.spawn.ally : Ability to spawn to towns in nations allied with yours.
  13. towny.town.spawn.public : Ability to spawn to unaffilated public towns.
  14. towny.town.toggle.* : User has access to all town toggle commands (if a mayor or assistant).
  15. towny.town.toggle.pvp : If a mayor or assistant, the user is able to toggle pvp on/off in their town.
  16. towny.town.toggle.public : If a mayor or assistant....
  17. towny.town.toggle.explosions : If a mayor or assistant....
  18. towny.town.toggle.fire : If a mayor or assistant....
  19. towny.town.toggle.mobs : If a mayor or assistant....
  20. towny.nation.* : Grants all Nation permission nodes.
  21. towny.nation.delete : player can delete their nation
  22. towny.nation.grant-titles : King can set nation members titles and surnames '/nation set title/surname'.
  23. towny.nation.new : User is able to create a nation (used only when nation_creation_admin_only: true)
  24. towny.nation.rename : player can rename their nation
  25. towny.chat.town : Allows a player to use townchat
  26. towny.chat.nation : Allows a player to use nationchat
  27. towny.chat.mod : Allows a player to use moderatorchat
  28. towny.chat.admin : Allows a playr to use adminchat
  29. towny.top : Gives users access to /towny top command.
  30. towny.wild.*
  31. towny.wild.build
  32. towny.wild.destroy
  33. towny.wild.switch
  34. towny.wild.item_use
  35. towny.wild.block.{block id}.*
  36. towny.wild.block.{block id}.build
  37. towny.wild.block.{block id}.destroy
  38. towny.wild.block.{block id}.switch
  39. towny.wild.block.{block id}.itemuse
  40. towny.cheat.bypass : User is allowed to fly, use WorldEdit's compass.
  41. For superperms users only:
  42. prefix.prefixhere
  43. suffix.suffixhere
  44. Used for the towny chat configuration's {permprefix} and {permsuffix}.
  45. towny_maxplots.x {with x being a number eg towny_maxplots.2}
  46.  
  47. 2
  48. 3
  49. 4
  50. 5
  51. 6
  52. 7
  53. 8
  54. 9
  55. 10
  56. 11
  57. 12
  58. 13
  59. 14
  60. 15
  61. 16
  62. 17
  63. 18
  64. 19
  65. 20
  66. 21
  67. 22
  68. 23
  69. 24
  70. 25
  71. 26
  72. 27
  73. 28
  74. 29
  75. 30
  76. 31
  77. 32
  78. 33
  79. 34
  80. 35
  81. 36
  82. 37
  83. 38
  84. 39
  85. 40
  86. 41
  87. 42
  88. 43
  89. 44
  90. 45
  91. 46
  92. 47
  93. 48
  94. 49
  95. 50
  96. 51
  97. 52
  98. 53
  99. 54
  100. 55
  101. 56
  102. 57
  103. 58
  104. 59
  105. 60
  106. 61
  107. 62
  108. 63
  109. 64
  110. 65
  111. 66
  112. 67
  113. 68
  114. 69
  115. 70
  116. 71
  117. 72
  118. 73
  119. 74
  120. 75
  121. 76
  122. 77
  123. 78
  124. 79
  125. 80
  126. 81
  127. 82
  128. 83
  129. 84
  130. 85
  131. 86
  132. 87
  133. 88
  134. 89
  135. 90
  136. 91
  137. 92
  138. 93
  139. 94
  140. 95
  141. 96
  142. 97
  143. 98
  144. 99
  145. 100
  146. 101
  147. 102
  148. 103
  149. 104
  150. 105
  151. 106
  152. 107
  153. 108
  154. 109
  155. 110
  156. 111
  157. 112
  158. 113
  159. 114
  160. permissions:
  161. iConomy.*:
  162. default: op
  163. description: Gives access to all commands
  164. children:
  165. iConomy.help: true
  166. iConomy.holdings: true
  167. iConomy.holdings.others: true
  168. iConomy.payment: true
  169. iConomy.accounts.create: true
  170. iConomy.accounts.remove: true
  171. iConomy.accounts.give: true
  172. iConomy.accounts.take: true
  173. iConomy.accounts.set: true
  174. iConomy.accounts.status: true
  175. iConomy.accounts.status.set: true
  176. iConomy.accounts.purge: true
  177. iConomy.accounts.empty: true
  178. iConomy.accounts.*:
  179. description: Gives access only to higher level commands
  180. children:
  181. iConomy.accounts.create: true
  182. iConomy.accounts.remove: true
  183. iConomy.accounts.give: true
  184. iConomy.accounts.take: true
  185. iConomy.accounts.set: true
  186. iConomy.accounts.status: true
  187. iConomy.accounts.status.set: true
  188. iConomy.accounts.purge: true
  189. iConomy.accounts.empty: true
  190. iConomy.plus:
  191. description: Gives access to user plus only commands
  192. children:
  193. iConomy.help: true
  194. iConomy.holdings: true
  195. iConomy.holdings.others: true
  196. iConomy.payment: true
  197. iConomy.user:
  198. description: Gives access to user only commands
  199. children:
  200. iConomy.help: true
  201. iConomy.holdings: true
  202. iConomy.payment: true
  203. iConomy.help:
  204. description: Allows you to request help information.
  205. default: op
  206. command: "/money help"
  207. iConomy.holdings:
  208. description: Check your balance.
  209. default: op
  210. command: "/money"
  211. iConomy.holdings.others:
  212. description: Check other players balance.
  213. default: op
  214. command: "/money <account-name>"
  215. examples:
  216. - "/money Nijikokun"
  217. iConomy.payment:
  218. description: Send money to others.
  219. default: op
  220. command: "/money pay <account-name> <amount>"
  221. examples:
  222. - "/money pay Nijikokun 30"
  223. iConomy.accounts.create:
  224. description: Create an account.
  225. default: op
  226. command: "/money create <account-name> [amount]"
  227. examples:
  228. - "/money create Nijikokun"
  229. - "/money create Nijikokun 30"
  230. iConomy.accounts.remove:
  231. description: Remove an existing account
  232. default: op
  233. command: "/money remove <account-name>"
  234. examples:
  235. - "/money remove Nijikokun"
  236. iConomy.accounts.give:
  237. description: Give account a certain amount
  238. default: op
  239. command: "/money give <account-name> <amount>"
  240. examples:
  241. - "/money give Nijikokun 30"
  242. iConomy.accounts.take:
  243. description: Take a certain amount from an account
  244. default: op
  245. command: "/money take <account-name> <amount>"
  246. examples:
  247. - "/money take Nijikokun 30"
  248. iConomy.accounts.set:
  249. description: Set an account's balance to this amount
  250. default: op
  251. command: "/money set <account-name> <amount>"
  252. examples:
  253. - "/money set Nijikokun 30"
  254. iConomy.accounts.status:
  255. description: Check to see the status of an account (Visible, Hidden, Etc)
  256. default: op
  257. command: "/money status <account-name>"
  258. examples:
  259. - "/money status Nijikokun"
  260. iConomy.accounts.status.set:
  261. description: Set the status of an account (Visible (1), Hidden (0))
  262. default: op
  263. command: "/money status <account-name>"
  264. examples:
  265. - "/money status Nijikokun"
  266. iConomy.accounts.purge:
  267. description: Purge all accounts with default creation value.
  268. default: op
  269. command: "/money purge"
  270. iConomy.accounts.empty:
  271. description: Empty / Drop entire database of accounts.
  272. default: op
  273. command: "/money empty"
Add Comment
Please, Sign In to add comment