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

    Jack Bartlett

    I need help...This is driving me insane...Look at my post above
     
  3. Offline

    Dark Nero

    & I am indeed using Notpad++

    Premissions
    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Players:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - foo.bar
            - lwc.protect
            - mcmmo.motd
            - mcmmo.commands.ability
            - mcmmo.ability.*
            - mcmmo.skills.*
        Mod:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - general.time
            - lwc.protect
            - woolcolor.spawn
            - general.teleport
            - general.teleport.here
            - general.player-info
            - myhome.*
            - iConomy.list
            - iConomy.withdraw
            - iConomy.deposit
            - iConomy.payment
            - essentials.ban
            - essentials.unban
            - essentials.kick
            - essentials.unbanip
            - essentials.banip
            - essentials.give
            - essentials.tp.*
            - general.time.set
            - general.give.*
            - magiccarpet.mc
        Admins:
            default: false
            info:
                prefix: '&d'
                suffix: ''
                build: true
            inheritance: null
            permissions: ''
            - ''
    users:
        Nero:
            group: Admins
            permissions: ''
        Jrperkins16:
            group: Admins
            permissions: null
        Pedrinho:
            group: Admins
            permissions: null
        TheMightyMan:
            group: Admins
            permissions: null
        Fatalityzz:
            group: Admins
            permissions: null
        Greatjob:
            group: Mod
            permissions: null
        poorguy:
            group: Mod
            permissions: null
    iChat

     
  4. Offline

    Itssnowing

    @Dark Nero It's usually easier to figure things out when the config files are in Code tags ^_^
     
  5. Offline

    Dark Nero

    Yeah I was fighting it as the screen kept going blank on me.
    Untill i scrolled to the bottom to find the code part. Relook on page 100
     
  6. Offline

    Jambokid

    Your first post had this as the permission prefix : prefix: '&5[&5Admins&5]&f'

    It ain't showing up because the new permissions one you posted just has : &d
    Which Just makes it pink, so I'd change the permission's 'Admin' group prefix line to this :

    prefix: '&d[&dAdmins&d]&f

    Then remove the '[' and ']' from the iChat config on the line message-format.

    So it would be :

    message-format: '+prefix+suffix&f +name: +message'

    I took out the group part because that is already configured in the permissions 'prefix' config.

    I don't know if this will work , I'm a noob. :)
     
  7. Offline

    Incendia

  8. Offline

    Dark Nero

    Gaaah its not working for me, can you recode it for me?
    It just keep coming up with


     
  9. Offline

    Jambokid

    Lol, I'll try :eek:

    Edit : It says that your Permissions config is messed up I don't know. I'll have a look, though, Itssnowing is the best with these :)
     
  10. Offline

    Dark Nero

    Untitled.png
    This is all i get

    See I thought that, as I can't allow admins anymore, I had to OP 2 people just so they could Admin the world. My update from 1.3 to 1.4 was very bad, as on 1.3 everything was fine and when i paste in my backed up 1.3 Premissions i get the same error even though my 1.3 was like this

    [Admin] Nero My Text Here

    Tryed what you said to do over and over again but its not working.
    Would another Plugin be effecting this also?
     
  11. Offline

    Jambokid

    I did rewrite it in Notepad++, but it gives me config errors, lol :( I'll post them anyway see if Itssnowing knows what's wrong, I might have made it worse, but it's worth a try.

    Code :

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Players:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - foo.bar
            - lwc.protect
            - mcmmo.motd
            - mcmmo.commands.ability
            - mcmmo.ability.*
            - mcmmo.skills.*
        Mod:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - general.time
            - lwc.protect
            - woolcolor.spawn
            - general.teleport
            - general.teleport.here
            - general.player-info
            - myhome.*
            - iConomy.list
            - iConomy.withdraw
            - iConomy.deposit
            - iConomy.payment
            - essentials.ban
            - essentials.unban
            - essentials.kick
            - essentials.unbanip
            - essentials.banip
            - essentials.give
            - essentials.tp.*
            - general.time.set
            - general.give.*
            - magiccarpet.mc
        Admins:
            default: false
            info:
                prefix: '&d[Admins]&f'
                suffix: ''
                build: true
            inheritance: null
            permissions: ''
            - ''
    users:
        Nero:
            group: Admins
            permissions: ''
        Jrperkins16:
            group: Admins
            permissions: null
        Pedrinho:
            group: Admins
            permissions: null
        TheMightyMan:
            group: Admins
            permissions: null
        Fatalityzz:
            group: Admins
            permissions: null
        Greatjob:
            group: Mod
            permissions: null
        poorguy:
            group: Mod
            permissions: null

    Error :

    Code:
    00:24:27 [INFO] Invalid config file found and converted to proper name/format.
    00:24:27 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:105)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:158)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:106)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:101)
            ... 8 more
    Caused by: while parsing a block mapping
     in "<reader>", line 51, column 9:
                default: false
                ^
    expected <block end>, but found BlockEntry
     in "<reader>", line 58, column 9:
                - ''
                ^
    
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(Par
    serImpl.java:576)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :228)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:73)
            at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    126)
            ... 13 more
     
  12. Offline

    Dark Nero

    Yeah that didn't work either :( but it didn't come up with a permissions error, it came up with a different error for me than yours. Something to do with my LCW and mcMMO

    Code:
    12:28:21 [SEVERE] BLOCK_INTERACT loading LWC v1.63 (Is it up to date?)
    java.lang.NoSuchFieldError: BLOCK_INTERACT
        at com.griefcraft.lwc.LWCPlugin.registerEvents(LWCPlugin.java:369)
        at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:342)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    12:28:21 [SEVERE] BLOCK_DAMAGED loading mcMMO v0.9.10 (Is it up to date?)
    java.lang.NoSuchFieldError: BLOCK_DAMAGED
        at com.gmail.nossr50.mcMMO.onEnable(mcMMO.java:69)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:514)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:94)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:72)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    
     
  13. Offline

    Jambokid

    @Dark Nero

    I managed to get an error free one :) I moved the permissions lines along they have to start on the 14th space. They might have already been like that and maybe messed up when I copied and pasted :(

    This the last I have to offer :

    Permissions Config :

    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Players:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
                - foo.bar
                - lwc.protect
                - mcmmo.motd
                - mcmmo.commands.ability
                - mcmmo.ability.*
                - mcmmo.skills.*
        Mod:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
                - general.time
                - lwc.protect
                - woolcolor.spawn
                - general.teleport
                - general.teleport.here
                - general.player-info
                - myhome.*
                - iConomy.list
                - iConomy.withdraw
                - iConomy.deposit
                - iConomy.payment
                - essentials.ban
                - essentials.unban
                - essentials.kick
                - essentials.unbanip
                - essentials.banip
                - essentials.give
                - essentials.tp.*
                - general.time.set
                - general.give.*
                - magiccarpet.mc
        Admins:
            default: false
            info:
                prefix: '&d[Admins]&f'
                suffix: ''
                build: true
            inheritance: null
            permissions:
                - '*'
    users:
        Nero:
            group: Admins
            permissions: ''
        Jrperkins16:
            group: Admins
            permissions: null
        Pedrinho:
            group: Admins
            permissions: null
        TheMightyMan:
            group: Admins
            permissions: null
        Fatalityzz:
            group: Admins
            permissions: null
        Greatjob:
            group: Mod
            permissions: null
        poorguy:
            group: Mod
            permissions: null
    iChat Config :

    Code:
    censor-list: []
    censor-color: '&f'
    date-format: HH:mm:ss
    message-format: '+prefix +suffix&f +name:+message'
    censor-char: '*'
    censor-string-color: '&f'
    censor-colored: false
    
    Edit : Just after reading you said it was other plugins, then this may not matter, but try it anyway :) Even if it does require fixing other plugins this should work, but obviously if it's other plugins causing the problem, then it's not hard to code the prefixes.

    But it's here anyway :)
     
  14. Offline

    Jack Bartlett

    Please help me!
    groups:
    Guest:
    default: true
    info:
    prefix: '&f'
    suffix: '&f'
    build: false
    inheritance:
    permissions:

    Villager:
    default: false
    info:
    prefix: '&7'
    suffix: '&7'
    build: true
    inhertitance:
    - Guest
    permissions:
    - 'warp.to.own
    '
    - 'warp.to.invited'
    - 'warp.to.other'
    - 'warp.to.global
    '
    - 'warp.sign.own
    '
    - 'warp.sign.invited'
    - 'warp.sign.other'
    - 'warp.sign.global
    '
    - 'warp.create.private'
    - 'warp.create.public'
    - 'warp.create.global'
    - 'wolfpound.use
    '
    - 'supplysign.access'
    Donator:
    default: false
    info:
    prefix: '&2'
    suffix: '&2'
    build: true
    inheritance:
    - Villager
    permissions:
    - 'warp.to.own
    '
    - 'warp.to.invited'
    - 'warp.to.other'
    - 'warp.to.global
    '
    - 'warp.sign.own'
    - 'warp.sign.invited'
    - 'warp.sign.other'
    - 'warp.sign.global'
    - 'warp.create.private'
    - 'warp.create.public'
    - 'warp.create.global'
    - 'spawnlist.item'
    - 'locker.lockinfo'
    - 'locker.lock.self'
    - 'locker.lock.other'
    - 'locker.unlock.self'
    - 'locker.unlock.other'
    - 'locker.view.self
    '
    - 'locker.view.other
    '
    - 'locker.nolimit'
    - 'invtools.allowtools
    '
    - 'magiccarpet.mc'
    - 'supplysign.access'
    - 'worldedit.navigation.thru'
    - 'worldedit.navigation.jumpto
    '
    - 'worldedit.tool.tree'
    - 'worldguard.region'
    - 'wolfpound.use
    '
    - 'wolfpound.adopt'
    - 'signColours.*
    '
    Moderators:
    defualt: false
    info:
    prefix: '&1 The Godly'
    suffix: '&1'
    build: true
    inheritance:
    - Donator
    permissions:

    - 'backup.canbackup'
    - 'spawnlist.item'
    - 'spawnlist.canspawnanything'
    - 'spawnlist.spawnlisted'
    - 'spawnlist.reload
    '
    - 'spawnlist.give'
    - 'ichat.colour
    s'
    - 'locker.lockinfo
    '
    - 'locker.lock.self'
    - 'locker.lock.other
    '
    - 'locker.unlock.self
    '
    - 'locker.unlock.other'
    - 'locker.view.self
    '
    - 'locker.view.other
    '
    - 'locker.nolimit
    '
    - 'invtools.allowtools
    '
    - 'invtools.allowarmor
    '
    - 'wolfpound.create
    '
    - 'wolfpound.use
    '
    - 'wolfpound.adopt'
    - 'jail.command.jailcreate
    '
    - 'jail.command.jaildelete'
    - 'jail.command.jail
    '
    - 'jail.command.unjail'
    - 'jail.command.jailtransfer'
    - 'jail.command.jailtransferall
    '
    - 'jail.command.jailcheck'
    - 'jail.command.jailtelein
    '
    - 'jail.command.jailteleout
    '
    - 'jail.command.jaillist'
    - 'jail.command.unjailforce
    '
    - 'jail.command.jailclear'
    - 'jail.command.jailclearforce'
    - 'jail.command.jailbackup'
    - 'jail.usercmd.jailstatus'
    - 'vanish.vanish
    '
    - 'magiccarpet.mc'
    - 'godmode.command.godself'
    - 'godmode.default.noFire
    '
    - 'mcbans.kick'
    - 'mcbans.lookup'
    - 'mcbans.unban
    '
    - 'mcbans.ban.temp
    '
    - 'mcbans.ban.local
    '
    - 'mcbans.ban.global
    '
    - 'mcbans.ban.view
    '
    - 'mcbans.reload'
    - 'mcbans.mod'
    - 'permissions.reload'
    - 'supplysign.create'
    - 'supplysign.access
    '
    - 'supplysign.destroy'
    - 'supplysign.reload
    '
    - 'signColours.*'
    - 'worldedit.*'
    - 'worldguard.locate
    '
    - 'worldguard.region
    '
    - 'warp.admin.give
    '
    - 'warp.admin.invite'
    - 'warp.admin.uninvite'
    - 'warp.admin.delete
    '
    - 'warp.admin.message'
    - 'warp.admin.update'
    - 'warp.admin.to.all'
    - 'warp.admin.private'
    - 'warp.admin.public
    '
    - 'warp.admin.global'
    - 'warp.admin.reload'
    - 'warp.admin.convert'
    - 'warp.admin.export
    '
    - 'warp.admin.editors.remove'
    - 'warp.admin.editors.add
    '
    - 'warp.admin.warp.others'
    - assignpermissions.add.group
    - assignpermissions.del.group
    - assignpermissions.list.all
    - assignpermissions.list.group
    Admins:
    default: false
    info:
    prefix: '&4'
    suffix: '&4'
    build: true
    inheritance:
    permissions:
    - '*'
    users:
    KravenT0xic:
    group: Admins
    kcollins420:
    group: Donator
    Ninja_Storm:
    group: Villager
    Nibbzzeh:
    group: Moderator
    Xfearx:
    group: Donator
    Performance:
    group: Villager
    tiki21898:
    group: Villager
    pieworshipper:
    group: Villager
    My_Cute_Penguin:
    group: Villager
    Jayden_booth:
    group: Villager
    Siknesselite:
    group: Villager
    xXSquirrelXx:
    group: Villager
    Is my config and here is the error
    [SEVERE] Could not pass event PLAYER_JOIN to LoginMessage
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroupPrefix(Control.java:589)
    at com.tahkeh.loginmessage.LoginMessagePlayerListener.process(LoginMessagePlayerListener.java:151)
    at com.tahkeh.loginmessage.LoginMessagePlayerListener.sendMultiMessage(LoginMessagePlayerListener.java:229)
    at com.tahkeh.loginmessage.LoginMessagePlayerListener.onPlayerJoin(LoginMessagePlayerListener.java:64)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:169)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 18:21:07 [INFO] [pathogenPlayerLives] Player joined! 'KravenT0xic'
    2011-04-06 18:21:07 [INFO] [pathogenPlayerLives] Recognized player! They have 0 lives!
    2011-04-06 18:21:21 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroups(Control.java:652)
    at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:64)
    at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:345)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
    at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:117)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:359)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 18:21:31 [INFO] [§f] KravenT0xic§f: ...
     
  15. Offline

    Jambokid

    @Jack Bartlett

    Maybe if you post your config and errors in Code tags, you will probably receive help :)
     
  16. Offline

    Jack Bartlett

  17. Offline

    Jambokid

    @Jack Bartlett

    Click the icon on the bar that looks like brackets and a hash key :)
     
  18. Offline

    tehMugwump

    Just updating to say I got everything working. It took making a copy of my map directory and re installing everything new. Too many junk files pile up in there and there had to be a conflict somewhere.
     
  19. Offline

    Jack Bartlett

    Ok the server error is
    Code:
    [SEVERE] Could not pass event PLAYER_JOIN to LoginMessage
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroupPrefix(Control.java:589)
        at com.tahkeh.loginmessage.LoginMessagePlayerListener.process(LoginMessagePlayerListener.java:151)
        at com.tahkeh.loginmessage.LoginMessagePlayerListener.sendMultiMessage(LoginMessagePlayerListener.java:229)
        at com.tahkeh.loginmessage.LoginMessagePlayerListener.onPlayerJoin(LoginMessagePlayerListener.java:64)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:169)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 18:21:07 [INFO] [pathogenPlayerLives] Player joined! 'KravenT0xic'
    2011-04-06 18:21:07 [INFO] [pathogenPlayerLives] Recognized player! They have 0 lives!
    2011-04-06 18:21:21 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:652)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:64)
        at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:345)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
        at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:117)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:359)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 18:21:31 [INFO] [§f] KravenT0xic§f: ... 
    And my permissions Config is
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&f'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
    
        Villager:
    
            default: false
    
            info:
                prefix: '&7'
    
                suffix: '&7'
    
                build: true
    
            inhertitance:
    
            - Guest
    
            permissions:
    
            - 'warp.to.own
    '
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global
    '
            - 'warp.sign.own
    '
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global
    '
            - 'warp.create.private'
    
            - 'warp.create.public'
            - 'warp.create.global'
            - 'wolfpound.use
    '
            - 'supplysign.access'
    
        Donator:
    
            default: false
    
            info:
                prefix: '&2'
    
                suffix: '&2'
    
                build: true
    
            inheritance:
            - Villager
            permissions:
            - 'warp.to.own'
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global'
            - 'warp.sign.own'
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global'
            - 'warp.create.private'
            - 'warp.create.public'
            - 'warp.create.global'
            - 'spawnlist.item'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'magiccarpet.mc'
            - 'supplysign.access'
            - 'worldedit.navigation.thru'
            - 'worldedit.navigation.jumpto'
            - 'worldedit.tool.tree'
            - 'worldguard.region'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'signColours.*
    '
    
        Moderators:
    
            defualt: false
            info:
                prefix: '&1 The Godly'
    
                suffix: '&1'
                build: true
    
            inheritance:
            - Donator
            permissions:
     
            - 'backup.canbackup'
            - 'spawnlist.item'
            - 'spawnlist.canspawnanything'
            - 'spawnlist.spawnlisted'
            - 'spawnlist.reload'
            - 'spawnlist.give'
            - 'ichat.colour'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'invtools.allowarmor'
            - 'wolfpound.create'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'jail.command.jailcreate'
            - 'jail.command.jaildelete'
            - 'jail.command.jail'
            - 'jail.command.unjail'
            - 'jail.command.jailtransfer'
            - 'jail.command.jailtransferall'
            - 'jail.command.jailcheck'
            - 'jail.command.jailtelein'
            - 'jail.command.jailteleout'
            - 'jail.command.jaillist'
            - 'jail.command.unjailforce'
            - 'jail.command.jailclear'
            - 'jail.command.jailclearforce'
            - 'jail.command.jailbackup'
            - 'jail.usercmd.jailstatus'
            - 'vanish.vanish'
            - 'magiccarpet.mc'
            - 'godmode.command.godself'
            - 'godmode.default.noFire'
            - 'mcbans.kick'
            - 'mcbans.lookup'
            - 'mcbans.unban'
            - 'mcbans.ban.temp'
            - 'mcbans.ban.local'
            - 'mcbans.ban.global'
            - 'mcbans.ban.view'
            - 'mcbans.reload'
            - 'mcbans.mod'
            - 'permissions.reload'
            - 'supplysign.create'
            - 'supplysign.access'
            - 'supplysign.destroy'
            - 'supplysign.reload'
            - 'signColours.*'
            - 'worldedit.*'
            - 'worldguard.locate'
            - 'worldguard.region'
            - 'warp.admin.give'
            - 'warp.admin.invite'
            - 'warp.admin.uninvite'
            - 'warp.admin.delete'
            - 'warp.admin.message'
            - 'warp.admin.update'
            - 'warp.admin.to.all'
            - 'warp.admin.private'
            - 'warp.admin.public'
            - 'warp.admin.global'
            - 'warp.admin.reload'
            - 'warp.admin.convert'
            - 'warp.admin.export'
            - 'warp.admin.editors.remove'
            - 'warp.admin.editors.add'
            - 'warp.admin.warp.others'
            - assignpermissions.add.group
            - assignpermissions.del.group
            - assignpermissions.list.all
            - assignpermissions.list.group
    
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
    
        KravenT0xic:
            group: Admins
    
        kcollins420:
            group: Donator
    
        Ninja_Storm:
            group: Villager
    
        Nibbzzeh:
            group: Moderator
    
        Xfearx:
            group: Donator
    
        Performance:
            group: Villager
    
        tiki21898:
            group: Villager
    
        pieworshipper:
            group: Villager
    
        My_Cute_Penguin:
            group: Villager
    
        Jayden_booth:
            group: Villager
    
        Siknesselite:
            group: Villager
    
        xXSquirrelXx:
            group: Villager
     
  20. Offline

    Itssnowing

    It seems to think there's something wrong with your "default: false" line under Admins. Specifically, something's up with the indentation. I couldn't figure out what it was, so I deleted and rewrote that line. Also, you had a node under your admins permissions without a value, so I fixed that to give all permissions. It was - ' ', so i changed it to - '*'.

    Try using this config rather than your current one. (It's the same, I just tried to fix those two lines. Also, I can't promise it will work, but it's worth a shot.)
    Code:
    plugin:
        permissions:
            system: default
            copies: null
    groups:
        Players:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - foo.bar
            - lwc.protect
            - mcmmo.motd
            - mcmmo.commands.ability
            - mcmmo.ability.*
            - mcmmo.skills.*
        Mod:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - general.time
            - lwc.protect
            - woolcolor.spawn
            - general.teleport
            - general.teleport.here
            - general.player-info
            - myhome.*
            - iConomy.list
            - iConomy.withdraw
            - iConomy.deposit
            - iConomy.payment
            - essentials.ban
            - essentials.unban
            - essentials.kick
            - essentials.unbanip
            - essentials.banip
            - essentials.give
            - essentials.tp.*
            - general.time.set
            - general.give.*
            - magiccarpet.mc
        Admins:
            default: false
            info:
                prefix: '&d[Admins]&f'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - '*'
    users:
        Nero:
            group: Admins
            permissions: ''
        Jrperkins16:
            group: Admins
            permissions: null
        Pedrinho:
            group: Admins
            permissions: null
        TheMightyMan:
            group: Admins
            permissions: null
        Fatalityzz:
            group: Admins
            permissions: null
        Greatjob:
            group: Mod
            permissions: null
        poorguy:
            group: Mod
            permissions: null
    
     
  21. Offline

    Dark Nero

    I am in the exact same boat with you with my own server. Everything is kapoots

    @Itssnowing

    Its still saying

    What iChat code should I be using?

    Also could any of these be interfeering?
    erg.png
     
  22. Offline

    Jack Bartlett

    Please help! I'm begging!
     
  23. Offline

    Malkierian

    OK, so I'm having a very odd error. For the past week (or however long it's been since 617 and permissions' related update) everything's been working just fine. My levels are in /hgsbackup, and my world.yml files are in /plugins/Permissions/hgsbackup. Again, I say this had no problems. Up until today I was running, among other things, FalseBook, Essentials, this, VoxelSniper, RedstoneChips, etc. Then, suddenly, I add three more to the server (Growbie, QuickStash, and WorldEdit), and I start getting this in my logs:
    Code:
    2011-04-06 16:56:40 [INFO] [COLOR=rgb(255, 0, 0)][B]Invalid config file found and converted to proper name/format.[/B][/COLOR]
    2011-04-06 16:56:40 [INFO] [Permissions] (Phoenix) was Initialized.
    -snip-
    2011-04-06 16:56:45 [WARNING] Missing a prefix or suffix for null
    2011-04-06 16:57:03 [SEVERE] Could not pass event BLOCK_PLACE to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:652)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:43)
        at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:297)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:84)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:68)
        at net.minecraft.server.ItemSign.a(ItemSign.java:57)
        at net.minecraft.server.ItemStack.a(ItemStack.java:56)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:217)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:447)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    And, now this thing is creating a "PermissionsWorld.yml" in /plugins. WTF? Why would it suddenly stop working?

    Also, I try putting the text of the previously working .yml into this new file, and it still tells me this log error (btw, the error about BLOCK_PLACE happens every time I try to place anything).

    And, of course, FalseBook then tells me I'm not allowed to place any of its ICs... This is really annoying.
     
  24. Offline

    Xcal

    Can someone help i keep getting this error [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroups(Control.java:652)
    at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:64)
    at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:345)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
    at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:117)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:359)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  25. Offline

    Dark Nero

    Use this button or its highly unlikely anyone will understand or be able to help you here.

    help.png
     
  26. Offline

    zombiemann

    Started getting an error referencing the Admins - '*' permission, I have NEVER editing this portion of the file in any way. The exact error thrown in server.log

    Code:
    Caused by: while scanning an alias
     in "<reader>", line 82, column 16:
                    - '*'
                       ^
    expected alphabetic or numeric character, but found but found '
     in "<reader>", line 82, column 17:
                    - '*'
     
  27. Offline

    Jack Bartlett

    Look, I did! Look above​

    Here is the Error
    Code:
    [SEVERE] Could not pass event PLAYER_JOIN to LoginMessage
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroupPrefix(Control.java:589)
        at com.tahkeh.loginmessage.LoginMessagePlayerListener.process(LoginMessagePlayerListener.java:151)
        at com.tahkeh.loginmessage.LoginMessagePlayerListener.sendMultiMessage(LoginMessagePlayerListener.java:229)
        at com.tahkeh.loginmessage.LoginMessagePlayerListener.onPlayerJoin(LoginMessagePlayerListener.java:64)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:169)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 18:21:07 [INFO] [pathogenPlayerLives] Player joined! 'KravenT0xic'
    2011-04-06 18:21:07 [INFO] [pathogenPlayerLives] Recognized player! They have 0 lives!
    2011-04-06 18:21:21 [SEVERE] Could not pass event BLOCK_BREAK to Permissions
    java.lang.NullPointerException
        at com.nijiko.permissions.Control.getGroups(Control.java:652)
        at com.nijikokun.bukkit.Permissions.Listener.onBlockBreak(Listener.java:64)
        at org.bukkit.plugin.java.JavaPluginLoader$30.execute(JavaPluginLoader.java:345)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.ItemInWorldManager.d(ItemInWorldManager.java:156)
        at net.minecraft.server.ItemInWorldManager.b(ItemInWorldManager.java:117)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:359)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-06 18:21:31 [INFO] [§f] KravenT0xic§f: ... 
    And my Permissions
    Code:
    groups:
        Guest:
            default: true
            info:
                prefix: '&f'
                suffix: '&f'
                build: false
            inheritance:
            permissions:
    
        Villager:
    
            default: false
    
            info:
                prefix: '&7'
    
                suffix: '&7'
    
                build: true
    
            inhertitance:
    
            - Guest
    
            permissions:
            - 'warp.to.own'
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global'
            - 'warp.sign.own'
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global'
            - 'warp.create.private'
    
            - 'warp.create.public'
            - 'warp.create.global'
            - 'wolfpound.use'
            - 'supplysign.access'
    
        Donator:
    
            default: false
    
            info:
                prefix: '&2'
    
                suffix: '&2'
    
                build: true
    
            inheritance:
            - Villager
            permissions:
            - 'warp.to.own'
            - 'warp.to.invited'
            - 'warp.to.other'
            - 'warp.to.global'
            - 'warp.sign.own'
            - 'warp.sign.invited'
            - 'warp.sign.other'
            - 'warp.sign.global'
            - 'warp.create.private'
            - 'warp.create.public'
            - 'warp.create.global'
            - 'spawnlist.item'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'magiccarpet.mc'
            - 'supplysign.access'
            - 'worldedit.navigation.thru'
            - 'worldedit.navigation.jumpto'
            - 'worldedit.tool.tree'
            - 'worldguard.region'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'signColours.*'
    
        Moderators:
    
            defualt: false
            info:
                prefix: '&1 The Godly'
    
                suffix: '&1'
                build: true
    
            inheritance:
            - Donator
            permissions:
     
            - 'backup.canbackup'
            - 'spawnlist.item'
            - 'spawnlist.canspawnanything'
            - 'spawnlist.spawnlisted'
            - 'spawnlist.reload'
            - 'spawnlist.give'
            - 'ichat.colour'
            - 'locker.lockinfo'
            - 'locker.lock.self'
            - 'locker.lock.other'
            - 'locker.unlock.self'
            - 'locker.unlock.other'
            - 'locker.view.self'
            - 'locker.view.other'
            - 'locker.nolimit'
            - 'invtools.allowtools'
            - 'invtools.allowarmor'
            - 'wolfpound.create'
            - 'wolfpound.use'
            - 'wolfpound.adopt'
            - 'jail.command.jailcreate'
            - 'jail.command.jaildelete'
            - 'jail.command.jail'
            - 'jail.command.unjail'
            - 'jail.command.jailtransfer'
            - 'jail.command.jailtransferall'
            - 'jail.command.jailcheck'
            - 'jail.command.jailtelein'
            - 'jail.command.jailteleout'
            - 'jail.command.jaillist'
            - 'jail.command.unjailforce'
            - 'jail.command.jailclear'
            - 'jail.command.jailclearforce'
            - 'jail.command.jailbackup'
            - 'jail.usercmd.jailstatus'
            - 'vanish.vanish'
            - 'magiccarpet.mc'
            - 'godmode.command.godself'
            - 'godmode.default.noFire'
            - 'mcbans.kick'
            - 'mcbans.lookup'
            - 'mcbans.unban'
            - 'mcbans.ban.temp'
            - 'mcbans.ban.local'
            - 'mcbans.ban.global'
            - 'mcbans.ban.view'
            - 'mcbans.reload'
            - 'mcbans.mod'
            - 'permissions.reload'
            - 'supplysign.create'
            - 'supplysign.access'
            - 'supplysign.destroy'
            - 'supplysign.reload'
            - 'signColours.*'
            - 'worldedit.*'
            - 'worldguard.locate'
            - 'worldguard.region'
            - 'warp.admin.give'
            - 'warp.admin.invite'
            - 'warp.admin.uninvite'
            - 'warp.admin.delete'
            - 'warp.admin.message'
            - 'warp.admin.update'
            - 'warp.admin.to.all'
            - 'warp.admin.private'
            - 'warp.admin.public'
            - 'warp.admin.global'
            - 'warp.admin.reload'
            - 'warp.admin.convert'
            - 'warp.admin.export'
            - 'warp.admin.editors.remove'
            - 'warp.admin.editors.add'
            - 'warp.admin.warp.others'
            - assignpermissions.add.group
            - assignpermissions.del.group
            - assignpermissions.list.all
            - assignpermissions.list.group
    
        Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&4'
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
    
        KravenT0xic:
            group: Admins
    
        kcollins420:
            group: Donator
    
        Ninja_Storm:
            group: Villager
    
        Nibbzzeh:
            group: Moderator
    
        Xfearx:
            group: Donator
    
        Performance:
            group: Villager
    
        tiki21898:
            group: Villager
    
        pieworshipper:
            group: Villager
    
        My_Cute_Penguin:
            group: Villager
    
        Jayden_booth:
            group: Villager
    
        Siknesselite:
            group: Villager
    
        xXSquirrelXx:
            group: Villager
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  28. Offline

    Dark Nero

    Is there anything that works like Permissions but is working for 1.4, or is there an error somewhere with my coding within another plugin possibly?
     
  29. Offline

    Monkah

    getting an eror, I'm pretty sure multiple people have posted it above. Fix please!
     
  30. Offline

    Itssnowing

    Where's your config? I kinda need that to be able to do anything :/
    also, can you post the next one line after what you posted? It's useful.

    @Dark Nero I don't know anything about iChat, sorry :/

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

    Dark Nero

    Then how did you get it working in game/server?
    Should I delete iChat and see if it returns to [Admin] Nero Text
     
Thread Status:
Not open for further replies.

Share This Page