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

    Drakia

    @TheYeti In Control.class, line 568 you use WorldGroupsData but one line above you check WorldUserPermissions to make sure the key exists. I think line 567 is supposed to do a check on WorldGroupsData. This causes NPE if you try to get the group of a user on a world with no Permissions config loaded.

    Also, a suggestion, if on first run RENAME-ME.yml still exists, and [defworld].yml doesn't, maybe the plugin should rename the file? The amount of users I have complaining my plugins don't work because they can't follow instructions is surprising >.>
     
  3. Offline

    deltahat

    Is there a way to do this programatically with the Permissions API? Or do I have to manually open and parse the world.yml file?
     
  4. Offline

    Triggjo2

    Your Welcome

    Ok i use an ftp server for the site so what do i do

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

    qrux

    Try this one out and let me know if it works for you.
     

    Attached Files:

  6. Offline

    captainawesome7

    wtf I get this error:
    Code:
    14:55:13 [INFO] Starting minecraft server version Beta 1.3
    14:55:13 [INFO] Loading properties
    14:55:13 [INFO] Starting Minecraft server on *:25565
    14:55:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-g6c6c30a-b556jnks (MC: 1.3)
    14:55:13 [INFO] Preparing level "world"
    14:55:13 [INFO] Preparing start region
    14:55:15 [INFO] LWC    Loading shared objects
    14:55:15 [INFO] LWC    Native library: plugins/LWC/lib/native/Mac/x86_64/libsqlitejdbc.jnilib
    14:55:15 [SEVERE] Could not load plugins/Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: 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:109)
        ... 8 more
    Caused by: java.lang.NullPointerException
        at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:77)
        ... 13 more
    14:55:15 [INFO] WorldGuard loaded.
    14:55:15 [INFO] Loaded Essentials build 2.0.298 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    14:55:16 [INFO] Loaded EssentialsProtect build 2.0.298 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    14:55:16 [INFO] EssentialsServerlist version 2.0.298 by Vimae Development enabled.
    14:55:16 [INFO] [iChat] Permissions plugins not found, disabling plugin
    14:55:16 [INFO] [iChat] iChat Disabled
    14:55:16 [INFO] [iConomy] Logging is currently disabled.
    14:55:16 [INFO] [iConomy] v4.5 (Elektra) loaded.
    14:55:16 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    14:55:17 [INFO] LWC    Loading SQLite
    14:55:17 [INFO] SQLite    Using: Pure
    14:55:17 [INFO] LWC    At version: v1.66
    14:55:17 [INFO] MCDocs - Permissions NOT Detected! (Don't Worry, it's not essential!)
    14:55:17 [INFO] MCDocs by Tazzernator (Andrew Tajsic) - version 5.2.2 is enabled!
    14:55:17 [INFO] [MYHOME]: 122 homes loaded
    14:55:17 [WARNING] [MYHOME] A permission plugin isn't loaded.
    14:55:17 [WARNING] [MYHOME] 'Help' isn't detected. No /help support.
    14:55:17 [INFO] [MYHOME] MyHome 1.9.3 enabled
    14:55:18 [INFO] [MYWARP]: 242 warps loaded
    14:55:18 [SEVERE] [MYWARP] Permissions isn't loaded, there are no restrictions.
    14:55:18 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    14:55:18 [INFO] MyWarp 1.10.3 enabled
    14:55:18 [INFO] WorldEdit 4.2 enabled.
    14:55:18 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    14:55:18 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    14:55:18 [INFO] WorldGuard: Blacklist loaded.
    14:55:18 [INFO] WorldGuard: Single session is enforced.
    14:55:18 [INFO] WorldGuard: TNT ignition is blocked.
    14:55:18 [INFO] WorldGuard: Lighters are PERMITTED.
    14:55:18 [INFO] WorldGuard: Lava fire is blocked.
    14:55:18 [INFO] WorldGuard: Fire spread is UNRESTRICTED.
    14:55:18 [INFO] WorldGuard 4.0-alpha1 enabled.
    14:55:18 [INFO] Done (0.486s)! For help, type "help" or "?"
    >
    
    That is the entire log. Why doesn't it work?
    If you can't tell, I am running cb build 556 and Permissions 2.5.4
    System Info: Macbook pro w/ snow leopard, all software up to date.
     
  7. Offline

    Drakia

    @captainawesome7 From the looks of it you didn't follow the install instructions which tell you to rename the config to your world-name.yml?

    That does bring up an issue with the code though.
    @TheYeti There is a bug in the Permissions constructor, you use this.directory before it's initialized, it's only set in onEnable() so in the constructor it throws an NPE.
     
  8. Offline

    captainawesome7

    apparently my mac added .txt to the end of .yml so it was world.yml.txt for some reason, thanks
     
  9. Offline

    Petpet123455

    I keep getting this problem can you please help i have all the latest updates

    15:47:03 [SEVERE] Could not load plugins\Permissions.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    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:109)
    ... 8 more
    Caused by: java.lang.NullPointerException
    at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:
    77)
    ... 13 more
     
  10. Offline

    Drakia

  11. Offline

    puyttre

    yeah, it's manual...
     
  12. Offline

    Tfs Halo


    i don't mean the beginning i am talking about the Caused by: while parsing a block collection
    in "<reader>", line 69, column 9:
    - 'commandbook.give'
    ^
    expected <block end>, but found Scalar
    in "<reader>", line 72, column 12:
    - 'commandbook.time'
    ^
     
  13. Offline

    Jandalf

    ok please copy ur yml file to pastebin.com
     
  14. Offline

    iimpact

    Any idea on how to get all permissions except for one? I want to have everything for TelePlus except for 'tplus.jump.qjump' without getting rid of my '*' status.
     
  15. Offline

    Jesse57

    im having an prb. its not putting ppl in there group just in default which isnt even the default group??

    e
    PLZ SOMEONE help me

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

    karl

    ok what a muppet i realized i had the config file as Earth.ylm instead of Earth.Yml lmfao well now my plugins work!!

    would someone point me to a guide that tells you how to configure the colours to go along with the prefix stuff i have hero chat installed and running
     
  17. Offline

    leetgamer

  18. Offline

    Revenger

    How do user permissions work?

    No matter what I add in there for myself whether its a permission suffix etc it doesn't work.

    Group permissions are fine.

    Its all lined up right.

    Ok some permissions work like stack not reload etc and prefix/suffix don't

    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        Guest:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - essentials.whois
                - essentials.list
                - essentials.me
                - essentials.warp
                - essentials.warp.list
                - essentials.warp.[warpname]
                - essentials.tpa
                - essentials.mail
                - essentials.mail.read
                - essentials.mail.clear
                - essentials.mail.send
                - essentials.helpop
                - essentials.afk
                - essentials.spawn
                - mcdocs./registration
                - mcdocs./motd
                - mcdocs./rules
        Member:
            default: false
            info:
                prefix: '&e'
                suffix: ''
                build: true
            inheritance:
                - guest
            permissions:
                - essentials.depth
                - essentials.getpos
                - essentials.home
                - essentials.msg
                - essentials.sethome
                - essentials.tp
                - essentials.tpaccept
                - essentials.tpahere
                - essentials.tpdeny
                - essentials.tptoggle
                - logblock.me
        Mod:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
                - member
            permissions:
                - essentials.ban
                - essentials.banip
                - essentials.kick
                - essentials.mute
                - essentials.setwarp
                - essentials.time
                - essentials.tphere
                - essentials.tpo
                - essentials.tpohere
                - essentials.unban
                - essentials.unbanip
                - worldedit.drain
                - worldedit.fixlava
                - worldedit.fixwater
                - worldedit.extinguish
                - worldedit.history.undo
                - worldedit.navigation.unstuck
                - worldedit.navigation.jumpto
                - worldedit.navigation.thru
                - griefalertr.view
                - logblock.area
                - logblock.lookup
                - '/god'
                - nocheat.notify
                - AdminChat.use
        Admin:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
            inheritance:
                - mod
            permissions:
                - essentials.reloadall
                - essentials.broadcast
                - essentials.burn
                - essentials.clearinventory
                - essentials.delwarp
                - essentials.essentials
                - essentials.ext
                - essentials.gc
                - essentials.give
                - essentials.heal
                - essentials.kickall
                - essentials.kill
                - essentials.ping
                - essentials.plugin
                - essentials.setspawn
                - essentials.spawnmob
                - essentials.tppos
                - worldedit.*
                - griefalertr.exempt
                - logblock.rollback
                - nocheat.p
                - privatewarp.pw
                - privatewarp.pwa
                - privatewarp.pwv
                - privatewarp.pwr
    users:
        drguild:
            group: Admin
            permissions:
     
  19. Offline

    NEO

    Is it possible for a user to belong to two groups at once? I looked at the wiki and read through the main post and dont see anything about being in multiple groups.
     
  20. Offline

    Zaros

    They need to be in - 'this.that' format, if I'm correct.
    Also, '/god' won't work as it needs to be the hook for the plugin, not the command.
     
  21. Offline

    Revenger

    God works fine as its worldguard and saids so in there wiki to use that command.
    Stack worked also.

    But I think that's worldguard also

    So what can we use to get
    op deop and reload etc as permissions?
     
  22. Offline

    Dryshade

    You could try this, but doubt it would work..
    Code:
    users:
        Dryshade:
            group:
                - Admins
                - Moderator
            permissions:
    You could just set user as group1, and insert permission nodes (exclusively for user) of group 2. Of course that would be a hassle if you need to do this for multiple users..
     
  23. Offline

    Drakia

    Or set the user as a member of Group2 and have Group2 inherit Group1 like it should be. That way they are in Group2, but get all the permissions of Group1
     
  24. Offline

    NEO

    Drakia your idea may actually work. My server is classed based and i have 16 groups. My main reason for doing this is so that Donators can just have there group changed instead of manually adding the permissions to the user. I'll try it out and see what happens. I still think with my system it would be to complicated and the same as adding permissions to users manually.
     
  25. Offline

    dompie

    Should usernames be entered case sensetive in the world.yml ? The forum search only shows only few results. It looks like this is handeled differently by plugin developers.
     
  26. Offline

    thernztrom

    Hmm i dont get it. I am running craftbukkit 556. I used 2.4 before with build 485 or something there. I just updated bukkit and replaced the old permissions jar with the latest 2.5.4 jar.
    It gets enabled but later console says it could not determine. I get this in console:
    Code:
    CONSOLE: This server is running Craftbukkit version git-Bukkit-0.0.0-544-g6c6c30a-b556jnks (MC: 1.3)
    Permissions: version [2.5.4] (Phoenix) was Initialized.
    CONSOLE: LWCLoading shared objects
    CONSOLE: LWCNative library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    CONSOLE: WorldGuard loaded.
    CONSOLE: WorldEdit 4.0-beta8 enabled.
    CONSOLE: WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    CONSOLE: Loaded EssentialsGod build 236 by Zenexer, ementalo, Eris, and EggRoll
    CONSOLE: CraftBookMechanisms 3.0-alpha1 enabled.
    CONSOLE: Loaded Essentials build 236 maintained by Zenexer, ementalo, Aelux, and Brettflan
    CONSOLE: Loaded EssentialsWarp build 244 by Zenexer, ementalo, Aelux, and Brettflan
    CONSOLE: Loaded EssentialsSpawn build 236 maintained by Zenexer, ementalo, Aelux, and Brettflan
    Permissions: version [2.5.4] (Phoenix) loaded
    CONSOLE: WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    CONSOLE: Loaded EssentialsTele build 236 by Zenexer, ementalo, Aelux, and Brettflan
    CONSOLE: EssentialsServerlist version 236 by Vimae Development enabled.
    CONSOLE: CraftBookCommon 3.0-alpha1 enabled.
    CONSOLE: Loaded EssentialsHelp build 236 by Zenexer, ementalo, Eris, and EggRoll
    CONSOLE: CraftBookCircuits 3.0-alpha1 enabled.
    CONSOLE: LWCUsing Nijikokun's permissions plugin for permission
    CONSOLE: LWCLoading SQLite
    CONSOLE: SQLiteUsing: Native
    CONSOLE: LWCAt version: v1.66
    BBROTHER: Cleaned out 113 records because of age
    BBROTHER: SQLite can't cleanse by # of records.
    BBROTHER: Permissions enabled.
    CONSOLE: Could not determine Permissions version: 2.5.4
    iChat: Permissions plugins not found, disabling plugin
    iChat: iChat Disabled
    CONSOLE: WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    CONSOLE: WorldGuard: Blacklist loaded.
    CONSOLE: WorldGuard: Single session is enforced.
    CONSOLE: WorldGuard: TNT ignition is blocked.
    CONSOLE: WorldGuard: Lighters are PERMITTED.
    CONSOLE: WorldGuard: Lava fire is blocked.
    CONSOLE: WorldGuard: Fire spread is UNRESTRICTED.
    CONSOLE: WorldGuard 4.0-alpha1 enabled.
    CONSOLE: Loaded EssentialsHome build 236 by Zenexer, ementalo, Aelux, and Brettflan
    CONSOLE: Loaded EssentialsProtect build 236 maintained by Zenexer, ementalo, Aelux, and Brettflan
    RealShop: Uses built-in RealEconomy (/mny commands) as economy system
    RealShop: version [0.55] (tickleman) loaded
    CONSOLE: CraftBookVehicles 3.0-alpha1 enabled.
    nvm i got it working :)
    I just updated iChat and after restart of it permissions and everything worked :)

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

    jsplayer111

    Just wanted to say Thanks for this plugin
     
  28. Offline

    Aircon

    Code:
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    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 Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:109)
    Help i renamed the config file already but it does this =(
     
  29. Offline

    Moronmaster

    Nope, did not solve anything for me. Does it matter where the asterisk is set in the list?
     
  30. Offline

    TheYeti

    Where are you seeing that? As I'm pretty sure I fixed that and I'm not seeing it in the 2.5.4 code. Unless I'm just tired and overlooking it somehow.
     
  31. Offline

    EniGmA1987

    Im confused about how we deny things with permissions? I can add in permissions but I really need to know how to deny
     
Thread Status:
Not open for further replies.

Share This Page