Per server permission instead of PerWorld permission? #152


  • New
  • Defect
Open
Assigned to _ForgeUser1494830
  • _ForgeUser7180937 created this issue Jul 10, 2014

    Is there anyway to define permissions for a specific server in a bungeecord setup?
    I know there are other bungeeperms plugins but i don't want to give up zPermissions for that since it has the most features.

    It would be fine to have some kind of bungeeperms bridge

    Would such a thing be possible from your end?

    Thanks in advance

  • _ForgeUser7180937 added the tags New Defect Jul 10, 2014
  • _ForgeUser1494830 posted a comment Jul 10, 2014

    Use Bukkit's permissions.yml as a workaround (since it is per-server).

    Actual per-server permissions won't be coming for a while.

    And strangely, you aren't the first to ask about a BungeePerms bridge. Unfortunately, I barely have enough time to maintain zPerms on one platform, let alone two. So I will have to let this sit a while.

    I also believe there's a more general solution (e.g. a BungeePerms -> Vault proxy). Hopefully someone else more familiar with the Bungee side of things can take a stab at that.

  • _ForgeUser7180937 posted a comment Jul 10, 2014

    @ZerothAngel: Go

    Ok other question the problem is i am using a worldbased permissions system with mirrors.

    Is there anyway to mirror ALL the worlds on a server to 1 specific world?

    I have written a plugin where people with certain permissions can have their own world with their own whitelist and borders etc. The problem is the world is named by their player name and there is no way for me to determine what the player names will be.

    Os there maybe a wildcard feature for the world mirroring like this:

    mirrors:

    MyWorld-Spawn:

    - *

    This way you could kind of create the same thing as you said in the bukkit's permissions.yml but it would take the zPerms perms and you wouldn't have to manually specify the perms again


    Edited Jul 10, 2014
  • _ForgeUser1494830 posted a comment Jul 11, 2014

    @ravand: Go

    Standalone dev build #554+ will allow wildcards for world mirroring. It uses standard, Unix-shell-like glob style matching.

    Please test and report back.

  • _ForgeUser7180937 posted a comment Jul 11, 2014

    @ZerothAngel: Go

    Does this mean this will support regular expressions? Im gonna have a look into the build

  • _ForgeUser7180937 posted a comment Jul 11, 2014

    @ravand: Go

    Ok i installed Vault 1.4.1 updated zPerms to dev build #554 and added this to the config:

    mirrors:
      world:
      - Creative*
      - '*'
    

    permission given to default: world:worldedit.*

    But i didn't get the permissions from world on either 1 of my creative servers or any other server

    Did i do anything wrong?

    EDIT: Ok tried again everything works as it should :) Thanks alot


    Edited Jul 11, 2014

To post a comment, please login or register a new account.