Advertisement
Guest User

MV error

a guest
Feb 27th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.41 KB | None | 0 0
  1. 2011-02-27 23:28:46 [INFO] [MultiVerse] Permissions Found
  2. 2011-02-27 23:28:46 [INFO] [MultiVerse] - Version 1.4 (Permissions 2.1) Enabled
  3. 2011-02-27 23:28:46 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
  4. 2011-02-27 23:28:46 [INFO] [MultiVerse] Loading World & Settings - 'HELL' - NETHER
  5. 2011-02-27 23:28:47 [INFO] [MultiVerse] 2 - World(s) loaded.
  6. 2011-02-27 23:28:47 [INFO] [MultiVerse] Loading Portals
  7. 2011-02-27 23:28:47 [INFO] [MultiVerse] 0 - Portal(s) loaded.
  8. 2011-02-27 23:28:47 [INFO] [MultiVerse] Found Permissions 2.1, enabling commands.
  9.  
  10.  
  11. world.yml
  12.  
  13. # System is no longer used, but may become used in the future
  14. # Copies is for multiple-world support
  15. # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  16. # Does not work for the default world.
  17. plugin:
  18. permissions:
  19. system: default
  20. copies:
  21.  
  22. ##
  23. # Groups can contain inheritance.
  24. # To make a group inherit the permissions from another
  25. # group simply place the groups name in the "inheritance:" like so:
  26. #
  27. # Example:
  28. # inheritance:
  29. # - Default
  30. ##
  31. # All permissions including the asterisks must be placed in single quotes.
  32. # like so:
  33. #
  34. # - 'general.spawn'
  35. #
  36. # Otherwise errors will happen!
  37. ##
  38. # Globalized Permission settings:
  39. #
  40. # If a permission contains periods (.) you can denote a globalized parameter:
  41. #
  42. # - 'general.*'
  43. #
  44. # This will allow you to use all general commands.
  45. #
  46. ##
  47. # Single Asterisk denotes all commands:
  48. #
  49. # - '*'
  50. ##
  51. # To exempt a node use the - prefix like so:
  52. # - '-general.time'
  53. ##
  54. groups:
  55. Default:
  56. default: true
  57. info:
  58. prefix:
  59. suffix:
  60. build: true
  61. inheritance:
  62. permissions:
  63. - 'general.spawn'
  64. - 'general.teleport'
  65. - 'general.teleport.here'
  66. - 'general.player-info'
  67. - 'myhome.home.*'
  68. - 'mywarp.warp.basic.warp'
  69. - 'mywarp.warp.basic.createpublic'
  70. - 'mywarp.warp.basic.createprivate'
  71. - 'mywarp.warp.basic.delete'
  72. - 'mywarp.warp.basic.welcome'
  73. - 'mywarp.warp.soc.*'
  74. - 'multiverse.mvtp'
  75. - 'multiverse.spawn'
  76. - 'multiverse.mvlist'
  77. - 'tombstone.*'
  78.  
  79.  
  80.  
  81.  
  82. Moderator:
  83. default: false
  84. info:
  85. prefix:
  86. suffix:
  87. build: true
  88. inheritance:
  89. - Default
  90. permissions:
  91. - 'mywarp.warp.basic.compass'
  92. - 'mywarp.warp.basic.list'
  93. - 'mywarp.warp.basic.search'
  94. - 'multiverse.mvsetspawn'
  95.  
  96. Admins:
  97. default: false
  98. info:
  99. prefix:
  100. suffix:
  101. build: true
  102. inheritance:
  103. - Moderator
  104. permissions:
  105. - '*'
  106.  
  107. ##
  108. # DarkGrave has control over all commands.
  109. # sk89q can use /spawn & /time
  110. ##
  111. users:
  112. MW:
  113. group: Admins
  114. permissions:
  115. S:
  116. group: Admins
  117. permissions:
  118. D:
  119. group: Moderator
  120. permissions:
  121. G:
  122. group: Moderator
  123. permissions:
  124.  
  125.  
  126.  
  127. HELL.yml
  128.  
  129. # System is no longer used, but may become used in the future
  130. # Copies is for multiple-world support
  131. # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
  132. # Does not work for the default world.
  133. plugin:
  134. permissions:
  135. system: default
  136. copies: world
  137.  
  138. ##
  139. # Groups can contain inheritance.
  140. # To make a group inherit the permissions from another
  141. # group simply place the groups name in the "inheritance:" like so:
  142. #
  143. # Example:
  144. # inheritance:
  145. # - Default
  146. ##
  147. # All permissions including the asterisks must be placed in single quotes.
  148. # like so:
  149. #
  150. # - 'general.spawn'
  151. #
  152. # Otherwise errors will happen!
  153. ##
  154. # Globalized Permission settings:
  155. #
  156. # If a permission contains periods (.) you can denote a globalized parameter:
  157. #
  158. # - 'general.*'
  159. #
  160. # This will allow you to use all general commands.
  161. #
  162. ##
  163. # Single Asterisk denotes all commands:
  164. #
  165. # - '*'
  166. ##
  167. # To exempt a node use the - prefix like so:
  168. # - '-general.time'
  169. ##
  170. groups:
  171. Default:
  172. default: true
  173. info:
  174. prefix:
  175. suffix:
  176. build: true
  177. inheritance:
  178. permissions:
  179. - 'general.spawn'
  180. - 'general.teleport'
  181. - 'general.teleport.here'
  182. - 'general.player-info'
  183. - 'myhome.home.*'
  184. - 'mywarp.warp.basic.warp'
  185. - 'mywarp.warp.basic.createpublic'
  186. - 'mywarp.warp.basic.createprivate'
  187. - 'mywarp.warp.basic.delete'
  188. - 'mywarp.warp.basic.welcome'
  189. - 'mywarp.warp.soc.*'
  190. - 'multiverse.mvtp'
  191. - 'multiverse.spawn'
  192. - 'multiverse.mvlist'
  193. - 'tombstone.*'
  194.  
  195.  
  196.  
  197.  
  198. Moderator:
  199. default: false
  200. info:
  201. prefix:
  202. suffix:
  203. build: true
  204. inheritance:
  205. - Default
  206. permissions:
  207. - 'mywarp.warp.basic.compass'
  208. - 'mywarp.warp.basic.list'
  209. - 'mywarp.warp.basic.search'
  210. - 'multiverse.mvsetspawn'
  211.  
  212. Admins:
  213. default: false
  214. info:
  215. prefix:
  216. suffix:
  217. build: true
  218. inheritance:
  219. - Moderator
  220. permissions:
  221. - '*'
  222.  
  223. ##
  224. # DarkGrave has control over all commands.
  225. # sk89q can use /spawn & /time
  226. ##
  227. users:
  228. MW:
  229. group: Admins
  230. permissions:
  231. S:
  232. group: Admins
  233. permissions:
  234. D:
  235. group: Moderator
  236. permissions:
  237. G:
  238. group: Moderator
  239. permissions:
  240.  
  241.  
  242.  
  243.  
  244. worlds.yml
  245.  
  246. worlds:
  247. world:
  248. animals: true
  249. spawn: 0:81:0:0.0:0.0
  250. price: 0.0
  251. mobs: true
  252. environment: NORMAL
  253. pvp: false
  254. alias: world
  255. worldBlacklist: ''
  256. playerBlacklist: ''
  257. playerWhitelist: ''
  258. HELL:
  259. animals: true
  260. spawn: 0:68:0:0.0:0.0
  261. price: 0.0
  262. mobs: true
  263. environment: NETHER
  264. pvp: false
  265. alias: HELL
  266. worldBlacklist: ''
  267. playerBlacklist: ''
  268. playerWhitelist: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement