My permissions don't seem to be working or only half work?

Discussion in 'Bukkit Help' started by Voila, Jul 21, 2018.

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

    Voila

    I'm trying to get very very basic permissions set up in permissions.yml. I don't have a permissions plugin but I have a couple very simple plugins for protection and I'd rather not add another plugin if I can avoid it since I've had to find, install, try ,and uninstall several already while searching for ones appropriate for my server. Here's what's in my permissions.yml, but it seems default users still can't use the imessage.message permission. Also I'm unsure if privatechests.private is working at all.

    Code:
    default: Guest
    groups:
      Guest
        permissions:
        - bukkit.build
        - privatechests.private
        - imessage.message
        groups:
        meta:
      Moderator:
        permissions:
        - bukkit.*
        - ^bukkit.op
        - ^bukkit.ban
        - ^bukkit.unban
        - privatechests.admin.noalert
        - imessage.*
        groups:
        - Guest
        meta: 
     
  2. Offline

    Voila

    Bump? I'm still having trouble with this... :<
     
Thread Status:
Not open for further replies.

Share This Page