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

    This is like Permissions Plus right? for SuperPerms?
     
  3. Offline

    codename_B

    This is like Permissions, with build in Permissions Plus, but for SuperPerms
     
  4. Offline

    Sayshal

    Exactly what I need for 1.8! Supports prefixing via mChat right?
     
  5. Offline

    codename_B

    mChat, bChat, whatever. Any superperms enabled plugins that exist, this works with them.

    What seems to be the problem?

    Indeed it would :p so would a fast connection to upload it with.

    This is from the OP. For multiworld:
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  6. Offline

    King Pyro

    so this is the new permissions plugin that works with ichat like the old permissions 3.x?
    just updated? and easier?
     
  7. Offline

    iCheckPlugins

    Does this support WorldEdit, and WorldGuard? Also, when you say it's backwards compatible, does that mean with any node permissions 3 used will work on this? One more thing, will this support suffixes? or am I going to need mChat?
     
  8. Offline

    monotonehell

    @codename_B

    It's working well, nice and straightforward. Just a few points with my use case:

    1. Finer grained admin permissions would be useful. A server might want a group of helpers who can promote new players using /setgroup but might not want them to be able to change group permissions with /addnode etc (or possibly add a promote demote command ?)

    2. A command that lists a player's current group in each world would be useful. From the in game console it's easy to make a mistake in typing and not realise what you've done wrong.

    3. A command to change a player's group in all worlds. I currently have five worlds, one is a foyer world with its own permissions, while the other worlds all share the same permissions and all worlds have the same groupnames. Currently to promote a new player, ops need to change the player's group in each of the five worlds by hand.

    4. If I'm understanding the behaviour correctly, it's a case of one or the other with specific world permissions or shared default permissions. This seems to apply to both the players list and the groups list. It would be nice to be able to have the defaults work where there is not a world specific group or players file, but for it to reference the world specific file when it is present. In this way you could have one world working from a specific set of rules while all the other worlds referenced the defaults. -- Again in my case with the five worlds having to make an edit to each world by hand to change some nodes is a chore.

    5. Your player name matcher is case sensitive, which can lead to issues like the 'same' name twice in a player list.

    Other than that I like like your no nonsense approach to plugins. So many devs over complicate things.
     
  9. Offline

    codename_B

    1. is coming soon
    2. is comign soon
    3. has been added to the todo list for coming soon
    4. I'll look into it
    5. Yep, would case insensitive be better or can people learn to type? :S

    Nodes will work, prefixes/suffixes will not. You will need bChat or mChat or a similar plugin

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

    McSushi

    does it auto add players to the config?
     
  11. Offline

    monotonehell

    Yes it adds new arrivals as members of the default group.

    People learn? You're having a laugh ;) Best just to render all matches as case agnostic, just to be safe. I converted all my players from my existing whitelist, there were already a lot of names in there in the wrong case.
     
  12. Offline

    Caid

    Please excuse my ignorance on this, this is my first time using any permissions and only because it seems easier than the rest. I've tried to load the wiki, but no luck, at the time of my writing this it's not working.

    My question is pretty basic. How do I get plugins to use bPermissions as the permissions package? For example, I use a program called spoutbackpack, and you need permissions to upgrade the backpack.

    I've managed to get bPerms to recognize that I am an admin, and I can admin the options for bPerms. I cannot, however, get anything to work for other plugins. I have added nodes via the ingame /addnode node.node etc (this is just an example, I didn't actually write this ;) ) After the node is in there, and I check the server yml file to confirm it is added, the server still says I don't have permissions to upgrade my backpack.

    My confusion comes from the config.yml file of many plugins which asks "permissions: true/false" or "bukkitpermission true/false."

    And so, here we are back at square 1. How do I make all other plugins view bPerm as the permissions plugin?

    Thanks for your time in answering this.

    -Caid.
     
  13. Offline

    ultimak

    Has anyone been able to get minecart mania working with bPermissions? I tried it earlier today and even though it seemed to load fine nothing worked in-game.
     
  14. Offline

    Tauryuu

    @codename_B So, the double checking permissions problem will never be fixed? D:
     
  15. Offline

    codename_B

    If I can't replicate it I can't fix it.
    I've tried but to no avail, what EXACTLY are you doing, and what version of bPermissions are you using?
     
  16. Offline

    dark_hunter

    The * nodes are for the permissions 3 backward compatibility?
     
  17. Offline

    codename_B

    Don't work.
     
  18. Offline

    dark_hunter

    So that means I would have to write out all the nodes just in order to get a * affect? Would node.all worl?
     
  19. Offline

    codename_B

    Unfortunately no.
     
  20. Offline

    dark_hunter

    Well I'm stuck between a rock and a hard place because 80% of what I use still uses the permissions plugin.
     
  21. Offline

    Sayshal

    I'm switching to SuperPerms in 1.8 because Permissions is no longer active.
     
    dark_hunter likes this.
  22. Offline

    MyPictures

    LoL @codename_B why you support Permissions 2? That give only Problems with the Permissions 3.
    Why you dont just delete the 2.0 Permissions. All Plugins (most) that support Permissions 2.0 are outdatet for bukkit 1060.

    So I think you should just remove the old Permissions and just work with version 3.
    I think the most off the bukkit users just need the 3.0 Permissions.

    I like your Plugins and i want too use bPermissions if you remove 2.0 and fix this bug.

    (sry my english suck..)
     
  23. Offline

    Tauryuu

    I can't use prefixes or suffixes if I use inheritance in this plugin. The colors don't have priority, so the color will always be the default group's color.
     
  24. Offline

    Kiwz

    node.* do indeed work. I.e: "- myhome.home.soc.*" "- falsebook.blocks.*"- worldguard.*" and so on. I have about 20 lines with "- node.*" and they all work perfect.

    Ye, that is my problem aswell, I had to manually inherit all groups by copy/paste. It is a pretty big list atm :(

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

    Begj

    Can anyone that gets this plugin working 100% come over and help me on teamviewer? i think i've done everything but it doesn't recognise people even though i've added them and groups
    Add me on skype: PeterPoteter
    I also got various questions about bukkit, so any experienced will do :D
     
  26. Offline

    Ketrel

    Does this support negative permissions, and if so, how do they work (syntax) and do they take precidence over a * permission (if that's supported as well)
     
  27. Offline

    McSushi

    really need a * perm, cbf writing it out also a negative perm is needed too
     
  28. Offline

    ultimak

    The * isnt supported in super perms so bpermissions cant use it because its a super perms manager.

    edit: Also thank you for making this plugin codename_B, I use a really simple permissions setup on my server and this works amazingly well and is a breeze to set up.
     
  29. Offline

    Capn_Nay_Beard

    actually, super perms does support it, but only if you have a bridge for old plugins. in the case of the SuperPermsBridge, those need to be initiated, in addition to its normal node, with a "superpermsbridge.node.node.node"
     
  30. Offline

    user_80273

    Hi all

    Using this and it seems great, however some of the players in my Moderator and Admin groups claim that they can't use some of the commands I have specified. My file passes parsing tests but could anyone see if there's an obvious problem? THanks

    Code:
    Member:
    - bPermissions.build
    - essentials.help
    - essentials.motd
    - essentials.rules
    - essentials.list
    - essentials.depth
    - essentials.msg
    - essentials.afk
    - essentials.getpos
    - essentials.compass
    - citizens.trader.stock
    - citizens.blacksmith.repair
    - citizens.use.trader
    - citizens.use.healer
    - citizens.use.blacksmith
    - citizens.use.wizard
    - essentials.signs.trade.use
    - essentials.signs.buy.use
    - essentials.signs.sell.use
    - essentials.signs.balance.use
    - essentials.signs.warp.use
    - essentials.signs.free.use
    - essentials.worth
    - essentials.balance
    - essentials.pay
    - mcmmo.regeneration
    - mcmmo.commands.ability
    - mcmmo.skills.*
    - mcmmo.ability.woodcutting
    - mcmmo.ability.mining
    - mcmmo.ability.axes
    - mcmmo.ability.excavation
    - mcmmo.ability.swords
    - mcmmo.ability.unarmed
    - mcmmo.ability.herbalism
    - spoutessentials.joinmessage
    - spoutessentials.leavemessage
    - essentials.mail
    - essentials.mail.send
    - spoutessentials.joinmessage
    - spoutessentials.leavemessage
    Donator:
    - inherit.Member
    - gcb.access
    - essentials.sethome
    - essentials.home
    Moderator:
    - inherit.Donator
    - inherit.Member
    - essentials.bigtree
    - essentials.give
    - essentials.heal
    - essentials.tree
    - essentials.realname
    - essentials.seen
    - essentials.whois
    - essentials.backup
    - essentials.ban
    - essentials.clearinventory
    - essentials.invsee
    - essentials.jails
    - essentials.kick
    - essentials.kill
    - essentials.mute
    - essentials.ping
    - essentials.setjail
    - essentials.tempban
    - essentials.togglejail
    - essentials.unban
    - essentials.back
    - essentials.back.ondeath
    - essentials.jump
    - essentials.tp
    - essentials.tpa
    - essentials.tpall
    - essentials.tphere
    - essentials.warp
    - essentials.warp.list
    - essentials.warp.otherplayers
    - essentials.world
    - essentials.joinfullserver
    - essentials.signs.break.*
    - worldguard.region.addmember
    - worldguard.region.removemember
    - worldguard.region.list
    - worldguard.region.select
    Admin:
    - inherit.Moderator
    - inherit.Donator
    - inherit.Member
    - citizens.admin
    - itemsound.config
    - multiverse.core.list
    - multiverse.help
    - multiverse.core.info
    - multiverse.core.create
    - multiverse.core.import
    - multiverse.core.reload
    - multiverse.core.spawn.set
    - multiverse.core.coord
    - multiverse.core.spawn.self
    - multiverse.core.spawn.other
    - multiverse.core.remove
    - multiverse.core.purge
    - multiverse.portal.list
    - multiverse.portal.select
    - multiverse.portal.create
    - multiverse.portal.remove
    - multiverse.portal.modify
    - announcer.add
    - announcer.broadcast
    - announcer.delete
    - announcer.moderate
    - announcer.admin
    - spoutessentials.cloudadmin
    - spoutessentials.sunadmin
    - spoutessentials.moonadmin
    - spoutessentials.skyadmin
    - spoutessentials.capeadmin
    - spoutessentials.title
    - spoutessentials.reload
    - spoutninja.use
    - worldedit.brush.sphere
    - worldedit.brush.cylinder
    - worldedit.brush.clipboard
    - worldedit.brush.smooth
    - worldedit.chunkinfo
    - worldedit.listchunks
    - worldedit.clipboard.copy
    - worldedit.clipboard.cut
    - worldedit.clipboard.paste
    - worldedit.clipboard.rotate
    - worldedit.clipboard.save
    - worldedit.generation.cylinder
    - worldedit.generation.sphere
    - worldedit.generation.forest
    - worldedit.generation.pumpkins
    - worldedit.history.undo
    - worldedit.history.redo
    - worldedit.navigation.thru
    - worldedit.region.replace
    - worldedit.region.overlay
    - worldedit.region.faces
    - worldedit.selection.pos
    - worldedit.selection.expand
    - worldedit.selection.contract
    - worldedit.selection.size
    - worldedit.superpickaxe
    - worldedit.fill
    - worldedit.drain
    - worldedit.fixlava
    - worldedit.fixwater
    - worldedit.removeabove
    - worldedit.removebelow
    - worldedit.snow
    - worldedit.thaw
    - worldedit.extinguish
    - worldedit.butcher
    - multiverse.portal.givewand
    - multiverse.netherportals.link
    
     
  31. Offline

    zeeveener

    Now I don't use this plugin yet, but I have read the forums and from what I have seen so far, the two nodes:

    - essentials.signs.break.*
    - mcmmo.skills.*

    Are not supported by SuperPerms and will play with your brain... I could be wrong however as I haven't switched over yet.
     

Share This Page