Solved PEX question

Discussion in 'Plugin Help/Development/Requests' started by Scrapnix, Dec 6, 2016.

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

    Scrapnix

    Hey, I made a PEX permissions file, but nothing happens ingame, I hope for help :D

    Code:
    groups:
      Spieler:
        options:
          default: true
        - essentials.chat.color
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.ping
        - essentials.suicide
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.info
        - essentials.rules
        - essentials.spawn
        - essentials.getpos
        - essentials.afk
        - essentials.msg
        - worldguard.region.removemember.own.*
        - worldguard.region.addmember.own.*
        - worldguard.region.info.own
        - worldguard.region.select.own.*
        - worldguard.region.list.own
        - lockette.user.create.*
        - modifyworld.items.*
        - modifyworld.blocks.*
        options:
          rank: '900'
          prefix: '&7'
          suffix: '&8[&aSpieler&8] &7:'
      VIP:
        inheritance:
        - Member
        permissions:
        - -modifyworld.mobtarget.monster.creeper
        - essentials.warp
        - essentials.warp.list
        - essentials.kit.tools
        - essentials.tp
        - essentials.back
        - essentials.home
        - essentials.sethome
        options:
          rank: '800'
          prefix: '&a'
          suffix: ' &0[&7VIP&0]&f'
      Moderator:
        inheritance:
        - VIP
        permissions:
        - essentials.god
        - essentials.ungod
        - essentials.spawner
        - essentials.give
        - essentials.whois
        - essentials.time
        - essentials.time.set
        - essentials.weather
        - essentials.kick
        - essentials.tempban
        - essentials.banip
        - essentials.ban
        - essentials.ban.*
        - essentials.unban
        - essentials.unbanip
        - essentials.setwarp
        - essentials.warp.*
        - essentials.tp.*
        - essentials.tpa.*
        - essentials.tpo
        - essentials.tpohere
        - essentials.tphere
        - essentials.tppos
        - essentials.invsee
        - nocheat.checks.*
        - nocheatplus.checks.*
        - nocheatplus.*
        - worldedit.wand
        - worldguard.region.*
        - worldguard.notify
        options:
          rank: '200'
          prefix: '&3'
          suffix: ' &0[&7Moderator&0]&f'
      Admin:
        permissions:
        - essentials.*
        - essentials.gamemode.creative
        - essentials.gamemode.survival
        - worldedit.clipboard.copy
        - worldedit.clipboard.flip
        - worldedit.clipboard.rotate
        - worldedit.clipboard.cut
        - worldedit.clipboard.paste
        - worldedit.clipboard.clear
        - worldedit.generation.cylinder
        - worldedit.generation.cylinder
        - worldedit.generation.forest
        - worldedit.generation.pyramid
        - worldedit.history.undo
        - worldedit.history.redo
        - worldedit.navigation.unstuck
        - worldedit.navigation.ascend
        - worldedit.navigation.descend
        - worldedit.navigation.thru
        - worldedit.navigation.jumpto
        - worldedit.navigation.up
        - worldedit.region.set
        - worldedit.region.walls
        - worldedit.region.smooth
        - worldedit.region.move
        - worldedit.regen
        - worldedit.selection.shift
        - worldedit.selection.expand
        - worldedit.selection.pos
        - worldedit.selection.hpos
        - worldedit.wand
        - worldedit.superpickaxe
        - worldedit.superpickaxe.recursive
        - worldedit.superpickaxe.area
        - worldedit.tool.info
        - worldedit.tool.tree
        - worldedit.tool.replacer
        - worldedit.tool.lrbuild
        - worldedit.tool.tree
        options:
          rank: '1'
          prefix: '&c'
          suffix: ' &0[&7Admin&0]&f'
      Owner:
        build: true
        inheritance: Admin
        options:
          rank: '0'
          prefix: '&4'
          suffix: ' &0[&cOwner&0]&f'
          default: false
        permissions:
        - -essentials.ping
        - '*'
    schema-version: 1
    users:
      Scrapnix:
        group:
        - Owner
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    Scrapnix

    I hosted my server on MCHost24.de which is a German server hoster. I hope you can make something with that log: http://pastebin.com/VA4NMnT2
     
  4. Offline

    timtower Administrator Administrator Moderator

    @Scrapnix Please copy your log from the latest.log, a log without enters is unreadable.
     
  5. Offline

    Scrapnix

  6. Offline

    timtower Administrator Administrator Moderator

    @Scrapnix 1. Good file
    2. You never have a permissions:
     
  7. Offline

    Scrapnix

    Sry, but what do you mean with You never have a permissions?
     
  8. Offline

    timtower Administrator Administrator Moderator

    @Scrapnix You just start listing permissions, you never have a line "permissions:"
     
  9. Offline

    Scrapnix

    Thank you, but nothing works yet, I can`t go into the gamemode and if I want to make a TAB complete or if I want to perform another command, sometimes it says that internal errors occured or it makes nothing. Whats wrong there. My plugins:
    BedwarsRel-1.3.3.jar
    Essentials.jar
    EssentialsChat.jar
    EssentialsSpawn.jar
    Multiverse-Core-2.4.jar
    Multiverse-SignPortals-2.4.jar
    PermissionsEx.jar
    pvparena.jar
    Scoreboard_V1.0.jar
    (My plugin which worked everytimes)
    ServerSigns.jar
    Survival-Games(1).jar
    VoxelSniper-5.171.0-SNAPSHOT.jar
    worldedit-bukkit-6.1-2.jar
     
  10. Offline

    timtower Administrator Administrator Moderator

  11. Offline

    Scrapnix

    No, the same
     
  12. Offline

    timtower Administrator Administrator Moderator

    @Scrapnix If it is the same log then you didn't change your pex file.
    If you did change it then it isn't a different log.
     
  13. Offline

    Scrapnix

    Hey, I found my mistake. Essentials is causing the errors, because it`s for the version 1.7.10. I downloaded it for the version 1.8.x (From the spigot website) and it works. Thanks for your help.
     
    Last edited: Dec 8, 2016
Thread Status:
Not open for further replies.

Share This Page