Inactive [ADMN/INFO] Permissions v2.1 - Continuing the legacy.

Discussion in 'Inactive/Unsupported Plugins' started by Nijikokun, Jan 21, 2011.

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

    Nijikokun

    Permissions 2.1 (Handler)
    Download 2.1 (Jar Only)
    Older: 2.0, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0

    Permissions... Done right.
    Permissions allows plugin-authors to utalize a permission system that handles group inheritance, globalized permission settings, and more. All the features of a fine-grained permission system in one plugin.​

    Features
    1. Groups
    2. Group Inheritance, Allows for groups to gain permissions from other groups.
    3. User Permission System
    4. Fine Grained Permission system.
      1. Allowing for Globalized permissions
    5. Easy to use, setup, and implement.
    6. Two cache layers, first from file to memory, then from memory to cache.
      1. Plugins can control cache since version 2.1
    7. And much more.
    For the users


    Permissions gives server admins great control, mostly in-game reloading. Simply use /pr and the file will be re-cached and never touched again until you need to reload it. This allows you to quickly give your users the commands that they need without having to restart the server.

    Installation for 2.0 down:
    1. Download the archive.
    2. Extract contents to the /plugins folder.
    3. Open up /plugins/Permissions/config.yml
      1. Read / modify.
      2. Save.
    4. Reload Server.
    Changelog

    • 2.1
      • Multiple-World support
      • New cache layer, and cache control support for plugins
      • Editing features for plugins to hook into
      • Exempt nodes
      • World copying
    • 2.0
      • Forgot.
    • 1.9
      • Fully fixes inheritance.
        • Groups now inherit groups of groups that inherit groups of...
      • Cache system implemented.
      • Plugin authors can now delegate a variable system if needed.
      • API Updated with two new functions to get the point of what they do across.
        • Along with the new variable checks.
    • 1.8
      • Fixes the broken globalized node issue.
        • node.* is called a `globalized node`
    Supporting Plugins




    I have hit the character limit for this post.​

    Thanks to:
    • sk89q for hiearchical and node system idea.
    • Creator of GroupUsers for api implementation.
    This author has stopped development of this plugin. It is no longer supported and I wouldn't ask for help here, as you won't get any. New Permissions
    -RightLegRed
     
  2. Offline

    haschtekaschte

    and where can i download 1.5.1 at the download link on page 1 it says dropbox/1.5/permission.jar (or something)
     
  3. Offline

    Nijikokun

    1.5.2 Released

    Fixed hooks for users, fixed all issues in 1.5.1 with stack overflow.

    Redownload 1.5, it is 1.5(.2)
     
  4. Thank you for another awesome plugin.
    I hope more plugin makers will begin supporting this.
     
  5. Offline

    haschtekaschte

    ok thx
     
  6. Offline

    uncovery

    I am getting these errors, had the same config file as default ,except for using GroupUsers instead of "default".
    http://pastebin.com/m4RUwdh1 if a users tries to edit a block which should be illegal according to users.txt.
    block respawns, still I get this error.

    group.txt:
    admins:c:*:mods:2
    mods:1:/ban,/kick,/tphere,/s:vip:1
    vip:a:/tp,/warp,/listwarps:homeowners:0
    gamma:b::homeowners:0
    bears:b::homeowners:0
    homeowners:e:/sethome,/home:users:0
    users:f:/kit,/m,/msg,/tell,/compass,/kill,/getpos,/seen:default:0
    default:7:/getpos,/who,/motd,/me,/help,/playerlist,/mail,/sendmail,/spawn,/tip:default:-1

    users.txt is empty.

    running:
    BorderGuard.jar
    General.jar
    WorldEdit.jar
    GroupUsers.jar
    Permissions.jar
    Whitelist.jar
    WorldGuard.jar

    all in the latest version. Permissions plugin 1.5.2

    Can you please add the version to the zipfile name? with all those updates and plugins its impossible to know which versions one is running...
     
  7. Offline

    haschtekaschte

    oh still if i edit only one line it doesnt work i gives me a lot of lines in the client
     
  8. Offline

    Nijikokun

    1.5.3 Released

    Fixed hooks for plugin authors. Update if you want other plugins that use things like suffix,prefix,build to work!

    Redownload 1.5, it is 1.5(.3), for those who are confused.
    --- merged: Jan 21, 2011 5:53 PM ---
    That error is related to worldedit, not Permissions. Thank you!
    Version is located in the url /1.5/

    Re-download 1.5
     
  9. Offline

    Firestar

    niji, seriously, you know this is going to be core......
     
  10. Offline

    KiloWhiskey

    But how long do we have to wait for that?
     
  11. Offline

    lawina

    After how many days, weeks, months or maybe even years?
     
  12. Offline

    Brett

    I'm sorry man but, Groupuser is easyer then this, the only difference I see between in the 2 is Permissions is more restricted with limiting users.... With the recent new builds 90-115 Groupusers doesn't work, how is it that it is of use to Permissions? I'm not trying to be a dick, I'm really not.
    I wish the dude that made Groupusers would update it. So i can go back to that....... :(
     
  13. This is actually a lot better once you get to learn it.
    In the beginning it can be frustrating... a lot... (while you learn how to set it)
     
  14. Offline

    lawina

    Only thing it's missing is user/group colors, or did i miss that one?
     
  15. Offline

    haschtekaschte

    i downloaded the newest version but i still get this when i edit this:
    [​IMG]
     
  16. Offline

    Nijikokun

    No tabs at the guy above me. Look for tabs and change it to spaces.
     
  17. Offline

    Brett

    the fact that it only seems to work with general, is that gets me.
    Groupuser had more variety, until developer abandoned it
     
  18. Offline

    haschtekaschte

    arg i always used enter so.....
    call me stupid lol thx anyways
     
  19. Offline

    Nijikokun

    iChat (1.2) for Permissions
    Download latest version here
    Older: 1.1, 1.0

    Uses the Prefix/Suffix & Group Name for your chat.

    Colors:
    Setup your prefix / suffix like so, in your Permissions/config.yml
    Code:
                prefix: '&c'
    Message Format:
    To change how your message is displayed, open iChat/config.yml located under plugins/ and add this line:
    Code:
    message-format: '[+prefix+group+suffix&f] +name: +message'
    You can use colors and the +tags are the variables shown in chat. They are not required so you can add / remove them as you see fit. Move them around, configure it however you wish.

    Enjoy !
     
  20. Offline

    KiloWhiskey

    Can't use simolian...linux server won't read it. :/
     
  21. Offline

    MrTrousers

    Thanks for this, I LOVE the new config format compared to hMod. Def gets my vote for default/recommended permission system.
     
  22. Offline

    Nijikokun

    Save as utf-8 without bom first in windows or in a utf-8 compatible editor. It should work then.
     
  23. Offline

    RoTide

    FYI
    It's also worth noting that if you use Putty to connect to your linux box then by default you are NOT using UTF-8 (though putty that is). Nano, etc, should be using it, but Putty isn't.

    To change the encoding, go into your Putty settings and change - Window -> Translation -> Drop Box [UTF-8].

    That should allow you to see the UTF-8 characters!
     
  24. Offline

    KiloWhiskey

    Thank you!
     
  25. Offline

    Jonne

    The prefixes aren't working for me.. I'm using iChat plugin also.
    My config:
    plugin:
    permissions:
    system: default

    groups:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - 'general.spawn'
    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.player-info'
    Admins:
    default: false
    info:
    prefix: '&4[Admin]&f'
    suffix:
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'

    users:
    Taalasmaa:
    group: Admins
    permissions:
     
  26. Offline

    Muffin

    Getting this error when starting the server:
    http://pastebin.com/7Vp9itWz

    I use the regular config, only the names are changed:
    http://pastebin.com/RAL4YbbJ

    I can log in on the server, but aside from /help I can't use any commands.
    I have 1.5.3, and I also have General 1.9.. What's the problem?
     
  27. Offline

    fffizzz

    Also worth noting, since i use putty/linux etc, you can use & instead of the semolian thing to get your colors with iChat as well ;)
     
  28. Offline

    yottabyte

    Hurr durr, when you start it it says "[Permissions] version [1.2] (Handler) loaded", I don't believe you use version 1.5
     
  29. Offline

    Jobsti

    Yeah big Thanks. prefix works wonderful.... now I only need the "no-build-permission" ;)
     
  30. Offline

    Muffin

    Dunno why it said that. I download the version from the OP. Tried it again and it suddenly says 1.5. I never even downloaded 1.2....
    Anyways, same error: http://pastebin.com/d970nGNu
     
  31. Offline

    Nijikokun

    uploaded 1.6.1

    Contains fixes to color codes, now you can use &
    Code:
     instead of simoleon. Permissions for iheritance now work as planned originally. Fully working. :D
     
Thread Status:
Not open for further replies.

Share This Page