Permissions

Discussion in 'Bukkit Help' started by life, Feb 8, 2012.

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

    life

    I have no idea what I should use for a Permissions plugin. I need something that works with most plugins, and doesn't automatically block building at the spawn point. I have already tried PermissionsBukkit and bPermissions... Please help me. [cake]
     
  2. Offline

    ZeroZX4

  3. Offline

    MetalMadness

    Second for pex, it is very easy to use and customizable
     
  4. Offline

    codename_B

    What issues did you have with bPermissions?

    Block building at the spawn points is a bukkit.yml issue, rather than any plugins.
     
  5. Offline

    life

    Sorry for not being on so long, well none, but I really want one that DOESN'T require any time to setup, that I can just drag in and it will work... P.S. "I'm a newb at Perms..."
     
  6. Offline

    codename_B

    It requires about 5 steps to setup, but will only take you 2 minutes, that good enough?

    http://dev.bukkit.org/server-mods/bpermissions/pages/noob-level-99/
     
  7. Offline

    life

    okay, thanks
    :D
     
  8. Offline

    martinherrmann

    i got a Problem too..
    after installing Spout and LWC / SpoutLWC i got some weird
    bananaco permission errors in the console (it was LWC 4.0.9)
    so i switched to PEX and everything turned fine.

    now after installing mcMMO now i'm in godmode as OP or whatever why i'm in Godmode
    there is no sense making course for that.. i checked most of the recent edited configs and none of them would do some stuff that makes me god.

    so is this a PEX issue or should i try another perms plugin?

    EDIT: here is my Pluginlist.
    Code:
    16:46:23 [INFO] Plugins: TimTheEnchanter, AncientGates, CraftBookMechanisms, Spout, Vault, Multiverse-Core, PermissionsEx, SpoutEssentials, xAuthSpout_GER, SpawnerAdjuster, iConomy, Register, ColorSign, CraftBookVehicles, xAuth, CraftBookCommon, iOP, CraftBookCircuits, mcMMO, SpoutShops, Catacombs, CleanroomGenerator, WorldEdit, SpoutWallet, CommandBook, LWC, SpoutLWC, WorldGuard, NarrowtuxLib, Showcase, SimpleRegionMarket
     
  9. Offline

    codename_B

    The bananaco errors were caused by your plugins hooking into 1.9 bPermissions when you were using 2.9 bPermissions
     
  10. Offline

    martinherrmann

    so how to fix that?

    i guess i figured out that god thing.
    i updatet cmdbook and the cfg was on autogod
    seems to work now..
    but i would appreciate to work with bPerms again instead of using PEX
    i just dont like it
     
  11. Offline

    codename_B

    Well if you can track down what plugin is not updated, I'll be able to help.
     
  12. Offline

    martinherrmann

    i get this stuff when i place a Chest:

    EDIT:
    Its the Recommend Build 1.1 R4 of Bukkit, bPermissions 2.9.0 and LWC 4.0.9 as seen below, Spout 737, SpoutLWC 0.2c2.
    the Pluginlist is the same as above - no changes. i only can guess what it is.. it seems to be LWC but i'm not an expert.

    Code:
    00:51:00 [SEVERE] com.griefcraft.scripting.ModuleException: LWC Module threw an uncaught exception! LWC version: 4.0.9 (b625)
    00:51:00 [SEVERE]    at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:218)
    00:51:00 [SEVERE]    at com.griefcraft.listeners.LWCBlockListener.onBlockPlace(LWCBlockListener.java:351)
    00:51:00 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.java:502)
    00:51:00 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:61)
    00:51:00 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
    00:51:00 [SEVERE]    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:109)
    00:51:00 [SEVERE]    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:93)
    00:51:00 [SEVERE]    at net.minecraft.server.ItemBlock.a(ItemBlock.java:71)
    00:51:00 [SEVERE]    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
    00:51:00 [SEVERE]    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:299)
    00:51:00 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:609)
    00:51:00 [SEVERE]    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    00:51:00 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    00:51:00 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    00:51:00 [SEVERE]    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:552)
    00:51:00 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    00:51:00 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    00:51:00 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    00:51:00 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    00:51:00 [SEVERE] Caused by: java.lang.NullPointerException
    00:51:00 [SEVERE]    at com.griefcraft.integration.permissions.bPermissions.getGroups(bPermissions.java:63)
    00:51:00 [SEVERE]    at com.griefcraft.modules.limits.LimitsV2.getPlayerLimits(LimitsV2.java:308)
    00:51:00 [SEVERE]    at com.griefcraft.modules.limits.LimitsV2.getEffectiveLimit(LimitsV2.java:348)
    00:51:00 [SEVERE]    at com.griefcraft.modules.limits.LimitsV2.hasReachedLimit(LimitsV2.java:273)
    00:51:00 [SEVERE]    at com.griefcraft.modules.limits.LimitsV2.onRegisterProtection(LimitsV2.java:162)
    00:51:00 [SEVERE]    at com.griefcraft.scripting.ModuleLoader.dispatchEvent(ModuleLoader.java:203)
    00:51:00 [SEVERE]    ... 18 more
    EDIT: the current Permissions as well

    Code:
    default: default
    groups:
      default:
      - bananaprotect.user
      - bukkit.broadcast.user
      - prefix.0.Gast
      - foo.bar
      - modifyworld.chat
      member:
      - prefix.10.&7
      - mcmmo.*
      - skinselector.use
      - skinselector.use
      - skinselector.unrestricted
      - spoutshops.create
      - spoutshops.interact
      - spoutshops.destroy
      - modifyworld.*
      - lwc.protect
      - bPermissions.build
      - bananaprotect.user
      - bukkit.broadcast.user
      - commandbook.time.*
      - commandbook.home.set
      - commandbook.home.teleport
      - commandbook.warp
      - commandbook.warp.teleport
      - simpleregionmarket.buy
      - simpleregionmarket.rent
      - simpleregionmarket.sell
      - showcase.basic
      - showcase.finite
      - showcase.buy.finite
      - showcase.buy.infinite
      moderator:
      - bPermissions.demote.moderator
      - bPermissions.promote.moderator
      - bananaprotect.*
      - bananaprotect.admin
      - bananaprotect.leader
      - bananaprotect.super
      - bukkit.command.ban
      - bukkit.command.ban.ip
      - bukkit.command.ban.player
      - bukkit.command.gamemode
      - bukkit.command.kick
      - bukkit.command.unban
      - bukkit.command.unban.ip
      - bukkit.command.unban.player
      admin:
      - bPermissions.admin
      - bPermissions.demote.admin
      - bPermissions.gui
      - bPermissions.iplock.lock
      - bPermissions.promote.admin
      - bukkit.broadcast
      - bukkit.broadcast.admin
      - bukkit.command
      - bukkit.command.give
      - bukkit.command.help
      - bukkit.command.kill
      - bukkit.command.list
      - bukkit.command.me
      - bukkit.command.op
      - bukkit.command.op.give
      - bukkit.command.op.take
      - bukkit.command.plugins
      - bukkit.command.reload
      - bukkit.command.save
      - bukkit.command.save.disable
      - bukkit.command.save.enable
      - bukkit.command.save.perform
      - bukkit.command.say
      - bukkit.command.stop
      - bukkit.command.teleport
      - bukkit.command.tell
      - bukkit.command.time
      - bukkit.command.time.add
      - bukkit.command.time.set
      - bukkit.command.version
      - bukkit.command.whitelist
      - bukkit.command.whitelist.add
      - bukkit.command.whitelist.disable
      - bukkit.command.whitelist.enable
      - bukkit.command.whitelist.list
      - bukkit.command.whitelist.reload
      - bukkit.command.whitelist.remove
      - craftbukkit
      mhn:
      - '*'
      - ChestShop.*
      - simpleregionmarket.*
      - showcase.*
    players:
      mhn23:
      - member
      - default
      - mhn
      DorManu:
      - default
      - member
      Blacksword:
      - default
      - member
      - p:commandbook.time
      BlackDedra:
      - default
      - member
      - p:simpleregionmarket.create
     
  13. Offline

    codename_B

    Probably, you do know that the "*" node doesn't work right?

    Also looks like you're on 1.9.2?
     
  14. Offline

    martinherrmann

    Okay got it - No Errors
    i moved the old bperm Folder away and let the plugin create a new one.
    any way to import the old file?
     
  15. Offline

    codename_B

    Yes, this is all explained on the bPermissions page, the bPermissions faq etc.

    "/permissions import yml"
     
  16. Offline

    martinherrmann

    thanks :)
    it's nice to use this plugin again.
    big love
     
Thread Status:
Not open for further replies.

Share This Page