Need some quick help with Permission File.

Discussion in 'Bukkit Help' started by TechGizmo, Oct 6, 2019.

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

    TechGizmo

    Im trying to setup SimpleEgg in my server and it doesnt seem to work saying i dont have permission put i put SimpleEgg.* in heres a copy of my perm file
    Code:
    groups:
      default:
        default: true
        permissions:
        - spawnersilk.minespawner   
        - getmehome.user
        - SimpleEgg.*
     
    Last edited by a moderator: Oct 6, 2019
  2. I can't find "SimpleEgg.*" used in the code so maybe try adding all the permissions on their own. (Not completely sure how bukkit handles it)

    EDIT: the developer told you that too lol
     
  3. Online

    timtower Administrator Administrator Moderator

    @DerDonut
    Code:
    permissions:
      # Global
      SimpleEgg.*:
      children:
      SimpleEgg.passive: true
      SimpleEgg.villager: true
      SimpleEgg.wanderingtrader: true
      SimpleEgg.tameable: true
      SimpleEgg.monster: true
      SimpleEgg.owner-override: true
      SimpleEgg.steal: true
      SimpleEgg.auto-tame: true
      SimpleEgg.use-spawner: true
      SimpleEgg.update-notify: true
    Formatting is bad, but my point is that it is in the plugin.yml
     
    DerDonut likes this.
  4. @timtower oh okay
    thanks for the correction
     
Thread Status:
Not open for further replies.

Share This Page