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

    PieceOfCake

    So i'll re-ask since this is the next page. Are there any commands to add a member into a group or do I have to do it manually every time ?
     
  3. Offline

    godgodgodgo

    How can I allow people to build in the spawn. I have everyone with no commands but this means they can't open the doors on my spawn base because it's in the spawn area.
     
  4. Offline

    Semperverus

    Pieceofcake, use /mod or /modgrp (same command)
    --- merged: Feb 14, 2011 9:53 PM ---
    I'd say set up the doors to trigger by pressure plates. I don't think those require permissions to activate.
     
  5. Offline

    Waffletastic

    I have the latest version of permissions, yet whenever I try a command it disconnects me
     
  6. Offline

    Semperverus

    Your config.yml is broken. Did you edit it using notepad? Try using notepad++ instead (it has yaml support)
    I'm also guessing you're using multiverse.

    do you have your file structure so it looks like:
    \plugins\permissions.jar
    \plugins\permissions\config.yml
    ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  7. Offline

    nachotp

    help

    "GRAVE: could not load plugins\permissions.jar in plugins: null...
     
  8. Offline

    Semperverus

    everybody use the default config.yml and edit it without hitting the enter key or removing ANY lines. Change the admin to yourself, then type /modgrp <your name> Admins. This will rewrite the config.yml so that it's using the latest version. The author of permissions didn't bother to dick around with this it seems and left the config.yml out of date. Also, use notepad++ instead of notepad. It doesn't do the wierd crap to the config.yml that notepad does.
     
  9. Offline

    Lukedude100

    The config.yml file isn't being recognized. I am using server hosting on servercraft.co, and it allows me only basic editing. I have the permissions.jar file in /plugins and config.yml in /plugins/permissions, but it's not working. Here's the file:

    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:
        Noob:
            default: true
            info:
                prefix: Noob
                suffix:
                build: false
            inheritance:
        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'
        Noob2:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
        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'
    
    Builder:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            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'
    Advanced Builder:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            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'
    Shopkeeper:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            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'
    Donator:
            default: false
            info:
                prefix: '&a'
                suffix: '&a'
                build: true
            inheritance:
                - Default
            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'
    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: 'Admin'
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        Lukedude100:
            group: Admins
            permissions:
                   - '*'
        Rmedible:
            group: Admins
            permissions:
                   - '*'
        APaperSpoon:
            group: Admins
            permissions:
                   - '*'
        Indefinitely:
            group: Admins
            permissions:
                   - '*'
        DaiCarmuhh:
            group: Admins
            permissions:
                   - '*'
        Servercraft:
            group: Admins
            permissions:
     
  10. @Likeduke100 You have two default groups there, noob and noob1. Maybe it's that?
    Why do you even have a complete copy of the noob group in there? Just because of the build: true false?
    ---
    You don't need to use a default config.yml by the way. It also rewrites old ones. And I just got used to the old way. Thats progress I suppose....
     
  11. Offline

    blaize9

    whats wrong with mine? the users donot show up in their groups also world guard will not work with the groups, mby you can help me there too.
    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'
                - 'general.spawn'
                - 'lwc.protect'
                - 'essentials.motd'
                - 'essentials.list'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.item'
                - 'essentials.msg'
                - 'essentials.warp'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.me'
                - 'essentials.whois'
                - 'essentials.worth'
                - 'essentials.sell'
                - 'essentials.help'
                - 'mcbans.vote'
                - 'mcbans.vote.kick'
                - 'mcbans.vote.msg'
                - 'woolcolor.spawn'
                - 'essentials.spawn'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tpahere'
                - 'essentials.tphere'
                - 'essentials.tpohere'
    
        Builder:
            default: false
            info:
                perfix:
                suffix:
                build: true
            inheritances:
                - Default
            permissions:
    
        Moderator:
            default: false
            info:
                prefix: &9
                suffix:
                build: true
            inheritance:
                - Builder
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
                - 'lwc.mod'
                - 'essentials.essentials'
                - 'essentials.reloadall'
                - 'essentials.gc'
                - 'essentials.spawnmob'
                - 'essentials.clearinventory'
                - 'essentials.broadcast'
                - 'essentials.antioch'
                - 'essentials.kill'
                - 'essentials.nick'
                - 'essentials.give'
                - 'essentials.kit.*'
                - 'essentials.time'
                - 'essentials.heal'
                - 'essentials.tree'
                - 'essentials.bigtree'
                - 'essentials.eco'
                - 'mcbans.kick'
                - 'mcbans.view_ban'
                - 'mcbans.tempban'
                - 'mcbans.ban.local'
                - 'mcbans.ban.global'
                - 'mcbans.reload'
        Admins:
            default: false
            info:
                prefix: &c
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        darkgrave:
            group: Admins
            permissions:
        sk89q:
            group: Default
            permissions:
                - 'general.time'
        blaize9:
            group: Admins
            permissions:
        Underwater_fire:
            group: Admins
            permissions:
        iAscend:
            group: Builder
            permissions:
        alearniel:
            group: Builder
            permissions:
        Dadedaden:
            group: Moderator
            permissions:
                - '/reloadwg'
     
  12. Offline

    kymaster

    Thanks for the help, fixed the issue for me.
     
  13. Offline

    Nijikokun

    A new version will come soon with some features for plugin authors to utilize. It currently works fine with 325, I have personally tested it.
     
  14. Offline

    Zyndr0me

    Would be kinda handy to make a java application for editing permissions! :D
    Since its so damn ez to screw it all up :)

    Like what you've accomplished this far dude! *thumbs up!*
     
  15. Offline

    enkryptor

    How about Multiverse support? This let admins diversify the gameplay, attaching different plugins to different worlds.
     
  16. Offline

    Sebi

    I seen a lot of questions how to give permission to use /pr command.
    You just need to add permission for '/pr', so for example:


    Code:
        myRank:
            default: false
            info:
                build: true
            inheritance:
                - 'Default'
            permissions:
                - '/pr'
                - 'otherPermission'
     
  17. Offline

    arcanezzz

    Plzz help me, my permissions wont work.

    Code:
    Last login: Tue Feb 15 14:14:04 on ttys000
    /Users/gisleolstad/Desktop/bukkit\ server/start.command ; exit;
    Gisle-Olstads-Mac-mini:~ gisleolstad$ /Users/gisleolstad/Desktop/bukkit\ server/start.command ; exit;
    2011-02-15 14:29:03 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-15 14:29:03 [INFO] Loading properties
    2011-02-15 14:29:04 [INFO] Starting Minecraft server on *:25565
    2011-02-15 14:29:04 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-387-g065aac0-b300 (MC: 1.2_01)
    2011-02-15 14:29:04 [INFO] Preparing level "world"
    2011-02-15 14:29:04 [INFO] Preparing start region
    2011-02-15 14:29:05 [INFO] Preparing spawn area: 20%
    2011-02-15 14:29:06 [INFO] Preparing spawn area: 65%
    2011-02-15 14:29:07 [INFO] [General] version [2.1] (Salvez) loaded
    2011-02-15 14:29:07 [INFO] [iChat] version [1.5] (Maria Holic) loaded
    Feb 15, 2011 2:29:07 PM org.bukkit.plugin.SimplePluginManager loadPlugins
    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 net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
        at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:77)
        ... 8 more
    Caused by: while parsing a block mapping
     in "<reader>", line 2, column 1:
        plugin:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 45, column 4:
           Builder:
           ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:73)
        at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:46)
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:74)
        ... 13 more
    com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    Last packet sent to the server was 0 ms ago.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2103)
        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718)
        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:302)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
        at java.sql.DriverManager.getConnection(DriverManager.java:582)
        at java.sql.DriverManager.getConnection(DriverManager.java:185)
        at me.taylorkelly.bigbrother.datasource.ConnectionService.getConnection(ConnectionService.java:77)
        at me.taylorkelly.bigbrother.datasource.JDCConnectionDriver.connect(JDCConnectionDriver.java:41)
        at java.sql.DriverManager.getConnection(DriverManager.java:582)
        at java.sql.DriverManager.getConnection(DriverManager.java:207)
        at me.taylorkelly.bigbrother.datasource.ConnectionManager.createConnection(ConnectionManager.java:29)
        at me.taylorkelly.bigbrother.BigBrother.onEnable(BigBrother.java:89)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:410)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:175)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:74)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
        at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
        at java.net.Socket.connect(Socket.java:529)
        at java.net.Socket.connect(Socket.java:478)
        at java.net.Socket.<init>(Socket.java:375)
        at java.net.Socket.<init>(Socket.java:218)
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253)
        at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:280)
        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2026)
        ... 27 more
    2011-02-15 14:29:07 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother
    ScrapBukkit version 0.2.1 is enabled!
    Deathify V:0.61 is Enabled!
    2011-02-15 14:29:07 [INFO] [DeathTpPlus] 5 Kill Streaks loaded.
    2011-02-15 14:29:07 [INFO] [DeathTpPlus] 4 Death Streaks loaded.
    2011-02-15 14:29:07 [INFO] [DeathTpPlus] version 1.6 by lonelydime is enabled!
    2011-02-15 14:29:07 [INFO] [General] Permission system not enabled. Disabling plugin.
    2011-02-15 14:29:07 [INFO] [General] version [2.1] (Salvez) disabled
    2011-02-15 14:29:07 [INFO] [iChat] Permission system not enabled. Disabling plugin.
    2011-02-15 14:29:07 [INFO] [iChat] version [1.5] (Maria Holic) disabled
    Take yourself wonder by wonder, using /magiccarpet or /mc. MagicCarpet version 1.2 is enabled!
    MultipleHomes version 0.1 is enabled!
    [MultipleHomes] Settings Loaded!
    PlgSetspawn version 1.0 is enabled!
    2011-02-15 14:29:08 [INFO] [SpawnControl] Warning: Permissions system not enabled.
    2011-02-15 14:29:08 [INFO] [SpawnControl] version [0.2.3] loaded
    TimeAnnounce version 0.8 is enabled :)
    TravelPortals version 1.2 is enabled!
    2011-02-15 14:29:08 [INFO] Done! For help, type "help" or "?"
    
    --- merged: Feb 15, 2011 1:38 PM ---
    here is the permissions.

    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'
       Builder:
           default:false
           info:
               prefix:'&a'
               suffix:
               build:true
           inheritance:
                -Default
           permissions:
               - 'general.time'
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix:
                build: true
            inheritance:
                - Builder
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admins:
            default: false
            info:
                prefix: '&c'
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        arcane_ppx:
            group: Admins
            permissions:
        rabbis:
            group: Admins
            permissions:
        latiosthecat
            group: Moderator
            permissions:
        funnysock
            group: Moderator
            permissions:
     
  18. Offline

    Windwaker

    Hey If this is in the OP excuse me but I can't really understand it and need it dummed down...

    Whenever I edit the permissions file in game like "/modgrp <playername> <group>" It changes the whole file format (still a .txt just looks different) Then if I try adding permission nodes to it it screws up the whole configuration.

    My questions are.

    1. Can I add permissions to groups without editing the .txt?

    2. If not how can I edit the .txt without screwing up the config?

    3. How do I make new groups without messing up the config?

    4. Can I make it so my name is like "[GroupName] <playersname>" and that's what shows up when that person talks?

    4. How do I change the color of a groups name?

    Thanks in advance,
    Walker Crouse
     
  19. Offline

    Starlight

    Hello there! I have problems.. Permissions do not work and my prefix don't either.. What is wrong here?

    I use: WorldEdit, WoldGuard, and Permissions..

    Terminal output:

    Code:
    2011-02-15 16:43:29 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-15 16:43:29 [INFO] Loading properties
    2011-02-15 16:43:29 [INFO] Starting Minecraft server on 10.0.0.2:25565
    2011-02-15 16:43:29 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-406-g7b86244-b325 (MC: 1.2_01)
    2011-02-15 16:43:29 [INFO] Preparing level "world"
    2011-02-15 16:43:29 [INFO] Preparing start region
    2011-02-15 16:43:30 [INFO] Preparing spawn area: 97%
    2011-02-15 16:43:30 [INFO] WorldGuard 3.2.2 loaded.
    2011-02-15 16:43:30 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-15 16:43:30 [INFO] WorldGuard: Single session is enforced.
    2011-02-15 16:43:30 [INFO] WorldGuard: TNT ignition is blocked.
    2011-02-15 16:43:30 [INFO] WorldGuard: Lighters are blocked.
    2011-02-15 16:43:30 [INFO] WorldGuard: Lava fire is blocked.
    2011-02-15 16:43:30 [INFO] WorldGuard: All fire spread is disabled.
    2011-02-15 16:43:30 [INFO] WorldEdit 3.2.2 loaded.
    2011-02-15 16:43:30 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-15 16:43:30 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-15 16:43:30 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-15 16:43:30 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-15 16:43:30 [INFO] Done! For help, type "help" or "?"
    138 recipes
    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:
    
    #
    
    #       - '*'
    
    ##
    
    groups:
    
        Default:
    
            default: true
    
            info:
    
                prefix: Guest
    
                suffix:
    
                build: false
    
            inheritance:
    
            permissions:
    
                - 'general.spawn'
    
        Miner:
    
            default: false
    
            info:
    
                prefix: Miner
    
                suffix:
    
                build: true
    
            inheritance:
    
                - Default
    
            permissions:
    
                - 'general.spawn'
    
        Moderator:
    
            default: false
    
            info:
    
                prefix: Mod
    
                suffix:
    
                build: true
    
            inheritance:
    
                - Miner
    
            permissions:
    
                - 'general.time'
    
                - 'general.teleport'
    
                - 'general.teleport.here'
    
                - 'general.player-info'
    
        Admins:
    
            default: false
    
            info:
    
                prefix: Admin
    
                suffix:
    
                build: true
    
            inheritance:
    
                - Moderator
    
            permissions:
    
                - '*'
      
    ##
    
    # DarkGrave has control over all commands.
    
    # sk89q can use /spawn & /time
    
    ##
    
    users:
    
        starlight:
    
            group: Admins
    
            permissions:
    
        uberubert:
    
            group: Moderator
    
            permissions:
    
                - 'general.time'
      
    ##
    
    # General 2.1 [Salvez]
    
    ##
    
    #general.items
    
    #general.spawn
    
    #    general.spawn.set
    
    #general.teleport
    
    #    general.teleport.here
    
    #general.time
    
    #general.player-info
    
    
     
  20. Offline

    NikkyyyHD

    Please go to this link (if a message pops up click no), i will tell you why you have done it wrong and ill help you fix it. Talking by this isn't very great. Look for the name NikkyyyHD

    Thanks
     
  21. Offline

    Latros

    My server is having some major issues right now... had to bring it down for the first time in a few days.

    At some point last night, something went wrong and the Permissions Plugin shut down entirely, allowing griefers to run rampant in a ONLY-ADMINS-CAN-BUILD/DESTROY-HERE zone... needless to say, it was annoying.

    However I'm here to hopefully get to the bottom of the problem as soon as possible. Permissions now refuses PERIOD on startup, here's the error I get...

    Code:
    2011-02-15 13:02:36 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-15 13:02:36 [INFO] Loading properties
    2011-02-15 13:02:36 [INFO] Starting Minecraft server on *:25565
    2011-02-15 13:02:36 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-02-15 13:02:36 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-02-15 13:02:36 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-02-15 13:02:36 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-02-15 13:02:36 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-407-g247dfc4-b326 (MC: 1.2_01)
    2011-02-15 13:02:36 [INFO] Preparing level "world"
    2011-02-15 13:02:36 [INFO] Preparing start region
    2011-02-15 13:02:37 [INFO] Preparing spawn area: 44%
    2011-02-15 13:02:38 [INFO] Preparing spawn area: 77%
    2011-02-15 13:02:38 [INFO] [General] version [2.0] (Mafia) loaded
    2011-02-15 13:02:38 [INFO] WorldEdit 3.2.2 loaded.
    2011-02-15 13:02:38 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-15 13:02:38 [INFO] WorldGuard 3.2.2 loaded.
    2011-02-15 13:02:38 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-15 13:02:38 [INFO] WorldGuard: Single session is enforced.
    2011-02-15 13:02:38 [INFO] WorldGuard: TNT ignition is blocked.
    2011-02-15 13:02:38 [INFO] WorldGuard: Lighters are blocked.
    2011-02-15 13:02:38 [INFO] WorldGuard: Lava fire is blocked.
    2011-02-15 13:02:38 [INFO] WorldGuard: All fire spread is disabled.
    2011-02-15 13:02:38 [INFO] Loaded e bDev167 by Zenexer, ementalo, Eris, and EggRoll
    2011-02-15 13:02:38 [INFO] [General] Permission system not enabled. Disabling plugin.
    2011-02-15 13:02:38 [INFO] [General] version [2.0] (Mafia) disabled
    2011-02-15 13:02:38 [INFO] [HeroicDeath] 1.3.1.130 enabled.
    2011-02-15 13:02:39 [INFO] Done! For help, type "help" or "?"
    
    
    And my permissions config file;

    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: 'Guest'
                suffix:
                build: true
            inheritance:
            permissions:
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.clearinventory'
                -' essentials.help'
                - 'epiczones.South.build.deny'
                - 'epiczones.South.destroy.deny'
                - 'epiczones.spawntown.build.deny'
                - 'epiczones.spawntown.destroy.deny'
        Admin:
            default: false
            info:
                prefix: 'Admin'
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - '*'
                - 'epiczones.South.build.allow'
                - 'epiczones.South.destroy.allow'
                - 'epiczones.spawntown.build.allow'
                - 'epiczones.spawntown.destroy.allow'
    users:
        latros:
            group: Admin
            permissions:
            - '*'
    
    
    Most recent verson of Bukkit installed (326).
    Most recent version of Permissions installed.

    To top it off, my server is spontaneously shutting down with no error message. Wonderful -_-

    EDIT: Maybe I should also mention that the formatting of my config file seems to randomly reset sometimes. I use regular NotePad... would that interfere? (although right now its proper formatting and still not working)
     
  22. Offline

    Zak Reid

    Hi i keep getting an error when i start up my minecraft server.

    Code:
    SEVERE: Could not load plugins\Essentials.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava: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(SimpleComma
    ndMap.java:184)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1
    71)
            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.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:77)
            ... 11 more
    Caused by: while parsing a block mapping
     in "<reader>", line 58, column 3:
          Default:
          ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 65, column 4:
           Moderator:
           ^
    
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
    serImpl.java:576)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :228)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:73)
            at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:46)
            at com.earth2me.essentials.Essentials.<init>(Essentials.java:44)
            ... 16 more
    This is my config.yml file.

    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:
                - 'essentials.kit'
                - 'essentials.kit.<default>'
                - 'essentials.msg'
                - 'essentials.portal'
                - 'essentials.sell'
                - 'essentials.help'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.spawn'
                - 'essentials.worth'
                - 'essentials.whois'
                - 'essentials.mail.send'
                - 'essentials.list'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.rules'
                - 'essentials.afk'
                - 'essentials.compass'
                - 'essentials.getpos'
                - 'essentials.depth'
                - 'essentials.helpop'
                - 'essentials.broadcast'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.tpa'
                - 'essentials.tpahere'
                - 'essentials.kick'
                - 'essentials.kit.<moderator>'
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        zigzagzak123:
            group: Admins
            permissions:
        kaming96:
            group: Default
            permissions:
        iloveanimals:
            group: Moderator
            permissions:
    Would appreciate some help, Thanks
     
  23. Offline

    Phat32

    I am having the same issue as Latros. The Permissions plugin just doesn't load:

    2011-02-15 10:51:02 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-15 10:51:02 [INFO] Loading properties
    2011-02-15 10:51:02 [INFO] Starting Minecraft server on xxx.xxx.xxx.xxx:25565
    2011-02-15 10:51:02 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-405-gf77e79e-b323 (MC: 1.2_01)
    2011-02-15 10:51:02 [INFO] Preparing level "world1"
    2011-02-15 10:51:02 [INFO] Preparing start region
    2011-02-15 10:51:03 [INFO] Preparing spawn area: 57%
    2011-02-15 10:51:04 [INFO] WorldGuard 3.2.2 loaded.
    2011-02-15 10:51:04 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-15 10:51:04 [INFO] WorldGuard: Single session is enforced.
    2011-02-15 10:51:04 [INFO] WorldGuard: TNT ignition is PERMITTED.
    2011-02-15 10:51:04 [INFO] WorldGuard: Lighters are PERMITTED.
    2011-02-15 10:51:04 [INFO] WorldGuard: Lava fire is blocked.
    2011-02-15 10:51:04 [INFO] WorldGuard: Fire spread is UNRESTRICTED.
    2011-02-15 10:51:04 [INFO] [GodMode] version [1.2] is loaded!
    2011-02-15 10:51:05 [INFO] [iChat] version [1.5] (Maria Holic) loaded
    2011-02-15 10:51:05 [INFO] WorldEdit 3.2.2 loaded.
    2011-02-15 10:51:05 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-02-15 10:51:05 [INFO] Stargate v.0.11 is enabled.
    2011-02-15 10:51:05 [INFO] [Stargate] Permission system not enabled.
    2011-02-15 10:51:05 [INFO] [iChat] Permission system not enabled. Disabling plugin.
    2011-02-15 10:51:05 [INFO] [iChat] version [1.5] (Maria Holic) disabled
    2011-02-15 10:51:05 [INFO] Minecart Mania Core version 0.87 is enabled!
    2011-02-15 10:51:05 [INFO] Elevators version 1.2.3 is enabled!
    2011-02-15 10:51:05 [INFO] Done! For help, type "help" or "?"​
     
  24. Offline

    vortal

    Permission doesn't load anymore because of the new bukkit version !
     
  25. Offline

    Semperverus

    Please read the advice that I've been giving to people. You edited your permissions with newlines using notepad or something of the variety without modgrping your config.yml first.
    --- merged: Feb 15, 2011 6:07 PM ---
    Follow the advice I gave earlier about modgrp and notepad++. Editing the old config.yml (which is BROKEN) without having permissions update it to the latest yaml edition (the author updated yaml and didn't update config.yml), permissions will not load and your shit will be wrecked.
     
  26. Offline

    vortal

    What is wrong with mine ?? (i edited it with notepad++)

    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'
                - 'mcmmo.motd'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.ptp
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.commands.myspawn'
                - 'mcmmo.commands.setmyspawn'
                - 'DeathChest.use'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
                - 'general.items'
                - 'general.spawn'
                - 'general.spawn.set'
                - 'mcmmo.tools.mmoedit'
                - 'DeathChest.use'
                - 'DeathChest.freeChest'
        Admins:
            default: false
            info:
                prefix: 'Admin'
                suffix:
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    
    ##
    # Darknafein has control over all commands.
    # sk89q can use /spawn & /time
    ##
    users:
        vortal:
            group: Admins
            permissions:
                - '*'
        johnny:
            group: Moderator
            permissions:
                - '*'        
     
  27. Offline

    Semperverus

    Ok, so maybe notepad++ doesn't quite fix the problem I thought it did. Go grab the plugin 'essentials' (you can delete it after this) and use the command /modgrp to set you to the group you're already in. For instance, I would type /modgrp semperverus Admin to move myself back to admin. This doesn't seem like it does anything, but it fixes your config.yml. Also, you have to start by using the default config.yml and ONLY editing the part where it says users: to change the admin to yourself. Don't add any newlines (hit enter) and don't remove any lines. Once it's fixed, edit away.
     
    vortal likes this.
  28. Offline

    Latros

    Anyone able to help with my issue? (See above)
     
  29. Offline

    Starlight

  30. Offline

    Latros

    still need help, anyone?
     
  31. Offline

    Olat

    Updated to a new Server, and I am having major issues with Permissions.
    Console Log: http://pastebin.com/6A1CTFTn
    CB 326
    Newest Permissions downloaded at the time of trying.
    I parsed my Yaml. no errors.
    newest build of essentials as well.

    To me it looks like Perm is loading and unloading for some odd reason.
     
Thread Status:
Not open for further replies.

Share This Page