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

    Jombi

    [​IMG]

    AWESOME! All my crap got deleted. For the 3rd time. Why are the signs erasing, and emptying the chests?
     
  3. Offline

    Jademalo

    Im having an annoying problem - New users aren't being assigned the default group.
    Code:
    groups:
        Newbies:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: False
                interact: False
            inheritance:
            permissions:
              - 'essentials.help'
              - 'essentials.rules'
              - 'essentials.info'
              - 'essentials.motd'
              - 'essentials.me'
              - 'essentials.list'
              - 'essentials.helpop'
        Members:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Newbies'
            permissions:
              - 'essentials.msg'
              - 'essentials.afk'
        Veterans:
            default: false
            info:
                prefix: '&9'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Members'
            permissions:
              - 'essentials.mail'
              - 'essentials.mail.send'
              - 'essentials.nick'
              - 'essentials.realname'
              - 'essentials.seen'
              - 'essentials.jail.exempt'
              - 'essentials.home'
        Mods:
            default: false
            info:
                prefix: '&eEnforcer '
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Veterans'
            permissions:
              - 'essentials.top'
              - 'essentials.jump'
              - 'essentials.back'
              - 'essentials.back.death'
              - 'essentials.tp'
              - 'essentials.tphere'
              - 'essentials.home.others'
              - 'essentials.sethome'
              - 'essentials.warp'
              - 'essentials.warp.otherplayers'
              - 'essentials.setwarp'
              - 'essentials.helpop.receive'
              - 'essentials.nick.others'
              - 'essentials.whois'
              - 'essentials.broadcast'
              - 'essentials.ban'
              - 'essentials.tempban'
              - 'essentials.banip'
              - 'essentials.mute'
              - 'essentials.kick'
              - 'essentials.kickall'
              - 'essentials.unban'
              - 'essentials.unbanip'
              - 'essentials.togglejail'
              - 'essentials.jails'
              - 'essentials.invsee'
              - 'essentials.time'
              - 'essentials.item'
              - 'essentials.give'
              - 'essentials.weather'
              - 'essentials.spawn'
        Admins:
            default: false
            info:
                prefix: '&5'
                suffix: ''
                build: True
                interact: True
            inheritance:
              - 'Mods'
            permissions:
              - '*'
    
    Any new player gets added to users.yml of that world, and isnt assigned a group. However, their name appears in white, instead of the gray signalling that they are in the newbies group.

    The groups config is my global one, as Ive got about 7 different worlds going where I want everyone to have the same permissions across all of them.
     
  4. Offline

    maxxen0961

    okay, i have "internal errors" when trying to promote someone, ive checked the issue tracker, but there isnt realy a fix for this as far as i know...? ill post my config, the thing i want to do is to promote a player to either a farmer, trader or tech using buttons whit "tcmds triggers" plugin so i dont need to promote them manualy, but even when doing the command manualy i still get a internal error."IMPORTANT IM TALKING ABOUT ISSUE 178" since i cant post my console

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: '[user] '
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
                - 'mobbounty.collect'
                - 'mobbounty.multipliers.time'
                - 'uQuest.CanQuest.*'
                - 'falsebook.blocks.readbooks'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.access'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'commandbook.spawn'
                - 'DF.shield'
                - 'DF.critical'
                - 'DF.daze'
                - 'sprint.allow'
    
        Trader:
            default: false
            info:
                prefix: '&e[Trader] '
                suffix: ''
                build: true
            inheritance: default
            permissions:
                - 'localshops.user.buy'
                - 'localshops.user.sell'
                - 'localshops.manager.create'
                - 'localshops.manager.add'
                - 'localshops.manager.remove'
                - 'foo.bar'
                - 'mobbounty.collect'
                - 'mobbounty.multipliers.time'
                - 'uQuest.CanQuest.*'
                - 'falsebook.blocks.readbooks'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.access'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'commandbook.spawn'
                - 'DF.shield'
                - 'DF.critical'
                - 'DF.daze'
                - 'sprint.allow'
    
        Farmer:
            default: false
            info:
                prefix: '&2[Farmer] '
                suffix: ''
                build: true
            inheritance: default
            permissions:
                - 'appleseed.plant.*'
                - 'appleseed.sign.place'
                - 'foo.bar'
                - 'mobbounty.collect'
                - 'mobbounty.multipliers.time'
                - 'uQuest.CanQuest.*'
                - 'falsebook.blocks.readbooks'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.access'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.ability.herbalism'
                - 'commandbook.spawn'
                - 'DF.shield'
                - 'DF.critical'
                - 'DF.daze'
                - 'sprint.allow'
    
        Tech:
            default: false
            info:
                prefix: '&9[Tech] '
                suffix: ''
                build: true
            inheritance: default
            permissions:
                - 'falsebook.blocks.*'
                - 'falsebook.blocks.lift'
                - 'falsebook.cart.*'
                - 'alchemicalcauldron.use'
                - 'foo.bar'
                - 'mobbounty.collect'
                - 'mobbounty.multipliers.time'
                - 'uQuest.CanQuest.*'
                - 'falsebook.blocks.readbooks'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'iConomy.list'
                - 'iConomy.access'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'commandbook.spawn'
                - 'DF.gladiator'
                - 'DF.shield'
                - 'DF.critical'
                - 'DF.daze'
                - 'sprint.allow'
    
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: '[Admin]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
        tracks:
            Farmer:
                - Default
                - Farmer
    
            Tech:
                - Default
                - Farmer
    
            Trader:
                - Default
                - Trader
    sooo.... yeah, i think ive had 3.x.x cause i dont have any "old configs" to convert...
     
  5. Offline

    blackvoid

    Yeah thats the correct command, but i still cant promote myself.
    I tried "pr yuriman promote Founder" but it seems thats only if you use tracks.
    Since thats the response i got "No tracks in specified world."
     
  6. Sorry for the huge post but I get this HUGE error.

    And I get that error about 10 times.

    Fixed it. Type /pr -reload all and it should create a group default. It's throwing a hissy because I didn't have a group called default. Even though I have a group with default enabled.
     
  7. Offline

    dragomanolo

    Can you put a suffix to the users?
     
  8. Offline

    TheTallest

    Wow I ran what you posted into an Online Yaml Parser and it came back good.
    Okay try this load up your server without any permissions in the file and see if the server comes up okay if it does then add them back one or two at a time starting up your server each time to make sure it comes online. Make sure to use spaces and NOT tabs YAML is a picking language and does not like tabs.
     
  9. Offline

    TheLegacyP7

    How do I make it so that people are NOT ALLOWED access to a command?
     
  10. Offline

    Jeyge

    First, the user listed at the bottom of your groups.yml file should be in your users.yml file. Then, in your groups.yml file I can see that your have Permissions: but it should be permissions:. You also have at least one False which should be false. Fix those and see if things are better.
    Permissions doesn't have anything to do with the built in OPs so if you don't want people to have the built in commands, you will need to remove them from the ops.txt files. Now, if there are specific commands that you want them to be able to use, you can get a plugin called DefaultPermissions to just give them a couple of them.
    I wasn't saying to switch permanently but instead of just using it as a test to make sure there weren't more problems.
    Damn, I guess your 3 hours trumps anything I might know.
    Nothing that Permissions is doing but someone did say it had something to do with a new furnace event and they also had the plugin that caused it. I would read some of the Bukkit Help threads and you might find it.
    If you want them to actually have a group assigned and not null, you will need to run 3.1.6. 3.1.5 and before just let them default without actually assigning a group. If you are looking for them to be assigned in the globalusers.yml, that won't ever happen.
    Okay, well issue 178 is caused by an improperly set up groups.yml which is exactly what you have. First, your tracks: should start in column 1 and the rest in column 5. Then, if you are using the exact command of 178, you need to have a default track set up. See the wiki for how to get that.
    You should be able to.
    Did you set up any tracks? Also, that command would only work if you have a default track set up. If you just have a normal track, you will need to replace "Founder" with "t:Founder" assuming Founder is your track.

    FYI - the default group being created is because your actual group is probably Default but you assigned someone a group of default or you have an inheritance of default. If you replace all of the groups/inheritance with Default, it will stop doing that.
    Don't give them the permission node. Or if you mean remove one after you have given them '*', then you would use "- '-some.permission'".

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

    blackvoid

    So you need to setup tracks for the new version of Permissions?
    Ok, I though you didnt need tracks. The manual isnt badly written atm IMO.
    I understand this since Permissions 3.0 is new, but i hope it gets fixed. So people doesnt have to ask the same thing over and over again.
     
  12. Offline

    Fritz7000

    I got a problem:
    Always when i try to use a command it sais. The Group/User does not exist.
    shall i remake the config?
     
  13. Offline

    blackvoid

    If you run Permissions with MySQL how often does it reload the users and their group? If it doesnt can you add a option to enable and set how often it reloads.
     
  14. Offline

    hyperch

    Hmmm, I tried to migrate from permissions 2.x to 3.x and I get this:

    Code:
    20:50:15 [INFO] Starting minecraft server version Beta 1.7.2
    20:50:15 [INFO] Loading properties
    20:50:15 [INFO] Starting Minecraft server on *:25565
    20:50:15 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-910-g0612d35-b961jnks (MC: 1.7.2)
    20:50:16 [INFO] ControllerBlock: 1.18 by Hell_Fire
    20:50:16 [INFO] ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed types from config
    20:50:16 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    20:50:16 [SEVERE]       at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    20:50:16 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    20:50:16 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    20:50:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    20:50:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    20:50:16 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    20:50:16 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    20:50:16 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    20:50:16 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:50:16 [SEVERE] [Permissions] Unable to load permission data.
    20:50:16 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    20:50:16 [INFO] [Permissions] (Yeti) was initialized.
    20:50:16 [INFO] [Permissions] (Yeti) disabled successfully.
    

    Are the config files faulty or is the latest bukkit version a problem?
     
  15. Offline

    TheLegacyP7

    Could someone please provide me with the command that changes a persons group?'premote/demote. I have tried /pr promote usernae group world howrver whenever i use the command it says User/Group cannot be spectified? Help!
     
  16. Offline

    t1tanium

    /time day <---- wont work for users with not *
     
  17. Offline

    hyperch

    What is the latest craftbukkit version that it runs on?
     
  18. Offline

    Sayshal

    Still having trouble disabling the /pr command line that lets users make themselves part of the 'Admins' group. Here is the Default permissions.
    http://pastebin.com/8fS4zSst
     
  19. Offline

    Holyshit

    First of all sry for my poor english.
    So i have a Problem that when i start my server permissions trying to load but then it disabling itsself and then
    shuting down all other Plugins and i have like a Vanilla(Bukkit) Server. [You know what i mean :D]
    Hope so.

    http://pastebin.com/k7v33Q0a
    Permissions breaks like every plugin it says something like
    Error occurred while enabling DefaultCommands v3.5.0 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions

    [Nijikun is the Creator of iConomy or?]

    For like every Plugin, i have on the server ):
    Some nows help?!

    users.yml = http://pastebin.com/r7wE9Myh
    groups.yml = http://pastebin.com/S8jPiBAH
    storeconfig.yml = http://pastebin.com/6tyGRxRb

    I checked the Wiki, configurated all things probaly and i do have MySQL but i dont use it.
    Only in the other plugins.
    I also checked the YAML Datas with the Online YAML Parser and fixed the Erros and Tabs.

    Another last Question what is "Open Help's JAR with 7zip." the Help's JAR ?!
    If it would work its one of the Greatest Plugins.

    Thanks and Grettings, Holysh!t
     
  20. Offline

    Mistrzu4

    Hello!

    Why are these permissions do not work?
    - worldguard.region.flag.build.NameCuboid

    I can not build there.
    Please help!
     
  21. Offline

    krazdesigns

    I need Help. when i try to use my commands i get like a red message saying, i do not have permission to do that but when i op my self then it says the same thing. i tried adding myself to the Admin Group but it still says the same message

    This is the message

    "You Do Not Have Permission To Use That Command"

    but when i delete my permissions and just be op i can use every commands? can u help me please?

    (also if this would help my commands turn up red in Notepad++)
     
  22. Offline

    chrispus

    HELP ME !!

    I cant build when it says build: true ...
    Code:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    But I can build went it says build: (everything),

    Code:
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: jhvakhvgk
            inheritance:
            permissions:
                - '*'
    but when I have build on everything, it is coming 1000 errors, so nothing of the another plugins is working when I have build on everything... -.-
    What must I do ???
     
  23. Offline

    Jeyge

    I'm trying to think back to the very beginning of 3.x and while there were a lot of questions about how to set up tracks, I don't remember a single question about actually needing tracks. I know the documentation on tracks is a little bad but it was pretty much written by the community by reading the code to figure out how to set them up. It all started from a couple posts written by me then translated into the wiki by Maxis010. My writing style is a bit techy but that comes from 20+ years of being a programmer. So I'm not so worried about it being a frequently asked question.
    What command are you running and what do your permissions yml files look like?
    This comes up a lot. It is caused by a plugin that hasn't been updated properly. You can see information about it in the OP and in the wiki FAQ.
    All commands are listed in the wiki under the Chat Commands topic.
    See the wiki FAQ
    I don't see anything in that file that would give them that command. Make sure they aren't OPs though as that gives people pretty much all commands. For more help, post your server.log and all of your permissions yml files.
    You have an illegal Unicode character in one of your permissions files. That is probably one of the hardest to find and it would probably be better to just recreate them again. If you are copying permissions from webpages, I would suggest not doing that. It is the place most people get them from. Just type the permission in by hand.

    7zip is a WinRar alternative and is very similar to the old WinZip or just Zip.
    I'll assume you are using WorldGuard and want to build in a region. You just need to add yourself as an owner to the region using "/region addowner <region> <owner>" (at least that is what I'm remembering). If that permission is something they added recently, I'm not aware of it so if you can point me to their wiki location where it is, I can take a look at it.
    Sounds like you have tabs in your files. Post your server.log and zip up your permissions directory and include it here.
    Sounds like you have a conflicting plugin. Post your server.log and your permissions yml files.
     
  24. Offline

    sErGIo1005

    This is my server.log of today
    Code:
    2011-07-06 16:15:58 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-06 16:15:58 [INFO] Loading properties
    2011-07-06 16:15:59 [INFO] Starting Minecraft server on 5.77.216.120:25565
    2011-07-06 16:15:59 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-06 16:15:59 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-06 16:15:59 [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 16:15:59 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-06 16:15:59 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-06 16:16:00 [INFO] While loading firstSpawn (plugins/FirstSpawn.jar) found old-data folder: plugins/FirstSpawn next to the new one: plugins/firstSpawn
    2011-07-06 16:16:00 [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 16:16:01 [INFO] LWC: Loading shared objects
    2011-07-06 16:16:01 [INFO] LWC: Protection cache: 0/10000
    2011-07-06 16:16:01 [INFO] LWC: Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    2011-07-06 16:16:01 [SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$RefreshTask from class com.nijiko.permissions.ModularControl
    2011-07-06 16:16:01 [SEVERE]     at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:64)
    2011-07-06 16:16:01 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:179)
    2011-07-06 16:16:01 [SEVERE]     at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:133)
    2011-07-06 16:16:01 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:121)
    2011-07-06 16:16:01 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
    2011-07-06 16:16:01 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    2011-07-06 16:16:01 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    2011-07-06 16:16:01 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-06 16:16:01 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-06 16:16:01 [SEVERE] [Permissions] Unable to load permission data.
    2011-07-06 16:16:01 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    2011-07-06 16:16:01 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-06 16:16:01 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-06 16:16:01 [INFO] Preparing level "Laberinto"
    2011-07-06 16:16:01 [INFO] Preparing start region for level 0 (Seed: 4431064177836963840)
    2011-07-06 16:16:03 [INFO] Preparing spawn area: 40%
    2011-07-06 16:16:04 [INFO] Preparing spawn area: 85%
    2011-07-06 16:16:04 [INFO] Preparing start region for level 1 (Seed: -619612260546086087)
    2011-07-06 16:16:05 [INFO] Preparing spawn area: 52%
    2011-07-06 16:16:05 [INFO] Backup v1.4a was sucessfully loaded!
    2011-07-06 16:16:05 [INFO] [BlueTelePads] version 0.5.3 ENABLED
    2011-07-06 16:16:05 [INFO] [ClassSign] hooked into Permissions.
    2011-07-06 16:16:05 [SEVERE] Error occurred while enabling ClassSign v1.4 (Is it up to date?): while scanning for the next token; found character     '\t' that cannot start any token
    while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 4, column 1:
            armor: 306,307,308,309
        ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.bukkit.util.config.Configuration.load(Configuration.java:82)
        at me.ChrizC.ClassSign.CSProps.doConfig(CSProps.java:25)
        at me.ChrizC.ClassSign.ClassSign.onEnable(ClassSign.java:42)
        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 16:16:05 [INFO] CommandBook 1.5.2-customized enabled.
    2011-07-06 16:16:05 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-06 16:16:05 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-07-06 16:16:06 [INFO] CommandBook: 1 kit(s) loaded.
    2011-07-06 16:16:06 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:06 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-07-06 16:16:06 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:06 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-07-06 16:16:06 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:06 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:06 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-07-06 16:16:06 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:06 [INFO] 1 cauldron recipe(s) loaded
    2011-07-06 16:16:06 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-07-06 16:16:06 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:06 [INFO] EasyRules version 1.0.0 is enabled!
    2011-07-06 16:16:06 [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 16:16:06 [INFO] [FirstSpawn] version 2  booted.
    2011-07-06 16:16:06 [INFO] [Giant Trees] version 0.3 is enabled
    2011-07-06 16:16:06 [INFO] [LazyRoad] : Version 0.4.4 beta is enabled!
    2011-07-06 16:16:07 [INFO] [MagicCarpet] MagicCarpet version 1.5.5 is enabled!
    2011-07-06 16:16:07 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-06 16:16:07 [INFO] [MagicCarpet] Restricted to: []
    2011-07-06 16:16:07 [INFO] Need to download 2 object(s)
    2011-07-06 16:16:07 [INFO]  - Downloading file : http://stethoscopesmp.com/tkelly/lib/sqlite.jar
    2011-07-06 16:16:07 [INFO] [MYHOME]: 2 homes loaded
    2011-07-06 16:16:07 [INFO] [MYHOME] Permissions enabled using: Permissions v3.1.6
    2011-07-06 16:16:07 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    2011-07-06 16:16:07 [INFO] [MYHOME] MyHome 1.9.3 enabled
    2011-07-06 16:16:07 [INFO] SimpleSpawn is enabled.
    2011-07-06 16:16:07 [INFO] [Tetris] Permission plugin found, Adding these
    2011-07-06 16:16:07 [INFO] Tetris version 0.4 is enabled!
    2011-07-06 16:16:08 [INFO] VIP version 0.4.1 is enabled!
    2011-07-06 16:16:08 [INFO] WorldEdit 4.4 enabled.
    2011-07-06 16:16:08 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto) Single session is enforced.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto) TNT ignition is PERMITTED.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto) Lighters are PERMITTED.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto) Lava fire is blocked.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto) Fire spread is UNRESTRICTED.
    2011-07-06 16:16:08 [INFO] WorldGuard: Loaded configuration for world 'Laberinto"
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto_nether) Single session is enforced.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto_nether) TNT ignition is PERMITTED.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto_nether) Lighters are PERMITTED.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto_nether) Lava fire is blocked.
    2011-07-06 16:16:08 [INFO] WorldGuard: (Laberinto_nether) Fire spread is UNRESTRICTED.
    2011-07-06 16:16:08 [INFO] WorldGuard: Loaded configuration for world 'Laberinto_nether"
    2011-07-06 16:16:08 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-07-06 16:16:08 [INFO] LWC: Loaded 133 locale strings (0 overrides)
    2011-07-06 16:16:08 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-07-06 16:16:08 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-06 16:16:08 [INFO] Using Permissions API
    2011-07-06 16:16:08 [INFO] LWC: Loading SQLite
    2011-07-06 16:16:08 [INFO] LWC: Using: Native
    2011-07-06 16:16:08 [INFO] LWC: Precached 90 protections.
    2011-07-06 16:16:09 [INFO] LWC: At version: 3,21-git-LWC-2936c58564bf9d84e97a9a024af1644c8f67f269-b54jnks
    2011-07-06 16:16:09 [INFO] Done (0,751s)! For help, type "help" or "?"
    2011-07-06 16:16:09 [INFO] Unknown console command. Type "help" for help.
     
     
  25. Offline

    Jeyge

    @sErGIo1005
    Looks like you have the IllegalAccessError that a lot of others have been getting recently. Most likely this is caused by your old version of MyHome. You can either update that to 1.9.5/2.0 or follow the direction in the OP and/or the wiki FAQ.

    You also have tabs in your ClassSign config file. YAML files don't support tabs so you will want to replace them with 4 spaces.
     
  26. Offline

    Sayshal

  27. Offline

    Jeyge

    I'm not a Pro pastebin user so I can't see that. :(

    Edit - actually, that is just an error message that it gave you when you tried to post it.
     
  28. Offline

    PinkBro

    I agree with you on this one! He's like a... Robot or something. Or the patience of a guru. It's pretty remarkable. Plus, I guess, if the developer answers questions, he (or she) is more hands on with the program.for some reason, it seems that these kinds if people seem to make the best games- just look how much minecraft has gone through in so little time. It's taken around half the time it took ea to reach this level of fame! Still, this guy has the most patience I've seen out of a gamer! Keep up the good work
     
  29. Offline

    BlackNovaYZFR1

    If a user is a part of the Member group, would there be a way to make them a member of the admin group if the console made them an '/op' only while they were opped? Once the op was removed, they would revert back to just being in the Member group.
     
  30. Offline

    Jeyge

    You could use CommandHelper to set up an alias that does these 2 commands:
    Promote alias
    Code:
    /op <user>
    /pr <user> parents add Admins
    
    Demote alias
    Code:
    /deop <user>
    /pr <user> parents remove Admins
    
    And you can have your admins just type a command with a <user> after it and it would do both for you. Or you can forget about the whole OP idea and use DefaultPermissions which would allow you to just promote them to Admin for however long as you want.
     
  31. Offline

    PinkBro

    Yeah, I guess that's true. But you've got a point! This guy must be a robot or something to handle all of this without exploding all over the forums! (lovely thought) I admire his patience with these people and I guess that's what makes these quality plugins. I think if someone is interactive with the customers, he/she can better understand and fix the problems at hand creating a larger more loyal following. Just look at minecraft! It gained immense worldwide popularity in half the time it took ea or similar companies. Once again, applause for patience! keep up the good work. (optimism, sobering a lot of people of their immense anger)
     
Thread Status:
Not open for further replies.

Share This Page