Solved Can someone please help me with my perms?

Discussion in 'Bukkit Help' started by MPG1, Jan 6, 2020.

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

    MPG1

    I have WorldEdit and WorldGuard, and I'm not quite sure how to use them. WorldGuard always gives me a "You don't have permissions to do this" whenever I try. I don't actually know what I'm supposed to do with my permissions, and would appreciate some help. This is my first bukkit server, and I'm not familiar. (im a noob at this)

    Running CraftBukkit for 1.13.2
    Plugins: WorldEdit 7.0.0, WorldGuard 7.0.0

    Here is my code inside wepif.yml:
    Code:
    ignore-nijiperms-bridges: true
    resolvers:
        enabled:
        - PluginPermissionsResolver
        - PermissionsExResolver
        - bPermissionsResolver
        - GroupManagerResolver
        - NijiPermissionsResolver
        - VaultResolver
        - DinnerPermsResolver
        - FlatFilePermissionsResolver
    permissions:
        groups:
            scum:
                default: false
                permissions: []
            guest:
                info:
                    prefix: '&7[Guest] '
                    build: false
                    suffix: ''
                default: true
                permissions:
                - worldguard.help
                - worldguard.stack
                - worldguard.region.list
                - worldguard.region.teleport.*
                - worldedit.help
                - worldedit.fast
                - worldedit.searchitem
                - worldedit.navigation.*
                - worldedit.chunkinfo
                - worldedit.biome.list
                - worldedit.biome.info
                - bukkit.command.version
                - bukkit.command.help
                - minecraft.command.spawnpoint
                - bukkit.broadcast.*
            member:
                info:
                  prefix: '&0[Member] '
                  build: true
                  suffix: ''
                default: false
                permissions:
                - worldguard.region.claim
                - worldguard.locate
                - worldedit.history.undo.self
                - worldedit.history.redo.self
                - worldedit.snow
                - worldedit.thaw
                - worldedit.green
                - worldedit.extinguish
                - worldedit.butcher
                - worldedit.brush.*
                - bukkit.command.plugins
                - minecraft.autocraft
                inheritance:
                - guest
            admin:
                info:
                  prefix: '&4[Admin] '
                  build: true
                  suffix: ''  
                default: false
                permissions:
                - worldguard.debug.*
                - worldguard.god
                - worldguard.god.other
                - worldguard.heal
                - worldguard.heal.other
                - worldguard.slay
                - worldguard.slay.other
                - worldguard.stack.*
                - worldguard.halt-activity
                - worldguard.reload
                - worldguard.report
                - worldguard.profile
                - worldguard.flushstates
                - worldguard.running
                - worldguard.debug.*
                - worldedit.reload
                - worldedit.report
                - worldedit.history.*
                - worldedit.wand.*
                - worldedit.selection.*
                - worldedit.region.*
                - worldedit.generation.*
                - worldedit.tool.*
                - worldedit.superpickaxe.*
                - worldedit.biome.*
                - worldedit.delchunks
                - worldedit.snapshots.*
                - worldedit.drain
                - worldedit.fixlava
                - worldedit.fixwater
                - worldedit.replacenear
                - worldedit.setnbt
                - bukkit.command.*
                - minecraft.command.*
                - -minecraft.command.ban
                - -minecraft.command.ban-ip
                - -minecraft.command.deop
                - -minecraft.command.defaultgamemode
                - -minecraft.command.op
                - -minecraft.command.pardon
                - -minecraft.command.pardon-ip
                - -minecraft.command.scoreboard
                - -minecraft.command.setidletimeout
                - -minecraft.command.setworldspawn
                - -minecraft.command.stop
                - -minecraft.command.whitelist
                - bukkit.broadcast.scradmin
                inheritance:
                - guest
                - member
            builder:
                info:
                    prefix: '&9&l[Builder]&r '
                    build: true
                    suffix: ''  
                default: false
                permissions:
                - worldguard.region.*
                - worldedit.brush.*
                - worldedit.limit
                - worldedit.timeout
                - worldedit.reorder
                - worldedit.drawsel
                - worldedit.region.*
                - worldedit.schematic.*
                - worldedit.clipboard.*
                - worldedit.anyblock
                - worldedit.scripting.*
                inheritance:
                - guest
                - member
                - admin
            coowner:
                info:
                    prefix: '&6[Co-Owner] '
                    build: true
                    suffix: ',&r&4&o Co-Owner'
                default: false
                permissions:
                - '*'
                - -minecraft.command.stop
                inheritance:
                - guest
                - member
                - admin
                - builder
            owner:
                info:
                    prefix: '&6&l[Owner] '
                    build: false
                    suffix: ',&r&4&o&n Server Owner'
                default: false
                permissions:
                - '*'
                inheritance: []
        users:
            (Owner):
                permissions:
                - '*'
                - worldedit.*
                - worldguard.*
                groups:
                - owner
            User2:
                groups:
                - admin
    I have the same text in permissions.yml, except for the
    Code:
    ignore-nijiperms-bridges: true
    at the first line.
     
    Last edited: Jan 7, 2020
  2. Online

    timtower Administrator Administrator Moderator

    @MPG1 You should not need to touch those files.
    Install a permissions plugin, then put the permissions that you have there in the configuration of that file.
    Your layout suggests PEX.
     
  3. Offline

    MPG1

    I checked, and PEX says that it only supports up to 1.11. What alternatives can I use?
    Also, what should I do with wepif.yml and permissions.yml(i copy-pasted wepif into here)
    Anything else I should know?
     
  4. Online

    timtower Administrator Administrator Moderator

    @MPG1 Luckperms.
    And you remove them and let the server make them again.
     
  5. Offline

    MPG1

    Actually, PermissionsEX worked, and with the help of a few tutorials and forums, I got it working! Thanks for suggesting it, I love its features! thanks.
     
Thread Status:
Not open for further replies.

Share This Page