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

    Jandalf

    so the question is, what did u do tonight:D
    solutions:
    - permission file is not named as ur world
    - switch to perm2.4 because this one isnt supported anymore
     
    ShadowDrakken likes this.
  3. Offline

    Braden1996

    Hi i am using permissons on my server my world is called world and my permissons is called world.yml but it still says i dont have permission? any ideas oh i also have edited my permissions to my name etc
     
  4. Offline

    Jandalf

    copy ur world.yml file to pastebin.com
     
  5. Offline

    VanillaPie

    Hey :)
    I wanted to write a Plugin which supports your System.
    But I can't see a good code which bases on the example code of Bukkit.
    Your wiki is offline. Couldn't you paste a code which shows how to use your Plugin in a "normal" Plugin?
    Thanks :)
     
  6. Offline

    Jandalf

    ShadowDrakken likes this.
  7. Offline

    GladOSTV

    Code:
    2011-02-27 13:53:33 [INFO] Starting minecraft server version Beta 1.3
    2011-02-27 13:53:33 [INFO] Loading properties
    2011-02-27 13:53:33 [INFO] Starting Minecraft server on 80.95.150.121:25565
    2011-02-27 13:53:33 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-472-g53b258e-b456jnks (MC: 1.3)
    2011-02-27 13:53:33 [INFO] Preparing level "world"
    2011-02-27 13:53:33 [INFO] Preparing start region
    2011-02-27 13:53:33 [INFO] [Permissions] version [2.1] (Handler) was Initialized.
    2011-02-27 13:53:33 [SEVERE] PLAYER_COMMAND (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
        at com.nijikokun.bukkit.Permissions.Permissions.registerEvents(Permissions.java:118)
        at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:111)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:117)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:80)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-27 13:53:33 [INFO] Done (0.053s)! For help, type "help" or "?"
    2011-02-27 13:54:39 [INFO] 143 recipes
    
    I cant execute any command :(
     
  8. Offline

    Jandalf

    switch back to CB453 many plugin have problems since 454+
     
  9. Offline

    GladOSTV

    Okay, thnkx :D
    //EDIT: It doesn't work :(
    2011-02-27 14:51:46 [INFO] Starting minecraft server version Beta 1.3
    2011-02-27 14:51:46 [INFO] Loading properties
    2011-02-27 14:51:46 [INFO] Starting Minecraft server on 80.95.150.121:25565
    2011-02-27 14:51:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-470-g8642b13-b453jnks (MC: 1.3)
    2011-02-27 14:51:46 [INFO] Preparing level "world"
    2011-02-27 14:51:46 [INFO] Preparing start region
    2011-02-27 14:51:46 [INFO] [Permissions] version [2.1] (Handler) was Initialized.
    2011-02-27 14:51:46 [INFO] [Permissions] version [2.1] (Handler) loaded
    2011-02-27 14:51:46 [INFO] Done (0.055s)! For help, type "help" or "?"
    2011-02-27 15:01:44 [INFO] 143 recipes
    2011-02-27 15:01:44 [INFO] GladOSTV [] logged in with entity id 133
    2011-02-27 15:01:47 [INFO] GladOSTV tried command: time day
    2011-02-27 15:16:39 [INFO] GladOSTV lost connection: disconnect.quitting
    2011-02-27 15:30:22 [INFO] GladOSTV [] logged in with entity id 67312
    2011-02-27 15:30:33 [INFO] GladOSTV tried command: time day
    2011-02-27 15:30:41 [INFO] GladOSTV tried command: who GladOSTV
    2011-02-27 15:30:44 [INFO] <GladOSTV> xD
     
  10. Offline

    hans meier

    downlaod doesnt work for me...
     
  11. Offline

    Jandalf

    Fyridor and ShadowDrakken like this.
  12. Offline

    Braden1996

  13. Offline

    Jandalf

  14. Offline

    Monkah

    Hey, I'm trying to get the 2.0 download, but the link is currently broken.
     
  15. Offline

    yaitsbilly

    Sad face no more permissions.
     
  16. Offline

    Jandalf

    jwideman and ShadowDrakken like this.
  17. Offline

    htstudi0s

    The download link is not working for me
     
  18. Offline

    Jandalf

    ok sorry i break together:D now i unwatch this thread, it makes no sense anymore
     
  19. Offline

    zerlow

    its not working for me too
     
  20. Offline

    Spartian101

    I can't connect to the current download link. [​IMG] Could you PM me a link for Megaupload or something? [​IMG]
     
  21. Offline

    Ian Boudreaux

    Anyone have a download link for it other than the one that is given? After much testing, I have come to the conclusion that my multiverse does not work anymore because i got rid of V2.1 and "upgraded" to V2.4, and now i can no longer access my other worlds :/
     
  22. Offline

    Th4natos

    Code:
    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.
    Why the Admins no close here, or delete the Topic... there are to much..
    Permisions-Plugins....
    Permission 2.0
    Permission 2.1
    Permission 2.4
    Essensials
    etc....

    very confused
     
  23. Offline

    Cappe1337

    can you please change download site? i can't download cuase site is down.
     
  24. Offline

    cjc343

  25. Offline

    Th4natos

  26. Offline

    Simemis

    am i the only one getting dead link on 2.1 ??? :D
     
  27. Offline

    cjc343

  28. Offline

    Techcuron

    It won't let me use permissions..
    Here is my Config

    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #  Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #  Does not work for the default world.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # Groups can contain inheritance.
    #  To make a group inherit the permissions from another
    #  group simply place the groups name in the "inheritance:" like so:
    #
    #  Example:
    #      inheritance:
    #          - Default
    ##
    #  All permissions including the asterisks must be placed in single quotes.
    #  like so:
    #
    #      - 'general.spawn'
    #
    #  Otherwise errors will happen!
    ##
    #  Globalized Permission settings:
    #
    #      If a permission contains periods (.) you can denote a globalized parameter:
    #
    #          - 'general.*'
    #
    #      This will allow you to use all general commands.
    #
    ##
    #  Single Asterisk denotes all commands:
    #
    #      - '*'
    ##
    #  To exempt a node use the - prefix like so:
    #      - '-general.time'
    ##
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            permissions:
                - 'general.spawn'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.rank'
                - 'myhome.home.basic.*'
                - 'myhome.home.soc.*'
                - 'mcmmo.regeneration'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.motd'
                - 'mcmmo.chat.adminchat'
                - 'mcmmo.tools.mcgod'
                - 'mcmmo.skills.*'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.tools.mmoedit'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admin:
            default: false
            info:
                prefix: '&f[&eOwner&f]&6'
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
                - 'mcdocs.*'
                - 'general.*'
                - 'general.items'
                - 'general.spawn'
                - 'general.spawn.set'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.time'
                - 'general.player-info'
                - 'myhome.home.basic.*'
                - 'myhome.home.soc.*'
                - 'timeshift.startup'
                - 'SpawnControl.sethome.basic'
                - 'SpawnControl.sethome.proxy-
                - 'SpawnControl.home.basic'
                - 'SpawnControl.spawn.use'
                - 'SpawnControl.spawn.set'
                - 'SpawnControl.groupspawn.use'
                - 'SpawnControl.groupspawn.set'
                - 'SpawnControl.config'
                - 'SpawnControl.import'
                - 'spawnlist.item'
                - 'spawnlist.canspawnanything'
                - 'spawnlist.spawnlisted'
                - 'spawnlist.reload'
                - 'spawnlist.*'
                - 'spawnmob.spawnmob'
                - 'spawnmob.mspawn'
                - 'spawnmob.spawnmob.neutral'
                - 'spawnmob.mspawn.pig'
                - 'spawnmob.mspawn.squid'
                - 'signColours.*'
                - 'mcmmo.regeneration'
                - 'mcmmo.regeneration'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'mcmmo.motd'
                - 'mcmmo.chat.adminchat'
                - 'mcmmo.tools.mcgod'
                - 'mcmmo.skills.*'
                - 'mcmmo.commands.ptp'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.tools.mmoedit'
     
    ##
    # DarkGrave has control over all commands.
    ##
    users:
        Techcurone360:
            group: Admin
            permissions:
                - 'spawnlist.item'
                - 'spawnlist.canspawnanything'
                - 'spawnlist.spawnlisted'
                - 'spawnlist.reload'
                - 'spawnlist.*'
    
    It won't let me use permissions..
    Here is my Config
     
  29. Offline

    cjc343

    Copy the code above and paste it in your config file, which should be named after your world.
     
  30. Offline

    unh20050

    Ok, so as you might have read my server commands were gone so I deleted all the files and its working fine, Im using essentials and permissions, but in my permissions config file I type the rigth thing to make me and 2 friends admin but we dont have access to commands. I'm not code savy at all im a complete noob when it comes to that stuff. Could someone please take a look and tell me what is wrong? Thanks!
    Code:
    To exempt a node use the - prefix like so:
    # - '-general.time'
    ##
    groups:
    Default:
    default: true
    info:
    prefix:
    suffix:
    build: false
    inheritance:
    permissions:
    - 'general.spawn'
    - 'general.warp'
    - 'iConomy.payment'
    - 'iConomy.list'
    - 'iConomy.rank'
    Moderator:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    - Default
    permissions:
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.player-info'
    Admin:
    default: false
    info:
    prefix:
    suffix:
    build: true
    inheritance:
    permissions:
    - '*'
    
    ##
    # DarkGrave has control over all commands.
    ##
    users:
    unh20050:
    group: Admin
    permissions:
    - '*'
    
    dmanmike123:
    group: Admin
    permissions:
    - '*'
    
    zfreak147:
    group: Admin
    permissions:
    - '*'
    unh20050
    Out of the Water
    
    Posts: 4
    Joined: Sat Feb 26, 2011 6:41 pm
    Minecraft: unh20050
    
     
  31. Offline

    cjc343

    The spacing is important. Put it back. 4 spaces per indentation level. Also, if admins has *, and you are a member of admins, don't give yourself * as well. Also, you've got junk at the bottom.
     
Thread Status:
Not open for further replies.

Share This Page