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

    Oli315

    I don't know if he'd approve or like this but I downloaded 2.1 yesterday here's a quick mirror: <Edit by Moderator: Redacted mediafire url>

    It works for me build 432.




    it says to me in Avira that its an virus is it or not ? need this file ...
     
    Last edited by a moderator: Dec 15, 2016
  3. Offline

    Pazzy34

    It's safe to download
     
    Last edited by a moderator: Dec 15, 2016
  4. Offline

    Oli315

    youre the only one , i will wait for a few answers
     
  5. Offline

    heroe

    Hi, I need some help. I'm very sorry, when this problem has fallen already, but I didn't want to read over 92 pages ^^
    So I have a problem with the permissions plugin

    When I start my Bukkit server (for 1.3), this appears:
    Code:
    2011-02-25 23:18:46 [SEVERE] null
    java.lang.Exception: This server does not have Permissions configured properly.
            at org.anjocaido.groupmanager.DataHolder.load(DataHolder.java:284)
            at org.anjocaido.groupmanager.GroupManager.prepareData(GroupManager.java
    :105)
            at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:68
    )
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:424)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.jav
    a:60)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:424)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: while parsing a block mapping
     in "<reader>", line 2, column 3:
          heroe:
          ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 5, column 4:
           SaInT-DeViL:
           ^
    
            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.anjocaido.groupmanager.DataHolder.load(DataHolder.java:279)
            ... 16 more
    2011-02-25 23:18:46 [SEVERE] Permissions file is in wrong format (Is it up to da
    te?)
    java.lang.IllegalArgumentException: Permissions file is in wrong format
            at org.anjocaido.groupmanager.GroupManager.prepareData(GroupManager.java
    :109)
            at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:68
    )
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:424)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.jav
    a:60)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:424)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-25 23:18:46 [INFO] Done (1457166909ns)! For help, type "help" or "?"
    I put the jarfile and the folder into the pluginsfolder, and my YAML is also without mistake. (Of course no TABS)

    I hope someone is able to help me with that problem.

    Thanx in advance,

    heroe, a big fan of bukkit and especially for the permissions plugin xD
     
  6. Offline

    bogboom

    Looks like you have groupmanager installed also. Probably a conflict.

    EDIT:

    Also your config is messed up:

    Caused by: while parsing a block mapping
    in "<reader>", line 2, column 3:
    heroe:
    ^
    expected <block end>, but found BlockMappingStart
    in "<reader>", line 5, column 4:
    SaInT-DeViL:
    ^
     
    heroe likes this.
  7. Offline

    Oli315

    can´t someone tell me if there is a virus in it ?
     
  8. When is it comaptible with MYSQL?
     
  9. Offline

    sillyrosster

    Thanks! It's working so far =D
     
    Last edited by a moderator: Dec 15, 2016
  10. Offline

    heroe

    I thank you very much. You was right with your tipp, to delete groupmanager. only this fu** disabled permissions xD

    Thanks

    And is here anywhere a "Thanks Button"?

    EDIT:

    I found the "LIKE-Button" ^^
     
  11. Offline

    bogboom

    Yes there is a "Like" Button on the right .. :)
     
  12. Offline

    Daveyo

    yes, it is packed with virus', time to throw out your server.
     
  13. Offline

    epiqu1n

    I was a bit skeptical myself, so I'll scan it and upload a picture of the completed scan to quell both of our paranoias.

    Edit:
    http://i.imgur.com/iO35o.jpg
    I knew it wasn't a virus, I just can't help being paranoid.
     
  14. Offline

    Daveyo

    link's are down, can someone upload from mediafire? kinnnda need this addon
     
  15. Offline

    GDorn

    For those (like me) who prefer to use wget or curl, here's a dropbox link:
    http://dl.dropbox.com/u/21356823/Permissions.zip
     
    Last edited by a moderator: Dec 15, 2016
  16. Offline

    ronocthede

    None of the download links are working I am sad. Can you fix this?
     
  17. Offline

    epiqu1n

    <font color="rgb(20, 20, 20)">
    </font>
    <font color="rgb(20, 20, 20)">Please read through the comments before you post. Zerco has kindly provided a link to v2.1, and several people have responded quoting his post with the link in it.</font>

    <font color="rgb(20, 20, 20)">
    </font>
    <font color="rgb(20, 20, 20)">Also, to all, be sure to rename please-rename-me.yml to config.yml the name of your default world (.yml), and to modify it as well.</font>

    <font color="rgb(20, 20, 20)">Since nexua is down, here's a link to the cached version of the instruction manual.</font>
    <font color="rgb(20, 20, 20)">http://webcache.googleusercontent.com/search?q=cache:http://permissions.nexua.org/</font>
     
    Last edited by a moderator: Dec 15, 2016
  18. Offline

    RustyDagger

    niji your server seems to be down cause all your download links are broken :/
     
  19. Offline

    Buckley

    yeahh nexua is totally down...
     
  20. Offline

    Meteo

    All links are broken.. >.>
     
  21. Offline

    kendo1000

    this is my set up
    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:
        Guest:
          default: true
          info:
              build:  true
          inheritance:
          permissions:
              - 'essentials.list'
              - 'essentials.rules'
              - 'essentials.msg'
        Admin:
          default: false
          info:
              build:  true
          inheritance:
              - guest
          permissions:
              - '*'
    Users:
          kendo1000:
            group: Admin
            permissions:
    but when i try to run the server i get blockmaping ot some other glich im not sure can someone tell me what i am doing wrong

    (and yes i did use all space no tabs)

    Code:
    2011-02-25 20:03:20 [INFO] Starting minecraft server version Beta 1.3
    2011-02-25 20:03:20 [WARNING] **** NOT ENOUGH RAM!
    2011-02-25 20:03:20 [WARNING] To start the server with more ram, launch it as "j
    ava -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-02-25 20:03:20 [INFO] Loading properties
    2011-02-25 20:03:20 [INFO] Starting Minecraft server on *:25591
    2011-02-25 20:03:20 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-444-g9e8ca13-b424jnks (MC: 1.2_01)
    2011-02-25 20:03:20 [INFO] Preparing level "world"
    2011-02-25 20:03:20 [INFO] Preparing start region
    2011-02-25 20:03:22 [INFO] Preparing spawn area: 93%
    2011-02-25 20:03:22 [WARNING] Using the stupidly long constructor com.nijikokun.
    bukkit.iChat.iChat(PluginLoader, Server, PluginDescriptionFile, File, File, Clas
    sLoader) is no longer recommended. Go nag the plugin author of iChat to remove i
    t! (Nothing is broken, we just like to keep code clean.)
    2011-02-25 20:03:22 [WARNING] Plugin 'iChat' (ver 1.0) is registering events bef
    ore it is enabled. It may be misbehaving and the author needs to fix this.
    2011-02-25 20:03:22 [INFO] [iChat] version [1.5] (Maria Holic) loaded
    2011-02-25 20:03:22 [INFO] WorldGuard loaded.
    2011-02-25 20:03:22 [INFO] [DeathTpPlus] 5 Kill Streaks loaded.
    2011-02-25 20:03:22 [INFO] [DeathTpPlus] 4 Death Streaks loaded.
    2011-02-25 20:03:22 [INFO] [DeathTpPlus] version 1.72 by lonelydime is enabled!
    2011-02-25 20:03:22 [INFO] Loaded Essentials build 229 by Zenexer, ementalo, Eri
    s, and Brettflan
    2011-02-25 20:03:22 [INFO] Loaded EssentialsBan build 229 by Zenexer, ementalo,
    Eris, and EggRoll
    2011-02-25 20:03:22 [INFO] Loaded EssentialsHelp build 229 by Zenexer, ementalo,
     Eris, and EggRoll
    2011-02-25 20:03:22 [INFO] Loaded EssentialsHome build 229 by Zenexer, ementalo,
     Eris, and Brettflan
    2011-02-25 20:03:22 [INFO] Loaded EssentialsSpawn build 229 by Zenexer, ementalo
    , Eris, and Brettflan
    2011-02-25 20:03:22 [INFO] Loaded EssentialsTele build 229 by Zenexer, ementalo,
     Eris, and Brettflan
    2011-02-25 20:03:22 [INFO] Loaded EssentialsWarp build 229 by Zenexer, ementalo,
     Eris, and Brettflan
    2011-02-25 20:03:22 [INFO] [Permissions] version [2.1] (Handler) loaded
    2011-02-25 20:03:22 [INFO] WorldEdit 4.0-beta4 enabled.
    2011-02-25 20:03:22 [INFO] WorldEdit: Permissions plugin detected! Using Permiss
    ions plugin for permissions.
    2011-02-25 20:03:22 [INFO] WorldGuard: Permissions plugin detected! Using Permis
    sions plugin for permissions.
    2011-02-25 20:03:23 [INFO] WorldGuard: Single session is enforced.
    2011-02-25 20:03:23 [INFO] WorldGuard: TNT ignition is blocked.
    2011-02-25 20:03:23 [INFO] WorldGuard: Lighters are PERMITTED.
    2011-02-25 20:03:23 [INFO] WorldGuard: Lava fire is blocked.
    2011-02-25 20:03:23 [INFO] WorldGuard: All fire spread is disabled.
    2011-02-25 20:03:23 [INFO] WorldGuard 4.0-alpha1 enabled.
    2011-02-25 20:03:23 [INFO] Done (2084788430ns)! For help, type "help" or "?"
    2011-02-25 20:03:28 [INFO] 143 recipes
    2011-02-25 20:03:28 [INFO] kendo1000 [/127.0.0.1:2926] logged in with entity id
    56
    2011-02-25 20:03:28 [SEVERE] while parsing a block mapping
     in "<reader>", line 2, column 1:
        plugin:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 53, column 2:
         Users:
         ^
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlo
    ckMappingKey.produce(ParserImpl.java:576)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.peekEven
    t(ParserImpl.java:163)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.checkEve
    nt(ParserImpl.java:148)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:228)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeD
    ocument(Composer.java:122)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.getSingl
    eNode(Composer.java:105)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.constructor.BaseConstructo
    r.getSingleData(BaseConstructor.java:124)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.util.config.Configuration.load(Con
    figuration.java:73)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.load(Control.j
    ava:122)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.loadWorld(Cont
    rol.java:86)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:476)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:1046)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.bukkit.migration.NijiPermissionsRes
    olver.inGroup(NijiPermissionsResolver.java:70)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.bukkit.migration.PermissionsResolve
    rManager.inGroup(PermissionsResolverManager.java:90)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.
    inGroup(WorldGuardPlugin.java:1375)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlayerL
    istener.onPlayerJoin(WorldGuardPlayerListener.java:68)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.exe
    cute(JavaPluginLoader.java:130)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEven
    t(RegisteredListener.java:59)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEve
    nt(SimplePluginManager.java:225)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.ServerConfigurationManag
    er.a(ServerConfigurationManager.java:96)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLog
    inHandler.java:87)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLog
    inHandler.java:27)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(So
    urceFile:87)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:338)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:252)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    2011-02-25 20:03:28 [SEVERE] while parsing a block mapping
     in "<reader>", line 2, column 1:
        plugin:
        ^
    expected <block end>, but found BlockMappingStart
     in "<reader>", line 53, column 2:
         Users:
         ^
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlo
    ckMappingKey.produce(ParserImpl.java:576)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.peekEven
    t(ParserImpl.java:163)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.parser.ParserImpl.checkEve
    nt(ParserImpl.java:148)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeM
    appingNode(Composer.java:228)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeN
    ode(Composer.java:160)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.composeD
    ocument(Composer.java:122)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.composer.Composer.getSingl
    eNode(Composer.java:105)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.constructor.BaseConstructo
    r.getSingleData(BaseConstructor.java:124)
    2011-02-25 20:03:28 [SEVERE]    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.util.config.Configuration.load(Con
    figuration.java:73)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.load(Control.j
    ava:122)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.loadWorld(Cont
    rol.java:86)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:476)
    2011-02-25 20:03:28 [SEVERE]    at com.nijiko.permissions.Control.inGroup(Contro
    l.java:1046)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.bukkit.migration.NijiPermissionsRes
    olver.inGroup(NijiPermissionsResolver.java:70)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.bukkit.migration.PermissionsResolve
    rManager.inGroup(PermissionsResolverManager.java:90)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlugin.
    inGroup(WorldGuardPlugin.java:1375)
    2011-02-25 20:03:28 [SEVERE]    at com.sk89q.worldguard.bukkit.WorldGuardPlayerL
    istener.onPlayerJoin(WorldGuardPlayerListener.java:72)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.exe
    cute(JavaPluginLoader.java:130)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEven
    t(RegisteredListener.java:59)
    2011-02-25 20:03:28 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEve
    nt(SimplePluginManager.java:225)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.ServerConfigurationManag
    er.a(ServerConfigurationManager.java:96)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.NetLoginHandler.b(NetLog
    inHandler.java:87)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLog
    inHandler.java:27)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(So
    urceFile:87)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:338)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:252)
    2011-02-25 20:03:28 [SEVERE]    at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
     
  22. Offline

    yoyo15600

    Can someone please help ;(!
    I setup ichat all good and works but when i add essentials it makes my name red....
    how do u disable just the name??
    I tryed deleteing essentials chat but still dont work!!??
    Please someone help il be willing to do anything like subscribe you or anything!
    Thanks!
     
  23. Offline

    sillyrosster

    Permissions isn't working for me. It won't even load on to my server.

    This is my setup:
    Code:
    # System is no longer used, but may become used in the future
    
    # Copies is for multiple-world support
    
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    
    # Does not work for the default world.
    
    plugin:
    
    permissions:
    
    system: default
    
    copies:
    
    ##
    
    # Groups can contain inheritance.
    
    # To make a group inherit the permissions from another
    
    # group simply place the groups name in the "inheritance:" like so:
    
    #
    
    # Example:
    
    # inheritance:
    
    # - Default
    
    ##
    
    # All permissions including the asterisks must be placed in single quotes.
    
    # like so:
    
    #
    
    # - 'general.spawn'
    
    #
    
    # Otherwise errors will happen!
    
    ##
    
    # Globalized Permission settings:
    
    #
    
    # If a permission contains periods (.) you can denote a globalized parameter:
    
    #
    
    # - 'general.*'
    
    #
    
    # This will allow you to use all general commands.
    
    #
    
    ##
    
    # Single Asterisk denotes all commands:
    
    #
    
    # - '*'
    
    ##
    
    # To exempt a node use the - prefix like so:
    
    # - '-general.time'
    
    ##
    
    groups:
    
    Default:
    
    default: true
    
    info:
    
    prefix: Builder
    
    suffix:
    
    build: true
    
    inheritance:
    
    permissions:
    
    - 'essentials.depth'
    
    - 'essentials.getpos'
    
    - 'essentials.compass'
    
    - 'essentials.Social.*'
    
    - 'essentials.kit.tools'
    
    - 'essentials.item'
    
    - 'essentials.give'
    
    - 'essentials.Social.*'
    
    - 'essentials.kit.tools'
    
    - 'essentials.item'
    
    - 'essentials.give'
    
    - 'essentials.help'
    
    - 'essentials.tp'
    
    - 'essentials.tphere'
    
    - 'essentials.home'
    
    - 'essentials.sethome'
    
    - 'essentials.spawn'
    
    - 'essentials.warp'
    
    Moderator:
    
    default: false
    
    info:
    
    prefix: Mods
    
    suffix: &c
    
    build: true
    
    inheritance:
    
    - Default
    
    permissions:
    
    - 'essentials.Location.*'
    
    - 'essentials.Social.*'
    
    - 'essentials.clearinventory'
    
    - 'essentials.give'
    
    - 'essentials.item'
    
    - 'essentials.kit.*'
    
    - 'essentials.time'
    
    - 'essentials.help'
    
    - 'essentials.tptoggle'
    
    - 'essentials.tp'
    
    - 'essentials.tpa'
    
    - 'essentials.tphere'
    
    - 'essentials.tpahere'
    
    - 'essentials.tpahere'
    
    - 'essentials.heal'
    
    - 'essentials.kick'
    
    - 'essentials.home'
    
    - 'essentials.sethome'
    
    - 'essentials.spawn'
    
    - 'essentials.warp'
    
    - 'essentials.setwarp'
    
    - 'essentials.delwarp'
    
    Admin:
    
    default: false
    
    info:
    
    prefix: Admin
    
    suffix: &c
    
    build: true
    
    inheritance:
    
    permissions:
    
    - '*'
    
    ##
    
    # DarkGrave has control over all commands.
    
    ##
    
    users:
    
    Sillyrosster:
    
    group:Admin
    
    permissions:
    
    Meta1203:
    
    group:Admin
    
    permissions:
    It's set-up right. Just looks weird in the code...
     
  24. Offline

    imaxorz

    Is it just me or /pr doesn't work? I keep having to stop and start the server. Using /reload creates errors.
     
  25. Offline

    jdrez

    Permissions doesn't work - CB: 440, Permissions: 2.1

    Here's the error output:
     
  26. Offline

    sillyrosster

    That's Nice...
     
  27. Offline

    darkmagic16

    Um the downlink is broken >_>
     
  28. Offline

    Imamoose

    to those who get those severe errors read up on how to upgrade. its a 20 second change, your not seeing whats clearly written
     
  29. Offline

    XScizzor

    DOWNLOAD link is broken, right when i'm about to start a server
     
  30. Offline

    eth

    why is the download link not working
     
  31. Offline

    kendo1000

    WOOOOT WOOOOOT!!!!!! after 24 hrs of trying to get this to work i got it.

    nijikokun you really need to put on the 1st post 2 things, 1st tell them to download notpad++ it made it so esy to do with that, 2nd doesnt matter but i couldnt get it to work cuz its case sensitive.

    after that it was so stinkin esy, and all i needed was notepad++. =)
     
Thread Status:
Not open for further replies.

Share This Page