Plugin Help Essentials Help

Discussion in 'Plugin Help/Development/Requests' started by FalconMC_, Oct 24, 2017.

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

    FalconMC_

    Helo i own a prison server and i use Essentials. For some odd reason my default group has perms to all the Warps on the server and the only perms they have are

    Code:
    EarthI:
        default: true
        permissions:
        - -bukkit.command.kill
        - essentials.warp
        - essentials.warp.EarthI
        - essentials.warp.list
        - essentials.warps.EarthI
        - prison.autosmelt
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          build: false
          prefix: '&f[&2Earth-&8I&f] &3'
          '&f[&2Earth-&8I&f]': '&3'
          suffix: '' 
    Like i realy dont know why they have perms to do every warp on the server.
     
    Last edited by a moderator: Oct 24, 2017
  2. Offline

    RunsWithShovels

    @FalconMC_

    Look in your globalgroups.yml file, for GroupManager
    Find the section 'g:essentials_default'

    Make sure that the 'essentials.warps.*' in not present if so, either negate it or remove it

    Also, check to see if there are any more permissions you wouldn't want the default players having.
     
  3. Offline

    FalconMC_

    Only perms they have are
    Code:
      g:essentials_default:
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
        - essentials.jail.allow.help
        - essentials.jail.allow.helpop
        - essentials.jail.allow.rules
    @runwithshovels

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 24, 2017
  4. Offline

    RunsWithShovels

    I'm not trying to under mind you, but you're not testing the group while you're OP'ed are you?

    Are you having issues with any other groups?
     
Thread Status:
Not open for further replies.

Share This Page