A permissions alternative with easier codings

Discussion in 'Archived: Plugin Requests' started by Eymas, Jul 17, 2011.

  1. I tried all the permissions plugins available and none worked like I thought it will be.
    So my request for a helpless server-admin:
    I want the Easiest, Fully-customizable Permissions.
    Something like this?:
    Code:
    users:
        eymas:
        permissions:
        permissions.all
        player1:
        npc.create
        npc.trader.all
        player2:
        npc.trader.use
        
    Note: in code-stated permissions are mere examples.

    I want it to be that easy. just a list of users and paste the permissions within.

    Also: I used permissions 3.1.6,
    Code:
    users:
        eymas:
            permissions: '*'
            groups:
    
    It didnt do anything. just made everything impossible except walking.

    Please help me and create this request...
    I want to use it but I cannot without screwing it up entirely.
    as the fucking plugins do nothing except that.
     
  2. Offline

    Hretsam

    There is a reason why permission divides it into groups, but apart from that you can also use permissions to give single permissions to every player, you just need to get that hang of it.

    Try this:
    Code:
    users:
        eymas:
            permissions:
               - '*'
            groups:
     
  3. And how to remove that antibuild for everyone?
     
  4. Offline

    HotelErotica

    Code:
    users:
        eymas:
            permissions:
               - '*'
            groups:
            info:
               build: true
    
    However, I'd use groups, otherwise if you ever get a big userlist changing permissions around is going to be a major headache

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  5. Offline

    codename_B

    Check out BananaPermissions it's designed to be super easy to use.
    It's a WIP but if there's enough demand I can finish it.
     

Share This Page