Help. an internal error occurred while attempting to perform this command

Discussion in 'Bukkit Help' started by Now1z3, Dec 21, 2011.

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

    Now1z3

    Hello i need help with my server. i use some plugins and when i write like /help /spawn it stands " an internal error occurred while attempting to perform this command "

    My plugins is:
    AntiMob
    ChatManager
    CommandBook
    Help
    JailLikeHell
    Lockette
    MyHome
    Permissions
    PermissionsEX
    Whitelist
    Worldguard

    Thats the stuff i use. i don't know why it gives that problem.
    If its my PermissionsEX i can show you it here:
    Code:
    groups:
        Inbesil:
            default: false
            info:
                build: true
                prefix: '&f'
                suffix: 'Inbesil'
            inheritance:
            permissions:
                - commandbook.depth: true
                - commandbook.getpos: true
                - commandbook.compass: true
                - commandbook.back: true
                - commandbook.tpaccept: true
                - commandbook.tpdeny: true
                - commandbook.home: true
                - commandbook.sethome: true
                - commandbook.warp: true
                - commandbook.msg: true
                - commandbook.afk: true
                - commandbook.list: true
                - commandbook.mail: true
                - commandbook.mail.send: true
                - commandbook.kit: true
                - commandbook.help: true
                - commandbook.rules: true
                - commandbook.motd: true
                - commandbook.me: true
                - commandbook.helpop: true
                - commandbook.spawn: true
                - ichat.color: true
            options:
                rank: '3'
    
        Surviver:
            Default: false
            info:
                build: true
                prefix: '&c'
                suffix: 'Surviver'
            inheritance:
                - Inbesil
            permissions:
                - commandbook.back.ondeath: true
                - commandbook.warp.list: true
                - commandbook.broadcast: true
                - commandbook.suicide: true
    
        Moderator:
            default: false
            info:
                build: true
                prefix: '&c'
                suffix: 'Moderator'
            inheritance:
            - Surviver
            permissions:
                - commandbook.tp: true
                - commandbook.jail: true
                - commandbook.kick: true
                - commandbook.weather: true
                - commandbook.spawnmob: true
                - commandbook.bring: true
    
        Admin:
            default: false
            info:
                build: true
                prefix: '&c'
                suffix: 'Admin'
            inheritance:
                - Moderator
            permissions:
                - commandbook.essentials: true
                - commandbook.reloadall: true
                - commandbook.gc: true
                - commandbook.plugin: true
                - commandbook.clearinventory: true
                - commandbook.burn: true
                - commandbook.ext: true
                - commandbook.kill: true
                - commandbook.ban: true
                - commandbook.banip: true
                - commandbook.mute: true
                - commandbook.unban: true
                - commandbook.unbanip: true
                - commandbook.togglejail: true
                - commandbook.jail.exempt: true
                - commandbook.time: true
                - commandbook.god: true
                - commandbook.heal: true
                - lwc.admin: true
                - nocheat.notify: true
                - nocheat.p: true
                - commandbook.signs.free.create: true
                - commandbook.signs.heal.create: true
                - commandbook.jail: true
                - '*'
        Admin:
            prefix: '&b[Admin]&f '
            permissions:
            - commands.here: true
            - never.use.tabs: true
            inheritance:
            - Moderator
        Co-owner:
            prefix: '&c[Co-Owner]&f '
            permissions:
                - commandbook.thor: true
                - commandbook.unthor: true
                - commandbook.group: true
            - '*'
            inheritance:
            - Admin
        Owner:
            prefix: '&4[Owner]&f '
            inheritance:
            - Co-owner
    plz help

    Can some 1 help me plz?[creeper]:(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  2. Offline

    pyraetos

    There are a few parsing errors, specifically your usage of " - '*' "
    Paste your file into the left field here, http://yaml-online-parser.appspot.com/, and make the appropriate adjustments, probably removing the 's.
     
  3. Offline

    Now1z3

    hi i deleted the '*' should i delete the
    dots on
    '&b[Admin]&f '
     
  4. Offline

    pyraetos

    Delete it if it shows an error in the box on the right in that YAML parsing website.
     
  5. Offline

    Now1z3

    I got this from the output
    Code:
    {
    ERROR:  while parsing a block mapping   in "<unicode string>", line 107, column 9:             prefix: '&c[Co-Owner]&f '             ^ expected <block end>, but found '-'   in "<unicode string>", line 112, column 9:             - '*'             ^
    
     
  6. Offline

    pyraetos

    Wherever you see - '*' try removing the - or the 's
     
  7. Offline

    Now1z3

    I deleted all '*' and got this in the output now
    Code:
    {
      "groups": {
        "Surviver": {
          "Default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Surviver"
          },
          "inheritance": [
            "Inbesil"
          ],
          "permissions": [
            {
              "commandbook.back.ondeath": true
            },
            {
              "commandbook.warp.list": true
            },
            {
              "commandbook.broadcast": true
            },
            {
              "commandbook.suicide": true
            }
          ]
        },
        "Moderator": {
          "default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Moderator"
          },
          "inheritance": [
            "Surviver"
          ],
          "permissions": [
            {
              "commandbook.tp": true
            },
            {
              "commandbook.jail": true
            },
            {
              "commandbook.kick": true
            },
            {
              "commandbook.weather": true
            },
            {
              "commandbook.spawnmob": true
            },
            {
              "commandbook.bring": true
            }
          ]
        },
        "Admin": {
          "prefix": "&b[Admin]&f ",
          "permissions": [
            {
              "commands.here": true
            },
            {
              "never.use.tabs": true
            }
          ],
          "inheritance": [
            "Moderator"
          ]
        },
        "Inbesil": {
          "default": false,
          "info": {
            "prefix": "&f",
            "build": true,
            "suffix": "Inbesil"
          },
          "inheritance": null,
          "options": {
            "rank": "3"
          },
          "permissions": [
            {
              "commandbook.depth": true
            },
            {
              "commandbook.getpos": true
            },
            {
              "commandbook.compass": true
            },
            {
              "commandbook.back": true
            },
            {
              "commandbook.tpaccept": true
            },
            {
              "commandbook.tpdeny": true
            },
            {
              "commandbook.home": true
            },
            {
              "commandbook.sethome": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.msg": true
            },
            {
              "commandbook.afk": true
            },
            {
              "commandbook.list": true
            },
            {
              "commandbook.mail": true
            },
            {
              "commandbook.mail.send": true
            },
            {
              "commandbook.kit": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.rules": true
            },
            {
              "commandbook.motd": true
            },
            {
              "commandbook.me": true
            },
            {
              "commandbook.helpop": true
            },
            {
              "commandbook.spawn": true
            },
            {
              "ichat.color": true
            }
          ]
        },
        "Co-owner": {
          "prefix": "&c[Co-Owner]&f ",
          "permissions": [
            {
              "commandbook.thor": true
            },
            {
              "commandbook.unthor": true
            },
            {
              "commandbook.group": true
            }
          ],
          "inheritance": [
            "Admin"
          ]
        },
        "Owner": {
          "prefix": "&4[Owner]&f ",
          "inheritance": [
            "Co-owner"
          ]
        }
      }
    }
     
  8. Offline

    pyraetos

    Now you won't get an Internal server error I bet!
     
  9. Offline

    Now1z3

    Shall i delete the ] and } or shall i keep all of that?
     
  10. Offline

    pyraetos

    Just use the paste in the left box which turned into what you see in the right, the right is only for debugging, the left is your actual YAML.
     
  11. Offline

    Now1z3

    Thx so mutch !! it works!! you have bin so big help :D now i can make my server up running again becuse of you =)

    Pray the god " Pyreatos "
     
  12. Offline

    pyraetos

    You're welcome :)
     
  13. Offline

    Now1z3

    Pyraetos. i got a new problemo tho . i got same problem again with another plugin .. i was trying to install a plugin to rank peoples up " SetRankPex " but when i wanted to write the code i got an internal error again .. i have set the thing in permissions and it looks good said the YAML
    " srpex.setrank srpex.reload srpex " these was the permissions and i have set them in the permissionsEX check it at Co-Owner.

    Code:
    {
      "groups": {
        "Surviver": {
          "Default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Surviver"
          },
          "inheritance": [
            "Inbesil"
          ],
          "permissions": [
            {
              "commandbook.back.ondeath": true
            },
            {
              "commandbook.warp.list": true
            },
            {
              "commandbook.broadcast": true
            },
            {
              "commandbook.suicide": true
            }
          ]
        },
        "Moderator": {
          "default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Moderator"
          },
          "inheritance": [
            "Surviver"
          ],
          "permissions": [
            {
              "commandbook.tp": true
            },
            {
              "commandbook.jail": true
            },
            {
              "commandbook.kick": true
            },
            {
              "commandbook.weather": true
            },
            {
              "commandbook.spawnmob": true
            },
            {
              "commandbook.bring": true
            }
          ]
        },
        "Admin": {
          "prefix": "&b[Admin]&f ",
          "permissions": [
            {
              "commands.here": true
            },
            {
              "never.use.tabs": true
            }
          ],
          "inheritance": [
            "Moderator"
          ]
        },
        "Inbesil": {
          "default": false,
          "info": {
            "prefix": "&f",
            "build": true,
            "suffix": "Inbesil"
          },
          "inheritance": null,
          "options": {
            "rank": "3"
          },
          "permissions": [
            {
              "commandbook.depth": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.getpos": true
            },
            {
              "commandbook.compass": true
            },
            {
              "commandbook.back": true
            },
            {
              "commandbook.tpaccept": true
            },
            {
              "commandbook.tpdeny": true
            },
            {
              "commandbook.home": true
            },
            {
              "commandbook.sethome": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.msg": true
            },
            {
              "commandbook.afk": true
            },
            {
              "commandbook.list": true
            },
            {
              "commandbook.mail": true
            },
            {
              "commandbook.mail.send": true
            },
            {
              "commandbook.kit": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.rules": true
            },
            {
              "commandbook.motd": true
            },
            {
              "commandbook.me": true
            },
            {
              "commandbook.helpop": true
            },
            {
              "commandbook.spawn": true
            },
            {
              "ichat.color": true
            }
          ]
        },
        "Co-owner": {
          "prefix": "&c[Co-Owner]&f ",
          "permissions": [
            {
              "commandbook.thor": true
            },
            {
              "srpex.setrank": true
            },
            {
              "srpex.reload": true
            },
            {
              "srpex": true
            },
            {
              "commandbook.unthor": true
            },
            {
              "commandbook.group": true
            }
          ],
          "inheritance": [
            "Admin"
          ]
        },
        "Owner": {
          "prefix": "&4[Owner]&f ",
          "inheritance": [
            "Co-owner"
          ]
        }
      }
    }
     
  14. Offline

    pyraetos

    Could you post the error in the server console when the internal error happens?
     
  15. Offline

    Now1z3

    How do i make that?
     
  16. Offline

    pyraetos

    If you see a stack trace error in your server console when you do a bad command, right click it and hit Mark, then drag it over the error and press enter. Then paste it here.
     
  17. Offline

    Now1z3

    ok 1 sec

    there you have it .. look all way down to the bottom

    Code:
    11:57:40 [INFO] Starting minecraft server version 1.0.0
    11:57:40 [VARNING] **** NOT ENOUGH RAM!
    11:57:40 [VARNING] To start the server with more ram, launch it as "java -Xmx102
    4M -Xms1024M -jar minecraft_server.jar"
    11:57:40 [INFO] Loading properties
    11:57:40 [INFO] Starting Minecraft server on *:25565
    11:57:40 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-1
    7-g04a14f7-b1493jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    11:57:40 [INFO] [PermissionsEx] sql backend registered!
    11:57:40 [INFO] [PermissionsEx] file backend registered!
    11:57:40 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    11:57:41 [INFO] [PermissionsEx] p2compat backend registered!
    11:57:41 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    11:57:41 [INFO] [PermissionsEx] Initializing file backend
    11:57:41 [INFO] Preparing level "world"
    11:57:41 [INFO] Default game type: 0
    11:57:41 [INFO] Preparing start region for level 0 (Seed: 2243057274291060248)
    11:57:42 [INFO] Preparing spawn area: 93%
    11:57:42 [INFO] Preparing start region for level 1 (Seed: 2243057274291060248)
    11:57:43 [INFO] Preparing start region for level 2 (Seed: 2243057274291060248)
    11:57:43 [INFO] Preparing spawn area: 12%
    11:57:43 [INFO] AntiMob v1.0 was Enabled
    11:57:43 [INFO] [HELP] 44 extra help entries loaded
    11:57:43 [INFO] [HELP] Permissions enabled using: Permissions v2.7.7
    11:57:43 [INFO] [HELP] Help 0.2 enabled
    11:57:44 [INFO] [SimpleJail] JailLikeHell v1.2.1 enabled.
    11:57:44 [INFO] Lockette version 1.4.4 is being enabled!  Yay!  (Core version 1.
    2.3)
    11:57:44 [INFO] Lockette: Detected craftbukkit build [1493] ok.
    11:57:44 [INFO] [PermissionsCompat] Compatibility layer enabled.
    11:57:44 [INFO] Lockette: Linked to Permissions plugin version 2.7.7
    11:57:44 [INFO] Lockette: Using ops file for admin permissions.
    11:57:44 [INFO] Lockette: Ready to protect your containers.
    11:57:44 [INFO] [MYHOME]: 0 homes loaded
    11:57:44 [INFO] [MYHOME] Permissions enabled using: Permissions v2.7.7
    11:57:44 [INFO] [MYHOME] 'Help' support enabled.
    11:57:44 [INFO] [MYHOME] MyHome 1.9.3 enabled
    11:57:44 [INFO] [PermissionsEx] Superperms support enabled.
    11:57:44 [INFO] [PermissionsEx] v1.17 enabled
    11:57:44 [INFO] [SRPEX] Found PermissionsEx v1.17 and is good to go
    11:57:44 [INFO] [SRPEX] SetRankPEX v1.3.4 is now enabled.
    11:57:44 [INFO] Whitelist: Trying to load whitelist and settings...
    11:57:44 [INFO] done.
    11:57:44 [INFO] Whitelist version 2.7 is enabled!
    11:57:44 [INFO] WorldGuard: (world) Single session is enforced.
    11:57:44 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    11:57:44 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    11:57:44 [INFO] WorldGuard: (world) Lava fire is blocked.
    11:57:44 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    11:57:44 [INFO] WorldGuard: Loaded configuration for world 'world"
    11:57:44 [INFO] WorldGuard: (world_nether) Single session is enforced.
    11:57:44 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    11:57:44 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    11:57:44 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    11:57:44 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    11:57:44 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    11:57:44 [INFO] WorldGuard: (world_the_end) Single session is enforced.
    11:57:44 [INFO] WorldGuard: (world_the_end) TNT ignition is PERMITTED.
    11:57:44 [INFO] WorldGuard: (world_the_end) Lighters are PERMITTED.
    11:57:44 [INFO] WorldGuard: (world_the_end) Lava fire is blocked.
    11:57:44 [INFO] WorldGuard: (world_the_end) Fire spread is UNRESTRICTED.
    11:57:44 [INFO] WorldGuard: Loaded configuration for world 'world_the_end"
    11:57:44 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissio
    ns.
    11:57:44 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    11:57:44 [INFO] WorldGuard 5.2.2 enabled.
    11:57:44 [INFO] [ChatManager] ChatManager enabled!
    11:57:44 [INFO] CommandBook 1.7 enabled.
    11:57:44 [INFO] CommandBook: 0 Warps(s) loaded
    11:57:44 [INFO] CommandBook: 0 Homes(s) loaded
    11:57:44 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some feat
    ures have been disabled to be compatible with poorly written server wrappers.
    11:57:44 [INFO] CommandBook: 0 banned name(s) loaded.
    11:57:44 [INFO] CommandBook: 1 kit(s) loaded.
    11:57:44 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissio
    ns.
    11:57:45 [INFO] [WordRank] Setting up SQL support
    11:57:45 [INFO] [WordRank] Checking tables..
    11:57:45 [INFO] [WordRank] Table 'wordrank' found.
    11:57:45 [INFO] [WordRank] SQLite will be used.
    11:57:45 [INFO] [WordRank] Checking permission plugins
    11:57:45 [INFO] [WordRank] bPermissions is not detected
    11:57:45 [INFO] [WordRank] PEX is detected
    11:57:45 [INFO] [WordRank] PEX will be used.
    11:57:45 [INFO] [WordRank] is now enabled, version: 2.0.2
    11:57:45 [INFO] Server permissions file permissions.yml is empty, ignoring it
    11:57:45 [INFO] Done (0,392s)! For help, type "help" or "?"
    11:57:51 [INFO] Whitelist: Player Now1z3 is trying to join...
    11:57:51 [INFO] allow!
    11:57:51 [INFO] Now1z3 [/85.230.126.235:62354] logged in with entity id 177 at (
    [world] -170.08618284604879, 71.0, -539.7374385943184)
    11:57:51 [ALLVARLIG] java.lang.RuntimeException: Default user group is not defin
    ed. Please select one using the "default: true" property
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.backends.FileBackend.getDefaul
    tGroup(FileBackend.java:157)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getDefaultGr
    oup(PermissionManager.java:285)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getDefaultGr
    oup(PermissionManager.java:274)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.getGroups(Permi
    ssionUser.java:221)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.getOption(Permi
    ssionUser.java:132)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionEntity.getOptionBool
    ean(PermissionEntity.java:298)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionEntity.initialize(Pe
    rmissionEntity.java:57)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.initialize(Perm
    issionUser.java:53)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.ProxyPermissionUser.initialize
    (ProxyPermissionUser.java:41)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getUser(Perm
    issionManager.java:116)
    11:57:51 [ALLVARLIG]    at com.sk89q.wepif.PermissionsExResolver.inGroup(Permiss
    ionsExResolver.java:67)
    11:57:51 [ALLVARLIG]    at com.sk89q.wepif.PermissionsResolverManager.inGroup(Pe
    rmissionsResolverManager.java:148)
    11:57:51 [ALLVARLIG]    at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:67)
    11:57:51 [ALLVARLIG]    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:250)
    11:57:51 [ALLVARLIG]    at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:168)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:260)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:129)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:113)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:39)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetworkListenThread.a(SourceFile
    :94)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:516)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:414)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    11:57:51 [ALLVARLIG] java.lang.RuntimeException: Default user group is not defin
    ed. Please select one using the "default: true" property
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.backends.FileBackend.getDefaul
    tGroup(FileBackend.java:157)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getDefaultGr
    oup(PermissionManager.java:285)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getDefaultGr
    oup(PermissionManager.java:274)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.getGroups(Permi
    ssionUser.java:221)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.getOption(Permi
    ssionUser.java:132)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionEntity.getOptionBool
    ean(PermissionEntity.java:298)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionEntity.initialize(Pe
    rmissionEntity.java:57)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.initialize(Perm
    issionUser.java:53)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.ProxyPermissionUser.initialize
    (ProxyPermissionUser.java:41)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getUser(Perm
    issionManager.java:116)
    11:57:51 [ALLVARLIG]    at com.sk89q.wepif.PermissionsExResolver.inGroup(Permiss
    ionsExResolver.java:67)
    11:57:51 [ALLVARLIG]    at com.sk89q.wepif.PermissionsResolverManager.inGroup(Pe
    rmissionsResolverManager.java:148)
    11:57:51 [ALLVARLIG]    at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:67)
    11:57:51 [ALLVARLIG]    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:250)
    11:57:51 [ALLVARLIG]    at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:173)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:260)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:129)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:113)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:39)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetworkListenThread.a(SourceFile
    :94)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:516)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:414)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    11:57:51 [ALLVARLIG] java.lang.RuntimeException: Default user group is not defin
    ed. Please select one using the "default: true" property
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.backends.FileBackend.getDefaul
    tGroup(FileBackend.java:157)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getDefaultGr
    oup(PermissionManager.java:285)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getDefaultGr
    oup(PermissionManager.java:274)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.getGroups(Permi
    ssionUser.java:221)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.getOption(Permi
    ssionUser.java:132)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionEntity.getOptionBool
    ean(PermissionEntity.java:298)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionEntity.initialize(Pe
    rmissionEntity.java:57)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionUser.initialize(Perm
    issionUser.java:53)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.ProxyPermissionUser.initialize
    (ProxyPermissionUser.java:41)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getUser(Perm
    issionManager.java:116)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.PermissionManager.getUser(Perm
    issionManager.java:131)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:159)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:131)
    11:57:51 [ALLVARLIG]    at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:123)
    11:57:51 [ALLVARLIG]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:83)
    11:57:51 [ALLVARLIG]    at com.lala.wordrank.Listeners.PlayerListen.onPlayerJoin
    (PlayerListen.java:58)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:260)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    11:57:51 [ALLVARLIG]    at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:129)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:113)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:39)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.NetworkListenThread.a(SourceFile
    :94)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:516)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:414)
    11:57:51 [ALLVARLIG]    at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    11:57:59 [ALLVARLIG] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'setr
    ank' in plugin SetRankPEX v1.3.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    64)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:756)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.RuntimeException: Default user group is not defined. Please
     select one using the "default: true" property
            at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBacke
    nd.java:157)
            at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionMa
    nager.java:285)
            at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionMa
    nager.java:274)
            at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:2
    21)
            at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:1
    32)
            at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEn
    tity.java:298)
            at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.j
    ava:57)
            at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:
    53)
            at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermission
    User.java:41)
            at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.ja
    va:116)
            at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:9
    1)
            at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:6
    7)
            at me.Irock23.SRPEX.SetRankPEX.hasSetRank(SetRankPEX.java:146)
            at me.Irock23.SRPEX.SetRankPEX.onCommand(SetRankPEX.java:85)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    >
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  18. Offline

    pyraetos

    It would seem that either in SetRanksPEX or PEX the default group is not set, try adding default: true to the lowest rank.
     
  19. Offline

    Now1z3

    its the inbesil and i fix it in a secound

    Still aint working here is my PermissionsEX its the Inbesil that is the lowest
    Code:
    {
      "groups": {
        "Surviver": {
          "Default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Surviver"
          },
          "inheritance": [
            "Inbesil"
          ],
          "permissions": [
            {
              "commandbook.back.ondeath": true
            },
            {
              "commandbook.warp.list": true
            },
            {
              "commandbook.broadcast": true
            },
            {
              "commandbook.suicide": true
            }
          ]
        },
        "Moderator": {
          "default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Moderator"
          },
          "inheritance": [
            "Surviver"
          ],
          "permissions": [
            {
              "commandbook.tp": true
            },
            {
              "commandbook.jail": true
            },
            {
              "commandbook.kick": true
            },
            {
              "commandbook.weather": true
            },
            {
              "commandbook.spawnmob": true
            },
            {
              "commandbook.bring": true
            }
          ]
        },
        "Admin": {
          "prefix": "&b[Admin]&f ",
          "permissions": [
            {
              "commands.here": true
            },
            {
              "never.use.tabs": true
            }
          ],
          "inheritance": [
            "Moderator"
          ]
        },
        "Inbesil": {
          "default": true,
          "info": {
            "prefix": "&f",
            "build": true,
            "suffix": "Inbesil"
          },
          "inheritance": null,
          "options": {
            "rank": "3"
          },
          "permissions": [
            {
              "commandbook.depth": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.getpos": true
            },
            {
              "commandbook.compass": true
            },
            {
              "commandbook.back": true
            },
            {
              "commandbook.tpaccept": true
            },
            {
              "commandbook.tpdeny": true
            },
            {
              "commandbook.home": true
            },
            {
              "commandbook.sethome": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.msg": true
            },
            {
              "commandbook.afk": true
            },
            {
              "commandbook.list": true
            },
            {
              "commandbook.mail": true
            },
            {
              "commandbook.mail.send": true
            },
            {
              "commandbook.kit": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.rules": true
            },
            {
              "commandbook.motd": true
            },
            {
              "commandbook.me": true
            },
            {
              "commandbook.helpop": true
            },
            {
              "commandbook.spawn": true
            },
            {
              "ichat.color": true
            }
          ]
        },
        "Co-owner": {
          "prefix": "&c[Co-Owner]&f ",
          "permissions": [
            {
              "commandbook.thor": true
            },
            {
              "srpex.setrank": true
            },
            {
              "srpex.reload": true
            },
            {
              "srpex": true
            },
            {
              "WordRank.remove": true
            },
            {
              "WordRank.remove.all": true
            },
            {
              "WordRank.say": true
            },
            {
              "WordRank.rankup": true
            },
            {
              "WordRank.add": true
            },
            {
              "commandbook.unthor": true
            },
            {
              "commandbook.group": true
            }
          ],
          "inheritance": [
            "Admin"
          ]
        },
        "Owner": {
          "prefix": "&4[Owner]&f ",
          "inheritance": [
            "Co-owner"
          ]
        }
      }
    }
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  20. Offline

    pyraetos

    Could you post the YAML you are using and not the parse?
     
  21. Offline

    Now1z3

    http://yaml-online-parser.appspot.com/
    im using the json YAML,
    Code:
    {
      "groups": {
        "Surviver": {
          "Default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Surviver"
          },
          "inheritance": [
            "Inbesil"
          ],
          "permissions": [
            {
              "commandbook.back.ondeath": true
            },
            {
              "commandbook.warp.list": true
            },
            {
              "commandbook.broadcast": true
            },
            {
              "commandbook.suicide": true
            }
          ]
        },
        "Moderator": {
          "default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Moderator"
          },
          "inheritance": [
            "Surviver"
          ],
          "permissions": [
            {
              "commandbook.tp": true
            },
            {
              "commandbook.jail": true
            },
            {
              "commandbook.kick": true
            },
            {
              "commandbook.weather": true
            },
            {
              "commandbook.spawnmob": true
            },
            {
              "commandbook.bring": true
            }
          ]
        },
        "Admin": {
          "prefix": "&b[Admin]&f ",
          "permissions": [
            {
              "commands.here": true
            },
            {
              "never.use.tabs": true
            }
          ],
          "inheritance": [
            "Moderator"
          ]
        },
        "Inbesil": {
          "default": false,
          "info": {
            "prefix": "&f",
            "build": true,
            "suffix": "Inbesil"
          },
          "inheritance": null,
          "options": {
            "rank": "3"
          },
          "permissions": [
            {
              "commandbook.depth": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.getpos": true
            },
            {
              "commandbook.compass": true
            },
            {
              "commandbook.back": true
            },
            {
              "commandbook.tpaccept": true
            },
            {
              "commandbook.tpdeny": true
            },
            {
              "commandbook.home": true
            },
            {
              "commandbook.sethome": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.msg": true
            },
            {
              "commandbook.afk": true
            },
            {
              "commandbook.list": true
            },
            {
              "commandbook.mail": true
            },
            {
              "commandbook.mail.send": true
            },
            {
              "commandbook.kit": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.rules": true
            },
            {
              "commandbook.motd": true
            },
            {
              "commandbook.me": true
            },
            {
              "commandbook.helpop": true
            },
            {
              "commandbook.spawn": true
            },
            {
              "ichat.color": true
            }
          ]
        },
        "Co-owner": {
          "prefix": "&c[Co-Owner]&f ",
          "permissions": [
            {
              "commandbook.thor": true
            },
            {
              "srpex.setrank": true
            },
            {
              "srpex.reload": true
            },
            {
              "srpex": true
            },
            {
              "commandbook.unthor": true
            },
            {
              "commandbook.group": true
            }
          ],
          "inheritance": [
            "Admin"
          ]
        },
        "Owner": {
          "prefix": "&4[Owner]&f ",
          "inheritance": [
            "Co-owner"
          ]
        }
      }
    }
     
  22. Offline

    pyraetos

    json is not YAML! Show me what you had when you pasted it in the left box, you need to use YAML format, NOT what's in the right box.
     
  23. Offline

    Now1z3

    If you mean what i got in the output in YAML is that in the blue box up there on the #24

    i have bin fixing a bit on it so it looks like this atm
    Code:
    {
      "groups": {
        "Surviver": {
          "Default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Surviver"
          },
          "inheritance": [
            "Inbesil"
          ],
          "permissions": [
            {
              "commandbook.back.ondeath": true
            },
            {
              "commandbook.warp.list": true
            },
            {
              "commandbook.broadcast": true
            },
            {
              "commandbook.suicide": true
            }
          ]
        },
        "Moderator": {
          "default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Moderator"
          },
          "inheritance": [
            "Surviver"
          ],
          "permissions": [
            {
              "commandbook.tp": true
            },
            {
              "commandbook.jail": true
            },
            {
              "commandbook.gamemode": true
            },
            {
              "commandbook.butcher": true
            },
            {
              "commandbook.gamemode.others": true
            },
            {
              "commandbook.kick": true
            },
            {
              "commandbook.weather": true
            },
            {
              "commandbook.spawnmob": true
            },
            {
              "commandbook.bring": true
            }
          ]
        },
        "Admin": {
          "prefix": "&b[Admin]&f ",
          "permissions": [
            {
              "commands.here": true
            },
            {
              "never.use.tabs": true
            }
          ],
          "inheritance": [
            "Moderator"
          ]
        },
        "Inbesil": {
          "default": true,
          "info": {
            "prefix": "&f",
            "build": true,
            "suffix": "Inbesil"
          },
          "inheritance": null,
          "options": {
            "rank": "3"
          },
          "permissions": [
            {
              "commandbook.depth": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.getpos": true
            },
            {
              "commandbook.compass": true
            },
            {
              "commandbook.back": true
            },
            {
              "commandbook.tpaccept": true
            },
            {
              "commandbook.tpdeny": true
            },
            {
              "commandbook.home": true
            },
            {
              "commandbook.sethome": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.msg": true
            },
            {
              "commandbook.afk": true
            },
            {
              "commandbook.list": true
            },
            {
              "commandbook.mail": true
            },
            {
              "commandbook.mail.send": true
            },
            {
              "commandbook.kit": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.rules": true
            },
            {
              "commandbook.motd": true
            },
            {
              "commandbook.me": true
            },
            {
              "commandbook.helpop": true
            },
            {
              "commandbook.spawn": true
            },
            {
              "ichat.color": true
            }
          ]
        },
        "Co-owner": {
          "prefix": "&c[Co-Owner]&f ",
          "permissions": [
            {
              "commandbook.thor": true
            },
            {
              "srpex.setrank": true
            },
            {
              "srpex.reload": true
            },
            {
              "srpex": true
            },
            {
              "WordRank.remove": true
            },
            {
              "WordRank.remove.all": true
            },
            {
              "WordRank.say": true
            },
            {
              "commandbook.setspawn": true
            },
            {
              "WordRank.rankup": true
            },
            {
              "WordRank.add": true
            },
            {
              "commandbook.unthor": true
            },
            {
              "commandbook.group": true
            }
          ],
          "inheritance": [
            "Admin"
          ]
        },
        "Owner": {
          "prefix": "&4[Owner]&f ",
          "inheritance": [
            "Co-owner"
          ]
        }
      }
    }
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  24. Offline

    pyraetos

    What I need is the input, the stuff that looks like your original YAML, like in post #1
     
  25. You need to show us what's inside your "permissions.yml" file, not the output once parsed.
     
  26. Offline

    pyraetos

    We need your PEX permissions file, I don't know what that would be named.
     
  27. Offline

    Now1z3

    This is whats inside my PermissionsEX.yml
    Code:
    {
      "groups": {
        "Surviver": {
          "Default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Surviver"
          },
          "inheritance": [
            "Inbesil"
          ],
          "permissions": [
            {
              "commandbook.back.ondeath": true
            },
            {
              "commandbook.warp.list": true
            },
            {
              "commandbook.broadcast": true
            },
            {
              "commandbook.suicide": true
            }
          ]
        },
        "Moderator": {
          "default": false,
          "info": {
            "prefix": "&c",
            "build": true,
            "suffix": "Moderator"
          },
          "inheritance": [
            "Surviver"
          ],
          "permissions": [
            {
              "commandbook.tp": true
            },
            {
              "commandbook.jail": true
            },
            {
              "commandbook.gamemode": true
            },
            {
              "commandbook.butcher": true
            },
            {
              "commandbook.gamemode.others": true
            },
            {
              "commandbook.kick": true
            },
            {
              "commandbook.weather": true
            },
            {
              "commandbook.spawnmob": true
            },
            {
              "commandbook.bring": true
            }
          ]
        },
        "Admin": {
          "prefix": "&b[Admin]&f ",
          "permissions": [
            {
              "commands.here": true
            },
            {
              "never.use.tabs": true
            }
          ],
          "inheritance": [
            "Moderator"
          ]
        },
        "Inbesil": {
          "default": true,
          "info": {
            "prefix": "&f",
            "build": true,
            "suffix": "Inbesil"
          },
          "inheritance": null,
          "options": {
            "rank": "3"
          },
          "permissions": [
            {
              "commandbook.depth": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.getpos": true
            },
            {
              "commandbook.compass": true
            },
            {
              "commandbook.back": true
            },
            {
              "commandbook.tpaccept": true
            },
            {
              "commandbook.tpdeny": true
            },
            {
              "commandbook.home": true
            },
            {
              "commandbook.sethome": true
            },
            {
              "commandbook.warp": true
            },
            {
              "commandbook.msg": true
            },
            {
              "commandbook.afk": true
            },
            {
              "commandbook.list": true
            },
            {
              "commandbook.mail": true
            },
            {
              "commandbook.mail.send": true
            },
            {
              "commandbook.kit": true
            },
            {
              "commandbook.help": true
            },
            {
              "commandbook.rules": true
            },
            {
              "commandbook.motd": true
            },
            {
              "commandbook.me": true
            },
            {
              "commandbook.helpop": true
            },
            {
              "commandbook.spawn": true
            },
            {
              "ichat.color": true
            }
          ]
        },
        "Co-owner": {
          "prefix": "&c[Co-Owner]&f ",
          "permissions": [
            {
              "commandbook.thor": true
            },
            {
              "srpex.setrank": true
            },
            {
              "srpex.reload": true
            },
            {
              "srpex": true
            },
            {
              "WordRank.remove": true
            },
            {
              "WordRank.remove.all": true
            },
            {
              "WordRank.say": true
            },
            {
              "commandbook.setspawn": true
            },
            {
              "WordRank.rankup": true
            },
            {
              "WordRank.add": true
            },
            {
              "commandbook.unthor": true
            },
            {
              "commandbook.group": true
            }
          ],
          "inheritance": [
            "Admin"
          ]
        },
        "Owner": {
          "prefix": "&4[Owner]&f ",
          "inheritance": [
            "Co-owner"
          ]
        }
      }
    }
     
  28. Offline

    pyraetos

    You seem to have taken the output from the parser and pasted that into your permissions, and now it is not compatible. However, I have unserialized it for you. Try this:
    Code:
    groups:
      Surviver:
        Default: false
        info:
          prefix: '&c'
          build: true
          suffix: Surviver
        inheritance:
        - Inbesil
        permissions:
        - commandbook.back.ondeath: true
        - commandbook.warp.list: true
        - commandbook.broadcast: true
        - commandbook.suicide: true
      Moderator:
        default: false
        info:
          prefix: '&c'
          build: true
          suffix: Moderator
        inheritance:
        - Surviver
        permissions:
        - commandbook.tp: true
        - commandbook.jail: true
        - commandbook.gamemode: true
        - commandbook.butcher: true
        - commandbook.gamemode.others: true
        - commandbook.kick: true
        - commandbook.weather: true
        - commandbook.spawnmob: true
        - commandbook.bring: true
      Admin:
        prefix: '&b[Admin]&f '
        permissions:
        - commands.here: true
        - never.use.tabs: true
        inheritance:
        - Moderator
      Inbesil:
        default: true
        info:
          prefix: '&f'
          build: true
          suffix: Inbesil
        inheritance: ~
        options:
          rank: "3"
        permissions:
        - commandbook.depth: true
        - commandbook.help: true
        - commandbook.warp: true
        - commandbook.getpos: true
        - commandbook.compass: true
        - commandbook.back: true
        - commandbook.tpaccept: true
        - commandbook.tpdeny: true
        - commandbook.home: true
        - commandbook.sethome: true
        - commandbook.warp: true
        - commandbook.msg: true
        - commandbook.afk: true
        - commandbook.list: true
        - commandbook.mail: true
        - commandbook.mail.send: true
        - commandbook.kit: true
        - commandbook.help: true
        - commandbook.rules: true
        - commandbook.motd: true
        - commandbook.me: true
        - commandbook.helpop: true
        - commandbook.spawn: true
        - ichat.color: true
      Co-owner:
        prefix: '&c[Co-Owner]&f '
        permissions:
        - commandbook.thor: true
        - srpex.setrank: true
        - srpex.reload: true
        - srpex: true
        - WordRank.remove: true
        - WordRank.remove.all: true
        - WordRank.say: true
        - commandbook.setspawn: true
        - WordRank.rankup: true
        - WordRank.add: true
        - commandbook.unthor: true
        - commandbook.group: true
        inheritance:
        - Admin
      Owner:
        prefix: '&4[Owner]&f '
        inheritance:
        - Co-owner
     
  29. Offline

    Now1z3

    ok i pasted it as you posted and i got still same problem . when im writing "/setrank Now1z3 Owner" i get the internal error thing and same with "/help" and when the non Op try to write like " /warp,/spawn,/help " they get same internal error
    Code:
    23:52:08 [INFO] Whitelist: Player Now1z3 is trying to join...
    23:52:08 [INFO] allow!
    23:52:08 [INFO] Now1z3 [/85.230.126.235:50227] logged in with entity id 198 at (
    [world] 33.66288119500342, 78.81359317728013, -572.0737661859719)
    23:52:17 [ALLVARLIG] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'help
    ' in plugin Help v0.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    64)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:756)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.util.regex.PatternSyntaxException: Illegal repetition
    {commandbook\.depth=true}
            at java.util.regex.Pattern.error(Unknown Source)
            at java.util.regex.Pattern.closure(Unknown Source)
            at java.util.regex.Pattern.sequence(Unknown Source)
            at java.util.regex.Pattern.expr(Unknown Source)
            at java.util.regex.Pattern.compile(Unknown Source)
            at java.util.regex.Pattern.<init>(Unknown Source)
            at java.util.regex.Pattern.compile(Unknown Source)
            at ru.tehkode.permissions.PermissionEntity.isMatches(PermissionEntity.ja
    va:571)
            at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(Permiss
    ionEntity.java:508)
            at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(Permiss
    ionEntity.java:503)
            at ru.tehkode.permissions.PermissionUser.getMatchingExpression(Permissio
    nUser.java:884)
            at ru.tehkode.permissions.PermissionEntity.has(PermissionEntity.java:137
    )
            at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:9
    7)
            at ru.tehkode.permissions.compat.PermissionHandler.permission(Permission
    Handler.java:79)
            at ru.tehkode.permissions.compat.PermissionHandler.permission(Permission
    Handler.java:70)
            at me.taylorkelly.help.HelpPermissions.permission(HelpPermissions.java:4
    1)
            at me.taylorkelly.help.HelpEntry.playerCanUse(HelpEntry.java:48)
            at me.taylorkelly.help.HelpList.getSortedHelp(HelpList.java:38)
            at me.taylorkelly.help.Lister.setPage(Lister.java:32)
            at me.taylorkelly.help.Help.onCommand(Help.java:77)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    23:52:26 [ALLVARLIG] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'grou
    p' in plugin SetRankPEX v1.3.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    64)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:756)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.util.regex.PatternSyntaxException: Illegal repetition
    {commandbook\.depth=true}
            at java.util.regex.Pattern.error(Unknown Source)
            at java.util.regex.Pattern.closure(Unknown Source)
            at java.util.regex.Pattern.sequence(Unknown Source)
            at java.util.regex.Pattern.expr(Unknown Source)
            at java.util.regex.Pattern.compile(Unknown Source)
            at java.util.regex.Pattern.<init>(Unknown Source)
            at java.util.regex.Pattern.compile(Unknown Source)
            at ru.tehkode.permissions.PermissionEntity.isMatches(PermissionEntity.ja
    va:571)
            at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(Permiss
    ionEntity.java:508)
            at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(Permiss
    ionEntity.java:503)
            at ru.tehkode.permissions.PermissionUser.getMatchingExpression(Permissio
    nUser.java:884)
            at ru.tehkode.permissions.PermissionEntity.has(PermissionEntity.java:137
    )
            at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:9
    7)
            at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:6
    7)
            at me.Irock23.SRPEX.SetRankPEX.hasSetRank(SetRankPEX.java:146)
            at me.Irock23.SRPEX.SetRankPEX.onCommand(SetRankPEX.java:85)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    23:52:40 [ALLVARLIG] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'setr
    ank' in plugin SetRankPEX v1.3.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    64)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:756)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.util.regex.PatternSyntaxException: Illegal repetition
    {commandbook\.depth=true}
            at java.util.regex.Pattern.error(Unknown Source)
            at java.util.regex.Pattern.closure(Unknown Source)
            at java.util.regex.Pattern.sequence(Unknown Source)
            at java.util.regex.Pattern.expr(Unknown Source)
            at java.util.regex.Pattern.compile(Unknown Source)
            at java.util.regex.Pattern.<init>(Unknown Source)
            at java.util.regex.Pattern.compile(Unknown Source)
            at ru.tehkode.permissions.PermissionEntity.isMatches(PermissionEntity.ja
    va:571)
            at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(Permiss
    ionEntity.java:508)
            at ru.tehkode.permissions.PermissionEntity.getMatchingExpression(Permiss
    ionEntity.java:503)
            at ru.tehkode.permissions.PermissionUser.getMatchingExpression(Permissio
    nUser.java:884)
            at ru.tehkode.permissions.PermissionEntity.has(PermissionEntity.java:137
    )
            at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:9
    7)
            at ru.tehkode.permissions.PermissionManager.has(PermissionManager.java:6
    7)
            at me.Irock23.SRPEX.SetRankPEX.hasSetRank(SetRankPEX.java:146)
            at me.Irock23.SRPEX.SetRankPEX.onCommand(SetRankPEX.java:85)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    This was from when the server was done and from when i left and stoped
     
  30. Offline

    pyraetos

    Try this, this indentation is more like your first post:
    Code:
    groups:
        Surviver:
            Default: false
            info:
                prefix: '&c'
                build: true
                suffix: Surviver
            inheritance:
                - Inbesil
            permissions:
                - commandbook.back.ondeath: true
                - commandbook.warp.list: true
                - commandbook.broadcast: true
                - commandbook.suicide: true
        Moderator:
            default: false
            info:
                prefix: '&c'
                build: true
                suffix: Moderator
            inheritance:
                - Surviver
            permissions:
                - commandbook.tp: true
                - commandbook.jail: true
                - commandbook.gamemode: true
                - commandbook.butcher: true
                - commandbook.gamemode.others: true
                - commandbook.kick: true
                - commandbook.weather: true
                - commandbook.spawnmob: true
                - commandbook.bring: true
        Admin:
            prefix: '&b[Admin]&f '
            permissions:
                - commands.here: true
                - never.use.tabs: true
            inheritance:
                - Moderator
        Inbesil:
            default: true
            info:
                prefix: '&f'
                build: true
                suffix: Inbesil
            inheritance: ~
            options:
                rank: "3"
            permissions:
                - commandbook.depth: true
                - commandbook.help: true
                - commandbook.warp: true
                - commandbook.getpos: true
                - commandbook.compass: true
                - commandbook.back: true
                - commandbook.tpaccept: true
                - commandbook.tpdeny: true
                - commandbook.home: true
                - commandbook.sethome: true
                - commandbook.warp: true
                - commandbook.msg: true
                - commandbook.afk: true
                - commandbook.list: true
                - commandbook.mail: true
                - commandbook.mail.send: true
                - commandbook.kit: true
                - commandbook.help: true
                - commandbook.rules: true
                - commandbook.motd: true
                - commandbook.me: true
                - commandbook.helpop: true
                - commandbook.spawn: true
                - ichat.color: true
        Co-owner:
            prefix: '&c[Co-Owner]&f '
            permissions:
                - commandbook.thor: true
                - srpex.setrank: true
                - srpex.reload: true
                - srpex: true
                - WordRank.remove: true
                - WordRank.remove.all: true
                - WordRank.say: true
                - commandbook.setspawn: true
                - WordRank.rankup: true
                - WordRank.add: true
                - commandbook.unthor: true
                - commandbook.group: true
            inheritance:
                - Admin
        Owner:
            prefix: '&4[Owner]&f '
            inheritance:
                - Co-owner
     
Thread Status:
Not open for further replies.

Share This Page