PEX problem

Discussion in 'Bukkit Help' started by divinedakota, Apr 15, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    divinedakota

    All my Users are not loading on my server.
     
  2. Offline

    LHammonds

    Did you run your permissions.yml through an Online YAML Parser to make sure you didn't mess up the format?
     
  3. If you still need help post in pastebin.coma dn we can try and help
     
  4. Offline

    divinedakota

    How do I shot my
    Code:java
    1.  
    2. groups:
    3. default: false
    4. prefix: '&1[Owner]'
    5. permissions:
    6. - '*'
    7. inheritance:
    8. - MVP
    9. Administrator:
    10. default: false
    11. prefix: '&7[ADMIN]'
    12. permissions:
    13. - '*'
    14. inheritance:
    15. - Obsidian
    16. Obsidian:
    17. default: false
    18. prefix: '&2[Obsidian]'
    19. permissions:
    20. - essentials.signs.use.free
    21. - essentials.signs.use.time
    22. - essentials.signs.use.warp
    23. - essentials.kit
    24. - essentials.kits.starter
    25. - essentials.kits.iron
    26. - essentials.kits.gold
    27. - essentials.kits.diamond
    28. - essentials.kits.obsidian
    29. - essentials.balance
    30. - essentials.balancetop
    31. - essentials.pay
    32. - essentials.nick.color
    33. - essentials.nick
    34. - essentials.helpop
    35. - essentials.sethome
    36. - essentials.home
    37. - essentials.spawn
    38. - essentials.rules
    39. - essentials.msg
    40. - essentials.ignore
    41. - essentials.list
    42. - essentials.enderchest
    43. - xteam.core.user.*
    44. - xteam.core.leader.*
    45. inheritance:
    46. - Diamond
    47. options:
    48. rank: '0'
    49. Diamond:
    50. default: false
    51. prefix: '&3[Diamond]'
    52. inheritance:
    53. - Gold
    54. permissions:
    55. - essentials.tpa
    56. - essentials.tpaccept
    57. - essentials.tpdeny
    58. - essentials.tpahere
    59. - essentials.spawn
    60. - essentials.money
    61. - essentials.kit
    62. - essentials.kits.starter
    63. - essentials.kits.iron
    64. - essentials.kits.gold
    65. - essentials.kits.diamond
    66. - essentials.balance
    67. - essentials.balancetop
    68. - essentials.pay
    69. - essentials.sethome
    70. - essentials.home
    71. - essentials.helpop
    72. - essentials.spawn
    73. - essentials.rules
    74. - essentials.msg
    75. - essentials.ignore
    76. - essentials.list
    77. - essentials.enderchest
    78. - xteam.core.user.*
    79. - xteam.core.admin.*
    80. - xteam.core.leader.*
    81. options:
    82. rank: '100'
    83. Gold:
    84. default: false
    85. prefix: '&6[Gold]'
    86. inheritance:
    87. - Iron
    88. permissions:
    89. - essentials.tpa
    90. - essentials.tpaccept
    91. - essentials.tpdeny
    92. - essentials.tpahere
    93. - essentials.spawn
    94. - essentials.money
    95. - essentials.kit
    96. - essentials.kits.starter
    97. - essentials.kits.iron
    98. - essentials.kits.gold
    99. - essentials.balance
    100. - essentials.balancetop
    101. - essentials.pay
    102. - essentials.sethome
    103. - essentials.home
    104. - essentials.helpop
    105. - essentials.spawn
    106. - essentials.rules
    107. - essentials.msg
    108. - essentials.ignore
    109. - essentials.list
    110. - essentials.enderchest
    111. - xteam.core.user.*
    112. - xteam.core.admin.*
    113. - xteam.core.leader.*
    114. options:
    115. rank: '200'
    116. Iron:
    117. default: false
    118. prefix: '&4[Iron]'
    119. inheritance:
    120. - Builder
    121. permissions:
    122. - essentials.tpa
    123. - essentials.tpaccept
    124. - essentials.tpdeny
    125. - essentials.tpahere
    126. - essentials.spawn
    127. - essentials.money
    128. - essentials.kit
    129. - essentials.kits.starter
    130. - essentials.kits.iron
    131. - essentials.balance
    132. - essentials.balancetop
    133. - essentials.pay
    134. - essentials.sethome
    135. - essentials.home
    136. - essentials.helpop
    137. - essentials.spawn
    138. - essentials.rules
    139. - essentials.msg
    140. - essentials.ignore
    141. - essentials.list
    142. - essentials.enderchest
    143. - xteam.core.user.*
    144. - xteam.core.admin.*
    145. - xteam.core.leader.*
    146. options:
    147. rank: '300'
    148. Player:
    149. permissions:
    150. - essentials.tpa
    151. - essentials.tpaccept
    152. - essentials.tpdeny
    153. - essentials.tpahere
    154. - essentials.spawn
    155. - essentials.money
    156. - essentials.kit
    157. - essentials.kits.starter
    158. - essentials.balance
    159. - essentials.balancetop
    160. - essentials.pay
    161. - essentials.sethome
    162. - essentials.home
    163. - essentials.helpop
    164. - essentials.spawn
    165. - essentials.rules
    166. - essentials.msg
    167. - essentials.ignore
    168. - essentials.list
    169. - essentials.enderchest
    170. - xteam.core.user.*
    171. - xteam.core.admin.*
    172. - xteam.core.leader.*
    173. inheritance:
    174. - null
    175. prefix: '&8[Player]'
    176. default: true
    177. options:
    178. rank: '400'
    179. users:
    180. korffk:
    181. group:
    182. mennootje81:
    183. group:
    184. - Player
    185. ParakashiK:
    186. group:
    187. - Admin
    188. Synises:
    189. group:
    190. macastone88:
    191. group:
    192. - Diamond
    193. princemojang:
    194. group:
    195. - default
    196. brandonman567:
    197. group:
    198. crasyman67:
    199. group:
    200. - Admin
    201.  
    202.  


    SurvivalCraft994 LHammonds

    http://pastebin.com/uYqTHh6C

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  5. Offline

    LHammonds

    Kinda hard to tell for sure since you put the text inside a java tag but it looks like you have a space before "groups:" on line #2 and a space before "users:" on line # 180 where there should be none.

    It seems you want everything setup to inherit from other groups...but your last group "Iron" is configured to inherit from a group called "Builder" which does not exist. You probably meant to have your default group listed in there: "Player"

    If "Inheritance" is null (Line 174) and you don't need to inherit anything, remove this line.

    Side note #1: You are giving all permissions to the "Owner" group yet you are trying to inherit from a non-existent group called MVP. You are also giving all permissions to "Admin" but also inheriting from "Obsidian" which makes no sense because if you already have access to all permission nodes, you don't need to inherit permissions from anything else. You should also AVOID using "*" because not all plugins are designed where you "should" get all permission nodes. VanishNoPacket for example.

    Side note #2: You have the same Essential permissions copied over and over again in multiple groups that seem to be designed for inheritance. So remove all the duplicates and let the nodes only be referenced one time which will simplify your perms file. Example: essentials.tpa is in your "Iron" group. Gold is setup to inherit permissions from Iron. You do not need to specify the same permission node in Gold.
     
  6. Offline

    divinedakota

    LHammonds Any possible way you could re write it for me dude?
     
  7. Offline

    Iroh

    Remove the space before groups: and before users:
    No one is going to rewrite a 2 character revision.
     
  8. Offline

    divinedakota

    I fixed it just got development build re-wrote it all thanks guys u can close this thread
     
Thread Status:
Not open for further replies.

Share This Page