Problem/Bug PermissionBukkit | who to set right only for certain worlds

Discussion in 'Bukkit Help' started by Toxico, Feb 27, 2020.

Thread Status:
Not open for further replies.
  1. Hello,

    I hope you can help me.
    I am currently configuring Permission Bukkit and would like to activate the right to build only on the "survival" and "fallenKingdom" worlds but not on "Lobby"

    Here is what I put in the config file but it does not work, be everyone can build everywhere, be nobody can build anywhere.

    In the picture, you can see that I try to set this by the game but I can't too
    https://zupimages.net/up/20/09/ebo0.png


    thank you in advance
    Code:
    
    users:
      ConspiracyWizard:
        permissions:
          permissions.example: true
        groups:
        - admin
      43d9c4f1-7935-3d97-ac3b-8dc15ecf641b:
        permissions:
          permission.build: true
        worlds:
          Survie:
            permission.build: true
        name: Spy
        groups:
        - default
      26b28d67-38fc-31dd-9122-7b98df2b4da1:
        permissions:
          permissions.build: true
        worlds:
          Survie:
            permission.build: true
        groups:
        - default
        name: Univ_erse
      9167da63-423b-3b50-8103-4554cfa151e2:
        permissions:
        permission.build: false
        worlds:
          Survie:
            permission.build: true
          Lobby:
            permission.build: false
        groups:
        - default
        - admin
        name: Toxico
    groups:
      default:
        permissions:
          permission.build: false
          multiverse.teleport.*: true
          multiverse.access.Survie: true
          multiverse.access.FallenKingdom: true
          multiverse.access.Lobby: true
          multiverse.portal.access.Survie1: true
          multiverse.portal.access.Survie2: true
          multiverse.portal.access.Fallen1: true
          multiverse.portal.access.Fallen2: true
          multiverse.portal.access.lobby: true
          multiverse.core.spawn.self: true
      admin:
        permissions:
          permissions.*: true
        inheritance:
        - user
      user:
        permissions:
          permissions.build: true
        worlds:
          creative:
            coolplugin.item: true
        inheritance:
        - default
    messages:
      build: '&cYou do not have permission to build here.'
    debug: false
     
    Last edited by a moderator: Feb 27, 2020
  2. Offline

    Xp10d3

    Maybe try and use World Guard? I think it has that feature if I'm not mistaken.
     
Thread Status:
Not open for further replies.

Share This Page