Inactive [ADMN/DEV] Permissions v2.7.4 (Phoenix) - DISCONTINUED! 3.0 has a new home!

Discussion in 'Inactive/Unsupported Plugins' started by TheYeti, Feb 25, 2011.

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

    TheYeti

    Permissions 2.7.4 (Phoenix) - Now with AntiBuild built in!
    Download:
    Latest Stable: Full Zip | Jar Only
    Latest Dev Build: Full Zip | Jar Only
    Previous Versions: 2.7.3 (JAR) | 2.7.2 (JAR) | 2.7.1 (JAR) | 2.7 (JAR) | 2.6 (JAR) | 2.5.5 (JAR) | 2.5.4 (JAR) | 2.5.3 (JAR) | 2.5.2 (JAR) | 2.5.1 (JAR) | 2.5 (JAR) | 2.4 (JAR) | 2.3 (JAR) | 2.2 (JAR)

    Plugin Authors: How to hook into Permissions

    Permissions 2.x is being discontinued! 3.0 can be found HERE!!!


    I am discontinuing Permissions 2.x and leaving the project. Permissions is not going away though! Since 2.6 I have been working closely with another developer and added them to the team. For the past several version they have not only been assisting with 2.x but also doing a lot of the development of much anticipated 3.x. rcjrrjcr will be taking over as lead developer of Permissions from 3.x forward. I have full faith in them and after working closely with them on the development on the last few version and the next major version I feel that I am leaving this project in more than capable hands. I put way to much work into this project to just leave it with anyone, and this is one of the few programs that I am incredibly proud of.

    Many people will probably wonder why I am leaving again after taking over the project just a few months ago. I could quote drama and headaches, of which there were quite a few with this project. Unfortunately real life happens. Many people already know that I have been having medical issues here lately. Unfortunately while they have gotten better, they have not gone away. This coupled with other real life commitments, going to school full time, and starting up my own company, I am currently in the process of being laid off from work. At this point I have so much stuff going on in my life and am being pulled in so many directions that I am not able to get any work done on anything. This has lead to me missing commitments and letting people down on multiple things.

    Permissions is also a very high maintenance plugin that requires a lot of attention and time. Right now I am not able to devote that time and do not feel it is fair for me to try to continue to be the lead developer on it. I had originally thought that adding other members to the team would be helpful, but unfortunately this just lead to frustration for them and myself as I just was not able to commit to the project enough. Hence, 3.0 has been rewritten almost exclusively by rcjrrjcr with minimal contributions by myself.

    At this point I will be stepping away from the project to focus more on real life and to try to free up some time for other projects and to work with more individual like the wonderful HeroCraft Coding team to fulfill some commitments that I made to them a long time ago and sadly did not come through on. I feel that this is the best for all involved, both myself and the other Permissions developers, as well as the community who deserve someone who can contribute more time and attention to them and supporting them. I do not want to see Permissions end up like many other plugins with an absentee programmer and just slowly wasting away from a great plugin with a lot of potential to a headache with no support.

    I will still be active in the community, just not as much as not in the same way. I'm sure my server will be more than happy to have their head admin back and active again as well.

    Thank you and happy gaming.




    Changelog
    • 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
    • 2.6
      • Pulled in commits by rcjrrjcr
      • Fixed versioning. Last version should have technically been 2.6
      • Fixed invalid config file being written
      • Fixed erroneous conversion message.
    • 2.5.5
      • Updated to be compliant with CB600+
      • Further Maven Integration and Autobuilding
      • Better handling of configuration file errors.
        • If you do not have a world config file for the default world at startup it will now look for config.yml
        • If it cannot find that it will look for world.yml instead in case you named it that when that is not what is in level-name:
        • It will rewrite the config file to be the proper name. At this time it does not delete the old one though.
      • Removed defunct public abstract calls. If your not using the right one by now you should be shot anyway.
    • 2.5.4
        • Added Command aliases for perms and pr
        • Changed the way directories are handled.
        • Stopped it from creating an empty <world>.yml file in base directory
        • Moved project to using Maven.
    • 2.5.3
      • Change from File.pathSeparator to File.separator to fix multiworld perms
    • 2.5.2
      • Added more instructions to the included config file within the plugin
      • Added a check that will use the default world permissions if a world specific config file cannot be found.
      • Added a function to get only the group that a player is assigned to without checking for group inheritance.
      • Added a change to colorize() to fix it hopefully not adding an extra unneeded ascii character and thus creating a linebreak/color switch issue
      • Removed permissions.info as it was not needed and was a artifact of testing I was doing.
    • 2.5.1
      • Fixed a bug that could cause a group to be returned as null for getGroups()
    • 2.5
      • Added in AntiBuild functionality to Permissions
      • Minor code tweaks
      • Added getGroups(world, player) to PermissionHandler so that plugins can call it to get all of a users groups
      • Fixed the inability to use the permissions -reload all command from within the console. I still need to do some more work on this as it doesn't seem to like to accept anything other than all from console.
    • 2.4
      • Refactored namespaces to keep in line with Java & Bukkit policy
        • This was cancelled as it ended up being not needed
      • Fixed setupPermissions()
    • 2.3
      • Undid removal of some code that I had overzealously purged during cleanup
      • Merged in last of Nijikokun's changes
      • Re-ordered the main class to attempt to fix the problems with Plugin API
    • 2.2
      • Developer change
      • Fixed reloading of configuration files
      • Moved commands to registering with plugin.yml
      • Commands now use onCommand instead of onPlayerCommand
      • Command is now /permissions instead of /pr
    [/SPOILER]
     
    mruczek, kahlilnc, Pii and 58 others like this.
  2. Offline

    Maxis010

    Post your full config and server log, they MUST be in code tags else we can miss problems
     
  3. Offline

    Chase817

    I need help. I can pass commands through SimpleServer to stop non-admins from using them, but a rocketboot plugin doesn't use a command, you just need to put on the boots. So in permissions, I Set 2 groups: Default and Admin. I gave default everything but the rocketboots functionality, and admin everything. Yet normal players can still access the boots... Here is my config file:

    Code:
    groups:
        Default:
            default: true
            info:
                build: true
            permissions:
                - '*'
                - '-rocketboots.boots'
        Admins:
            default: false
            info:
                build: true
            permissions:
                - '*'
    users:
        Chase817:
            group: Admins
        Randomducttape:
            group: Admins
        Triphorce:
            group: Admins
    The two people in the Admin group along with myself are the only ones supposed to have the plugin. What is going on?
     
  4. Offline

    Jeyge

    You would need to remove rocketboots.boots.*.
     
  5. Offline

    B1GBADW0IF

    I get this error:

    22.05 06:54:06 [Server] INFO [HeroBounty] HeroBounty version 1.8.0 enabled.
    22.05 06:54:05 [Server] INFO WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    22.05 06:54:05 [Server] INFO WorldEdit 4.4 enabled.
    22.05 06:54:05 [Server] INFO ... 13 more
    22.05 06:54:05 [Server] INFO at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
    22.05 06:54:05 [Server] INFO at com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:510)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    22.05 06:54:05 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
    22.05 06:54:05 [Server] INFO ^
    22.05 06:54:05 [Server] INFO - 'localshops.user.*'
    22.05 06:54:05 [Server] INFO in "<reader>", line 26, column 34:
    22.05 06:54:05 [Server] INFO found character '\t' that cannot start any token
    22.05 06:54:05 [Server] INFO Caused by: while scanning for the next token
    22.05 06:54:05 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    22.05 06:54:05 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    22.05 06:54:05 [Server] INFO at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    22.05 06:54:05 [Server] INFO at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    22.05 06:54:05 [Server] INFO at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    22.05 06:54:05 [Server] INFO at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
    22.05 06:54:05 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
    22.05 06:54:05 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
    22.05 06:54:05 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:172)
    22.05 06:54:05 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    22.05 06:54:05 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    22.05 06:54:05 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    22.05 06:54:05 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    22.05 06:54:05 [Server] INFO java.lang.reflect.InvocationTargetException
    22.05 06:54:05 [Server] SEVERE Could not load 'plugins/Permissions.jar' in folder 'plugins':
     
  6. Offline

    quadrophenik

    Can someone help me fix this?Everyone but admin lost permissions


    I was using textwrangler, like you suggested, and it was working fine all day. But suddenly it stopped... also... if i open it in textedit, it has As and lamdas everywhere, so im done with textedit.... but why would text wrangler screw up?

    Code:
    groups‭:‬
    ‭    ‬newbies‭:‬
    ‭        ‬default‭: ‬true
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&e‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬false
    ‭        ‬inheritance‭:‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.help‭'‬
    ‭            - '‬essentials.helpop‭'‬
    ‭            - '‬essentials.list‭'‬
    ‭            - '‬essentials.motd‭'‬
    ‭            - '‬essentials.rules‭'‬
    ‭            - '‬essentials.spawn‭'‬
    ‭            - '‬essentials.clearinventory‭'‬
    ‭    ‬members‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&2‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬newbies‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.afk‭'‬
    ‭            - '‬essentials.back.ondeath‭'‬
    ‭            - '‬essentials.balance‭'‬
    ‭            - '‬essentials.chat.shout‭'‬
    ‭            - '‬essentials.compass‭'‬
    ‭            - '‬essentials.home‭'‬
    ‭            - '‬essentials.kit‭'‬
    ‭            - '‬essentials.kit.tools‭'‬
    ‭            - '‬essentials.mail‭'‬
    ‭            - '‬essentials.mail.send‭'‬
    ‭            - '‬essentials.me‭'‬
    ‭            - '‬essentials.msg‭'‬
    ‭            - '‬essentials.nick‭'‬
    ‭            - '‬essentials.pay‭'‬
    ‭            - '‬essentials.portal‭'‬
    ‭            - '‬essentials.protect‭'‬
    ‭            - '‬essentials.sethome‭'‬
    ‭            - '‬essentials.signs.buy.use‭'‬
    ‭            - '‬essentials.signs.disposal.create‭'‬
    ‭            - '‬essentials.signs.disposal.use‭'‬
    ‭            - '‬essentials.signs.free.use‭'‬
    ‭            - '‬essentials.signs.heal.use‭'‬
    ‭            - '‬essentials.signs.mail.create‭'‬
    ‭            - '‬essentials.signs.mail.use‭'‬
    ‭            - '‬essentials.signs.protection.create‭'‬
    ‭            - '‬essentials.signs.protection.use‭'‬
    ‭            - '‬essentials.signs.sell.use‭'‬
    ‭            - '‬essentials.signs.trade.create‭'‬
    ‭            - '‬essentials.signs.trade.use‭'‬
    ‭            - '‬essentials.suicide‭'‬
    ‭            - '‬essentials.tpa‭'‬
    ‭            - '‬essentials.tpaccept‭'‬
    ‭            - '‬essentials.tpahere‭'‬
    ‭            - '‬essentials.tpdeny‭'‬
    ‭            - '‬essentials.warp‭'‬
    ‭            - '‬essentials.warp.list‭'‬
    ‭            - '‬essentials.worth‭'‬
    ‭            - '‬craftbook‭.*'‬
    ‭            - '‬mcmmo.commands.ability‭'‬
    ‭            - '‬mcmmo.ability.woodcutting‭'‬
    ‭            - '‬mcmmo.ability.mining‭' ‬
    ‭            - '‬mcmmo.ability.axes‭' ‬
    ‭            - '‬mcmmo.ability.excavation‭' ‬
    ‭            - '‬mcmmo.ability.swords‭' ‬
    ‭            - '‬mcmmo.ability.unarmed‭' ‬
    ‭            - '‬mcmmo.ability.herbalism‭' ‬
    ‭            - '‬mcmmo.item.chimaerawing‭'‬
    ‭            - '‬mcmmo.skills‭.*'‬
    ‭            - '‬mcmmo.mcmmo‭'‬
    ‭            - '‬mcmmo.setmyspawn‭'‬
    ‭            - '‬mcmmo.myspawn‭'‬
    ‭            - '‬mcmmo.mcc‭'‬
    ‭            - '‬mcmmo.stats‭'‬
    ‭            - '‬mcmmo.regeneration‭'‬
    ‭            - '‬mcmmo.skillname‭'‬
    
    ‭    ‬mods‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&5‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬members‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials.back‭'‬
    ‭            - '‬essentials.ban‭'‬
    ‭            - '‬essentials.banip‭'‬
    ‭            - '‬essentials.broadcast‭'‬
    ‭            - '‬essentials.delwarp‭'‬
    ‭            - '‬essentials.depth‭'‬
    ‭            - '‬essentials.eco‭'‬
    ‭            - '‬essentials.getpos‭'‬
    ‭            - '‬essentials.jump‭'‬
    ‭            - '‬essentials.kick‭'‬
    ‭            - '‬essentials.kill‭'‬
    ‭            - '‬essentials.setwarp‭'‬
    ‭            - '‬essentials.time‭'‬
    ‭            - '‬essentials.togglejail‭'‬
    ‭            - '‬essentials.top‭'‬
    ‭            - '‬essentials.tp‭'‬
    ‭            - '‬essentials.tphere‭'‬
    ‭            - '‬essentials.tpo‭'‬
    ‭            - '‬essentials.tpohere‭'‬
    ‭            - '‬essentials.tppos‭'‬
    ‭            - '‬essentials.tptoggle‭'‬
    ‭            - '‬essentials.unban‭'‬
    ‭            - '‬essentials.unbanip‭'‬
    ‭            - '‬essentials.whois‭'‬
    ‭            - '‬essentials.world‭'‬
    ‭            - '‬essentials.ext‭'‬
    ‭            - '‬essentials.item‭'‬
    ‭            - '‬citizens‭.*'‬
    ‭    ‬admins‭:‬
    ‭        ‬default‭: ‬false
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: '‬&c‭'‬
    ‭            ‬suffix‭: ''‬
    ‭            ‬build‭: ‬true
    ‭        ‬inheritance‭:‬
    ‭            - '‬mods‭'‬
    ‭        ‬permissions‭:‬
    ‭            - '‬essentials‭'‬
    ‭            - '‬essentials.cooldown.bypass‭'‬
    ‭            - '‬essentials.deljail‭'‬
    ‭            - '‬essentials.give‭'‬
    ‭            - '‬essentials.god‭'‬
    ‭            - '‬essentials.heal‭'‬
    ‭            - '‬essentials.heal.others‭'‬
    ‭            - '‬essentials.invsee‭'‬
    ‭            - '‬essentials.jails‭'‬
    ‭            - '‬essentials.kickall‭'‬
    ‭            - '‬essentials.kit‭.*'‬
    ‭            - '‬essentials.mute‭'‬
    ‭            - '‬essentials.sell‭'‬
    ‭            - '‬essentials.setjail‭'‬
    ‭            - '‬essentials.signs.protection.override‭'‬
    ‭            - '‬essentials.spawnmob‭'‬
    ‭            - '‬essentials.teleport.cooldown.bypass‭'‬
    ‭            - '‬essentials.teleport.timer.bypass‭'‬
    ‭            - '‬essentials.togglejail‭'‬
    ‭            - '‬essentials.burn‭'‬
    ‭            - '‬worldedit‭.*'‬
    ‭            - '‬bigbrother‭.*'‬
    ‭            - '‬vanish‭.*'‬
    ‭            - '*'‬
    ‭            ‬
    users‭:‬
    ‭    ‬ssej11996‭:‬
    ‭        ‬group‭: '‬admins‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭            ‬
    ‭    ‬asmanwoks‭:‬
    ‭        ‬group‭: '‬mods‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    ‭    ‬Jtjt‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    ‭    ‬aMovingGiraffe‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭   ‬
        JoeyMulder‭:‬
    ‭        ‬group‭: '‬members‭'‬
    ‭        ‬info‭:‬
    ‭            ‬prefix‭: ''‬
    ‭            ‬suffix‭: ''‬
    ‭        ‬permissions‭:‬
    ‭        ‬
    ‭    ‬
     
  7. Offline

    Jeyge

    This line right here:
    Code:
    22.05 06:54:05 [Server] INFO found character 	'\t' that cannot start any token
    
    is saying that you have a tab in your file and this one:
    Code:
    22.05 06:54:05 [Server] INFO  in "<reader>", line 26, column 34:
    
    is telling you exactly where it is. You need to remove all tabs from your file.

    Just go back to a working version and only edit it with an approved editor. If you didn't save any other copies, then you can go back to the version I already posted for you. Removing all of that rtf/whatever crap was a pain.

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

    quadrophenik

    i thought textwrangler was approved... if it isnt, what else can I use?
     
  9. Offline

    Jeyge

    I'm sure textwrangler is fine for editing and actually as I said earlier, there is a way to make text edit fine too. Just using an approved editor doesn't mean you can't save it with a different encoding or format. I'm not saying that was what you did, but it is a possibility. Only you can tell us what you did. You may even have a broken plugin that is doing that to your file.
     
  10. Offline

    quadrophenik

    hmm... so how exactly do I save it in a different format? ALSO it all worked until I added admin commands
     
  11. Offline

    MasterMind

    Hi , prehabs thank for this plugin but i got a problem , i put my yml on world.yml , users.yml and groups.yml

    But my "citizen" group cant build even if they got "build: true" here is an exemple :

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
        Citizen:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - default
            permissions:
                - 'factions.participate'
                - 'fight.user'
                - 'iConomy.access'
                - 'iConomy.bank.access'
                - 'iConomy.bank.join'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.set'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'npc.user.*'
                - 'parties.allow.*'
                - 'residence.create'
                - 'painter.*'
                - 'dc.spawn.self.world'
                - 'dc.home.self Home'
                - 'dc.warp.self.world'
                - 'dc.online'
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
                - Citizen
            Permissions:
                - 'dc.give.self'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
                - Citizen
                - Builder
            permissions:
                - 'stealthlogin.*'
                - 'dc.give.self'
                - 'dc.god.self'
                - 'dc.teleport.other.world'
                - 'dc.teleport.self.world'
                - 'dc.jump.world'
                - 'dc.repair'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    Did you got a fix or somethin ? a good tutorial for me or other thin like that , i've looking for a fix like 2 day before signup on bukkit forum :x , Thank in advance :).
     
  12. Offline

    SillyWalker

    Code:
    -snip-
    
    15:36:53 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-751-
    
    g45fecad-b798jnks (MC: 1.5_02)
    
    15:36:53 [INFO] Preparing level "world"
    
    15:36:53 [INFO] Preparing start region
    
    15:36:53 [INFO] [Permissions] (Phoenix) was Initialized.
    
    15:36:54 [SEVERE] MagicSpells: Error loading spellbooks
    
    15:36:54 [INFO] MagicSpells v0.3 loaded!
    
    15:36:54 [INFO] [Massband] version 2.3 beta r30 (Minecraft 1.5_01) [MrX13415] is
    
    enabled.
    
    15:36:54 [INFO] [Permissions] version [2.7.4] (Phoenix) loaded
    
    15:36:54 [INFO] Showcase version 0.5.2 is enabled!
    
    15:36:54 [INFO] SpongeRestore version 0.9 is enabled!
    
    15:36:54 [INFO] Stargate v.0.4.4 is enabled.
    
    15:36:54 [INFO] [Stargate] Loaded 1 gate layouts
    
    15:36:54 [INFO] [Stargate] {world} Loaded 9 stargates with 0 set as always-on
    
    15:36:54 [INFO] [Stargate] Found Permissions (v2.7.4)
    
    15:36:54 [INFO] WorldEdit 4.4 enabled.
    
    15:36:54 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    
    for permissions.
    
    15:36:54 [INFO] Done (0.113s)! For help, type "help" or "?"
    
    Code:
    
    plugin:
        permissions:
            system: default
            copies:
    
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'foo.bar'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
        SillyWalker:
            group: Admins
            permissions:
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
    
    Sorry about that. Didn't even notice that there WAS an option to post code (makes sense, though). But here's the server log upon startup, and everything looks fine (to me). Also included is the config file.
     
  13. Offline

    Dragonntiger

    hey whenever i try to message someone, i get this error.. o-o
    Code:
    2011-05-22 12:42:15 [SEVERE] javax.script.ScriptException: sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.lang.NullPointerException (<Unknown source>#107) in <Unknown source> at line number 107
    2011-05-22 12:42:15 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    2011-05-22 12:42:15 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    2011-05-22 12:42:15 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.playerMsg(Unknown Source)
    2011-05-22 12:42:15 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-05-22 12:42:15 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-22 12:42:15 [SEVERE]     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:394)
    2011-05-22 12:42:15 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:334)
    2011-05-22 12:42:15 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-22 12:42:15 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:97)
    2011-05-22 12:42:15 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:701)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-22 12:42:15 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-22 12:42:24 [SEVERE] javax.script.ScriptException: sun.org.mozilla.javascript.internal.WrappedException: Wrapped java.lang.NullPointerException (<Unknown source>#107) in <Unknown source> at line number 107
    2011-05-22 12:42:24 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invoke(Unknown Source)
    2011-05-22 12:42:24 [SEVERE]     at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(Unknown Source)
    2011-05-22 12:42:24 [SEVERE]     at nickguletskii200.SpyerAdmin.CustomHandling.playerMsg(Unknown Source)
    2011-05-22 12:42:24 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onCommand(Unknown Source)
    2011-05-22 12:42:24 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-22 12:42:24 [SEVERE]     at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:394)
    2011-05-22 12:42:24 [SEVERE]     at com.earth2me.essentials.Essentials.onCommand(Essentials.java:334)
    2011-05-22 12:42:24 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-05-22 12:42:24 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:97)
    2011-05-22 12:42:24 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:701)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-22 12:42:24 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  14. Offline

    J_S_Y_2005

    Okay I am seriously stuck. First off I am not running a server from home and all the videos i find are with running a server from your comp. I have read the FAQ completely and have followed almost every link posted including wiki. I don't know what an API reference is and I am utterly confused . How do I get this plugin working? The plugin is showing up in the list and I have renamed the .yml file to world.yml per my server properties. I am installing this because I have to have it for iconomy. Please help here is my yml file as well <Edit by Moderator: Redacted mediafire url>
     

    Attached Files:

    Last edited by a moderator: Dec 15, 2016
  15. Offline

    reverendgeneral

    Just in case anyone was following the problem I had, it has been resolved. Someone installed PlgEssentials behind my back and didn't tell me. We already have Essentials, so this was obviously unnecessary and was causing all of our problems. Fixed. Thanks again to @Jeyge for all your help!
     
  16. I made a Tutorials For Permissions. Just Explaining How it works and what to do and what not to do.

    I hope it helps :)
    Please Subscribe. I have many Plugin Tutorials and am always adding more every week!
    Thanks!
    My Channel: Here

    Need to Watch in HD to see it Clearly! Sorry :(

    Video:
     
  17. Offline

    Ben_R

    I don't know if it's me having RB 803 or what, but Permissions has ceased to work on my server. Please update Permissions to RB 803 as soon as you can D:
     
  18. Offline

    jon_k

    So this is my problem.

    I have latest bukkit / server config. I tried the latest beta and older builds. It just won't work.



    2011-05-22 22:48:58 [INFO] [Permissions] (Phoenix) saved all data.
    2011-05-22 22:48:58 [INFO] [Permissions] (Phoenix) disabled successfully.
    2011-05-22 22:48:59 [SEVERE] [Permissions] storageconfig.yml is not a file.
    2011-05-22 22:48:59 [SEVERE] [Permissions] storageconfig.yml cannot be read.
    2011-05-22 22:48:59 [INFO] [Permissions] Creating storageconfig.yml.
    2011-05-22 22:48:59 [INFO] [Permissions] (Yeti) was Initialized.
    2011-05-22 22:48:59 [INFO] Loaded Essentials build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-22 22:48:59 [SEVERE] null loading Permissions v3.0 (Is it up to date?)
    java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.onEnable(Permissions.java:161)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:336)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:270)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:396)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:381)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    ~/plugins/Permissions/mapname.yml has this:
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the 
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies: 
    
    ##        
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true. 
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    groups:
        Default:
            default: true
            info:
                prefix: '&2g'
                suffix: '&2'
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.back'
                - 'essentials.back.ondeath'
                - 'essentials.tpa'
                - 'essentials.tpaccept'
                - 'essentials.tpdeny'
                - 'essentials.tpahere'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.me'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.clearinventory'
                - 'essentials.ping'
                - 'essentials.suicide'
                - 'essentials.spawn'
                - 'signcolours.*'
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
        Moderator:
            default: false
            info:
                prefix: '&bMod'
                suffix: '&b'
                build: true
            inheritance:
                - Default
            permissions:
                - 'essentials.top'
                - 'essentials.jump'
                - 'essentials.tp'
                - 'essentials.tpo'
                - 'essentials.tphere'
                - 'essentials.tpohere'
                - 'essentials.tppos'
                - 'essentials.tpall'
                - 'essentials.home.others'
                - 'essentials.setwarp'
                - 'essentials.delwarp'
                - 'essentials.spawnmob'
                - 'essentials.clearinventory.others'
                - 'essentials.broadcast'
                - 'essentials.burn'
                - 'essentials.ext'
                - 'essentials.kill'
                - 'essentials.ban'
                - 'essentials.kick'
                - 'essentials.invsee'
                - 'essentials.give'
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.kit.*'
                - 'essentials.time'
                - 'essentials.god'
                - 'essentials.heal'
                - 'essentials.powertool'
                - 'ichat.color'
                - 'vanish.vanish'
                - 'vanish.list'
                - 'magiccarpet.ml'
                - 'magiccarpet.mc'
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
        Admins:
            default: false
            info:
                prefix: '&4Admin'
                suffix: '&4'
                build: true
            inheritance:
            permissions:
                - '*'
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
                - ''
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        rebeljah:
            group: Admins
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
        PLAYERNAME:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
            permissions:
                - ''
     
  19. Ok. I might be a bit stupid but I've managed to get every plugin to work ok with permissions. Each usergroup can use the commands I want them to be able to use.

    Problem is that I only managed to get the plugins commans to work. How do I make the default commands like "list" and "motd" to work?

    EDIT: Nevermind, figured it out. Had essentials installed. :p
     
  20. Offline

    Jeyge

    I'm not sure if it is this picky and I don't have a 3.0 server yet but your Citizen group inherits from default when the actual group is Default. Might be worth trying.

    I just tested it with 803 and there weren't any problems.

    The files aren't stored in the same place with 3.0. If you want to run that, I would suggest you read the 3.0 conversion guide. Or just switch back to 2.7.4 and your file should start to work. I would remove all of those empty lines though either way.

     
    Last edited by a moderator: Dec 15, 2016
  21. Offline

    titog176

    i get this error when i log in to my server You do not have permission to enter this world! please help me im using the latest permissions and not groupmanager cuz its inactive help thats it reply back please~!
     
  22. Offline

    SillyWalker

    Code:
    22:19:00 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:609)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:
    61)
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.j
    ava:475)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:302)
            at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156
    )
            at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:118
    )
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:446)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    Code:
    22:16:21 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
            at com.nijiko.permissions.Control.getGroups(Control.java:609)
            at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:
    43)
            at org.bukkit.plugin.java.JavaPluginLoader$26.execute(JavaPluginLoader.j
    ava:419)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:302)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:84)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:68)
            at net.minecraft.server.ItemBlock.a(ItemBlock.java:74)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:535)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Yes, actually. I hadn't noticed it before because I could still place and remove blocks, but that appears whenever I try to place and remove blocks. I can, however, still place and remove blocks.
     
  23. Offline

    Jeyge

    In that case, you will need to make sure your permissions.yml file is in plugins\permissions and is named <world name>.yml. If you have file extensions turned off, the file will be <world name>.
     
  24. Offline

    SillyWalker

    Alright, that was the problem! I must have file extensions turned off and not have realized it! It works fine now, thanks!
     
  25. Offline

    B1GBADW0IF


    UGGGGHHHHHHHHHH I am not using tabs tho i also am using notepad++ and it isnt highlighted
     
  26. Offline

    Maxis010

    Well /t means tab and the parser can not lie, are you sure that you have the YAML language active in Notepad++ as if the language is disabled Notepad++ will default back to plain-text which won't object to tabs
    To be safe open the file, Ctrl+A then Edit > Blank Operations > TAB to Space and save it
     
  27. Offline

    B1GBADW0IF

     
  28. Offline

    Psycho Robot

    Have you checked? You might be surprised to learn that a two tabs and eight spaces look exactly the same if you highlight them all at once. Put your cursor at the beginning of the line and hit right. if you have tabs instead of spaces, you'll see the cursor jump four spaces at once. If not, it'll move one space at a time.
     
  29. Offline

    B1GBADW0IF

    YESSSSSSSSS YEEEESSSSSSS THANK YOUUU SOOOOOO MUCCHHH
     
  30. Offline

    Trevor Bradley

    Awesome mod. I'm loving the fine tuning ability.

    I'm having problems getting user permissions working... My user section goes like this:
    Code:
    users:
        Trevor:
            group: Admins
            info:
                prefix: '&5'
                suffix: ''  
    The group:Admins is certainly working, but prefix colour isn't being changed by this code... it's overridden by the group prefix setting.

    I've had iChat installed in the past, but the server pretty much has Essentials (without the Group plugins installed) and Permissions. Any ideas on what's wrong?

    EDIT: nevermind... EssentialsChat was conflicting. I uninstalled, reinstalled iChat, and all is well...
     
  31. Offline

    Ben_R

    That's odd. When I start up my server, it tells me that there is no permissions system installed, yet I do have it installed...
    Let me just give you the entire code.
    Code:
    23:46:48 [INFO] Starting minecraft server version Beta 1.5_02
    23:46:48 [INFO] Loading properties
    23:46:48 [INFO] Starting Minecraft server on 192.168.0.3:25565
    23:46:48 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-751-g45fecad-b798jnks (MC: 1.5_02)
    23:46:49 [INFO] Preparing level "world"
    23:46:49 [INFO] Preparing start region
    23:46:49 [INFO] While loading ServerAutoStop (plugins/Autostop.jar) found old-data folder: plugins/Autostop next to the new one: plugins/ServerAutoStop
    23:46:49 [SEVERE] ebean.properties not found
    23:46:49 [INFO] DataSourcePool [MineConomy] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    23:46:50 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    23:46:50 [INFO] Entities enhanced[0] subclassed[1]
    23:46:50 [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins':
    java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:172)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:100)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: mapping values are not allowed here
     in "<reader>", line 98, column 20:
                     prefix: ''
                           ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
        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 com.nijiko.configuration.NotNullConfiguration.load(NotNullConfiguration.java:58)
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:132)
        ... 13 more
    23:46:50 [INFO] While loading PvPToggle (plugins/pvptoggle.jar) found old-data folder: plugins/pvptoggle next to the new one: plugins/PvPToggle
    23:46:50 [INFO] DataSourcePool [SimpleWarp] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    23:46:50 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    23:46:50 [INFO] Entities enhanced[0] subclassed[1]
    23:46:50 [INFO] DataSourcePool [TimeShift] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    23:46:50 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    23:46:50 [INFO] Entities enhanced[0] subclassed[1]
    23:46:50 [INFO] AdvancedBans version 0.3 is enabled without permissions!
    23:46:50 [INFO] AssignPermissions version 1.1not enabled. Permissions not detected
    23:46:50 [INFO] [AssignPermissions] Plugin disabled. (version1.1)
    23:46:50 [INFO] [AssignPermissions] Plugin enabled! (version1.1)
    23:46:50 [WARNING] [AutoSave] UNKNOWN SERVER VERSION: It has NOT been tested and AutoSave MAY NOT function properly: git-Bukkit-0.0.0-751-g45fecad-b798jnks (MC: 1.5_02)
    23:46:50 [INFO] [AutoSave] Loading config file
    23:46:50 [INFO] [AutoSave] Version 1.3.0 is enabled: 7db6c5a3-70cf-43fb-a1e9-abbd82db1fa8
    23:46:50 [INFO] [AutoStop] Permissions not enabled.
    23:46:50 [INFO] AutoStop Enabled. Mac OS X
    23:46:50 [INFO] [AutoStop] Scheduled for shutdown at time(s): 12:00:00
    23:46:50 [INFO] Blockremover is now enabled!
    23:46:50 [INFO] Blockremover: Directory already exists
    23:46:50 [INFO] ChairCraft 1.2.2 is enabled.
    23:46:50 [INFO] [ChestLock 0.1] Permissions plugin not found, defaulting to OPS CHECK mode
    23:46:50 [INFO] [ChestLock 0.1] Enabled!
    23:46:50 [INFO] [ClearInventory] v0.3 enabled
    23:46:50 [INFO] Loading ColoredSigns
    23:46:50 [INFO] ColorSign version 1.0 is enabled!
    23:46:50 [INFO] CraftBukkitUpToDate version 2.5.3 is enabled!
    23:46:50 [INFO] CButD: Permission system not detected, defaulting to OP
    23:46:51 [INFO] CButD: CraftBukkit is Outdate, try to download new version
    23:47:21 [INFO] CButD: CraftBukkit download new Build, please stop the server and copy /Users/mcr1023/Desktop/BukkitServer/bukkit_update/craftbukkit.jar to your Main-Folder.
    23:47:21 [INFO] [DelayedStop] Enabling Delayed Stop v0.17
    23:47:21 [INFO] [DelayedStop] version 0.17 enabled
    23:47:21 [INFO] EasyRules version 1.0.0 is enabled!
    23:47:21 [INFO] [EatSugar] version v1.1b1 is enabled.
    23:47:21 [INFO] ecto-b-gone v1.0 enabled
    23:47:21 [INFO] [HelpCenter] Permission system not detected. '%prigroup%' and '%groups%' will be replaced with 'prigroup' and 'groups'
    23:47:21 [INFO] [HelpCenter] HelpCenter v1.73 enabled.
    23:47:21 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    23:47:21 [INFO] iChat (v2.2.3) enabled
    23:47:21 [INFO] LoginMessage 0.6_5 enabled
    23:47:21 [INFO] [playerList] Plugin Enabled.
    23:47:21 [INFO] PlayerMute Enabled!
    23:47:21 [INFO] PlgLogCmd version 1.0 is enabled!
    23:47:21 [INFO] PortalGun version 1.2 is enabled!
    23:47:21 [INFO] [PortalStick] 2 region(s) loaded
    23:47:21 [INFO] [PortalStick] 0 grill(s) loaded
    23:47:21 [INFO] [PortalStick] No permission handler detected, only ops can use commands
    23:47:21 [INFO] [PortalStick] PortalStick enabled
    23:47:21 [INFO] [PrivatChat] Permission system not detected
    23:47:21 [INFO] [PrivatChat] Plugin enable
    23:47:21 [INFO] [PvPToggle] Loading...
    23:47:21 [INFO] [PvPToggle] Permissions system not detected, defaulting to OP
    23:47:21 [INFO] [PvPToggle] Enabled!
    23:47:21 [INFO] [QuickStrasse] 0.8 enabled.
    23:47:21 [INFO] SimpleAlias: Alias file loaded.
    23:47:21 [INFO] SimpleAlias version 1.0.2 is enabled.
    23:47:21 [INFO] [SimpleGive] Version 1.1 Permissions system not detected, defaulting to OP
    23:47:21 [INFO] [SimpleGive] SimpleGive v1.1 by captainawesome7 has been enabled!
    23:47:21 [INFO] Permission system not detected, defaulting to OP
    23:47:21 [INFO] [SimpleKick] Has been enabled!
    23:47:21 [INFO] SimpleWarp v1.1.0 has been enabled
    23:47:21 [INFO] WARNING! Permission system not detected, defaulting to OP
    23:47:21 [WARNING] [SpawnControl] Permissions system not enabled, using isOP instead.
    23:47:21 [INFO] [SpawnControl] version [0.8.1] loaded
    23:47:21 [INFO] SpongeRestore version 0.9.1 is enabled!
    23:47:21 [INFO] Stargate v.0.4.8 is enabled.
    23:47:21 [INFO] [Stargate] Loaded 2 gate layouts
    23:47:21 [INFO] [Stargate] {world} Loaded 2 stargates with 2 set as always-on
    23:47:21 [INFO] [Tele++] initializing version [1.3.4]
    23:47:21 [WARNING] 'Help' not detected. No Help support enabled! Using internal Help
    23:47:21 [INFO] [Tele++] version [1.3.4] loaded
    23:47:21 [INFO] TimeShift version 2.0.1 is enabled!
    23:47:21 [INFO] WeatherRestrictions version 1.3 is enabled!
    23:47:21 [INFO] WhichMob v 0.2 is enabled
    23:47:21 [INFO] Done (3.292s)! For help, type "help" or "?"
    23:47:31 [INFO] The automatic update-Check only work every 6 hours, the last check was 205 minutes ago.
    >
    
    Let me know if you find any problems here. I appreciate your help.

    EDIT: Here's my Permissions worldname.yml file as well:
    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Default:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: false
            inheritance: null
            permissions:
            - SpawnControl.spawn.use
        Trusted:
            default: false
            info:
                prefix: '&d'
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - SpawnControl.Sethome.basic
            - SpawnControl.home.basic
            - tpp.tp.*
            - tpp.world.*
            - tpp.request
            - simplechestlock.lock
            - clearinventory.use
            - stargate.use
            - pvptoggle.use
            - pvptoggle.command.toggle
            - pvptoggle.command.status
            - pvptoggle.gcommand.status
            - simplewarp.warp
            - simplewarp.list
        Moderator:
            default: false
            info:
                prefix: '&3'
                suffix: ''
                build: true
            inheritance:
            - Trusted
            permissions:
            - tpp.others.*
            - tpp.mod.*
            - tpp.jump.*
            - portalstick.placeportal
            - portalstick.creategrill
            - portalstick.deletegrill
            - portalstick.teleport
            - portalstick.damageboots
            - stargate.create
            - stargate.create.personal
            - stargate.destroy.owner
            - stargate.world.{worldname}
            - stargate.network.{networkname}
            - stargate.option.hidden
            - stargate.option.alwayson
            - stargate.option.private
            - stargate.option.free
            - SimpleAlias.*
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    users:
        Ben_R:
            group: Admins
            info:
                prefix: '&4'
                suffix: Owner
            permissions:
            - '*'
        LarryRose:
            group: Admins
            info:
                prefix: '&0'
                suffix: BroOfOwner
            permissions:
            - '*'
        sumerian45:
            group: Moderator
            info:
                prefix: ''
                suffix: ''
        sloftin:
            group: Moderator
        QUBiCA:
            group: Trusted
                 prefix: ''
                 suffix: ''
        cobrakhan007:
            group: Trusted
            info:
                prefix: ''
                suffix: ''
    
     
Thread Status:
Not open for further replies.

Share This Page