Guest User

Untitled

a guest
Jan 21st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.37 KB | None | 0 0
  1. =================================================================================================
  2. HEROCHAT CONFIG FILE / PERMISSIONS BELOW
  3. =================================================================================================
  4.  
  5. globals:
  6. craftIRC-tag: '#'
  7. incoming-tell-format: '{prefix}{player} &8->&d '
  8. censors:
  9. - \bu+\W*m+a+d+(\W*br(a|o)+)?
  10. - daika;troll
  11. - donkey;Malle Jongen
  12. - chris;Boer Chris
  13. default-local-distance: 100
  14. plugin-tag: '[HeroChat] '
  15. outgoing-tell-format: '{prefix}{player} &8->&d '
  16. default-channel: Global
  17. default-message-format: '{color}[{nick}] &f{prefix}{player}{suffix}{color}: '
  18. craftIRC-message-format: '[{nick}] {player}: '
  19. channels:
  20. Staff:
  21. craftIRC-tags: []
  22. color: LIGHT_GREEN
  23. nickname: Staff
  24. permissions:
  25. speak: []
  26. join: []
  27. message-format: '{default}'
  28. worlds: []
  29. password: nottherealpassword
  30. lists:
  31. bans: []
  32. moderators:
  33. - Tjezee
  34. - MrSmartdonkey
  35. options:
  36. hidden: true
  37. shortcut-allowed: true
  38. auto-join: false
  39. local: false
  40. cross-world-chat: true
  41. join-messages: true
  42. forced: false
  43. Global:
  44. craftIRC-tags: []
  45. color: WHITE
  46. nickname: Global
  47. permissions:
  48. speak: []
  49. join: []
  50. message-format: '{default}'
  51. worlds: []
  52. password: ''
  53. lists:
  54. bans: []
  55. moderators:
  56. - Tjezee
  57. - MrSmartdonkey
  58. - lVlrChris
  59. - r4z1eL
  60. - Fevian979
  61. options:
  62. hidden: false
  63. shortcut-allowed: true
  64. auto-join: true
  65. local: false
  66. cross-world-chat: true
  67. join-messages: false
  68. forced: false
  69.  
  70.  
  71.  
  72.  
  73. ==================================================================================================
  74.  
  75. PERMISSIONS
  76.  
  77.  
  78. ==================================================================================================
  79.  
  80.  
  81. # System is no longer used, but may become used in the future
  82. # Copies is for multiple-world support
  83. # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  84. # If this file is for your default world (the one in server.properties) then you must
  85. # leave copies blank.
  86. # Example: copies: Derp - This will clone the permissions of the world Derp
  87. #
  88. # Make sure to rename this file to the name of the world that is in sever.properties under
  89. # level-name. So if it is level-name: world then this should be world.yml and in the
  90. # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
  91. #
  92. # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
  93. # doing this is to use Notepad++ and replace the tab with 4 spaces.
  94. plugin:
  95. permissions:
  96. system: default
  97. copies:
  98.  
  99. ##
  100. # AntiBuild is included with this. To disable a group from being able to build then
  101. # set the build: flag to false (build: false). If you want a group to be able to build
  102. # then set it to true.
  103. ##
  104. # Groups can contain inheritance.
  105. # To make a group inherit the permissions from another
  106. # group simply place the groups name in the "inheritance:" like so:
  107. #
  108. # Example:
  109. # inheritance:
  110. # - Default
  111. ##
  112. # All permissions including the asterisks must be placed in single quotes.
  113. # like so:
  114. #
  115. # - 'foo.bar'
  116. #
  117. # Otherwise errors will happen!
  118. ##
  119. # Globalized Permission settings:
  120. #
  121. # If a permission contains periods (.) you can denote a globalized parameter:
  122. #
  123. # - 'foo.*'
  124. #
  125. # This will allow you to use all general commands.
  126. #
  127. ##
  128. # Single Asterisk denotes all commands:
  129. #
  130. # - '*'
  131. # If you give a group this permissions, do not have the group inherit any permissions
  132. # from other groups. Any users assigned to this group should NOT be given any additional
  133. # permissions either.
  134. ##
  135. # To exempt a node use the - prefix like so:
  136. # - '-foo.bar'
  137. ##
  138. # prefix: and suffix: do not do anything on their own. You need another outside plugin
  139. # such as iChat or HeroChat in order for these to do anything.
  140. groups:
  141. Default:
  142. default: true
  143. info:
  144. prefix: '&e'
  145. suffix: ''
  146. build: true
  147. inheritance:
  148. permissions:
  149. - 'essentials.home'
  150. - 'essentials.sethome'
  151. - 'essentials.mail'
  152. - 'essentials.mail.send'
  153. - 'essentials.warp'
  154. - 'essentials.afk'
  155. - 'essentials.msg'
  156. - 'essentials.rules'
  157. - 'essentials.motd'
  158. - 'essentials.me'
  159. - 'essentials.list'
  160. - 'essentials.helpop'
  161. - 'essentials.r'
  162. - 'essentials.help'
  163. - 'essentials.spawn'
  164. - 'essentials.portal'
  165. - 'lwc.protect'
  166. - 'iConomy.payment'
  167. - 'iConomy.list'
  168. - 'iConomy.rank'
  169. - 'localshops.buysell'
  170. - 'localshops.create'
  171. - 'localshops.create.free'
  172. - 'localshops.manage'
  173. - 'localshops.manage.owner'
  174. - 'uQuest.CanQuest'
  175. - 'uQuest.CanDropQuest'
  176. Moderators:
  177. default: false
  178. info:
  179. prefix: '&9[Mod] &9'
  180. suffix: ''
  181. build: true
  182. inheritance:
  183. - Default
  184. permissions:
  185. - 'essentials.tp'
  186. - 'essentials.tphere'
  187. - 'essentials.kick'
  188. - 'essentials.togglejail'
  189. - 'essentials.mute'
  190. - 'essentials.back'
  191. - 'essentials.portal'
  192. - 'essentials.god'
  193. - 'lwc.mod'
  194. - 'vanish.vanish'
  195. - 'vanish.vanish.list'
  196. - 'vanish.dont.hide'
  197. - 'iConomy.admin.stats'
  198. - 'multiverse.list'
  199. - 'multiverse.tp'
  200. Admins:
  201. default: false
  202. info:
  203. prefix: '&2[Admin] &2'
  204. suffix: ''
  205. build: true
  206. inheritance:
  207. permissions:
  208. - '*'
  209. Donators:
  210. default: true
  211. info:
  212. prefix: '&d[Donator] &d'
  213. suffix: ''
  214. build: true
  215. inheritance:
  216. - Default
  217. permissions:
  218. - 'essentials.tp'
  219. - 'essentials.top'
  220. - 'essentials.back'
  221. - 'magiccarpet.mc'
  222. ##
  223. # Users denote which users are included in which group.
  224. # TheNo1Yeti is in the Admin group
  225. # Herpina is a member of the Moderator group but also has access
  226. # to the herp.derp permissions
  227. # Derpina is a member of the admin group but does not have access
  228. # to the derp.derp permission node
  229. # Users can also have a prefix and suffix as seen with Herpina
  230. ##
  231. users:
  232. Tjezee:
  233. group: Admins
  234. MrSmartdonkey:
  235. group: Admins
  236. lvlrchris:
  237. group: Admins
  238. r4z1eL:
  239. group: Admins
  240. Fevian979:
  241. group: Moderators
  242. SlashCrossXD:
  243. group: Donators
  244. xstormfuryx:
  245. group: Donators
  246. denithio:
  247. group: Donators
  248. Barmin820:
  249. group: Donators
  250. mkmwolfman:
  251. group: Donators
Add Comment
Please, Sign In to add comment