Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]

Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

    Download:
    Latest Stable (3.1.6) : Full Zip | Main Jar Only | SQL Interface Jar Only

    Previous Versions:
    3.1.5 (JAR|SQL) | 3.1.4 (JAR|SQL) | 3.1.3 (JAR|SQL) | 3.1.2 (JAR|SQL) | 3.1.1 (JAR) | 3.1 (JAR) | More older versions


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


    DO NOT USE GLOBAL CONFIGS FOR NOW. THE GLOBAL CONFIG IS MEANT TO SUPPLEMENT WORLD-SPECIFIC CONFIGS, NOT THE OTHER WAY ROUND. SEE https://github.com/TheYeti/Permissions/wiki/Global-vs-World .I WILL WRITE A PROPER TUTORIAL ON HOW TO USE THE GLOBAL CONFIGS SOON.

    TODO:
    • Revamp commands
    Known plugins that cause IllegalAccessError(s):

    • Help (not fixed yet)
    Temp Fix for IAEs (open)




    1. Open Help's JAR with 7zip.
    2. Find MANIFEST.MF (it can be in the root folder or in the META-INF folder, or both).
    3. Open the MANIFEST.MF file in a text editor
    4. Look for a line that starts with "Class-Path:".
    5. Delete "Permissions.jar" from that line.
    6. Save the manifest.
    7. 7zip will prompt you to save changes back into the archive. Accept.
    8. Restart server.





    Plugin Authors: How to hook into Permissions

    Due to @TheYeti being busy in RL for now, I have created a new thread for Permissions 3.x. TheYeti is still part of the Permissions team.

    Permissions... Reborn.
    This is a continuation of the work that was originally done by Nijikokun. All original credit goes to them as without their work this plugin would not have been possible. This plugin does not provide any commands or additional functionality beyond what is described in this post. That means that you need another plugin to provide colored names, chat prefixes, and op commands such as /give and /time.​

    The Permissions Team

    The team consists of myself @rcjrrjcr and @TheYeti currently with contributions from @Nijikokun as well on occasion. There are also several other members of the community who frequently assist with providing code changes, bug fixes, patches, support, feedback, and beta testing. Special thanks to @flames and the Dynmap & Wormhole X-Treme teams for the hosting of Permissions on their Jenkins server.

    What's new in 3.x?

    Taken from the GitHub page:
    1. In-game commands. For a long time, users have been pestering, nagging, demanding and/or screaming for an way to manage Permissions via commands. Now, in 3.0, in-game commands are available to manage permissions and groups.
    2. SQL storage. This allows web interfaces to manage Permissions by updating the SQL database Permissions uses.
    3. Promotion/demotion tracks. With a simple command, users can be promoted/demoted along a preconfigured track, allowing RP servers with ranks to promote the player along a class track and other possibilities.
    4. Multigroup.
    5. Weightage. Plugins are able to compare users via their weight, which is inherited from their groups. For example, SlapPlugin can check if Player A is higher-weighted than Player B when A tries to slap B (Not IRL, obviously).
    6. Improved world mirroring. Config files are now split into a group file and a user file. Also, by editing storageconfig.yml, you can configure the mirroring of entire worlds, or just its users/groups. You also do not have to create files for worlds that mirror another world. Also, two different worlds can use different storage types, like YAML and SQL.
    7. Global permissions. Instead of having to resort to cross-world group inheritance, now all worlds inherit groups and users from the global permissions file. Also, the inherited groups/users can be overridden via editing the specific world's file.
    Upgrading from 2.x to 3.x







    I have written a guide on GitHub. This demonstrates how to convert 2.x-style configs to 3.0. The YAML-to-SQL converter are still in testing, but it can be downloaded from here. It's written in Perl. @Zgred has created a web version of the script located here. @omgneeq is working on an Web UI for SQL databases (Sorry about the previous statement that he was making a converter.)​


    Install (open)
    For the admins

    In case you missed the link above, the Setup Guide on GitHub will help you quite a bit

    Samkio has updated his tutorial for P3:


    First thing that you will need to do is download the plugin. Place it in your plugins/ folder and unzip it. This should create the folder Permissions and a Permissions.jar file in your plugins folder. Next, go into Permissions/ and create a folder named the same as your world. So if your world name from server.properties is Foo you will need to create the folder plugins/Permissions/Foo. You MUST rename it to whatever your world's name is or it will not work.

    Note, if you have your server maps all saved into a single directory then the initial setup will be somewhat different. Say your maps are arranged in the main directory like so: bukkit/mapfolder/world1, bukkit/mapfolder/world2, etc. Then inside of the plugin/Permissions directory you will need to create a folder called mapfolder and inside of that put the directories containing users.yml and groups.yml in there.

    Next, you will need to go in and add yourself to the users, just replace the user that is in there with your name. Make any other modifications that you need to. While making modifications make sure that you do NOT use tabs. These will break the YAML format and cause issues. Instead, each indent should be four spaces. If you want people who aren't in the Admin group to be able to reload the permissions plugin you need to give them 'permissions.reload' permissions within the config file.

    Permissions gives server admins great control, mostly in-game reloading. More info about commands can be found here.


    FAQ (open)

    [FAQ]

    [Q] What is with the version numbers? I can't keep up, it seems like every time I look there is a new version!
    [A] I use the GNU versioning system for my version numbers. So what this means is the version number should be read as Major.Minor.Revision. So for version 2.5.2 this would mean it is the 2nd Major version, the 5th Minor release in this version, and the 2nd revision. I tend to release bug fixes and anything that doesn't add functionality or will not break things as revisions. So generally you should be safe with just watching the major & minor numbers and only getting the revision if it fixes a bug specific to you. Technically 2.5.2 should have been released as 2.6 as it did add functionality, but this was below even a minor change so I released it as a revision.

    [Q] I am getting an error that it can't pass BLOCK_PLACED or BLOCK _BREAK events to Permissions. Fix it!
    [A] That's not a question. The reason why it can't place these is probably because the syntax of your Permissions file is all whacked out, or it is a different world and you don't have a config file for that world.

    [Q] What am I suppose to name the config file?
    [A] You need to name it the same as your world. So if you look in server.properties at "level-name" you will see a world name there. Rename your config file to the same thing as that. Make sure you keep the .yml extension at the end.

    [Q] Permissions are broken. Why can no one use commands? Why am I not an admin?
    [A] First off, make sure that your formatting is correct. Look at the format that the default config file uses. Yours should look like that. Do NOT use tabs. Use 4 spaces (IE. " " <-- Four of those things.). Also, whichever group you give the permission '*' to, do not have that group inherit permissions from anyone else. That is called overloading and it will break things. Also, this.


    [Q] Which one am I suppose to download and unzip to install this?
    [A] Download the main package, not the JAR only. Unzip the ZIP file. The JAR only downloads are simply there for people who are UPGRADING and do not need the default config file.

    [Q] I have done all of this and this doesn't work! I'm going back to GroupManager!
    [A] Well, there is probably the problem. Make sure that you delete EssentialsGroupManager.jar and EssentialsGroupBridge.jar as these don't play well with Permissions and will cause headache.

    [Q] When are you going to add <blah> <feature/command> into this already? You suck! Do what I want NAU PL0X!
    [A] Feature requests should be posted on the GitHub tracker. Stupid suggestions like adding teleportation functionality and other less ludicrous stuff will be rejected.



    Changelog
    • 3.1.6
      • Major fixes.
      • Simplify tracks
    Changelog (open)





    • 3.1.5
      • Fix several minor bugs.
      • Autoconvert 2.x/GM format (only works if you split them into groups.yml and users.yml, but leave the rest untouched)
    • 3.1.4
      • Fix YAML locking bugs.
    • 3.1.3
      • Fix another SQL data and inheritance issue.
    • 3.1.2
      • Fix SQL data issues.
      • Added user/group name autocomplete
      • Separated SQL interface into separate plugin
    • 3.1.1
      • Fix prefix/suffix issues.
      • Added ON UPDATE CASCADE to the SQL foreign [/SIZE]
    • 3.1
      • Tons of fixes.
    • 3.0.6
      • Fix SQLite issues due to misimplementation of methods.
    • 3.0.5
      • Fix cache-related NPEs
      • Fixed quoted worlds (thanks again @Jeyge !)
    • 3.0.4
      • Fix LinkageError caused by ServiceManager not unloading the PermissionHandler class.
      • Added cache
      • Fix index not being incremented when promoting (thanks @Jeyge !)
    • 3.0.3
      • Fixed another getGroup bug.
    • 3.0.2
      • Fixed getGroup bug.
    • 3.0.1
      • Fixed some NPE bugs.
    • 3.0
      • Total overhaul of Permissions. Adds many new features (see What's new in 3.0?).
    • 2.7.4
      • Added overload of has() and permissions() for plugin devs
    • 2.7.3
      • Fixed negate node add/remove bug.
    • 2.7.2
      • Fix for small subtle bug introduced in last minor version.
    • 2.7.1
      • Commit by DThielke to fix several bugs with programmatic modifications of user permissions.
    • 2.7
      • Further commits by rcjrrjcr
        • Removed negatedNode checks
        • Temp fix for NULL issue
        • WorldConfigurationModification to save only modified configs
        • Fix for cache problems








    Credits (open)


    TheYeti:
    Nijikokun - Without their original work this plugin would not be possible.​
    All of the members of the community that regularly provide support in this thread for Permissions​
    Rigby, Kainzo, DThielke, GoMySQL, sk89q, RightLegRed - For hanging out with me in IRC, tons of testing, and pushing me to improve on the code constantly and make changes to make this plugin constantly better and better, and in general being entertaining.​
    Everyone else on here and in IRC who provides support, feedback, assistance, plugins that have continued to support and integrate this, and in general makes my life a bit easier, THANK YOU!​

    rcjrrjcr:
    I would like to thank Joy , jamesg and omgneeq for staying in #permissions for long periods of time to test out 3.0, and help me find many coding mistakes I made, patiently waiting for the next build while I fixed the bugs. I appreciate SvenBrnn 's and GoMySQL(Geoff Winans on this forum) 's help that allow me to design and code the SQL interface, and the HeroCraft coding team for providing support and some priceless IRC quotes (Dgco). Also, I would like to thank Lycano for helping me in many different aspects. Last but not least, I would like to thank Nijikokun and TheYeti for developing P2, which was one of my core plugins when I was still a 14-year-old server admin that didn't understand Java, and was the base for 3.0. Without these people, 3.0 would never be possible.​


    If after reading through all of that you are still having issues do one of two things. If it is a provable bug, and you have things like screenshots or copies of startup, steps to reproduce, your craftbukkit build and the version this is running along with your config files then submit the bug on the issue tracker. If it is general help or support you are needing then post a reply to this thread and someone will try to help you.

    Old thread: Permissions v2.7.4
     
  2. Offline

    walruscode

    I've never used Permissions with MySQL before. Permissions is not setting the group of new users to the default group defined in the PrWorldBase table. I put the following row in the PrWorldBase table:
    INSERT INTO `PrWorldBase` VALUES(`worldid`,`entryid`) (2,2);
    The world with the worldid 2 in the PrWorlds table is "world". The default world in bukkit is set to "world". The group with the entryid 2 in the PrEntries table is "Citizen". I manually set my group in the PrInheritance table, but when new users join the server, they are added to the PrEntries table, but not the PrInheritance table, and thus their default group is not being set. When they join, the only thin Permissions outputs via the console is this:
    Code:
    [Permissions] Creating user 'username' in world 'world'.
    It's not throwing any errors in the console.

    Is it necessary for me to provide an SQL dump of my permissions database to get help with this problem? (I don't think it should be, unless there's something else I have to do to set a default group for a world besides adding it in the PrWorldBase table).
     
  3. Offline

    Jeyge

    If you are using version 3.1.5b or before, this was normal. If you are using 3.1.6, it should create the relationship to the default group. Unfortunately, there is a bug right now that makes it hard to set up the default group so unless you used the workaround, I'm afraid you will have to live with it for now.
     
  4. Offline

    ray0911

    3.1.6 with MCMMO cause a server crash with it repeat "Read Time Out" in console. However, there is no crash with 3.1.5 with MCMMO. CB 935
     
  5. Offline

    Dr0iDzz

    for some reason i have to reload every 15-20 min. Because permissions stop working and wont let anybody build on my server. there are no errors. What should i do?
     
  6. Offline

    Jeyge

    I must say it has been fun watching you guys spam messages all over the place blaming one plugin after another. Now don't get me wrong, I'm not saying that it isn't Permissions at all, I've just enjoyed the show.

    Post more information about what you are doing when it happens, what plugins you are running, your current setup for the server, a server.log never hurts and perhaps you permissions yml files. Anything that would help someone try to figure out what is going on.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 28, 2018
  7. Offline

    walruscode

    I'm using 3.1.6. You said something about a workaround, could you tell me how to do this?
     
  8. Offline

    BlackNovaYZFR1

    I was hoping for something that could be executed from the console only, though.
     
  9. Offline

    ray0911

    There is nothing in the server log besides "read time out". It also only happens with MCMMO and Permission 1.3.6.I am not using mysql with permissions. However, I am using mysql with MCMMO. Server log is useless. Here is what i posted on the MCMMO forum. (SEE BELOW)

    The version of CB you are using
    2011-07-05 14:28:20 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-909-g3afb3d0-b956jnks (MC: 1.7.2)

    The version of mcMMO you are using
    MCMMO 1.0.32
    How many players were online
    ~7 players
    A screenshot or copy paste of the Lag Report by mcMMO
    Code:
    2011-07-05 14:24:43 [INFO] ####mcMMO PERFORMANCE REPORT####
    2011-07-05 14:24:43 [INFO] [These are the cumulative milliseconds mcMMO has lagged in the last 40 seconds]
    2011-07-05 14:24:43 [INFO] [1000ms = 1 second, lower is better]
    2011-07-05 14:24:43 [INFO] onPlayerRespawn: 0ms
    2011-07-05 14:24:43 [INFO] onPlayerQuit: 0ms
    2011-07-05 14:24:43 [INFO] onPlayerLogin: 141ms
    2011-07-05 14:24:43 [INFO] onPlayerInteract: 54ms
    2011-07-05 14:24:43 [INFO] onPlayerJoin: 1ms
    2011-07-05 14:24:43 [INFO] onPlayerCommandPreProcess: 43ms
    2011-07-05 14:24:43 [INFO] onPlayerChat: 0ms
    2011-07-05 14:24:43 [INFO] onBlockDamage: 129ms
    2011-07-05 14:24:43 [INFO] onBlockBreak: 13ms
    2011-07-05 14:24:43 [INFO] onBlockFromTo: 0ms
    2011-07-05 14:24:43 [INFO] onBlockPlace: 0ms
    2011-07-05 14:24:43 [INFO] onEntityTarget: 0ms
    2011-07-05 14:24:43 [INFO] onEntityDeath: 0ms
    2011-07-05 14:24:43 [INFO] onEntityDamage: 3ms
    2011-07-05 14:24:43 [INFO] onCreatureSpawn: 1ms
    2011-07-05 14:24:43 [INFO] mcTimer (HPREGEN/ETC): 314ms
    2011-07-05 14:24:43 [INFO] bleedSimulation: 0ms
    2011-07-05 14:24:43 [INFO] ####mcMMO END OF PERFORMANCE REPORT####
    2011-07-05 14:25:39 [INFO] Connection reset
    2011-07-05 14:25:41 [INFO] Connection reset
    2011-07-05 14:25:55 [INFO] Read timed out
    2011-07-05 14:25:55 [INFO] Read timed out
    2011-07-05 14:26:13 [INFO] Read timed out
    2011-07-05 14:26:22 [INFO] Read timed out
    
    Your CPU specs
    AMD Phenom II X6 1090T
    Your RAM specs
    16GB RAM
    Your OS
    Ubuntu 10.10
    Whether or not you are using FFS or MySQL
    MySQL
    If you are using MySQL please specify if its on the same LAN as the hosting server
    MySQL running on the same IP (Address: localhost)
     
  10. Offline

    Sshadow

    I saw a post you made about the tracks. That was the problem :) All working great now. So simple hehe
     
  11. Offline

    sErGIo1005

    Why i can't "place-destroy" objects
    here is my server.log
    Code:
    2011-07-06 20:50:23 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-06 20:50:23 [INFO] Loading properties
    2011-07-06 20:50:23 [INFO] Starting Minecraft server on 5.77.216.120:25565
    2011-07-06 20:50:23 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-06 20:50:23 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-06 20:50:23 [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-07-06 20:50:23 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-06 20:50:23 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-06 20:50:25 [INFO] While loading firstSpawn (plugins/FirstSpawn.jar) found old-data folder: plugins/FirstSpawn next to the new one: plugins/firstSpawn
    2011-07-06 20:50:25 [SEVERE] Could not load 'plugins/Tips.jar' in folder 'plugins':
    unacceptable character #FFFD special characters are not allowed
    in "<reader>", position 135
        at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:68)
        at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:159)
        at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:117)
        at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:106)
        at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:964)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:237)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produce(ParserImpl.java:200)
        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.getSingleNode(Composer.java:104)
        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:82)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-06 20:50:26 [INFO] LWC: Loading shared objects
    2011-07-06 20:50:26 [INFO] LWC: Protection cache: 0/10000
    2011-07-06 20:50:26 [INFO] LWC: Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    2011-07-06 20:50:26 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-06 20:50:26 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-06 20:50:26 [INFO] Preparing level "Laberinto"
    2011-07-06 20:50:27 [INFO] Preparing start region for level 0 (Seed: 4431064177836963840)
    2011-07-06 20:50:28 [INFO] Preparing spawn area: 28%
    2011-07-06 20:50:29 [INFO] Preparing spawn area: 57%
    2011-07-06 20:50:30 [INFO] Preparing start region for level 1 (Seed: -619612260546086087)
    2011-07-06 20:50:30 [INFO] Preparing spawn area: 3%
    2011-07-06 20:50:31 [INFO] Preparing spawn area: 52%
    2011-07-06 20:50:32 [INFO] Backup v1.4a was sucessfully loaded!
    2011-07-06 20:50:32 [INFO] [BlueTelePads] version 0.5.3 ENABLED
    2011-07-06 20:50:32 [INFO] [ClassSign] hooked into Permissions.
    2011-07-06 20:50:32 [INFO] [ClassSign] Configuration file loaded!
    2011-07-06 20:50:32 [INFO] [ClassSign] is up to date.
    2011-07-06 20:50:32 [INFO] [ClassSign] Loaded signs.dat successfully.
    2011-07-06 20:50:32 [INFO] [ClassSign] version v1.4 is enabled.
    2011-07-06 20:50:32 [INFO] CommandBook 1.5.2-customized enabled.
    2011-07-06 20:50:33 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-06 20:50:33 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-06 20:50:33 [INFO] CommandBook: 1 kit(s) loaded.
    2011-07-06 20:50:33 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:33 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-07-06 20:50:33 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:33 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-07-06 20:50:33 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:33 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:33 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-07-06 20:50:33 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:33 [INFO] 1 cauldron recipe(s) loaded
    2011-07-06 20:50:33 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-07-06 20:50:33 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:33 [INFO] EasyRules version 1.0.0 is enabled!
    2011-07-06 20:50:33 [SEVERE] Error occurred while enabling Essentials v2.0.294 (Is it up to date?): BLOCK_RIGHTCLICKED
    java.lang.NoSuchFieldError: BLOCK_RIGHTCLICKED
        at com.earth2me.essentials.Essentials.onEnable(Essentials.java:145)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-06 20:50:34 [INFO] [FirstSpawn] version 2  booted.
    2011-07-06 20:50:34 [INFO] [Giant Trees] version 0.3 is enabled
    2011-07-06 20:50:34 [INFO] [LazyRoad] : Version 0.4.4 beta is enabled!
    2011-07-06 20:50:34 [INFO] [NearestSpawn] Successfully linked with Permissions.
    2011-07-06 20:50:34 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-07-06 20:50:34 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-06 20:50:34 [INFO] [MagicCarpet] Using Permissions.
    2011-07-06 20:50:34 [INFO] SimpleSpawn is enabled.
    2011-07-06 20:50:34 [INFO] [Tetris] Permission plugin found, Adding these
    2011-07-06 20:50:34 [INFO] Tetris version 0.4 is enabled!
    2011-07-06 20:50:34 [INFO] VIP version 0.4.1 is enabled!
    2011-07-06 20:50:34 [INFO] WorldEdit 4.4 enabled.
    2011-07-06 20:50:34 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:35 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto) Single session is enforced.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto) TNT ignition is PERMITTED.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto) Lighters are PERMITTED.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto) Lava fire is blocked.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto) Fire spread is UNRESTRICTED.
    2011-07-06 20:50:35 [INFO] WorldGuard: Loaded configuration for world 'Laberinto"
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto_nether) Single session is enforced.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto_nether) TNT ignition is PERMITTED.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto_nether) Lighters are PERMITTED.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto_nether) Lava fire is blocked.
    2011-07-06 20:50:35 [INFO] WorldGuard: (Laberinto_nether) Fire spread is UNRESTRICTED.
    2011-07-06 20:50:35 [INFO] WorldGuard: Loaded configuration for world 'Laberinto_nether"
    2011-07-06 20:50:35 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-07-06 20:50:35 [INFO] LWC: Loaded 133 locale strings (0 overrides)
    2011-07-06 20:50:35 [INFO] Using Permissions API
    2011-07-06 20:50:35 [INFO] LWC: Loading SQLite
    2011-07-06 20:50:35 [INFO] Update detected for LWC
    2011-07-06 20:50:35 [INFO] Latest version: 3.21
    2011-07-06 20:50:35 [INFO] Need to download 1 file(s)
    2011-07-06 20:50:35 [INFO]  - Downloading file: LWC.jar
    2011-07-06 20:50:35 [INFO] LWC: Using: Native
    2011-07-06 20:50:36 [INFO] LWC: Precached 92 protections.
    2011-07-06 20:50:36 [INFO] LWC: At version: 3,21-git-LWC-2936c58564bf9d84e97a9a024af1644c8f67f269-b54jnks
    2011-07-06 20:50:36 [INFO] Done (0,944s)! For help, type "help" or "?"
    2011-07-06 20:50:36 [INFO] sErGIo1005 [/5.77.216.120:62330] logged in with entity id 102 at ([Laberinto] 27.966097141212163, 74.0, -14.30000001192093)
    2011-07-06 20:50:37 [INFO]   + Download complete
    2011-07-06 20:50:37 [INFO] Updated successful
    2011-07-06 20:50:40 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-07-06 20:50:42 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-07-06 20:51:07 [INFO] Connection reset
    2011-07-06 20:51:07 [INFO] sErGIo1005 lost connection: disconnect.quitting
    2011-07-06 20:51:07 [INFO] [BACKUP] Initiate a last backup because the last player left. It will start to backup in 15 minutes when no player will have connected in this time.
    2011-07-06 20:51:13 [SEVERE] null
    java.io.IOException: Input/output error
        at java.io.FileInputStream.read(Native Method)
        at jline.Terminal.readCharacter(Terminal.java:99)
        at jline.UnixTerminal.readVirtualKey(UnixTerminal.java:128)
        at jline.ConsoleReader.readVirtualKey(ConsoleReader.java:1453)
        at jline.ConsoleReader.readBinding(ConsoleReader.java:654)
        at jline.ConsoleReader.readLine(ConsoleReader.java:494)
        at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:23)
    2011-07-06 20:51:13 [INFO] Stopping server
    2011-07-06 20:51:13 [INFO] [BlueTelePads] Disabled
    2011-07-06 20:51:13 [INFO] [ClassSign] Saved signs successfully.
    2011-07-06 20:51:13 [INFO] [ClassSign] disabled.
    2011-07-06 20:51:13 [INFO] [Giant Trees] version 0.3 is disabled
    2011-07-06 20:51:13 [INFO] [LazyRoad] : Plugin disabled
    2011-07-06 20:51:13 [INFO] Magic Carpet disabled. Thanks for trying the plugin!
    2011-07-06 20:51:13 [INFO] SimpleSpawn is disabled.
    2011-07-06 20:51:13 [INFO] VIP Disabled
    2011-07-06 20:51:13 [INFO] WorldGuard 5.0-alpha10 disabled.
    2011-07-06 20:51:13 [INFO] [Permissions] (Yeti) saving data...
    2011-07-06 20:51:13 [INFO] [Permissions] (Yeti) saved all data.
    2011-07-06 20:51:14 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-06 20:51:14 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:51:14 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:51:14 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:51:14 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 20:51:14 [INFO] LWC: Freeing SQLite
     
     
  12. Offline

    walruscode

    You have to have the info.build node set to true for the group you're using in your groups.yml file.

    Not related to permissions, but you really shouldn't have CommandBook AND Essentials installed. They both do the same thing, and conflict with each other almost all the time. I suggest you review what each of those plugins offer, and choose one of them to use.

    EDIT: Regarding my post about Default groups not being set, I checked github and found out that this problem is going to be addressed in 3.2. Sorry for not checking that before complaining.
     
  13. Offline

    sErGIo1005

    And what I can do, I need the permissions, so I need to wait unil 3.2?
     
  14. Offline

    Delriousd

    Im sure this has been covered but, say I have 4 user groups that are considered "ranks" and 2 user groups that are optional and compliment the ranks.

    How can I "promote" a player through the ranks? Can this be done in game via chat commands and adding them to a group/s?

    Iv been trying it on my own but its a bit difficult to do by yourself and im a bit befuzzled by the /pr commands...
     
  15. Offline

    kyle772

    That and the fact that it worked.
     
  16. Offline

    Jeyge

    You really should take that wealth of knowledge and update the whole wiki. You should be able to solve everyone's problems with your 3 hours.

    I'm not sure if CommandHelper has a console portion but it would be worth taking a look. Or go with the OP not needed idea and then you will only have to use 1 command.
    I'm going to assume your optional groups are like the donator groups I set up some time ago so what you would want to do is have one track which just promotes between say the 4 basic groups and a second track which promoted between all 6. That way, your donators could hit the right groups. The command you would want to use is "/pr <user> (w:<world>) promote t:<track>". The world is only needed if you are using the console or you are trying to promote someone in another world.
    Are you trying to build close to your spawn location? If so, move a little bit away and try again or turn off spawn-protection in your bukkit.yml file. If it is something else, post your permissions yml files again and who isn't able to build.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  17. Offline

    sErGIo1005

    Gruops:
    Code:
    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players then set the build: flag to false (build: false).
    # If you want a group to be able to build then set it to true.
    ##
    # Groups can inherit from other groups.
    #   To make a group inherit the permissions and info nodes from another
    #   group, simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Wildcard Permission settings:
    #
    #       You can have wildcard nodes which encompass all nodes that match it.
    #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    #       "modplugin.settings.view", and so on.
    #
    ##
    #   A single asterisk means that this user/group has all permissions.
    #       - '*'
    ##
    #   Negated nodes are created by prefixing a normal node with "-".
    #   They prevent less specific wildcard nodes from matching the negated node.
    #   For example:
    #
    #   permissions:
    #       - 'foo.*'
    #       - '-foo.bar'
    #
    #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
    #
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    ##
    #
    #   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    groups:
        Default:
            default: true
            info:
                prefix: 'New'
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:true
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
                - 'BlueTelePads.Use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator'
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'FirstSpawn.tpFirstSpawn'
                - 'lwc.protect'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.*'
                - 'essentials.tp'
                - 'LazyRoad.build'
                - 'classign.Use'
        Moderator:
            default: false
            info:true
                prefix: 'Mod'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
                - 'BlueTelePads.Create'
                - 'BlueTelePads.use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'FirstSpawn.setFirstSpawn'
                - 'FirstSpawn.tpFirstSpawn'
                - 'lwc.mod'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.*'
                - 'essentials.tp'
                - 'LazyRoad.build'
                - 'classign.Place'
                - 'classign.Use'
        Admins:
            default: false
            info:true
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'lwc.admin'
                - 'myhome.admin'
                - 'myhome.convert'
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
                - 'BlueTelePads.Create'
                - 'BlueTelePads.use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'FirstSpawn.setFirstSpawn'
                - 'FirstSpawn.tpFirstSpawn'
                - 'lwc.mod'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.*'
                - 'essentials.tp'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'LazyRoad.build'
                - 'gianttrees.build'
                - 'gianttrees.reload'
                - 'gianttrees.nolimit'
                - 'gianttrees.custom'
                - 'classign.Place'
                - 'classign.Disable'
                - 'classign.Enable'
                - 'classign.Use'
                - 'classign.admin.clearuser'
    Users
    Code:
    ##
    # Permissions has AntiBuild, which prevents a player from destroying/placing blocks.
    # To prevent a group of players then set the build: flag to false (build: false).
    # If you want a group to be able to build then set it to true.
    ##
    # Groups can inherit from other groups.
    #   To make a group inherit the permissions and info nodes from another
    #   group, simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   Wildcard Permission settings:
    #
    #       You can have wildcard nodes which encompass all nodes that match it.
    #       For example, the node "modplugin.*" matches "modplugin.kick", "modplugin.ban",
    #       "modplugin.settings.view", and so on.
    #
    ##
    #   A single asterisk means that this user/group has all permissions.
    #       - '*'
    ##
    #   Negated nodes are created by prefixing a normal node with "-".
    #   They prevent less specific wildcard nodes from matching the negated node.
    #   For example:
    #
    #   permissions:
    #       - 'foo.*'
    #       - '-foo.bar'
    #
    #   In this case, the user/group will have "foo.foo", "foo.foobar", and so on, but not "foo.bar".
    #
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    ##
    #
    #   For more info, visit https://github.com/TheYeti/Permissions/wiki/Guide-to-creating-YAML-configs
    #
    ##
    
    groups:
        Default:
            default: true
            info:
                prefix: 'New'
                suffix: ''
                build: false
            inheritance:
        Member:
            default: false
            info:true
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'warpplugin.warp'
                - 'econplugin.basic.*'
                - 'BlueTelePads.Use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator'
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'FirstSpawn.tpFirstSpawn'
                - 'lwc.protect'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.*'
                - 'essentials.tp'
                - 'LazyRoad.build'
                - 'classign.Use'
        Moderator:
            default: false
            info:true
                prefix: 'Mod'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
                - 'BlueTelePads.Create'
                - 'BlueTelePads.use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'FirstSpawn.setFirstSpawn'
                - 'FirstSpawn.tpFirstSpawn'
                - 'lwc.mod'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.*'
                - 'essentials.tp'
                - 'LazyRoad.build'
                - 'classign.Place'
                - 'classign.Use'
        Admins:
            default: false
            info:true
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'lwc.admin'
                - 'myhome.admin'
                - 'myhome.convert'
                - 'modplugin.ban'
                - 'modplugin.kick'
                - 'modplugin.unban'
                - 'BlueTelePads.Create'
                - 'BlueTelePads.use'
                - 'craftbook.mech.bridge'
                - 'craftbook.mech.bookshelf.use'
                - 'craftbook.mech.cauldron'
                - 'craftbook.mech.elevator
                - 'craftbook.mech.elevator.use'
                - 'craftbook.mech.gate'
                - 'craftbook.mech.light-switch'
                - 'FirstSpawn.setFirstSpawn'
                - 'FirstSpawn.tpFirstSpawn'
                - 'lwc.mod'
                - 'myhome.home.basic.home'
                - 'myhome.home.basic.delete'
                - 'myhome.home.soc.*'
                - 'essentials.tp'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
                - 'LazyRoad.build'
                - 'gianttrees.build'
                - 'gianttrees.reload'
                - 'gianttrees.nolimit'
                - 'gianttrees.custom'
                - 'classign.Place'
                - 'classign.Disable'
                - 'classign.Enable'
                - 'classign.Use'
                - 'classign.admin.clearuser'
    I think that anyone can place/destroy blocks
     
  18. Offline

    Jeyge

    You posted your groups.yml file twice but before you said you couldn't break any blocks and now you said you could. What would the problem be again?
     
  19. Offline

    Piotr

    I have problem. I have 12 plugins, but when I try to install 13th plugin (it doesn't matter what plugin it is) I got this error.

    Code:
    10:12:24 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko
    .permissions.ModularControl$RefreshTask from class com.nijiko.permissions.Modula
    rControl
    10:12:24 [SEVERE]       at com.nijiko.permissions.ModularControl.<init>(ModularC
    ontrol.java:64)
    10:12:24 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:179)
    10:12:24 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:133)
    10:12:24 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:121)
    10:12:24 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer
    .java:89)
    10:12:24 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init
    >(ServerConfigurationManager.java:51)
    10:12:24 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:132)
    10:12:24 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    10:12:24 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    10:12:24 [SEVERE] [Permissions] Unable to load permission data.
    10:12:24 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    
    It's IllegalAccesError, but I don't have any idea what could be wrong. When I have 12 plugins, everything is good, but when I try to install that 13th plugin, I always got this error.
     
  20. Offline

    Exxter

    Hello,
    is there already a version from Permissions for 953?
     
  21. Offline

    Ciggie

    this stops you from being able to place blocks.. wtf.

    yeah.. can't place or destroy blocks. spawn prots off - and i'm op.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  22. Offline

    PigSaddle

    I'm hugely confused and I have a fair amount of experience with permissions (2.x)
    I have just started a new server with only permissins enabled 3.1.6 and it just doesn't seem to want to work at all. All signs point to 3.1.6 being able to work with 953?
    Also unzipping the zip puts the RENAME folder in worng dir. I'm not being stupid when I then move this to plugins/Permissions/RENAMEME and then of course rename to world?
    So fresh server, permissions only plugin and not working at all? Anyone else experiencing this? I have tried with oither plugins but just now am trying to get it do do even the simplest task of giving a prefix to a user not in any group and therefore Default.
     
  23. Offline

    Sladewill

    Your trying to run permissions and group manager at the same time, your worldguard is broken, you havent parsed the yml properly and used tabs in the documents.
     
  24. Offline

    Ratchet

    @rcjrrjcr when I switch from permissions 2 to 3, my server locks up a few minutes after starting. no errors in the console, I can't stop/restart it without forcefully shutting it down. any ideas?
     
  25. Offline

    Mistrzu4

    Thanks for reply.

    I want to group 'Default' can build in Cuboid: "NameCuboid".

    Code:
    .flags.<flag>.<region-id> - Can only set the specified flag in the region and you must not be the owner or a member of it
    So it should be: - worldguard.region.flag.build.NameCuboid

    http://wiki.sk89q.com/wiki/WorldGuard/Permissions
     
  26. Offline

    alcoholicweeman

    Hey 3rd time posting, really need help please

    Ok,

    I have setup my permissions ect for all groups/users.

    I have it assigning the users correct groups, as in chat we have the correct prefixes.

    The picture below shows everyone in the group default having the permissions listed. One being the .essentials.signs.use.* , Everyone in default with prefix -New- Showing they are in the group default and should have the permissions therefore to use the sign... Yet when they go up to it and right click it, nothing happens, yet when I right click it with permissions * I can use it. So, it leads me to believe the players in default are not actually getting the permissions given in default.

    [​IMG]


    Console

    Nothing but user commands. Says it using permissions.

    Groups.yml

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '-New-'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.helpop'
                - 'essentials.home'
                - 'essentials.list'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.signs.use.heal'
                - 'essentials.spawn'
                - 'essentials.signs.use.*'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
        Admins:
            default: false
            info:
                prefix: 'Owner'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    Users.yml
    Code:
    users:
        general621:
            permissions:
            groups:
            - Default
        Icehorzon88:
            permissions:
            groups:
            - Default
        AlcoholicWeeman:
            permissions:
            groups:
            - Admins
        khk91:
            permissions:
            groups:
            - Default
        Alle01:
            permissions:
            groups:
            - Default
        graslok:
            permissions:
            groups:
            - Default
        brage45:
            permissions:
            groups:
            - Default
        redbry:
            permissions:
            groups:
            - Default
    

    Any help appreciated greatly,

    Thanks
     
  27. Offline

    Moe041991

    whenever the storageconfig is created, its just an empty file. Where/how do i enter my SQL login information?
     
  28. Offline

    Yudaz

    You know, every plugin needs editing, theres no plugin where you can just download it and use it (mostly)... So make yourself a group system (if you havent already) and add your self into the Admin group... Then you will have access to everything...
     
  29. Offline

    IamBilly!

    Nothing is working. It all used to but when I updated, nothing. The error on terminal reads:

    Code:
    20:37:53 [SEVERE] [Permissions] Unable to load permission data.
    20:37:53 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    20:37:53 [INFO] [Permissions] (Yeti) was initialized.
    20:37:53 [INFO] [Permissions] (Yeti) disabled successfully.
    I am running on CB 953. I would like to know if it is my coding or if it has been broken by another plugin or CB. My plugins are:

    Code:
    21:08:38 [INFO] Plugins: AdminCmd, BigBrother, BlastControl, Chat, ChestLock, ChocoCrops, ColorMe, CraftBookCommon, CraftBookCircuits, CraftBookMechanisms, CraftBookVehicles, CraftBukkitUpToDate, CreativeStick, creaturebox, CustomCrafting, DimensionDoor, GrassSeeds, HomeX, iConomy, Inception, InvinciWolf, KitPlugin, Lockette, mcMMO, MineMail, MobLoot, mobSpawner, MultiInv, NoFire, NoThanks, nSpleef, Permissions, PhysicalShop, PlayerList, PlgColdLightning, PlgWarp, PvPToggle, reedemCodes, Regios, SimpleTips, SpawnCreature, SpawnMob, SpawnX, Stats, StyxSpace, War, WorldEdit, Zeus, Achievements, Citizens, Fruitful
    

    Most have stopped working along with Permissions. I know there are a lot.
    Below are my groups.yml and users.yml:


    Code:
    groups:[/COLOR]
    [COLOR=#141414][/COLOR]
    [COLOR=#141414][CODE]users:
        (me):
            permissions: []
            groups:
            - Admins
        (anonymous):
            info:
                prefix:
                suffix:
            permissions: []
            groups:
            - VIP
        (anonymous):
            info:
            permissions: []
            groups:
            - VIP
        (anonymous):
            info:
            permissions: []
            groups:
            - VIP
        (anonymous):
            info:
            permissions: []
            groups:
            - GoodCitizens
        (anonymous):
            info:
            permissions: []
            groups:
            - GoodCitizens
        (anonymous):
            info:
            permissions: []
            groups:
            - VIP
        (anonymous):
            info:
            permissions: []
            groups:
            - VIP
        (anonymous):
            info:
            permissions: []
            groups:
            - VIP
        (anonymous):
            info:
            permissions: []
            groups:
            - VIP
        (anonymous):
            info:
            permissions: []
            groups:
            - VIP
    
    Is there anything I am doing wrong? Please help, I need to run this for a function coming up soon.
    [/CODE][/COLOR]
     
  30. Offline

    Ciggie

    Stops me from being able to build, on my own server. I am an OP. The files turn out empty unless you take from the .zip file too.. What the hell is going on.
     
  31. Offline

    Jeyge

    @Piotr
    There is information in the OP and in the wiki FAQ on how to fix the IAE.

    @Exxter
    See the wiki FAQ for that question.

    @Ciggie
    Post your permissions yml files. You may not have set build to true.
    Nope, fresh install with the default files from the zip has always worked for me. Perhaps posting your errors would help determine what is going on.
    That permission is to allow a user to add the build flag to a region that they own and not to give them access to a region. You would want to use "/region addowner <region> g:Default" to allow the whole Default to build in that region.
    All files are created empty and then you enter you information. You can find the SQL information you would want to enter on the wiki under Storageconfig.yml Options.

    @IamBilly!
    You'll need to post the actual error that is causing Permissions to break.

    I might be all wrong here and you should verify this with the Essentials guys but it seems like the heal sign use is actually essentials.signs.heal.use. And you are probably looking for the buy and sell permissions too which would be essentials.signs.buy.use and essentials.signs.sell.use. I would check out their wiki for the rest of the permissions as I find it really hard just to find the basic permissions on their site.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
Thread Status:
Not open for further replies.

Share This Page