Inactive [ADMN/SEC] bPermissions v2.9.2 - no support on this post, ask for support on bukkitdev [1.2.5]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, Jul 21, 2011.

  1. Offline

    codename_B

    kahlilnc, Lappy, Gobiel and 4 others like this.
  2. Offline

    Sayshal

    I'm pretty sure you have to manually type it all out.. :/
     
  3. Offline

    codename_B

    There's examples in the post, you just shape it around what you need.
    If you want to use commands to do it of course you're gonna have to manually type it
     
  4. Offline

    Sayshal

    Sorry if I sound rude, I'm honestly not trying to be. If I want to define being able to do EVERYTHING how do I do that in the file?
     
  5. Offline

    VanillaSnack

    I need that to...

    Code:
    default: Gast
    players:
        VanillaSnack:
        - Admin
        codename_B:
        - Admin
    groups:
        group1:
        - essentials.spawn
        - essentials.time
        - bPermissions.build
        Admin:
        - essentials.sethome
        - essentials.home
        - bPermissions.admin
        - bPermissions.build
        - essentials.time
        - essentials.kit
        - essentials.kit.tools
        - *
    I tried it like this but somehow "Admin" wont work >.> ... with Permissions3 , using '*' was for admins... what now ?
     
  6. Offline

    Sayshal

    Lol I don't think it's bPermissions' fault:
     
  7. Offline

    codename_B

    Remove the last line.
    If you want to do everything /op playername
     
  8. Offline

    Sayshal

    Some of my plugins force the use of a permissions plugin :/ So I guess I'll have to write out everything, where I put commandbook.* I'd have to write out everything? :p It's fine, also for what DinnerBone said, If I added that to my permissions.yml then added doorman.* would that work?
     
  9. Offline

    codename_B

    No idea, worth a shot.
     
  10. Offline

    VanillaSnack

    I removed the last line... what happened ... I still cannot use all commands >.> ... normally a star would mean everything is available.... I removed the last line and typed " /i tnt " and "You do not have permission...."

    so how to get admin commands without /op and typing in everything ?
     
  11. Offline

    Sayshal

    When you download this, do the files have like a default one? Like to you to work off of?
     
  12. Offline

    codename_B

    So you want admin commands without using the admin /op override and without typing in everything?
    That's not currently possible. If you want everything /op the person. If not, add all the nodes.
    A default what? It creates the files you need when you login/start doing stuff. There is an example file in the OP. Please go read it rather than asking me to copy/paste things from there.
     
  13. Offline

    VanillaSnack

    /p global addgroup builders

    why does that not work after I typed /op myself ? I can use anything besides these commands
     
  14. Offline

    codename_B

    Because that command is to add a player to a group. I made that clear in the OP did I not?
    /p global addgroup builders playername
     
  15. Offline

    VanillaSnack

    /p global addgroup Builder PlayerX

    -> An internal Error occured ....

    so what now ?
     
  16. Offline

    Sayshal

    Alright, finally done! Here is my world.yml:
    http://pastebin.com/k1PaqXH6

    Now, if I add : true
    to the end of every line (except groupnames and stuff like that) and put it in permissions.yml, will that work instead? (To illiminate the use of bPermissions all together [No offence! Just seeing if it'd work! Probable going to use it anyway!]
     
  17. Offline

    codename_B

    Bukkit version? What error?
     
  18. Offline

    Sayshal

    @codename_B
     
  19. Offline

    codename_B

  20. Offline

    Sayshal

    also, WorldEdit|Guard have added support for worldedit.*/ worldguard.*
    would that work if they have supported it for the bukkit permissions API?
     
  21. Offline

    codename_B

    It should work anyway as I include a permission bridge within this plugin.
     
  22. Offline

    Sayshal

    so your saying I didn't have to type out every permission... -.-'

    On server shutdown:
    Code:
    2011-08-23 16:22:16 [INFO] Stopping the server..
    2011-08-23 16:22:16 [INFO] Stopping server
    2011-08-23 16:22:16 [INFO] [AutoMessage] version [1.5] disabled
    2011-08-23 16:22:16 [INFO] BetterShop now unloaded
    2011-08-23 16:22:16 [INFO] [bPermissions] Disabled
    2011-08-23 16:22:16 [INFO] [HeroicRebuke] 1.2.7.87 disabled.
    2011-08-23 16:22:16 [INFO] [iConomy] Plugin disabled.
    2011-08-23 16:22:16 [INFO] [Warpz0r] Stargate plugin lost.
    2011-08-23 16:22:16 [INFO] [ModTRS] Plugin disabled. (version 1.4)
    2011-08-23 16:22:16 [SEVERE] Could not pass event PLAYER_TELEPORT to bPermissions
    java.lang.IllegalArgumentException: Plugin bPermissions v1.2 is disabled
        at org.bukkit.permissions.PermissibleBase.addAttachment(PermissibleBase.java:121)
        at org.bukkit.craftbukkit.entity.CraftHumanEntity.addAttachment(CraftHumanEntity.java:92)
        at de.bananaco.permissions.SuperPermissionHandler.setupPlayer(SuperPermissionHandler.java:20)
        at de.bananaco.permissions.PermissionsPlayerListener.onPlayerTeleport(Permissions.java:177)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:373)
        at org.getspout.spout.player.SpoutCraftPlayer.resetNetServerHandler(SpoutCraftPlayer.java:619)
        at org.getspout.spout.Spout.onDisable(Spout.java:91)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:906)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:287)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:173)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:314)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:393)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-23 16:22:16 [INFO] [VanishNoPickup] 1.9.12 disabled.
    2011-08-23 16:22:16 [INFO] Votifier disabled.
    2011-08-23 16:22:16 [INFO] Warpz0r version 1.3.1 is disabled
    2011-08-23 16:22:16 [INFO] WorldGuard 5.2.3-SNAPSHOT disabled.
    2011-08-23 16:22:16 [INFO] [mChat] mChat version 1.7.10_5 is disabled![0m
    2011-08-23 16:22:16 [INFO] [mChatEssentials] version 1.7.2_3 is disabled![0m
    2011-08-23 16:22:16 [INFO] LWC: Freeing SQLite[0m
    2011-08-23 16:22:16 [INFO] [NoCheat] version [1.14d] is disabled.
    2011-08-23 16:22:16 [INFO] [Warpz0r] Permissions plugin lost.
    2011-08-23 16:22:16 [INFO] Saving chunks
    2011-08-23 16:22:16 [INFO] Stopping server
    2011-08-23 16:22:16 [INFO] Saving chunks
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  23. Offline

    codename_B

    Update your spout.
     
  24. Offline

    Sayshal

    Could you add Global notification support?
    i.e.
    [bPermissions] Sayshal group was changed to Admin!
     
  25. Offline

    codename_B

    That'd get annoying. It's already logged to the console.
     
  26. Offline

    Sayshal

    Please? My server updates player groups on donations. And it'd be nice to let them know! (Make it optional?) Or with an argument?
    /p global addgroup builders playername -b
    -b = broadcast
     
  27. Offline

    codename_B

    Possibly with that final arg, will think about it.
     
  28. Offline

    Sayshal

    Thanks, really appreciated. :)
     
  29. Offline

    ecsos

    Hi, I'm having a problem running the 1060 craftbukkit and 1.2 bPermissions where anytime i restart the server or log out (and was the only one online) I have to go to the console and type "p reload" in order to have any permissions again. anyone else?
     
  30. Offline

    codename_B

    Hi I don't see this on my server, what other plugins are you using?
     
  31. Offline

    sweetswear4665

    What is the permission node for inheritance? I cannot find it in the post anywhere. :(
     

Share This Page