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

    thibaultmol

  3. Offline

    kamild1996

    Thank you so much! It resolved the problem with "Unacceptable character #FFFD" when i had Permissions 3.1.6, but with bPermissions - fixed!
    But i'm having some questions:
    - How can I turn off multiworld? I do not want to have it, because it's recognizing nether as other world and I must modify file of groups with it too.
    - iChat is not longer working, is there any plugin like this?
     
  4. Offline

    tom

    Does this have MySQL ?
     
  5. Offline

    codename_B

    If you use the dev version you can do "world mirroring" which means you can have one file managing multiple worlds, details of how to set it up are on BukkitDev.
    bChat and bInfo works kind of like iChat.
    Do you have MySQL?
    No, it doesn't, but it wouldn't be THAT hard to add if someone wanted to add it. They would just need to make a classfile that implemented PermissionSet but using MySQL.
     
  6. Offline

    kamild1996

    There?
    http://dev.bukkit.org/server-mods/bpermissions/
    I can't find nothing about "world mirroring".
     
  7. Offline

    codename_B

    kamild1996 likes this.
  8. Offline

    ohmydoddtv

    how would I promote someone called 'mcleod94' to 'Peasant' using in game commands?
     
  9. Offline

    ultimak

    Do the playernames in the world.yml files need to be case-sensitive?
     
  10. Offline

    codename_B

    You don't "Promote" you need a seperate plugin for that.
    You can add groups using /p global addgroup Peasant mcleod94

    Yes, why wouldn't they?

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

    ultimak

    Some things like the whitelist as well as the old permissions system I was using were case insensitive, just wanted to make sure of how this one worked.
     
  12. Offline

    codename_B

    Ok.
     
  13. Offline

    StefanP

    We're having a problem using your latest bChat bInfo and bPermissions. When we do /p global addgroup to a player it includes a prefix for them, but we need to either /reload the server or restart it for the prefix to change.
    Working on a near-clean bukkit server with dev 1060 with following plugins: FalseBook (All) WorldEdit, WorldGuard, and the bEssentials. Would you know a way to fix this?
    It happens with any group with a prefix, even a clean world.yml with only Player with a player prefix and an added Admin group with the admin prefix
     
  14. Offline

    novek

    I've a litte strange bug. Since i tryed to add OpenWarp to our server, bPermissions don't reload the permissions at the end. I must reload the permissions by myself after every server-reload. bPermissions don't show any error and i looked out for charset problems, but all is right at the moment.

    I've deleted the permission-nodes from OpenWarp out of the permission-files and deleted it. And I've updated today to 1.2.2 but this don't solved my problem.
     
  15. Offline

    codename_B

    Hi, the dev build of 1.2.5 fixes this problem (it's to do with spout)
    http://star.aquitros.info:8080/view...ons/39/artifact/target/bPermissions-1.2.5.jar

    That's a bInfo bug which is being worked on.

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

    Malkierian

    Hi, I have a folder setup with Permissions 3.1.6 files in there, but your import command doesn't seem to want to read them. Does it look at the global files at all, or only at the world files?
     
  17. Offline

    codename_B

    Only world files. There's global files too? Mind zipping up your Perms 3.1 stuff and sending it to me? I've only got it reading from world files atm.
     
  18. Offline

    novek

    No, nothing happend. After a server-reload i have to give my "Member" Group the permissions again manually. (/p reload) Strange is, that out supporters (some permission nodes) and Admins ('*') don't have the problem. After a reload thay have all permissions. Only my members seems to be Guests, so long i don't reload the permissions manually.

    I've updated spout to 1.0.5 227 (Link)
    I've replaced your bPermissions Plugin 1.2.2 with your 1.2.5 (Link)
     
  19. Offline

    codename_B

    That should fix it. It fixes the spout wiping error by detecting if spout is installed and manually reloading permissions 20 seconds after the plugins are loaded :)
    Please test again after a full restart using 1.2.5

    Damn, so I haven't fixed the spout issue. Just gonna have to do the manual /p reload after a /reload until either spout fixes it or I figure out a way around it.

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

    novek

    I've installed wrong. (now i intalled really 1.2.5 instead of 1.2.2) After a reload this apperas in the log.
    Code:
    2011-08-31 01:12:34 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-31 01:12:34 [INFO] Reload complete.
    2011-08-31 01:12:34 [SEVERE] java.util.ConcurrentModificationException
    2011-08-31 01:12:34 [SEVERE]     at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    2011-08-31 01:12:34 [SEVERE]     at java.util.AbstractList$Itr.next(AbstractList.java:343)
    2011-08-31 01:12:34 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.getPlayers(CraftWorld.java:555)
    2011-08-31 01:12:34 [SEVERE]     at de.bananaco.permissions.worlds.WorldPermissions.setupPlayers(WorldPermissions.java:194)
    2011-08-31 01:12:34 [SEVERE]     at de.bananaco.permissions.worlds.WorldPermissions.reload(WorldPermissions.java:60)
    2011-08-31 01:12:34 [SEVERE]     at de.bananaco.permissions.worlds.WorldPermissionsManager.addAllWorlds(WorldPermissionsManager.java:44)
    2011-08-31 01:12:34 [SEVERE]     at de.bananaco.permissions.Permissions$1.run(Permissions.java:80)
    2011-08-31 01:12:34 [SEVERE]     at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-08-31 01:12:34 [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    
    
    But... after a restart and reloads, it don't appears again. Good job and thank you!
    The users have the permissions again.

    Sorry for the last post, i deleted it. My fail.
     
  21. Offline

    codename_B

    LAWL.

    On the plus side, it works!
     
  22. Offline

    novek

    I used wget to download 1.2.5, but forget to delete the old 1.2.2 ;)
    Sorry for the shock.
     
  23. Offline

    codename_B

    Heh, it's just good to know that the error was with you and not me :p
     
  24. Offline

    tkarra

    I have a small issue that ive have been trying to resolve over the last few days. been searching forums etc too no avail, so any help at this point would be awesome.
    I am using the latest RB of bPermissions and the RB of Multiverse 2.0(Essentials and a few other minor plugins). I have two worlds setup, one is creative the other survival. Currently the permissions are setup so anyone can build, spawn, fly on the creative world, but very minimal commands on the survival world( who, suicide, motd etc).

    My issue is that when players take a portal to another world they retain the permissions from the world they left, only a relog seems to correct the permissions.
    Now I am aware that this might be a Multiverse issue. but seeing it was regarding the permissions i thought i would post here first to get your opinion on this, or maybe there is a solution that im not aware of.

    I would like to offer my users the opputunity to play both survival and free build on the same server without having to worry about people taking advantage of this situation.

    Thanks for all your hard work in the Bukkit community and an awesome plugin!
     
  25. Offline

    codename_B

    Hi - bPermissions is no longer being updated on this thread. This issue was fixed in 1.2.3 - the current version is 1.2.5

    You can find the download on BukkitDev or, as you'll probably prefer... here
    http://star.aquitros.info:8080/view/BananaCode/job/bPermissions/lastSuccessfulBuild/
     
  26. Offline

    tkarra


    Thank you sir. I just noticed that there are 2 bukkit sites.
    Thanks for prompt reply :D

    edit: Perhaps you can add a link to the most recent build in this thread, so that others like me may be able to download your newest release.
     
  27. Offline

    SchoolAnt

    Hey, I had some questions about this, I was using permissions 3.x until I saw Nij's announcement, I looked into this, but I can't figure out anything with it and I'm having trouble understanding permissions too. There is always a problem with the server. If you could please tell me if my permissions are in the right layout then I would greatly appreciate it :) here they are


    Code:
    Member:
        default: false
        info:
            prefix: Member &e
            suffix:
            build: true
        inheritance:
        permissions:
        - EasyRaffle.raffle
        - stargate.dhd.use
        - stargate.use
        - logblock.lookup
        - essentials.help
        - essentials.home
        - essentials.motd
        - essentials.spawn
        - essentials.signs.mail.create
        - essentials.signs.mail.use
        - essentials.signs.trade.create
        - essentials.signs.trade.use
        - essentials.signs.buy.use
        - essentials.signs.sell.create
        - essentials.signs.sell.use
        - essentials.getpos
        - essentials.compass
        - essentials.worth
        - essentials.msg
        - essentials.afk
        - essentials.rules
        - essentials.me
        - essentials.list
        - essentials.mail.send
        - essentials.helpop
        - essentials.kit
        - essentials.suicide
        - lockette.user.create.*
        - mobarena.use.*
        - mobarena.classes.*
        - mobarena.arenas.*
    Moderators:
        default: false
        info:
            prefix: Moderators &a
            suffix:
            build: true
        inheritance:
        - Member
        permissions:
        - EasyRaffle.raffle
        - essentials.tpo
        - essentials.tpohere
        - essentials.tpahere
        - essentials.tphere
        - mcbans.mod
        - mcbans.kick
        - mcbans.ban.temp
        - mcbans.ban.local
        - mcbans.ban.view
        - stargate.dhd.use
        - stargate.use
        - logblock.lookup
        - essentials.help
        - essentials.home
        - essentials.motd
        - essentials.sethome
        - essentials.spawn
        - essentials.signs.mail.create
        - essentials.signs.mail.use
        - essentials.signs.trade.create
        - essentials.signs.trade.use
        - essentials.signs.buy.use
        - essentials.signs.sell.create
        - essentials.signs.sell.use
        - essentials.getpos
        - essentials.compass
        - essentials.worth
        - essentials.msg
        - essentials.afk
        - essentials.rules
        - essentials.me
        - essentials.list
        - essentials.mail.send
        - essentials.helpop
        - essentials.kit
        - essentials.suicide
        - essentials.tp
        - essentials.tphere
        - stargate.use
        - stargate.create
        - stargate.create.personal
        - stargate.destroy.all
        - stargate.hidden
        - stargate.private
        - stargate.free.create
        - stargate.free.destroy
        - stargate.option.hidden
        - stargate.option.alwayson
        - stargate.option.private
        - stargate.option.free
        - essentials.tp
        - essentials.tphere
        - essentials.item
        - essentials.give
        - essentials.signs.protection.override
        - essentials.signs.free.create
        - essentials.signs.free.use
        - essentials.signs.disposal.create
        - essentials.signs.heal.create
        - essentials.signs.buy.create
        - essentials.top
        - essentials.jump
        - essentials.back
        - essentials.back.ondeath
        - essentials.teleport.cooldown.bypass
        - essentials.teleport.timer.bypass
        - essentials.tppos
        - essentials.setwarp
        - essentials.delwarp
        - essentials.nick
        - essentials.gc
        - essentials.spawnmob
        - essentials.clearinventory
        - essentials.broadcast
        - essentials.burn
        - essentials.ext
        - essentials.kill
        - essentials.ping
        - essentials.ban
        - essentials.mute
        - essentials.kick
        - essentials.togglejail
        - essentials.jail.exempt
        - essentials.setjail
        - essentials.time
        - essentials.tree
        - essentials.bigtree
        - essentials.god
        - essentials.heal
        - essentials.protect
        - essentials.protect.admin
        - essentials.protect.alerts
        - essentials.protect.pvp
        - essentials.protect.exemptplacement
        - essentials.protect.exemptusage
        - craftbook.ic.restricted.*
        - InfChests.placesign
        - lockette.admin.create.*
        - lockette.admin.break
        - lockette.admin.bypass
        - lockette.admin.snoop
        - lockette.admin.reload
        - mobarena.admin.enable
        - mobarena.admin.protect
        - mobarena.admin.restore
        - mobarena.admin.force.end
        - mobarena.admin.force.start
        - mobarena.admin.config.reload
        - mobarena.setup.arena
        - mobarena.setup.setarena
        - mobarena.setup.addarena
        - mobarena.setup.delarena
        - mobarena.setup.editarena
        - mobarena.setup.setregion
        - mobarena.setup.expandregion
        - mobarena.setup.showregion
        - mobarena.setup.setlobbyregion
        - mobarena.setup.expandlobbyregion
        - mobarena.setup.setwarp
        - mobarena.setup.spawnpoints
        - mobarena.setup.addspawn
        - mobarena.setup.delspawn
        - mobarena.setup.autogenerate
        - mobarena.setup.autodegenerate
        - IBICF.fly
    Guest:
        default: true
        info:
            prefix: Guest &f
            suffix: ''
            build: false
        inheritance:
        permissions:
        - essentials.rules
        - whoareyou.list
        - essentials.motd
        - essentials.spawn
        - essentials.me
    groups:
        Member:
            default: false
            permissions:
            inheritance:
        Owner:
            permissions:
            inheritance:
            default: false
        Moderators:
            default: false
            permissions:
            inheritance:
        Moderator:
            permissions:
            inheritance:
    
     
  28. Offline

    Imm0rt41

    um, can you change the /p import p3 command to something else, because when i try to type that it just activates the mcmmo party chat, and when i try to type /permissions import p3, it trys to use the original permissions and so thats not a valid command. how about /bpermissions import p3?
     
  29. Offline

    Sh00ck

    Delete the Permissions.jar ? and then you can /permissions import p3 (For Import you don't need the .jar from P3)
     
  30. Offline

    codename_B

    Why have you still got the original permissions installed?
    Also you can use the commands: /p /perms /permissions they all do the same thing
     
  31. Offline

    thejoe4949

    I have a problem...
    Show Spoiler
    Code:
    18:36:08 [SEVERE] Could not load 'plugins/BananaPermissionsBridge.jar' in folder 'plugins':
    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:173)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/ubempire/permissions/PermissionHandler
    	at com.nijiko.permissions.PermissionHandler.<init>(PermissionHandler.java:15)
    	at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:13)
    	... 13 more
    Caused by: java.lang.ClassNotFoundException: com.ubempire.permissions.PermissionHandler
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    	... 15 more
    18:36:08 [SEVERE] Could not load 'plugins/Permissions.jar' in folder 'plugins':
    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:173)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/ubempire/permissions/PermissionHandler
    	at com.nijiko.permissions.PermissionHandler.<init>(PermissionHandler.java:15)
    	at com.nijikokun.bukkit.Permissions.Permissions.<init>(Permissions.java:13)
    	... 13 more
    18:36:09 [SEVERE] Could not load 'plugins/iChat.jar' in folder 'plugins': Permissions
    org.bukkit.plugin.UnknownDependencyException: Permissions
    	at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    18:36:09 [SEVERE] version initializing bPermissions v1.2.2 (Is it up to date?)
    java.lang.NoSuchFieldError: version
    	at de.bananaco.permissions.PermissionBridge.loadPseudoPlugin(PermissionBridge.java:326)
    	at de.bananaco.permissions.Permissions.onLoad(Permissions.java:45)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:146)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    does anyone know why it says this???
     

Share This Page