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

    tedmazer

    there are permissions! look at her page. she has a link to dowload in pm bar.
    --- merged: Mar 1, 2011 2:40 PM ---
    My message got thrown away:
    Please help no yml in my permissions foler
     
  3. Offline

    Kubko

    what should i type to my .yml op permissions so they could use:
    /unban
    /kick
    /ban

    the basic ones that are prebuilt to minecraft?
     
  4. Offline

    cjc343

    yml is included in the download.

    Just add them to the ops file or type 'op [name]' on the console. That will give them default MC options.

    If you wish to customize which ones they can use, you'll need to use a plugin which adds permissions nodes for those commands.
     
  5. Offline

    Jdog653

    My permissions doesn't work for me. I can use some commands, but not others (such as super pick). i'm in aposition where i have all permissions and dont know what to do. My users (Citizens) can't use their permissions

    EDIT: I forgot to add my permissions file :)
    http://pastebin.com/JwEcTFua
     
  6. Offline

    cjc343

    here (open)

    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.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    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:
        Guest:
            default: true
            info:
                prefix: '[Guest]'
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.help'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.rules'
                - 'essentials.kit.*'
                - 'jail.usercmd.jailstatus'
                - 'essentials.warp'
                - 'essentials.list'
                - 'essentials.god'
        Nub:
            default: false
            info:
                prefix: '[N00b]'
                suffix: ''
                build: true
            inheritance:
            permissions:
        
        Citizen:
            default: false
            info:
                prefix: '[Citizen]'
                suffix: ''
                build: true
            inheritance:
                - Guest
            permissions:
                - 'essentials.mail.*'
                - 'essentials.item'
                - 'essentials.msg'
                - 'guardian.god'           
        Moderator:
            default: false
            info:
                prefix: '[Mod]'
                suffix: ''
                build: true
            inheritance:
                - Citizen
            permissions:
                - 'jail.command.jail'
                - 'jail.command.unjail'
                - 'essentials.getpos'
                - 'essentials.setspawn'
                - 'essentials.whois'
                - 'essentials.motd'
                - 'essentials.online'
                - 'essentials.ping'
                - 'essentials.tp'
                - 'essentials.tpa'
                - 'essentials.tphere'
                - 'essentials.tpohere'
                - 'essentials.kick'
                - 'essentials.eco'
                - 'essentials.sell'
                - 'essentials.stopfire'
                - 'essentials.unstuck'
                - 'essentials.jumpto'
                - 'essentials.afk'
                - 'essentials.give'
                - 'pdoors.mod'
        Admin:
            default: false
            info:
                prefix: '[Admin]'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'essentials.ban'
                - 'essentials.broadcast'
                - 'jail.modifyjail'
                - 'essentials.time'
                - 'essentials.banip'
                - 'essentials.unbanip'
                - 'essentials.clearinventory'
                - 'pdoor.admin'
                - 'jail.command.jailtransferall'
                - 'jail.command.jailtransfer'
                - 'essentials.heal'
                - 'essentials.unban'
                - 'essentials.setwarp'
                - 'essentials.delwarp'
                - 'jail.command.jailcheck'
                - 'essentials.spawnmob'
                - 'essentials.kill'
                - 'worldedit.*'
        Owner:
            default: false
            info:
                prefix: '[Teh Owner]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'        
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Default group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    ##
    users:
        Jdog653:
            group: Owner
            permissions:
        Anal_tornado:
            group: Moderator
            permissions:
         Chigs:
            group: Admin
            permissions:
        Piepi:
            group: Citizen
            permissions:
     
  7. Offline

    unh20050

    Ok I did put it back, it was but I copied to form my other fourm post, and that junk isnt in the code, and i deleted the * from out individual names, I then took myself off ops.txt and now it says no access to the commands!
     
  8. Offline

    cjc343

    Then post it again, and either on pastebin or in code blocks this time.
     
  9. Offline

    mrboese

    I get an error:
    Code:
    2011-03-02 23:25:06 [SEVERE] PLAYER_COMMAND loading Permissions v1.0 (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:118)
        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:83)
        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)
    
     
  10. Offline

    Galdrak


    Update your permissions to 2.5 And don't look for it in this thread.
     
  11. Offline

    mrboese

    Thank you.

    But this thread should be moved to the archive (if there's one) or deleted.
    It's very confusing.
     
  12. Offline

    .matt.

    Hello,
    I've recently added this but I'm getting an error, for some reason I can't copy anything in the console, however when I start up the server I get a message that says: Permissions system not detected, disabling plugin.
     
  13. Offline

    cjc343

  14. Offline

    Galdrak


    I agree with you. They should archive/lock this thread, because it is confusing.
    --- merged: Mar 4, 2011 4:21 AM ---

    Thank you cjc for taking on this plugin. It is very appreciated!
     
  15. Offline

    cjc343

    Don't thank me for this one, thank TheYeti.

    I took on General, far easier and much less stressful than Permissions.
     
  16. I'm getting an error CB 493, Cannot pass event BLOCK_PLACED to permissions.

    Also, i know this isn't directly involved, but for some reason, the prefixes/suffixes are not showing up (i'm using hero chat)
    --- merged: Mar 4, 2011 11:11 PM ---
    ok... nevermind... i just forgot to rename the permissions file to match my new world name
    all fixed :D
     
  17. Offline

    aje14700

    today i downloaded the newest version of bukkit for my 1.3 server. i loaded up everything like i normally did after i updated all of the plugins. but permissions came up with an error. it keeps trying to load version 2.1 AND 1.0, i dont know where the problem is. heres the code from my cmd:

    23:03:54 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-
    g8b5496e-b493jnks (MC: 1.3)
    23:03:54 [INFO] Preparing level "world"
    23:03:54 [INFO] Preparing start region
    23:03:55 [INFO] Preparing spawn area: 81%
    23:03:55 [INFO] [Permissions] version [2.1] (Handler) was Initialized.
    23:03:55 [INFO] ChatBukkit v0.0.1 is enabled!
    23:03:55 [INFO] CraftBookCommon 3.0-alpha1 enabled.
    23:03:55 [INFO] CraftBookCircuits 3.0-alpha1 enabled.
    23:03:55 [INFO] CraftBookMechanisms 3.0-alpha1 enabled.
    23:03:55 [INFO] CraftBookVehicles 3.0-alpha1 enabled.
    23:03:55 [SEVERE] PLAYER_COMMAND loading Permissions v1.0 (Is it up to date?)
    java.lang.NoSuchFieldError: PLAYER_COMMAND
    at com.nijikokun.bukkit.Permissions.Permissions.registerEvents(Permissio
    ns.java:118)
    at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.jav
    a:111)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:414)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    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)
    23:03:55 [INFO] ScrapBukkit version 0.2.1 is enabled!
    23:03:55 [INFO] Stargate v.0.17 is enabled.
    23:03:55 [INFO] [Stargate] Loaded 0 stargates with 0 set as always-on
    23:03:55 [INFO] [Stargate] Using Permissions v2.1 for permissions
    23:03:55 [INFO] WorldEdit 4.0-beta8 enabled.
    23:03:55 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    23:03:56 [INFO] Done (0.167s)! For help, type "help" or "?"
    >

    it says its running 2.1, should i just ignore the stuff about 1.0? any help would be helpful.
    thanks
     
  18. Offline

    cjc343

    You need to upgrade your Permissions. 2.1 doesn't work with the latest builds.
     
  19. Offline

    Kubko

    just simply can't get this to work. I install it 100% properly, add myself as a admin but i still dont get the rights i give myself...
     
  20. Offline

    crysis992

    Hello,

    i have a little problem with my permissions.
    I have few groups. The plugin loads fine without any error messages.
    But for some reason it dont load the Moderator and Admin Permission, it dont add the admin tags to the usernames and it dont give my admins the rights.
    The Member and Owner group loads fine.

    Here is my permission file:
    Code:
    plugin:
        permissions:
            system: default
            copies:
    
    groups:
    
        Member:
            default: true
            info:
                prefix: 
                suffix:
                build: true
            inheritance: 
            permissions:
            - 'essentials.depth'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.motd'
            - 'essentials.me'
            - 'essentials.list'
            - 'essentials.helpop'
            - 'essentials.warp'
            - 'essentials.help'
            - 'pdoors.main'
            - '/stats'
            - '/ach'
                
                
        VIP:
            default: true
            info: {prefix: '&f[&eVIP&f]', suffix: '', build: true}
            inheritance: Member
            permissions:
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.back'
            - 'essentials.portal'
            - 'essentials.god'
            - 'essentials.world'
            - 'essentials.signs.free.use'
            - 'essentials.signs.disposal.use'
            - 'essentials.signs.heal.use'
    
        Moderator:
            default: false
            info: {prefix: '&f[&aMod&f]', suffix: '', build: true}
            inheritance:
                - Member
            permissions:
            - 'essentials.whois'
            - 'essentials.god'
            - 'essentials.gc'
            - 'essentials.broadcast'
            - 'essentials.antioch'
            - 'essentials.kill'
            - 'essentials.time'
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'essentials.ban'
            - 'essentials.banip'
            - 'essentials.kick'
            - 'essentials.unban'
            - 'essentials.unbanip'
            - 'nocheat.notify'
            - 'vanish.vanish'
            - 'lockette.admin.snoop'
            - 'essentials.protect.alerts'
            
    
        Admin:
            default: false
            info: {prefix: '&f[&aAdmin&f]', suffix: '', build: true}
            inheritance:
            - Moderator
            permissions:
            - 'essentials.essentials'
            - 'essentials.reloadall'
            - 'essentials.plugin'
            - 'essentials.clearinventory'
            - 'essentials.heal'
            - 'essentials.tree'
            - 'essentials.bigtree'
            - 'essentials.tptoggle'
            - 'essentials.kickall'
            - 'essentials.jail'
            - 'essentials.setwarp'
            - 'essentials.delwarp'
            - 'nocheat.speedhack '
            - 'nocheat.moving'
            - 'nocheat.airbuild'
            - 'nocheat.notify'
            - 'essentials.world'
            - 'essentials.portal'
            - 'lockette.admin.reload'
            - 'lockette.admin.break'
            - 'vanish.vanish.list'
            - 'vanish.dont.hide'
            
            
        Owner:
            default: false
            info: {prefix: '&f[&6Owner&f]', suffix: '', build: true}
            inheritance:
            - Admin
            permissions:
            - '*'  
               
    ##
    # Moderator List.
    ##
    users:
        crysis992:
            group: Owner
            permissions:
            
        Jure:
            group: Admin
            permissions:
            
        Big^Ben:
            group: Admin
            permissions:
            
        Maxim152:
            group: Admin
            permissions:
         
        Ghost47:
            group: Moderator
            permissions:
            
        appeluser94:
            group: Moderator
            permissions:
            
        Niccichan:
            group: Owner
            permissions:
    

    I edited it with Notepad++ to make sure that there are no tabs used.
     
  21. Offline

    Ghostetr

    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.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    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: '[Newbie]'
                suffix: ''
                build: true
            inheritance:
            permissions:
              - 'lwc.protect'
              - 'essentials.afk'
              - 'essentials.me'
              - 'essentials.list'
              - 'essentials.rules'
        Builder:
            default: false
            info:
                prefix: '&f[Respekted]'
                suffix: ''
                build: true
            inheritance:
            permissions:
              - 'lwc.protect'
              - 'essentials.item'
              - 'essentials.clearinventory'
              - 'essentials.msg'
              - 'essentials.afk'
              - 'essentials.me'
              - 'essentials.list'
              - 'essentials.rules'
              - 'essentials.whois'
              - 'essentials.back'
              - 'essentials.worth'
              - 'essentials.sell'
              - 'essentials.balance'
              - 'essentials.pay'
              - 'mh.sethome'
              - 'mh.home'
        Moderator:
            default: false
            info:
                prefix: '&c[mod]&e'
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
              - 'essentials.*'
              - 'lwc.*'
        Admins:
            default: false
            info:
                prefix: '&b[Admin]&d'
                suffix: ''
                build:
            inheritance:
            permissions:
                - '*'
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Default group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    ##
    users:
        Ghostetr:
            group: Admins
            permissions:
                prefix: '&f[Owner]&a'
                suffix: ''
        csstener:
            group: Builder
            permissions:
        coeleste:
            group: Builder
            permissions:
        teroniz:
            group: Builder
            permissions:
        ANdrzK:
            group: Builder
            permissions:
        sebe1994:
            group: Admins
            permissions:
        miguelc1997:
            group: Builder
            permissions:
        riv991:
            group: Builder
            permissions:
        xSpasMaTazz:
            group: Moderator
            permissions:
        Twilly01:
            group: Builder
            permissions:
        xX_kyner_Xx:
            group: Builder
            permissions:
        shorthouse06:
            group: Builder
            permissions:
        creepermountain:
            group: Builder
            permissions:
        haakonor:
            group: Builder
            permissions:
    can some one please tell me why my name dossent apear like this [Owner]Ghostetr: in colors when i chat, all i get is the normal Ghostetr:
    can it be a conflicting plugin or did i do somthing wrong??.
    if there is any conflicting plugins for this then please tell me if i have it
    my server thred is http://www.minecraftforum.net/viewtopic.php?f=1025&t=207958
    and i have the plugin ichat as a part of essentials full pack

    //Ghostetr
     
  22. Offline

    JSmoove98

    If I have worldedit and I add my friend as a moderator and under permissions for him I put 'worldedit.*' and he'll be able to use all worldedit commands but no others? and same for essentials I just put 'essentials.*'
     
  23. Code:
    could not load /permissions in plugins: null
    so ummmm.. i keep on getting errors now on startup saying that i have a outdated version of permissions and it disables itself!
     
  24. Offline

    cjc343

    Use TheYeti's Permissions

    Edited. Switch to the latest Permissions though. prefix/suffix are used by other plugins, you need a plugin that actually implements them, which Permissions doesn't do.

    prefix/suffix are provided by Permissions, but are not implemented by it. You need another plugin to implement prefix/suffix

    Update Permissions
     
  25. Offline

    JSmoove98

    how come in permissions it lists iconomy commands when i dont have it?
     
  26. Offline

    Bose

    Is possible use Permissions with MySQL?
     
  27. Offline

    bjakke112

    i get this error when someone place a block... what should i do?

    22:00:07 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroups(Control.java:654)
    at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
    at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.j
    ava:227)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:226)
    at net.minecraft.server.ItemBlock.a(ItemBlock.java:107)
    at net.minecraft.server.ItemStack.a(ItemStack.java:56)
    at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:160
    )
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:482)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    >
     
  28. Offline

    JSmoove98

    even though i have​
    - 'general.time'​
    - 'general.teleport'​
    - 'general.teleport.here'​
    - 'general.player-info'​
    - 'general.spawn'​
    in my permissions my friends cant do any of them is it cause i dont have the general plugin? and since i dont, should i replace them with essentials commands?​
     
  29. Offline

    loli559

    Hey i am new to permissions, and finally figured out how to use it and yea

    but whenever someone else joins me server, unless they are an op they cant build??

    can someone please help me with this
     
  30. Offline

    Matt Rozenboim

    2011-03-14 02:02:06 [SEVERE] Could not pass event BLOCK_IGNITE to Guardian
    java.lang.NoSuchFieldError: SLOW_SPREAD
    at com.nijikokun.bukkit.Guardian.iListen.onBlockIgnite(iListen.java:114)
    at org.bukkit.plugin.java.JavaPluginLoader$28.execute(JavaPluginLoader.java:267)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    at net.minecraft.server.BlockStationary.a(BlockStationary.java:65)
    at net.minecraft.server.World.h(World.java:1503)
    at net.minecraft.server.World.g(World.java:1434)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:329)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2
    working on newest buld of bukkit
    Have permissions enabled
    HELP
     
  31. Offline

    lennie svensson

    Hi i really need some help can get it to work i have done this but still i cant you /lwc ingame it says you dont have permssion to do that... whats the problem? :/

    groups:
    NoPermissions:
    default: true
    inheritance:
    permissions:
    - 'general.spawn'
    Builder:
    default: false
    inheritance: NoPermissions,
    permissions:
    - 'general.items'
    - 'iConomy.payment'
    - 'iConomy.list'
    - 'iConomy.rank'
    - 'lwc.protect'
    - 'Spells.commands.cast'
    - 'Spells.commands.spells'
    - 'Spells.cast.<spellname>'
    Administrator:
    default: false
    inheritance: NoPermissions,Builder,
    permissions:
    - 'general.teleport'
    - 'general.teleport.here'
    - 'general.time'
    - 'general.player-info'
    - 'general.spawn'
    - 'iConomy.payment'
    - 'iConomy.list'
    - 'iConomy.rank'
    - 'lwc.protect'
    - 'Spells.commands.cast'
    - 'Spells.commands.spells'
    - 'Spells.cast.<spellname>'
    Owner:
    default: false
    inheritance: Administrator,NoPermissions,Builder,
    permissions:
    - 'general.spawn.set'
    - 'general.spawn'
    - 'iConomy.payment'
    - 'iConomy.list'
    - 'iConomy.rank'
    - 'lwc.protect'
    - 'Spells.commands.cast'
    - 'Spells.commands.spells'
    - 'Spells.cast.<spellname>'
    ##
    # lencan has control over all general commands.
    # lencan can use /spawn & /setspawn
    ##
    users:
    Ikithme:
    group: Owner
    permissions:
    techkyle:
    group: Administrator
    permissions:
     
Thread Status:
Not open for further replies.

Share This Page