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

    slicerblade

    Here try this:
    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   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:
    #
    #       - '*'
    ##
    groups:
        Griefer:
            default: false
            info:
                prefix: 'Homo'
                suffix:
                build: false
            inheritance:
            permissions:
                 -'essentials.rules'
        Regular:
            default: True
            info:
                prefix: 'Noob'
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.me'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.list'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.spawn'
                - 'essentials.kit'
                - 'essentials.kit.tools'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.msg'
                - 'lwc.protect'
        Builder:
            default: false
            info:
                prefix: 'builder'
                suffix:
                build: true
            inheritance:
                - Regular
            permissions:
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tptoggle'
                - 'essentials.warp'
                - 'essentials.list'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.spawn'
                - 'essentials.kit'
                - 'essentials.kit.tools'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.msg'
                - 'general.time'
                - 'lwc.protect'
                - '/worldedit'
                - 'essentials.jump'
                - 'essentials.item'
                - 'essentials.give'
                - 'essentials.time'
        Mod:
            default: false
            info:
                prefix: '&a'
                suffix: '&a'
                build: true
            inheritance:
                - Regular
                - Builder
            permissions:
                - 'essentials.me'
                - 'essentials.tpahere'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tptoggle'
                - 'essentials.warp'
                - 'essentials.list'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.spawn'
                - 'essentials.kit'
                - 'essentials.kit.tools'
                - 'essentials.help'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.msg'
                - 'general.time'
                - 'lwc.protect'
                - '/worldedit'
                - '/worldguard'
                - 'general.kick'
                - 'general.ban'
                - 'essentials.jump'
                - 'essentials.item'
                - 'essentials.give'
                - 'essentials.time'
                - 'essentials.clearinventory'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix: '&1'
                build: true
            inheritance:
                - Regular
                - Mod
            permissions:
                - '*'
        Owner:
            default: false
            info:
                prefix: 'Sexy'
                suffix:
                build: true
            inheritance:
                - Mod
                - Admin
                - Regular
                - builder
            permissions:
                - '*'
    ##
    # M4X_THE_cR33P3R has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        M4X_THE_CR33P3R:
            group: Owner
            permissions:
        Warhunter15:
            group: Owner
            permissions:
        bloodmage54:
            group: Admins
            permissions:
        StarWarsXD:
            group: Admins
            permissions:
        DaiCarmuhh:
            group: Admins
            permissions:
    You have a lot of unnecessary things in you permissions file.
     
  3. thankyou so much but the [admin] and [sexy] dont appear next to peoples names also there not in colour how do i do that?
     
  4. Offline

    Shawn

  5. Offline

    nakashimakun

    Hello I'm being told by my server to nag you to change something in permissions. something about constructor.

    Brian.
     
  6. Offline

    Abe27342

    Sorry, ignore my first post.
    I'm getting this error upon running permissions 2.0 with all my plugins, but the same error persists with no plugins.
    Code:
    SEVERE: Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:79)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:117)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:82)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:193)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:189)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:171)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:344)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.VerifyError: (class: com/nijikokun/bukkit/Permissions/Permissions, method: setupPermissions signature: ()V) Bad type in putfield/putstatic
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:73)
        ... 11 more
    
     
  7. Offline

    DierWolf

    ERRORS ERRORS!! INSTALLING ESSENCIALS NOW SCREWS UP PERMISSIONS 100%

    ADVISE!
     
  8. Offline

    mrgreaper

    care to eleberate?
     
  9. Offline

    Nate Theis

    Essentials absorbed Permissions.
     
  10. Offline

    AnjoCaido

    In certain way, yes. In fact, it is absorbing GroupManager.
     
  11. Offline

    strupan


    Anybody?
     
  12. Offline

    meatwad63

    Code:
    2011-02-20 23:27:51 [INFO] [MultiVerse] - Version 1.2.1 Enabled
    
    2011-02-20 23:27:51 [INFO] [MultiVerse]  Permission system not enabled. Disabling plugin.
    2011-02-20 23:27:51 [INFO] [MultiVerse] - Disabled
    2011-02-20 23:27:51 [INFO] Reload complete.
    
    I have no clue why this isnt working MultiVerse and Permissions are the only two plugins installed.

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   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:
    #
    #       - '*'
    ##
    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:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        RinatSnoylle:
            group: Admins
            permissions:
                - 'multiverse.world.import'
                - 'multiverse.world.create'
                - 'multiverse.world.list'
                - 'multiverse.world.remove'
                - 'multiverse.portal.select'
                - 'multiverse.portal.destination'
                - 'multiverse.portal.create'
                - 'multiverse.world.spawn'
        meatwad63:
            group: Admins
            permissions:
                - 'multiverse.world.import'
                - 'multiverse.world.create'
                - 'multiverse.world.list'
                - 'multiverse.world.remove'
                - 'multiverse.portal.select'
                - 'multiverse.portal.destination'
                - 'multiverse.portal.create'
                - 'multiverse.world.spawn'
       jake951716:
            group: Admins
            permissions:
                - 'multiverse.world.import'
                - 'multiverse.world.create'
                - 'multiverse.world.list'
                - 'multiverse.world.remove'
                - 'multiverse.portal.select'
                - 'multiverse.portal.destination'
                - 'multiverse.portal.create'
                - 'multiverse.world.spawn'
    There is my Config file from permissions, any help is well appreciated.
     
  13. Offline

    contex

    Could anyone give me a link to where i could download a working CraftBukkit mod that works with permission? Please.
     
  14. Offline

    rufjame

    I have no idea how to install this. I have place the .jar in the plugins and the permissions folder in the main directory and it says permissions is not enabled. i have also tried to place the permissions folder in with the plugins but that didnt help either. HELP.
     
  15. Well seems like your plugin isn't up to date with the latest bukkit version as says my shell output, this causes many of my plugins not work either since it loads anyway weither it's bugged or not...and I really can't allow myself to abandon using Permissions :/

    By the way, using Bukkit#361

    Edit : Same with Bukkit#405
     
  16. Offline

    strupan

    Anybody??
     
  17. Offline

    1981Thomas

    Hello
    Excuse for mine in English.

    Have 2 ask.

    1. If one can put "Default Groups" cannot build.

    2. Whom I have assigned now a new user a group. how I can update plugin or I must restart every time server. or if there is there an order for.


    my config.yml

    Code:
    # Supports "Default" and "GroupUsers"
    plugin:
        permissions:
            system: default
    
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:"
    #   field seperated by commas.
    #
    #   Example: inheritance: Default,Admins,
    ##
    #   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:
    #
    #       - '*'
    # Edit by Bl00dyAngel
    # Ich füge ein paar Kommentare ein, diese beziehen sich immer auf die Zeile über dem Kommentar
    # Bitte achtet dadrauf dass ihr keine Tabs sondern Leerzeichen nutzt, sonst kann es zu Fehlern kommen
    ##
    groups:
    # Hier werden die gruppen eingefügt
        Default:
    #Gruppen Name
            default: true
            build: false
    # bedeutet, dass jeder neue user Automatisch in dieser Gruppe landet
            info:
                prefix:
                suffix:
                build: true
    # bedeutet, dass Member dieser Gruppe bauen dürfen. Wollt ihr das nicht, setzt den Wert auf False
            inheritance:
            permissions:
                - 'general.spawn'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.mail'
                - 'essentials.kit.*'
                - 'essentials.help'
                - 'essentials.afk'
                - 'essentials.sell'
    # Liste der Befehle. Wichtig ist das der Syntax eingehalten wird! ein * ist eine wildcard.
    # Das bedeutet mit '*' können die Member der Gruppe alle Befehle benutzen.
    # Mit z.B. ' General.* können die Member der Gruppe alle Befehle vom Plugin General nutzen.
    # Die Liste der Befehle könnt ihr aus dem Bukkit Forum beim Thread des jeweiligen Plugins entnehmen.
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
                - 'general.items'
                - 'essentials.tp'
                - 'essentials.tphere'
                - 'essentials.item'
                - 'essentials.give'
                - 'essentials.list'
                - 'essentials.clearinventory'
                - 'essentials.kick'
                - 'essentials.ban'
                - 'essentials.unban'
                - 'essentials.banip'
                - 'essentials.unbanip'
                - '/worldedit'
                - 'worldedit'
                - 'essentials.time'
        Admins:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
    # Hier werden User eingetragen welche nicht in der Default Gruppe sein sollen.
    # Außerdem könnt ihr hier den Usern berechtigung für Commands zuweisen,
    # welche sie normalerweise nicht über ihre Gruppe erhalten würden.
        ronny:
            group: Admins
            permissions:
        Vuktars:
            group: Moderator
            permissions:
                - 'general.time'
        Sternentau:
            group: Admins
            permissions:
        JudasJanus:
            group: Admins
            permissions:
                - 'general.time'
        Hendril:
            group: Moderator
            permissions:
                - 'general.time'
        ixecutor:
            group: Moderator
            permissions:
                - 'general.time'
     
  18. Offline

    fffizzz

    any chance of a pr from console, that way i can completely automate my vip/whitelist setup?
     
  19. Offline

    mrgreaper

    i dont think its been updated in a long time, not sure the plugin developer is actualy still working on it
     
  20. Offline

    contex

    Seriously, could someone just give me a simple way to let people use commands depending on their group. Please?
     
  21. Offline

    ZedMinecraft

    Is the config.yml file meant to be in the Permissions directory in the Plugin folder?
    If so, mine is not and I have installed this plugin several times and the same happens for me.
    Mine is in the same directory as the Launcher.bat.

    I am also having a problem configuring groups.
    I have followed each instruction and I wish to have groups because I have to OP people just so they can build and I don't want to have to be keep doing that.
    I'd like to receive help with this problem I am having if anyone could, please.
     
  22. Offline

    DevonX

    Gah i dont know whats wrong first time it worked kinda second time it was just gone...

    Heres the error i get:

    Code:
    2011-02-21 18:50:50 [SEVERE] java.lang.NoClassDefFoundError: com/nijikokun/bukki
    t/Permissions/Permissions
    2011-02-21 18:50:50 [SEVERE]    at com.earth2me.essentials.chat.EssentialsChatWo
    rker.updateDisplayName(EssentialsChatWorker.java:33)
    2011-02-21 18:50:50 [SEVERE]    at com.earth2me.essentials.chat.EssentialsChatWo
    rker.onPlayerJoin(EssentialsChatWorker.java:28)
    2011-02-21 18:50:50 [SEVERE]    at com.earth2me.essentials.chat.EssentialsChatPl
    ayerListener.onPlayerJoin(EssentialsChatPlayerListener.java:27)
    2011-02-21 18:50:50 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.exe
    cute(JavaPluginLoader.java:130)
    2011-02-21 18:50:50 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEven
    t(RegisteredListener.java:59)
    2011-02-21 18:50:50 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEve
    nt(SimplePluginManager.java:225)
    2011-02-21 18:50:50 [SEVERE]    at net.minecraft.server.ServerConfigurationManag
    er.a(ServerConfigurationManager.java:88)
    2011-02-21 18:50:50 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLog
    inHandler.java:86)
    2011-02-21 18:50:50 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLog
    inHandler.java:27)
    2011-02-21 18:50:50 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(So
    urceFile:91)
    2011-02-21 18:50:50 [SEVERE]    at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:325)
    2011-02-21 18:50:50 [SEVERE]    at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:240)
    2011-02-21 18:50:50 [SEVERE]    at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:512)
    2011-02-21 18:50:50 [SEVERE] Caused by: java.lang.ClassNotFoundException: com.ni
    jikokun.bukkit.Permissions.Permissions
    2011-02-21 18:50:50 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
    
    2011-02-21 18:50:50 [SEVERE]    at java.security.AccessController.doPrivileged(N
    ative Method)
    2011-02-21 18:50:50 [SEVERE]    at java.net.URLClassLoader.findClass(Unknown Sou
    rce)
    2011-02-21 18:50:50 [SEVERE]    at org.bukkit.plugin.java.PluginClassLoader.find
    Class(PluginClassLoader.java:30)
    2011-02-21 18:50:50 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    2011-02-21 18:50:50 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    Heres my permission file:

    Code:
    plugin:
      permissions: {system: default}
    groups:
      Guest:
        default: true
        info: {prefix: '', suffix: '', build: true}
        inheritance: []
        permissions: []
      Builder:
        default: false
        info: {prefix: '&a', suffix: '&a', build: true}
        inheritance: [Guest]
        permissions: [essentials.tpa, essentials.tpahere]
      Veteran:
        default: false
        info: {prefix: '&2', suffix: '&2', build: true}
        inheritance: [Builder]
        permissions: [magiccarpet.mc, essentials.top, essentials.whois,
          essentials.tp, essentials.tphere]
      Mod:
        default: false
        info: {prefix: '&9', suffix: '&9', build: true}
        inheritance: [Veteran]
        permissions: [lwc.mod, essentials.ban, essentials.kick, essentials.tpo, essentials.tpohere,
          essentials.tppos, essentials.setwarp, essentials.delwarp, /god, /heal, //]
      Admin:
        default: false
        info: {prefix: '&4', suffix: '&4', build: true}
        inheritance: [Mod]
        permissions: [yeditor.editor, iConomy.withdraw, iConomy.deposit, iConomy.reset,
          lwc.admin, cleaner.*, worldedit.*, /locate, /stack, /region, /slay, /reloadwg,
          spawnmob.spawnmob.*, spawnmob.mspawn.*, essentials.modgrp, essentials.broadcast,
          essentials.item, essentials.give, essentials.time, essentials.tree, essentials.bigtree,
          essentials.banip, essentials.kickall, essentials.unban, essentials.unbanip,
          blockhead.hat.items, essentials.item]
      Owner:
        default: false
        info: {prefix: '&6[&6Owner&6]', suffix: '&6', build: true}
        inheritance: [Admin]
        permissions: ['*', essentials.modgrpoverride, essentials.essentials.*, essentials.reloadall,
          essentials.gc, essentials.plugin, essentials.antioch, essentials.setspawn, blockhead.hat.give.players.items,
          blockhead.hat.give.groups.items,essentials.item.*]
    users:
      DevonX:
        group: Owner
        permissions: []
      Limelight:
        group: Owner
        permissions: []
      umbryn:
        permissions: []
        group: builder
      mil3nium:
        permissions: []
        group: builder
    
     
  23. Offline

    SSCradle

    Well Im back again been trying for a couple days now with no luck. I seem to be doing everything correct but i obviously am not. I cant even make myself admin or /spawn. Nothing at all. If anyone could help me set this up I would very much appreciate it. I have restored the server back to its original state if anyone wants to give it a go.
     
  24. Offline

    Nijikokun

    Saying you cannot do something without any errors and or plugin data, console data, permission files will not help you. Also, with a new release coming out, I'd say wait.
     
  25. Offline

    SSCradle

    well there is no errors the server loads just nothing works.
     
  26. Offline

    Imamoose

    is this confirmed to work with 400+?

    also on your changelog can you put dates? make it easier so i dont have to ask the above question...
     
  27. Offline

    The.Zet

    Hi
    can you fix this:
    ...thanks ;)
     
  28. Offline

    SSCradle

    Are you having the same problem as me? I know I have messed around with it for countless hours and tried all of the many formats people are using to run theirs with no luck. I think my biggest problem is that I have read and tried so much that I have been running in circles, and every time I think I finally understand I am wrong. :'(
    If anyone is will to give it a shot email me and ill give you the details.
    [email protected]
     
  29. @Nijikokun: Just wanted to give you thumbs up for updating this so fast (fast for me a least, i only just came looking for the update)
    The plugin seems to work fine (get no real errors, only warnings)
    Whoever, the warnings i get might be usefull to you, i'm guessing you just haven't had time to fix it atm.

    Warnings:
    Code:
    2011-02-21 20:06:25 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-21 20:06:25 [INFO] Loading properties
    2011-02-21 20:06:25 [INFO] Starting Minecraft server on *:20300
    2011-02-21 20:06:25 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-428-g51dd641-b53jnks (MC: 1.2_01)
    2011-02-21 20:06:25 [INFO] Preparing level "world"
    2011-02-21 20:06:25 [INFO] Preparing start region
    2011-02-21 20:06:26 [INFO] Preparing spawn area: 44%
    2011-02-21 20:06:27 [WARNING] Using the stupidly long constructor com.nijikokun.bukkit.Permissions.Permissions(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is no longer recommended. Go nag the plugin author of Permissions to remove it! (Nothing is broken, we just like to keep code clean.)
    2011-02-21 20:06:27 [WARNING] Plugin 'Permissions' (ver 1.0) is registering events before it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-21 20:06:27 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-21 20:06:27 [INFO] Memory max: 2130051072 bytes
    2011-02-21 20:06:27 [INFO] Memory total: 2130051072 bytes
    2011-02-21 20:06:27 [INFO] Done! For help, type "help" or "?"
    
    Hopefully this is helpfull
     
  30. Offline

    contex

    You wouldn't mind uploading the plugin and your config, I have b423 and I tried everything and I can't get it to work.
     
Thread Status:
Not open for further replies.

Share This Page