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

    Unbatedzz

    :'(
    groups:
    basic:
    default: true
    info:
    prefix: '&fbasic'
    suffix: '&f'
    build: true
    inheritance:
    permissions:
    - warpz0r.warp
    - warpz0r.home
    - warpz0r.sethome
    - essentials.afk
    - essentials.compass
    - essentials.getpos
    - essentials.help
    - essentials.helpop
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.motd
    - essentials.msg
    - essentials.rules
    - essentials.seen
    - essentials.suicide
    - essentials.spawn
    - essentials.back
    - essentials.back.ondeath
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - lwc.create
    - lwc.create.?
    - lwc.info
    - lwc.unlock
    - lwc.remove
    Pro:
    default: false
    info:
    prefix: Pro
    suffix: '&b'
    build: true
    inheritance:
    - basic
    permissions:
    - warpz0r.warp
    - warpz0r.set
    - warpz0r.remove
    - warpz0r.list
    - warpz0r.warpto
    - warpz0r.home
    - warpz0r.sethome
    - warpz0r.worldhome
    - magiccarpet.mc
    - essentials.bigtree
    - essentials.item
    - essentials.itemspawn.item-<itemname>
    - essentials.itemspawn.item-<itemid>
    - essentials.itemspawn.item-all
    - essentials.ignore
    - essentials.nick
    - essentials.clearinventory
    - essentials.delwarp
    - essentials.jump
    - essentials.top
    - essentials.tp
    - essentials.tphere
    - essentials.tptoggle
    - essentials.teleport.timer.bypass
    - essentials.teleport.cooldown.bypass
    - essentials.portal
    - worldedit.brush.sphere
    - worldedit.brush.cylinder
    - worldedit.brush.clipboard
    - worldedit.brush.smooth
    - worldedit.brush.ex
    - worldedit.chunkinfo
    - worldedit.listchunks
    - worldedit.delchunks
    - worldedit.clipboard.copy
    - worldedit.clipboard.cut
    - worldedit.clipboard.paste
    - worldedit.clipboard.rotate
    - worldedit.clipboard.flip
    - worldedit.clipboard.load
    - worldedit.clipboard.save
    - worldedit.clipboard.clear
    - worldedit.limit
    - worldedit.generation.cylinder
    - worldedit.generation.sphere
    - worldedit.generation.forest
    - worldedit.generation.pumpkins
    - worldedit.history.undo
    - worldedit.history.redo
    - worldedit.history.clear
    - worldedit.navigation.unstuck
    - worldedit.navigation.jumpto
    - worldedit.navigation.up
    - worldedit.region.set
    - worldedit.region.replace
    - worldedit.region.overlay
    - worldedit.region.faces
    - worldedit.region.smooth
    - worldedit.region.move
    - worldedit.region.stack
    - worldedit.regen
    - worldedit.selection.pos
    - worldedit.selection.hpos
    - worldedit.selection.chunk
    - worldedit.wand
    - worldedit.wand.toggle
    - worldedit.selection.expand
    - worldedit.selection.contract
    - worldedit.selection.shift
    - worldedit.selection.outset
    - worldedit.selection.inset
    - worldedit.selection.size
    - worldedit.analysis.count
    - worldedit.analysis.distr
    - worldedit.snapshots.list
    - worldedit.snapshots.restore
    - worldedit.superpickaxe
    - worldedit.superpickaxe.area
    - worldedit.superpickaxe.recursive
    - worldedit.tool.info
    - worldedit.tool.tree
    - worldedit.tool.replacer
    - worldedit.tool.data-cycler
    - worldedit.superpickaxe
    - worldedit.brush.options.mask
    - worldedit.brush.options.material
    - worldedit.brush.options.size
    - worldedit.fill
    - worldedit.fill.recursive
    - worldedit.drain
    - worldedit.fixlava
    - worldedit.fixwater
    - worldedit.removeabove
    - worldedit.removebelow
    - worldedit.removenear
    - worldedit.replacenear
    - worldedit.snow
    - worldedit.thaw
    - worldedit.extinguish
    - worldedit.butcher
    - worldedit.remove
    Mod:
    default: false
    info:
    prefix: Mod
    suffix: '&a'
    build: true
    inheritance:
    - Pro
    permissions:
    - modplugin.ban
    - modplugin.kick
    - modplugin.unban
    - essentials.give
    - essentials.give.item-all
    - essentials.give.item-<itemname>
    - essentials.give.item-<itemid>
    - essentials.god
    - essentials.heal
    - essentials.helpop.receive
    - essentials.realname
    - essentials.spawner
    - essentials.whois
    - essentials.ban
    - essentials.broadcast
    - essentials.clearinventory.others
    - essentials.ext
    - essentials.kick
    - essentials.kill
    - essentials.mute
    - essentials.spawnmob
    - essentials.tempban
    - essentials.unban
    - essentials.unbanip
    - essentials.weather
    - essentials.tppos
    - essentials.world
    - lwc.mod
    - worldedit.navigation.ascend
    - worldedit.navigation.descend
    - worldedit.navigation.ceiling
    - worldedit.navigation.thru
    - vanish.vanish
    - vanish.list
    - vanish.dont.hide
    Admin:
    default: false
    info:
    prefix: Admin
    suffix: '&c'
    build: true
    inheritance:
    permissions:
    - '*'
    - warpz0r.admin.clearhome
    - warpz0r.admin.home
    - warpz0r.admin.sethome
    - essentials.itemspawn.exempt
    - essentials.god.others
    - essentials.time.world
    - essentials.time
    - essentials.backup
    - essentials.nick.others
    - essentials.banip
    - essentials.essentials
    - essentials.gc
    - essentials.invsee
    - essentials.kickall
    - essentials.reloadall
    - essentials.setspawn
    - essentials.tpall
    - essentials.tpo
    - essentials.tpohere
    - lwc.admin
    - pvpplus.delay
    - pvpplus.override.other
    - pvpplus.override
    - worldedit.reload

    What Is Wrong With This???? ALL My Player Can Use Every Command. They Work, But Everyone Can Use Every Command. Please Help Or Reply A Way To Fix it Please Thanks.
    Plugins I Have:World Edit,World Guard, LWC,PVP PLUS, Essentials, WarpZ0r.
    Please Help * ) *
     
  3. Offline

    Jack Graham

    No plugins work it just doesnt seem to make me the admin i have a chat plug in says everything works it enables it but it wont allow me to use some plugins because im not an admin even though i set myself to be one. As for my permissions.yml file i renamed it after my world and everything.
     
  4. Offline

    ACStache

    your permissions.yml? the one sitting in the server's root folder? that's not the right one. and you shouldn't have any files named after your world, just folders.
    your files for this plugin are in the "server\plugins\Permissions" folder. make sure those have the right stuff in them.
     
  5. Offline

    Jeyge

    You can check to make sure you don't have everyone in your ops.txt file as that will give them all commands. If they aren't there, then you will need to post your server.log and all of your permissions yml files in code blocks or on pastebin.com.
     
  6. Offline

    Unbatedzz

    im still having problems im not sure how to use pastebin.com but no one is in my OPs.text file but *Me*
    Sorry Im Sortve A Noob Any More Help?
     
  7. Offline

    juicychris47

    it just wont work for some reason, please help. here is my server log. Screen shot 2011-07-26 at 1.53.03 AM.png
     
  8. Offline

    Unbatedzz

    Essentials Config:
    http://pastebin.com/9Bgfibp9

    Essentials Spawn:
    http://pastebin.com/wiYE8hKP
    Essentials Worth:
    http://pastebin.com/Lb0iX0ED
    Essentials GEOIP:
    http://pastebin.com/EnqEtevt
    iChat
    http://pastebin.com/jMww85Xf
    Permissions Users:
    http://pastebin.com/9umFXhWZ
    Permissions Groups:
    http://pastebin.com/EvHxjVfA
    Vanish:
    http://pastebin.com/WwtNDfPu
    WarpZ0r Config:
    http://pastebin.com/MKGpeMTp
    World Edit Config:
    http://pastebin.com/ujTDsN6U
    WorldGuard Config:
    http://pastebin.com/5a850PuG
    Like This?
    i still need help with why everyone can use every commands!
     
  9. Offline

    Jeyge

    You can ignore the nag author messages. Those just show up randomly when you use /reload.
    I'll still need your server.log and what you mean by everyone can use every command. Who is using what command will make it much easier to track down.
     
  10. Offline

    Zixt

    Is there a way to mirror the users.yml file ONLY throughout all the worlds? I have different permissions assigned to the same ranks and I am stuck on doing this.

    Is there a way to mirror the users.yml file ONLY throughout all the worlds? I have different permissions assigned to the same ranks and I am stuck on doing this.

    I took a look at the Wiki and it seems World inheritance seems to be the right option... I'm not sure though. Any help going?

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

    Jeyge

    There is an issue in the tracker asking for exactly this but for now, you will have to live with Example 2 in the Global vs. World topic. It does come with some drawbacks though like you will have to maintain your globalusers.yml yourself. Basically, every time a new user logs in, they will be automatically added to that worlds users.yml file. You will need to delete them and add the record to the globalusers.yml and change the group to "?,<group>".

    Methinks you meant to ask that on the competing plugins thread. I don't think the Permissions devs are going to make the converter that makes their plugin obsolete. :)

    But you are lucky today. I happen to know they haven't finished up the converter yet. The last post by the new dev was a week ago I think now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 6, 2019
  12. Offline

    darkkiller782

    Hello i just recently joined this forum and i have a problem with permissions in my server my groups file is gone but i have server log file ill paste it here

    Code:
    2011-07-25 17:24:46 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-25 17:24:46 [INFO] Loading properties
    2011-07-25 17:24:46 [INFO] Starting Minecraft server on 192.168.1.102:25565
    2011-07-25 17:24:46 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-25 17:24:46 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-25 17:24:46 [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-25 17:24:46 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-25 17:24:46 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-25 17:24:47 [INFO] LWC: Loading shared objects
    2011-07-25 17:24:47 [INFO] LWC: Protection cache: 0/10000
    2011-07-25 17:24:47 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-07-25 17:24:47 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-25 17:24:47 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-25 17:24:47 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-25 17:24:47 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-25 17:24:47 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
    2011-07-25 17:24:47 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    2011-07-25 17:24:47 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-25 17:24:47 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-25 17:24:47 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-25 17:24:47 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-25 17:24:47 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-25 17:24:47 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-25 17:24:47 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-25 17:24:47 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-25 17:24:47 [INFO] Preparing level "world"
    2011-07-25 17:24:47 [INFO] Preparing start region for level 0 (Seed: 4499998273087220010)
    2011-07-25 17:24:48 [INFO] [AcidRain] version 1.2.3 enabled.
    2011-07-25 17:24:48 [INFO] Backup v1.6 was sucessfully loaded!
    2011-07-25 17:24:48 [INFO] BankAccount version 0.5.1 is enabled!
    2011-07-25 17:24:48 [INFO] [BankAccount] Config file found!
    2011-07-25 17:24:48 [INFO] [BankAccount] Properties Loaded
    2011-07-25 17:24:48 [INFO] [BankAccount] Connected to SQLite
    2011-07-25 17:24:50 [INFO] [iConomy] Logging is currently disabled.
    2011-07-25 17:24:50 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-25 17:24:50 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-25 17:24:50 [INFO] [BankAccount] Payment method found (iConomy version: 5)
    2011-07-25 17:24:50 [INFO] [BankAccount] Running interest every 5 minutes by 1.0%
    2011-07-25 17:24:50 [INFO] [BankAccount] Established connection with economy!
    2011-07-25 17:24:51 [INFO] [ChestShop] version 3.00 BETA 10 initialized!
    2011-07-25 17:24:51 [INFO] [ChestShop] iConomy 5 loaded.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [ChestShop] LWC version 3.3 loaded.
    2011-07-25 17:24:51 [INFO] CommandBook 1.5.2 enabled.
    2011-07-25 17:24:51 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-25 17:24:51 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-25 17:24:51 [WARNING] CommandBook: Unknown kit item 'null'
    2011-07-25 17:24:51 [INFO] CommandBook: 4 kit(s) loaded.
    2011-07-25 17:24:51 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] HelpPages 1.3 enabled
    2011-07-25 17:24:51 [INFO] Help Pages reloaded.
    2011-07-25 17:24:51 [INFO] HelpPages: Permissions detected
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [SEVERE] java.lang.NullPointerException
    2011-07-25 17:24:51 [SEVERE]     at com.herocraftonline.dthielke.herochat.util.ConfigManager.saveGlobals(ConfigManager.java:203)
    2011-07-25 17:24:51 [SEVERE]     at com.herocraftonline.dthielke.herochat.util.ConfigManager.save(ConfigManager.java:186)
    2011-07-25 17:24:51 [SEVERE]     at com.herocraftonline.dthielke.herochat.HeroChat.onEnable(HeroChat.java:141)
    2011-07-25 17:24:51 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    2011-07-25 17:24:51 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    2011-07-25 17:24:51 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    2011-07-25 17:24:51 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    2011-07-25 17:24:51 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    2011-07-25 17:24:51 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    2011-07-25 17:24:51 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    2011-07-25 17:24:51 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    2011-07-25 17:24:51 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-25 17:24:51 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-25 17:24:51 [WARNING] [HeroChat] Error encountered while saving data. Disabling HeroChat.
    2011-07-25 17:24:51 [INFO] [HeroChat] HeroChat version 4.11.0 disabled.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [iConomyPunga] Successfully linked with iConomy.
    2011-07-25 17:24:51 [INFO] [Jail] Loaded 0 jail zones.
    2011-07-25 17:24:51 [INFO] [Jail] Loaded 0 prisoners.
    2011-07-25 17:24:51 [INFO] [Jail] Loaded 0 cells.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [LazyRoad] : Version 0.5.2 is enabled!
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [LocalShops] Loaded with 0 shop(s)
    2011-07-25 17:24:51 [INFO] [LocalShops] Version 3.1.1 is enabled: 6477bdbd-6cb5-49c4-a913-dae8bc2f1104
    2011-07-25 17:24:51 [INFO] [LocalShops] Starting NotificationThread with Timer of 300 seconds
    2011-07-25 17:24:51 [INFO] [LocalShops][Economy] BOSEconomy not found.
    2011-07-25 17:24:51 [INFO] [LocalShops][Economy] Essentials Economy not found.
    2011-07-25 17:24:51 [INFO] [LocalShops][Economy] iConomy 4 not found.
    2011-07-25 17:24:51 [INFO] [LocalShops][Economy] iConomy 5 hooked.
    2011-07-25 17:24:51 [INFO] [LocalShops][Economy] iConomy 5 found: Loaded
    2011-07-25 17:24:51 [INFO] [LocalShops][Permission] Permissions (Phoenix) found: Waiting
    2011-07-25 17:24:51 [INFO] [LocalShops][Permission] Local Fallback Permissions found: Loaded
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [MobileAdmin] Loading users.
    2011-07-25 17:24:51 [SEVERE] Error occurred while enabling MobileAdmin v3.0 (Is it up to date?): null
    java.lang.NullPointerException
        at net.kaltner.MobileAdmin.MobileAdmin.onEnable(MobileAdmin.java:53)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        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-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [SEVERE] [MYHOME]SQLite exception on initialize
    java.sql.SQLException: path to 'C:\Users\Bruce Lee\Documents\Games\Minecraft\Minecraft Server\plugins\MyWarp/warps.db': 'C:\Users\Bruce Lee\Documents\Games\Minecraft\Minecraft Server\plugins\MyWarp' does not exist
        at org.sqlite.Conn.open(Conn.java:103)
        at org.sqlite.Conn.<init>(Conn.java:57)
        at org.sqlite.JDBC.createConnection(JDBC.java:77)
        at org.sqlite.JDBC.connect(JDBC.java:64)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at java.sql.DriverManager.getConnection(Unknown Source)
        at me.taylorkelly.mywarp.ConnectionManager.initialize(ConnectionManager.java:15)
        at me.taylorkelly.mywarp.MyWarp.onEnable(MyWarp.java:57)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        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-25 17:24:51 [SEVERE] [MYWARP] Could not establish SQL connection. Disabling MyWarp
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [OpenInv] version 1.3.2-test enabled!
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [Permissions] SQL Interface enabled!
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [SetRank] Booting...
    2011-07-25 17:24:51 [INFO] [SetRank] Permissions system detected!
    2011-07-25 17:24:51 [INFO] [SetRank] Done!
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] WorldEdit 4.6 enabled.
    2011-07-25 17:24:51 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] WorldGuard: Blacklist loaded.
    2011-07-25 17:24:51 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-25 17:24:51 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-07-25 17:24:51 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-25 17:24:51 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-07-25 17:24:51 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-07-25 17:24:51 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-25 17:24:51 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-25 17:24:51 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:51 [INFO] [dynmap] Using environment as template: normal
    2011-07-25 17:24:51 [INFO] [dynmap] Configuration of world world
    2011-07-25 17:24:51 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@6bfcc7a9
    2011-07-25 17:24:51 [INFO] [dynmap] enabled: true
    2011-07-25 17:24:51 [INFO] [dynmap] title: world
    2011-07-25 17:24:51 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-25 17:24:51 [INFO] [dynmap] name: world
    2011-07-25 17:24:51 [INFO] [dynmap] Loading maps of world 'world'...
    2011-07-25 17:24:51 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-25 17:24:51 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-25 17:24:51 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-07-25 17:24:51 [INFO] [dynmap] Web server is permitting symbolic links
    2011-07-25 17:24:51 [INFO] [dynmap] Loaded 8 components.
    2011-07-25 17:24:51 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-07-25 17:24:51 [INFO] [dynmap] version 0.19.2 is enabled
    2011-07-25 17:24:51 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:52 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-07-25 17:24:52 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-25 17:24:52 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:52 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:52 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:52 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:52 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:24:52 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:52 [INFO] Using Permissions API
    2011-07-25 17:24:52 [INFO] LWC: Loading SQLite
    2011-07-25 17:24:52 [INFO] LWC: Using: Native
    2011-07-25 17:24:52 [INFO] LWC: Precached 3 protections.
    2011-07-25 17:24:52 [INFO] LWC: At version: 3.30-git-LWC-94b93dd42195692ed1823346544359d5917274a2-b69jnks
    2011-07-25 17:24:52 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:52 [INFO] [AdminCmd] Plugin Enabled. (version 5.4.3)
    2011-07-25 17:24:52 [INFO] [ChestShop] Permissions version 3.1.6 loaded.
    2011-07-25 17:24:52 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-07-25 17:24:52 [INFO] Done (0.497s)! For help, type "help" or "?"
    2011-07-25 17:24:55 [INFO] Stopping the server..
    2011-07-25 17:24:55 [INFO] Stopping server
    2011-07-25 17:24:55 [INFO] [AcidRain] version 1.2.3 disabled.
    2011-07-25 17:24:55 [INFO] BankAccount is disabled!
    2011-07-25 17:24:55 [INFO] [ChestShop] version 3.00 BETA 10 shutting down!
    2011-07-25 17:24:55 [INFO] HelpPages 1.3 disabled
    2011-07-25 17:24:55 [INFO] [HeroicDeath] 1.8.1.156 disabled.
    2011-07-25 17:24:55 [INFO] [iConomy] Plugin disabled.
    2011-07-25 17:24:55 [INFO] [BankAccount] Payment method was disabled.
    2011-07-25 17:24:55 [WARNING] [BankAccount] Stopping BankAccount - Reason: Missing economy plugin!
    2011-07-25 17:24:55 [INFO] [ChestShop] Economy plugin disabled!
    2011-07-25 17:24:55 [INFO] [LocalShops][Economy] iConomy 5 unhooked.
    2011-07-25 17:24:55 [INFO] [LazyRoad] : Plugin disabled
    2011-07-25 17:24:55 [INFO] [LocalShops] Saving All Shops
    2011-07-25 17:24:56 [INFO] [LocalShops] Version 3.1.1 is disabled!
    2011-07-25 17:24:56 [SEVERE] Error occurred while disabling MobileAdmin v3.0 (Is it up to date?): null
    java.lang.NullPointerException
        at net.kaltner.MobileAdmin.MobileAdmin.onDisable(MobileAdmin.java:24)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-25 17:24:56 [INFO] [Permissions] SQL Interface disabled!
    2011-07-25 17:24:56 [INFO] [SetRank] Shutting down...
    2011-07-25 17:24:56 [INFO] [SetRank] Done!
    2011-07-25 17:24:56 [INFO] WorldGuard 5.2.2 disabled.
    2011-07-25 17:24:56 [INFO] [dynmap] Unloaded 8 components.
    2011-07-25 17:24:56 [INFO] [dynmap] Stopping map renderer...
    2011-07-25 17:24:56 [INFO] [dynmap] Shutting down webserver...
    2011-07-25 17:24:56 [INFO] [dynmap] Webserver shut down.
    2011-07-25 17:24:56 [INFO] LWC: Freeing SQLite
    2011-07-25 17:24:56 [INFO] [AdminCmd] Plugin Disabled. (version5.4.3)
    2011-07-25 17:24:56 [INFO] Saving chunks
    2011-07-25 17:24:56 [INFO] Stopping server
    2011-07-25 17:24:56 [INFO] Saving chunks
    
     
  13. Offline

    ryladine

    Alright.... So... I modify one file, it breaks most of our plugins, Not surprising... What is, when I replace that file with a clean working backup, it still doesn't work.
    Here is the file, both versions.
    Original modification.

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            - Default
            permissions:
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
        Accepted:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - lwc.create.*
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - commandbook.time.check
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.spawn
            - iConomy.access
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.change
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multiple
            - iConomy.bank.withdraw
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
            - mobbounty.collect
            - econplugin.basic.*
        Donator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Accepted
            permissions:
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - simplereserve.enter.full
            - falsebook.ic.*
            - falsebook.blocks.*
            - '-falsebook.ic.MC1511'
            - Gold2iConomy.use
            - worldguard.locate
            - worldguard.region.define.*
            - worldguard.region.redefine.own.*
            - worldguard.region.select.own.*
            - worldguard.region.info.own.*
            - worldguard.region.flag.own.*
            - worldguard.region.flag.flags.*
    
        Trusted:
            Default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Accepted
            permissions:
            - dispname.change
            - commandbook.kick
            - commandbook.msg
        Trial-Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Donator
            permissions:
            - FD.admin
            - worldguard.god
            - worldguard.ungod
            - worldguard.heal
            - spyer.spy
            - spyer.stopmobs.admin
            - OpenInv.openinv
            - OpenInv.search
            - OpenInv.crossworld
            - OpenInv.exempt
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.broadcast
            - commandbook.msg
            - commandbook.slap.other
            - commandbook.slap
            - commandbook.kick
            - econplugin.basic.*
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Trial-Admin
            permissions:
            - simplereserve.enter.full
            - simplereserve.enter.kick
            - worldguard.god.other
            - worldguard.ungod.other
            - commandbook.slap.other
            - commandbook.slap
            - commandbook.give
            - commandbook.shock.other
            - commandbook.shock
            - commandbook.ban
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
    track:
    - Default
    - Accepted
    - Donator
    Here is the backup

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            - Default
            permissions:
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
        Accepted:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - lwc.create.*
            - lwc.info
            - lwc.remove
            - lwc.unlock
            - lwc.modify
            - commandbook.time.check
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.spawn
            - iConomy.access
            - iConomy.bank.access
            - iConomy.bank.deposit
            - iConomy.bank.join
            - iConomy.bank.join.multiple
            - iConomy.bank.leave
            - iConomy.bank.list
            - iConomy.bank.main
            - iConomy.bank.main.change
            - iConomy.bank.main.set
            - iConomy.bank.main.view
            - iConomy.bank.transfer
            - iConomy.bank.transfer.multiple
            - iConomy.bank.withdraw
            - iConomy.list
            - iConomy.payment
            - iConomy.rank
            - mobbounty.collect
            - econplugin.basic.*
        Donator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Accepted
            permissions:
            - simplereserve.kick.prevent
            - simplereserve.enter.kick
            - simplereserve.enter.full
            - falsebook.ic.*
            - falsebook.blocks.*
            - '-falsebook.ic.MC1511'
            - Gold2iConomy.use
            - worldguard.locate
            - worldguard.region.define.*
            - worldguard.region.redefine.own.*
            - worldguard.region.select.own.*
            - worldguard.region.info.own.*
            - worldguard.region.flag.own.*
            - worldguard.region.flag.flags.*
        Trusted:
            Default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Accepted
            permissions:
            - dispname.change
            - commandbook.kick
            - commandbook.msg
        Trial-Admin:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Donator
            permissions:
            - FD.admin
            - worldguard.god
            - worldguard.ungod
            - worldguard.heal
            - spyer.spy
            - spyer.stopmobs.admin
            - OpenInv.openinv
            - OpenInv.search
            - OpenInv.crossworld
            - OpenInv.exempt
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.broadcast
            - commandbook.msg
            - commandbook.slap.other
            - commandbook.slap
            - commandbook.kick
            - econplugin.basic.*
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Trial-Admin
            permissions:
            - simplereserve.enter.full
            - simplereserve.enter.kick
            - worldguard.god.other
            - worldguard.ungod.other
            - commandbook.slap.other
            - commandbook.slap
            - commandbook.give
            - commandbook.shock.other
            - commandbook.shock
            - commandbook.ban
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
    track:
        - Default
        - Accepted
        - Donator
    Here is the pastebin of the 1.5k errors the server is putting out on start up.

    http://pastebin.com/NW2gvc2V
     
  14. Offline

    Jeyge

    There is some information in the wiki FAQ about the IllegalAccessError and the solutions to fix it.
    I'm going to guess that you just updated to 3.1.6 from the errors that you have received. I probably doesn't matter for this error though. I'm pretty sure it is caused by the circular reference in your Default group. You have it inheriting from itself which is confusing Permissions.
     
  15. Offline

    LucidLethargy

    So is there a converter yet to allow for the bukkit permissions from this one? I'm assuming the bukkit system will make this plugin obsolete soon?
     
  16. Offline

    Jack Graham

    NVM swithced to essetntials worked way easier
     
  17. Offline

    ryladine


    Nope, still not working.
    And no, we have not updated permissions since we got it. The build comparability tag hasn't changed so I assumed that there had been no update.
     
  18. Offline

    Jeyge

    Your groups.yml file seems to be fine and the error sure seems like the same circular reference error we have seen before with updates so perhaps there is something in your users.yml file that is causing it. You said it happens with both groups.yml so that might be a possibility.
     
  19. Offline

    ryladine

    Doesn't seem to be, even clearing the users.yml doesn't solve it.
     
  20. Offline

    Jeyge

    Can you zip up your whole plugins\permissions directory and send it to me. Following the code sure seems to point to the recursive calls caused by the conversion of a user and a circular reference in the groups.
     
  21. Offline

    ryladine

    It seems it WAS the groups.yml I still have no idea what it was, but after rebuilding it manually from a guide I made for the other administrators of my server it seems to be working fine.....
     
  22. Offline

    LucidLethargy

    Oh really? So wait they are continuing this plugin as well? Does it do something or have features the new bukkit plugin doesn't? I know nothing about the new one, and i've used Permissions since last year so I've no idea...
     
  23. Offline

    ryladine

    I know that the new bukkit permissions does not support wildcards. Thats more than enough reason for me to stay on this plugin.
     
  24. Offline

    Chubbs99

    Just recently updated to MC 1.7.3, and CB 1000 and now everybody, including myself can't build (as if everybody is build = false). It was working fine before updating, and I didn't change anything after. Any ideas?
     
  25. Offline

    hatstand

    It only handles permission nodes on a per-user basis, provides no framework for groups, or extra data such as the prefix, suffix & build nodes.
     
  26. Offline

    Nokturn

    This Plugin is death.
    The Author was last seen on 10.07.

    Is there a Alternative?
     
  27. Offline

    ryladine


    Your whining that the dev has been gone for 16 days? Thats not really that much.....
     
  28. Offline

    Nokturn

    I am not whining! SuperPerms of Bukkit is the next Permission System and the permission system here is outdated.


    I think Nijikokun thinks the same
     
  29. Offline

    LaKiller

    I cant see prefix of all groups i see only white name or op red name please help me!
     
  30. Offline

    uspata

    Agreed.

    He might be on vacation for all we know.
    Although he could have posted that so we would know :p
     
  31. Offline

    ryladine


    Lol superperms has a number of serious deficiencies that were only just recently mentioned.

    Do you have a group your using inheriting from a group that is set build false? I had the same issue when I first set up permissions.

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

    juicychris47

    Thanks, but, it still dosnt really help me. None of the groups work, i dont have prefixes...
     
Thread Status:
Not open for further replies.

Share This Page