No working

Discussion in 'Bukkit Help' started by Save the slime, Jan 25, 2014.

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

    Save the slime

    i have permissionsex and i have * for permission witch mean i have all commands and i cant break blocks at spawn somehow and they are protected with regions i add myself as the region owner and it wont work also i cant do /spawnmob or use spawn eggs help me fix it please

    Please help me!
     
  2. Offline

    stephano013

    I can't help you if you are going to use that grammar. I can barely understand what you are trying to tell us...
     
  3. Offline

    Save the slime

  4. Offline

    Arrxzon

    Save the slime
    lol no it's not

    but anyway are you opped ?
    if not it's the default spawn protection radius i would guess
     
  5. Offline

    Save the slime

    Arrxzon before i could break blocks without op and then i fixed something in permissions config and it dosent work now
     
  6. Offline

    Arrxzon

  7. Offline

    Save the slime

    AntiAd Prevents Advertising of ip's and web-url's and reduces spamming. Release
    BlockHunt An easy to set up, Hide and seek plugin. Hide as blocks from the... Beta
    Citizens Release
    ClearLag Clear your lagg! Release
    ColoredTablist ColoredTablist Plugin. Inactive
    Commandspy A plugin to tell you what everyone's doing. mostly. Release
    Announcer Automatically Announce tips and news! Release
    DisguiseCraft Turn into any mob you want! Release
    Enjin Minecraft Plugin A plugin which allows the enjin servers to communicate with your... Release
    TimTheEnchanter There are some who call me... Tim? Release
    EnchantPlus Release
    EssentialsGeoIP Shows the country or city of a user on login and /whois. Mature
    Fake Leave Fake Leave Release
    FakeMessager A plugin that can print/write custom messages right into the cha... Release
    floAuction Auction plugin for economies. Release
    HideStream Hide spam output such as join & leave messages. Mature
    InfiniteDispensersAndDroppers Release
    JSONAPI
    Lockette
    Minigames Release
    Multiverse-Core Release
    Multiverse-Inventories Beta
    Multiverse-Portals Release
    MultiWorld Provides multiworld support Release
    NametagEdit NametagEdit Release
    TestNCP Release
    NoCheatPlus Detect and fight the exploitation of various flaws/bugs in Minec... Release
    PermissionsEx PermissionsEx - New powerful users and groups permissions manage... Mature
    PlayerHeads Drops a player's head when s/he dies, also mob heads Release
    PlotMe Handles plot creation, management and protection Release
    ProtocolLib Provides read/write access to the Minecraft protocol. Release
    ScheduledAnnouncer2 Automatically Announce tips and news! Release
    ServerSigns ServerSigns Release
    Shopkeepers Custom villager shopkeepers Release
    MakeYourOwnCommands Make Your Own Commands without learn how to program Release
    Splurge Splurge- A different take on spleef Release
    SurvivalGames Fully Automated Hunger Games Plugin! Beta
    uSkyBlock Ultimate SkyBlock. Release
    Vault Vault is a Permissions & Economy API to allow plugins to more ea... Mature
    Votifier A plugin that gets notified when votes are made for the server o... Release
    WhatIsIt Gets names of stuff. Release
    WorldEdit Release
    WorldGuard Arrxzon
     
  8. Offline

    Save the slime

  9. Offline

    JaguarJo

    Save the slime When you gave yourself * in permissions, did you just put it in like that or did you put it in like '*' with the marks on both sides? Because it needs the marks to work right.

    Since the problem showed up after you changed something in your permissions, it's reasonable to assume that the problem is there. Could you give us a link to your permissions.yml so we can check it?
     
  10. Offline

    tweker

    The '*' thing doesn't have to be there if you edit perms in game which I find is better than doing it in confit because it doesn't cause problems with pec because of it knowing what it has to do. The files are only used to edit the plugin and that's it that's all. Seems legit enough lol...
     
  11. Offline

    Save the slime

  12. Offline

    JaguarJo

    Save the slime Well...sadly I can't really see anything in your permissions file that would be preventing you from doing things. You've got curly brackets, {}, on lines 710 and 711 that I would change to straight brackets, [], but that's about it. It sounds like WorldGuard is blocking you, but with your permissions as they are, I can't see why it would be.

    I'm sorry, I just don't know. :(
     
  13. Offline

    Save the slime

  14. Offline

    Rardical

    It's been a while since I've messed with this stuff, but if I'm not mistaken, the '*' has to be the first permission in the group permissions.

    Example:

    You have
    Code:
      admin:
        permissions:
        - -bukkit.command.help
        - -bukkit.command.stop
        - -permissions.*
        - -nametag.group.mod
        - -nametag.group.member
        - -nametag.group.owner
        - -nametag.group.co-owner
        - -nametag.group.vip
        - -nametag.group.vip+
        - -nametag.group.head-admin
        - Tablist.red
        - -Tablist.green
        - -Tablist.Aqua
        - -Tablist.Blue
        - -Tablist.yellow
        - -Tablist.DarkPurple
        - -Tablist.Indio
        - -Tablist.black
        - -Tablist.grey
        - -Tablist.Darkgrey
        - '*'
    I think it should be:

    Code:
      admin:
        permissions:
        - '*'
        - -bukkit.command.help
        - -bukkit.command.stop
        - -permissions.*
        - -nametag.group.mod
        - -nametag.group.member
        - -nametag.group.owner
        - -nametag.group.co-owner
        - -nametag.group.vip
        - -nametag.group.vip+
        - -nametag.group.head-admin
        - Tablist.red
        - -Tablist.green
        - -Tablist.Aqua
        - -Tablist.Blue
        - -Tablist.yellow
        - -Tablist.DarkPurple
        - -Tablist.Indio
        - -Tablist.black
        - -Tablist.grey
        - -Tablist.Darkgrey
    EDIT:

    Looking at the list again, I would assume you're set as Owner so I don't think my reply was helpful
     
  15. Offline

    JaguarJo

    Rardical And you are mistaken. Pex reads top to bottom and if you put the '*' first, then it will ignore any negated permissions that come after it.
     
  16. Offline

    Save the slime

    JaguarJo Connor2weirdness i always have bad luck do you see anything wrong i did pex isent wokring
    Code:
    groups:
      owner:
        permissions:
        - essentials.build
        - '*'
        - -nametag.group.admin
        - -nametag.group.mod
        - -nametag.group.member
        - nametag.group.owner
        - -nametag.group.co-owner
        - -nametag.group.vip
        - -nametag.group.vip+
        - -nametag.group.head-admin
        - Tablist.red
        - -Tablist.green
        - -Tablist.Aqua
        - -Tablist.Blue
        - -Tablist.yellow
        - -Tablist.DarkPurple
        - -Tablist.Indio
        - -Tablist.black
        - -Tablist.grey
        - -Tablist.Darkgrey
        options:
          rank: '1'
      admin:
        permissions:
        - -bukkit.command.help
        - -bukkit.command.stop
        - -permissions.*
        - -nametag.group.mod
        - -nametag.group.member
        - -nametag.group.owner
        - -nametag.group.co-owner
        - -nametag.group.vip
        - -nametag.group.vip+
        - -nametag.group.head-admin
        - Tablist.red
        - -Tablist.green
        - -Tablist.Aqua
        - -Tablist.Blue
        - -Tablist.yellow
        - -Tablist.DarkPurple
        - -Tablist.Indio
        - -Tablist.black
        - -Tablist.grey
        - -Tablist.Darkgrey
        - '*'
        - nametag.group.admin
        options:
          rank: '300'
      mod:
        worlds:
          plotworld:
            permissions:
            - essentials.tpa
            - essentials.tpdeny
            - essentials.tpaccept
            - Tablist.DarkPurple
            - essentials.rules
            - essentials.msg
            - nametag.group.mod
            - essentials.me
            - smileys.emo.smiley
            - smileys.emo.sad
            - smileys.emo.heart
            - modifyworld.*
            - essentials.build
            - sg.arena.join.*
            - nametag.group.mod
            - sg.arena.vote
            - sg.lobby.join
            - modifyworld.*
            - sg.arena.join
            - essentials.list
            - essentials.spawn
            - essentials.warps
            - -essentials.warps.skyblock_dp
            - essentials.warp
            - essentials.warps.ranks
            - essentials.warps.staff
            - essentials.ban.notify
            - essentials.mail
            - essentials.warp
            - essentials.nick
            - essentials.nick.color
            - essentials.mail.send
            - multiverse.portal.access.*
            - essentials.warp.list
            - essentials.kick
            - essentials.ban
            - essentials.ignore
            - essentials.mute
            - essentials.join
            - essentials.unbanip
            - essentials.banip
            - essentials.warp.list
            - chairs.self
            - chairs.sit
            - -Tablist.green
            - -bukkit.command.help
            - essentials.warp
            - essentials.ban.notify
            - -bukkit.command.plugins
            - multiverse.access.*
            - plotme.limit.1
            - plotme.use
          Random:
            permissions:
            - blockhunt.player
            - essentials.tpa
            - essentials.tpdeny
            - essentials.tpaccept
            - nametag.group.mod
            - essentials.msg
            - Tablist.DarkPurple
            - smileys.emo.smiley
            - smileys.emo.sad
            - smileys.emo.heart
            - essentials.me
            - sg.arena.join.*
            - sg.arena.vote
            - nametag.group.mod
            - sg.lobby.join
            - sg.arena.join.*
            - sg.arena.join.*
            - sg.arena.vote
            - sg.lobby.join
            - sg.arena.vote
            - sg.lobby.join
            - splegg.joinfull
            - splegg.join
            - essentials.help
            - modifychat.*
            - essentials.build
            - modifyworld.*
            - essentials.build
            - splegg.join
            - essentials.warp.ranks
            - essentials.warp.staff
            - essentials.warp.list
            - -essentials.warp.skyblock_dp
            - essentials.spawn
            - essentials.warps.ranks
            - essentials.warp
            - essentials.warps
            - essentials.kick
            - essentials.ban
            - essentials.warps.ranks
            - essentials.ban.notify
            - essentials.warps.staff
            - essentials.unbanip
            - essentials.banip
            - essentials.mute
            - essentials.nick
            - sg.lobby.join
            - essentials.nick.color
            - essentials.jail
            - chairs.self
            - chairs.sit
            - -Tablist.green
            - -bukkit.command.help
            - essentials.ignore
            - essentials.warp.list
            - -bukkit.command.plugins
            - multiverse.portal.access.*
            - multiverse.access.*
          skyworld:
            permissions:
            - essentials.tpa
            - essentials.tpdeny
            - essentials.tpaccept
            - Tablist.DarkPurple
            - smileys.emo.smiley
            - smileys.emo.sad
            - smileys.emo.heart
            - nametag.group.mod
            - essentials.msg
            - essentials.me
            - sg.arena.join.*
            - sg.arena.vote
            - nametag.group.mod
            - sg.lobby.join
            - modifyworld.*
            - essentials.build
            - modifychat.*
            - usb.party.create
            - essentials.warp
            - modifyworld.*
            - usb.party.kick
            - essentials.spawn
            - usb.party.makeleader
            - usb.party.join
            - essentials.ban.notify
            - essentials.warp
            - uskyblock.join
            - uskyblock.leave
            - uskyblock.island
            - essentials.nick
            - essentials.warp
            - essentials.nick.color
            - essentials.motd
            - multiverse.portal.access.*
            - multiverse.access.*
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.ignore
            - essentials.delhome
            - essentials.ban.notify
            - serversigns.use
            - essentials.warp
            - essentials.warp.list
            - essentials.signs.use.sell
            - essentials.balance
            - essentials.balance.others
            - essentials.pay
            - usb.island.create
            - usb.island.sethome
            - usb.island.info
            - usb.island.topten
            - uskyblock.leave
            - uskyblock.island
            - essentials.nick
            - essentials.nick.format
            - essentials.fly
            - essentials.help
            - essentials.kick
            - essentials.warp.list
            - essentials.signs.use.balance
            - essentials.signs.use.buy
            - essentials.signs.use.sell
            - essentials.list
            - radio.radio.off
            - essentials.mail
            - essentials.mail.send
            - essentials.signs.use.disposal
            - essentials.signs.use.enchant
            - essentials.signs.use.free
            - essentials.signs.use.heal
            - essentials.signs.use.kit
            - essentials.ignore
            - essentials.unbanip
            - chairs.self
            - chairs.sit
            - -Tablist.green
            - -bukkit.command.help
            - essentials.banip
            - essentials.signs.use.warp
            - essentials.jail
            - essentials.mute
            - essentials.signs.use.*
            - -bukkit.command.plugins
            - essentials.ban
            - essentials.ignore
          survival:
            permissions:
            - essentials.tpa
            - essentials.tpdeny
            - essentials.tpaccept
            - nametag.group.mod
            - Tablist.DarkPurple
            - essentials.msg
            - essentials.me
            - smileys.emo.smiley
            - smileys.emo.sad
            - smileys.emo.heart
            - essentials.fly
            - essentials.build
            - modifychat.*
            - modifyworld.*
            - sg.arena.join.*
            - nametag.group.mod
            - sg.arena.vote
            - sg.lobby.join
            - modifyworld.*
            - essentials.warp
            - essentials.ban
            - essentials.kick
            - -essentials.warp.skyblock_dp
            - essentials.ban.notify
            - essentials.unbanip
            - essentials.banip
            - essentials.warp.ranks
            - essentials.warps.ranks
            - essentials.warps.staff
            - essentials.warps
            - essentials.warp
            - essentials.warp.list
            - essentials.warp
            - essentials.mute
            - essentials.ban.notify
            - essentials.ignore
            - essentials.spawn
            - essentials.jail
            - essentials.nick
            - essentials.nick.color
            - essentials.help
            - essentials.warps.ranks
            - essentials.warps.staff
            - essentials.ignore
            - essentials.warp.ranks
            - essentials.warp.staff
            - essentials.sethome
            - chairs.self
            - chairs.sit
            - -Tablist.green
            - -bukkit.command.help
            - essentials.delhome
            - essentials.home
            - multiverse.portal.access.*
            - multiverse.access.*
            - -bukkit.command.plugins
          SG1:
            permissions:
            - sg.arena.vote
            - sg.arena.join.*
            - nametag.group.mod
            - Tablist.DarkPurple
            - nametag.group.mod
            - essentials.build
            - smileys.emo.smiley
            - smileys.emo.sad
            - smileys.emo.heart
            - sg.lobby.join
            - -Tablist.green
            - -bukkit.command.help
          SG7:
            permissions:
            - sg.lobby.join
            - sg.arena.join.*
            - sg.arena.vote
            - essentials.build
            - nametag.group.mod
            - smileys.emo.smiley
            - smileys.emo.sad
            - smileys.emo.heart
            - Tablist.DarkPurple
            - nametag.group.mod
            - -Tablist.green
            - -bukkit.command.help
          Kitpvp:
            permissions:
            - -essentials.kit
            - -essentials.kits
            - saespvp.staff
            - Tablist.DarkPurple
            - saespvp.default
            - nametag.group.mod
            - saespvp.archer
        options
          rank: '500'
      vip:
        permissions:
        - chairs.self
        - chairs.sit
        - -bukkit.command.help
        - blockhunt.player
        - -bukkit.command.plugins
        - essentials.build
        - modifyworld.*
        - modifychat.*
        - essentials.help
        - nametag.group.vip
        - Tablist.green
        - smileys.emo.smiley
        - smileys.emo.sad
        - smileys.emo.heart
        - sg.arena.join.*
        - sg.arena.vote
        - sg.lobby.join
        - sg.arena.spectate
        - multiverse.access.*
        - sg.arena.join
        - sg.player.vote
        - sg.lobby.join
        - multiverse.portal.access.*
        - multiverse.access.*
        - splegg.join
        - splegg.joinfull
        - multiverse.portal.access
        - essentials.sethome.multiple.vip
        - essentials.kits.vip
        - essentials.kit
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.sell
        - essentials.signs.use.disposal
        - radio.radio.off
        - essentials.signs.use.enchant
        - essentials.signs.use.free
        - essentials.signs.use.heal
        - essentials.signs.use.kit
        - essentials.signs.use.warp
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - uskyblock.join
        - uskyblock.leave
        - essentials.rules
        - essentials.signs.use.buy
        - essentials.motd
        - uskyblock.island
        - essentials.warp
        - essentials.warp.list
        - essentials.signs.use.warp
        - essentials.spawn
        - essentials.sethome
        - essentials.home
        - arena.spleef.join
        - arena.leave
        - usb.island.create
        - usb.island.sethome
        - usb.island.info
        - usb.island.topten
        - usb.lock
        - usb.party.create
        - usb.party.kick
        - usb.party.makeleader
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.pay
        - usb.party.join
        - uskyblock.join
        - uskyblock.leave
        - uskyblock.island
        - essentials.signs.use.sell
        - plotme.limit.1
        - plotme.use
        - auction.bid
        - auction.start
        - essentials.tpa
        - essentials.ignore
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.msg
        - essentials.delhome
        - serversigns.use
        options:
          rank: '900'
        worlds:
          Random:
            permissions:
            - splegg.join
            - splegg.joinfull
            - nametag.group.vip
            - smileys.emo.smiley
            - smileys.emo.sad
            - smileys.emo.heart
          Kitpvp:
            permissions:
            - -essentials.kit
            - -essentials.kits
            - saespvp.default
            - saespvp.pyro
            - essentials.build
      member:
        default: true
        permissions:
        - chairs.self
        - chairs.sit
        - -bukkit.command.help
        - essentials.build
        - modifyworld.*
        - multiverse.portal.access.*
        - multiverse.access.*
        - Tablist.green
        - smileys.emo.smiley
        - smileys.emo.sad
        - smileys.emo.heart
        - modifychat.*
        - multiverse.access.*
        - sg.arena.join.*
        - sg.arena.vote
        - nametag.group.member
        - -nametag.group.member
        - sg.lobby.join
        - essentials.help
        - -bukkit.command.plugins
        - usb.island.create
        - essentials.balance
        - essentials.balance.others
        - sg.arena.join
        - sg.player.vote
        - sg.lobby.join
        - essentials.balancetop
        - essentials.pay
        - splegg.join
        - usb.island.sethome
        - essentials.signs.use.kit
        - essentials.signs.use.warp
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentails.signs.use.sell
        - radio.radio.off
        - essentials.signs.use.buy
        - usb.island.info
        - essentials.motd
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - usb.island.topten
        - essentials.ignore
        - essentials.warp.list
        - usb.lock
        - usb.party.create
        - usb.party.kick
        - usb.party.makeleader
        - usb.party.join
        - essentials.signs.use.warp
        - uskyblock.join
        - uskyblock.leave
        - uskyblock.island
        - essentials.warp
        - essentials.spawn
        - essentials.sethome
        - essentials.home
        - arena.spleef.join
        - arena.leave
        - plotme.limit.1
        - plotme.use
        - auction.bid
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.msg
        - essentials.signs.use.sell
        - essentials.delhome
        - serversigns.use
        - multiverse.portal.access
        worlds:
          Kitpvp:
            permissions:
            - -essentials.kit
            - -essentials.kits
            - saespvp.default
            - essentials.build
        options:
          rank: '1000'
      beta:
        permissions:
        - '*'
        options:
          rank: '3'
      vip+:
        permissions:
        - chairs.self
        - chairs.sit
        - -bukkit.command.help
        - essentials.nick.format
        - essentials.nick.magic
        - essentials.nick.color
        - essentials.nick
        - blockhunt.player
        - Tablist.green
        - -bukkit.command.plugins
        - nametag.group.vip+
        - essentials.kits.vipplus
        - smileys.emo.smiley
        - smileys.emo.sad
        - smileys.emo.*
        - essentials.build
        - modifyworld.*
        - -bukkit.command.plugins
        - modifychat.*
        - essentials.help
        - essentials.kit
        - sg.arena.join.*
        - nametag.group.vip+
        - sg.arena.vote
        - sg.lobby.join
        - sg.arena.spectate
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.sell
        - multiverse.portal.access.*
        - sg.arena.join
        - sg.player.vote
        - sg.lobby.join
        - multiverse.access.*
        - essentials.signs.use.disposal
        - radio.radio.off
        - essentials.signs.use.enchant
        - splegg.join
        - splegg.joinfull
        - essentials.signs.use.free
        - essentials.signs.use.heal
        - essentials.signs.use.kit
        - essentials.signs.use.warp
        - multiverse.access.*
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - uskyblock.join
        - multiverse.portal.access
        - uskyblock.leave
        - essentials.rules
        - essentials.sethome.multiple.vip+
        - essentials.signs.use.buy
        - essentials.motd
        - uskyblock.island
        - essentials.warp
        - essentials.warp.list
        - essentials.signs.use.warp
        - essentials.spawn
        - essentials.sethome
        - essentials.home
        - arena.spleef.join
        - arena.leave
        - usb.island.create
        - usb.island.sethome
        - usb.island.info
        - usb.island.topten
        - usb.lock
        - usb.party.create
        - usb.party.kick
        - usb.party.makeleader
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.pay
        - usb.party.join
        - uskyblock.join
        - uskyblock.leave
        - uskyblock.island
        - essentials.signs.use.sell
        - plotme.limit.1
        - plotme.use
        - auction.bid
        - auction.start
        - essentials.tpa
        - essentials.ignore
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.msg
        - essentials.delhome
        - serversigns.use
        - essentials.me
        worlds:
          Random:
            permissions:
            - splegg.join
            - splegg.joinfull
          Kitpvp:
            permissions:
            - -essentials.kit
            - -essentials.kits
            - saespvp.default
            - saespvp.deavy
            - essentials.build
        options:
          rank: '800'
      head-admin:
        permissions:
        - -bukkit.command.help
        - -bukkit.command.stop
        - -permissions.*
        - -nametag.group.admin
        - -nametag.group.mod
        - -nametag.group.member
        - -nametag.group.owner
        - -nametag.group.co-owner
        - -nametag.group.vip
        - -nametag.group.vip+
        - nametag.group.head-admin
        - '*'
        - nametag.group.head-admin
        - Tablist.red
        - -Tablist.green
        - -Tablist.Aqua
        - -Tablist.Blue
        - -Tablist.yellow
        - -Tablist.DarkPurple
        - -Tablist.Indio
        - -Tablist.black
        - -Tablist.grey
        - -Tablist.Darkgrey
        options:
          rank: '4'
      co-owner:
        permissions:
        - '*'
        - -bukkit.command.help
        - -bukkit.command.stop
        - -permissions.*
        - nametag.group.co-owner
        - -nametag.group.admin
        - -nametag.group.mod
        - -nametag.group.member
        - -nametag.group.owner
        - nametag.group.co-owner
        - -nametag.group.vip
        - -nametag.group.vip+
        - -nametag.group.head-admin
        - Tablist.red
        - -Tablist.green
        - -Tablist.Aqua
        - -Tablist.Blue
        - -Tablist.yellow
        - -Tablist.DarkPurple
        - -Tablist.Indio
        - -Tablist.black
        - -Tablist.grey
        - -Tablist.Darkgrey
        options:
          rank: '6'
      owner2:
        permissions:
        - -bukkit.command.help
        - -bukkit.command.stop
        - -permissions.*
        - -nametag.group.admin
        - -nametag.group.mod
        - -nametag.group.member
        - -nametag.group.owner
        - -nametag.group.co-owner
        - -nametag.group.vip
        - -nametag.group.vip+
        - nametag.group.head-admin
        - '*'
        - nametag.group.head-admin
        - Tablist.red
        - -Tablist.green
        - -Tablist.Aqua
        - -Tablist.Blue
        - -Tablist.yellow
        - -Tablist.DarkPurple
        - -Tablist.Indio
        - -Tablist.black
        - -Tablist.grey
        - -Tablist.Darkgrey
        options:
          rank: '2'
      builder: {}
      ultra: {}
      legend:
        permissions:
        - chairs.self
        - chairs.sit
      boss:
        permissions:
        - chairs.self
        - chairs.sit
     
  17. Offline

    JaguarJo

    Save the slime On your mod group, you forgot the : that goes after options. I found it by copying the whole thing into a YAML parser http://yaml-online-parser.appspot.com/.

    And just as a side note, all of those groups where you use - '*', it'll work best if you make that the last permission node in the chain. If you put any negated nodes after it, Pex won't read them because it's checking for permission from top to bottom and the wildcard already says they can do everything. Hope that made sense.
     
  18. Offline

    Save the slime

    JaguarJo so the negated nodes go last?
     
  19. Offline

    JaguarJo

    Save the slime No, the '*' goes last. Put the negated nodes first. Sorry I was unclear.
     
  20. If you have it set to not spawn mobs then you cant spawn mobs no matter what you are. It sounds like that whats going on.
     
  21. Didn't one or the last PEX version have a reversed order for negated permissions?

    Otherwise there are settings regarding ops within WorldGuard and PermissionsEx config.yml (also WorldEdit, but that should be unrelated). Then you could set spawn-radius to 0 in server.properties or multi-world settings, provided you protect the spawn with WorldGuard.

    Edit: Those spots might help testing it out + judging with and without op.
     
Thread Status:
Not open for further replies.

Share This Page