bPermissions 2

Discussion in 'Bukkit Help' started by ArrowToTheKnee, Jan 6, 2012.

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

    ArrowToTheKnee

    Would ModifyWorld work for bPermissions? Or is it an exclusive feature for PEX? If it is, what plugin would allow me to use the same exact features :D.
     
  2. ModifyWorld is only for PEX.
    ( I dont like your name ._. )
     
  3. Offline

    ArrowToTheKnee

    That's a first...:D
    Anywho, I keep getting this error, even though my groups.yml and users.yml have no errors in yaml parser.
    Code:
    18:34:42 [SEVERE] java.lang.NullPointerException
    18:34:42 [SEVERE]       at de.bananaco.bpermissions.imp.DefaultWorld.loadUnsafe(
    DefaultWorld.java:90)
    18:34:42 [SEVERE]       at de.bananaco.bpermissions.imp.DefaultWorld.load(Defaul
    tWorld.java:52)
    18:34:42 [SEVERE]       at de.bananaco.bpermissions.imp.Permissions.onEnable(Per
    missions.java:47)
    18:34:42 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:188)
    18:34:42 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:968)
    18:34:42 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:280)
    18:34:42 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:186)
    18:34:42 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:169)
    18:34:42 [SEVERE]       at net.minecraft.server.MinecraftServer.t(MinecraftServe
    r.java:348)
    18:34:42 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:335)
    18:34:42 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    18:34:42 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    18:34:42 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    Here is my groups and users.yml
    
    groups:
        default:
            - modifyworld.chat
            - commandbook.away
            - commandbook.msg
            - commandbook.motd
            - commandbook.rules
            - lwc.deny
            - prefix.10.&7[Guest]&7
        Admins:
            - prefix.100.&4[Admins]&4
            - ^vanish.silentjoin
            - ^modifyworld.mobtarget.*
            - bPermissions.admin
            - vanish.*
            - worldedit.*
            - worldguard.*
            - lwc.admin
        Member:
            - prefix.20.&f[Member]&f
            - modifyworld.*
            - commandbook.away
            - commandbook.msg
            - commandbook.motd
            - commandbook.rules
            - commandbook.setspawn
            - commandbook.time.check
            - commandbook.call
            - commandbook.spawn
            - commandbook.home.teleport
            - commandbook.home.set
            - commandbook.warp.teleport
            - commandbook.warp.set
            - commandbook.warp.remove
        VIP:
            - prefix.30.&d[VIP]&d
            - ^modifyworld.mobtarget.monster.creeper
            - modifyworld.*
        Moderator:
            - ^modifyworld.mobtarget.*
            - modifyworld.*
            - commandbook.who
            - commandbook.whois
            - commandbook.whois.other
            - commandbook.clear
            - commandbook.clear.other
            - commandbook.weather
            - commandbook.weather.thunder
            - commandbook.biome
            - commandbook.biome.other
            - commandbook.spawn
            - commandbook.teleport
            - commandbook.teleport.other
            - commandbook.locations.coords
            - commandbook.return
            - commandbook.call
            - commandbook.home.teleport
            - commandbook.home.other
            - commandbook.home.set
            - commandbook.home.set.other
            - commandbook.kick
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.slap
            - commandbook.slap.other
            - commandbook.rocket
            - commandbook.rocket.other
            - commandbook.barrage
            - commandbook.barrage.other
            - commandbook.shock
            - commandbook.shock.other
            - commandbook.thor
            - commandbook.thor.other
            - commandbook.gamemode
            - commandbook.gamemode.change
            - commandbook.gamemode.change.other
            - commandbook.gamemode.check
            - commandbook.gamemode.check.other
            - commandbook.warp.list
            - commandbook.warp.remove
            - commandbook.warp.remove.other
            - commandbook.warp.set
            - commandbook.say
            - commandbook.mute
            - worldedit.*
            - worldguard.*
            - prefix.50.&a[Moderator]&a
    Users.yml:
    users:
        ArrowsToDaKnee:
            group:
            - Admins
        Corekt:
            group:
            - Admins
        Shadierkiller13:
            group:
            - Moderator
    If my writing of yaml IS incorrect for bPermissions 2, PLEASE! PLEASE! correct it! Or, if it's a huge mistake, tell me what it was.
     
Thread Status:
Not open for further replies.

Share This Page