bPermissions
bPermissions
Welcome to bPermissions, a Superperms Manager for Bukkit! bPermissions focuses on being unique from the rest of the Permission managers. It's very simple to set up and use, it's lightning fast, fully featured, and has a great support team!
Some features:
- bPermissions has a gui client specifically designed to make running a server so easy that you'll forget that you ever used any other permissions plugin. Get it here!
- bPermissions has a unique command structure, never before seen in a permission manager. It's best used for adding lots of nodes to a user or group from the console or in-game, less typing!
- bPermissions has everything you would expect from a Permissions manager. Prefix and suffix support, inheritance, per-player permissions, multiworld support, promotion/demotion tracks, and even group priorities for multi-group setups.
- Note - bPermissions only defines prefixes and suffixes. You need a chat plugin such as bChatManager for them to show up in chat.
Commands
Say you have a user called 'Bob' and you want to put him in the group 'admin' and give him the prefix 'awesome'.
- /world yourmainworld - selects the world "yourmainworld"
- /user bob - selects the user "bob"
- /user setgroup admin - set bob's group as "admin"
- /user meta prefix awesome - set bob's prefix to "awesome"
You can do the same with groups!
- /world yourmainworld - again, selects the world
- /group admin - selects the group "admin"
- /group addgroup moderator - makes the admin group inherit from the moderator group
- /group meta prefix &c[Admin] - sets the admin prefix to "&c[Admin]"
Some other commands are as follows
- /permissions (or /bperms,/bp,/p) - general commands for bPermissions are prefixed by this
- /permissions import pex - import a pex permissions.yml in the pex folder
- /permissions reload - reloads your bPermissions files
- /permissions save - if auto-save is false, this saves your perms
- /permissions backup - backup your permissions
- /permissions helpme - for the lazy among you, this spews out some basic permissions files into your folder.
In order to use these commands, you'll need the permissions node bPermissions.admin
For configurable /promote and /demote tracks, you'll want to use permissions tracks. To read about those, visit this page
Want more commands? We have some others over on the commands page. Check 'em out!
Editing Files
bPermissions creates per world groups.yml and users.yml files in the bPermissions folder, which allow you to configure permissions on a per world basis.
Because bPermissions was designed to be configured largely via commands, bPermissions will often overwrite changes to these files especially if you /reload or restart the server.
If you've edited the files, you MUST use /permissions reload to load the modified files into the server, otherwise the permissions changes won't apply. Because a standard /reload unloads all plugins like a server stop, we cannot tell the difference between them and this will overwrite changes to your files with whatever the server last stored.
World mirroring
Worlds are mirrored like so:
world_mirroring_to: world_mirroring_from world_nether: world world_the_end: world
This duplicates the whole config for that world. Currently there's no way to have just the users or the groups mirrored, stay tuned for an update that adds this!
bPermissions and EssentialsChat
Allow me to put this issue to bed. Essentials Chat + bPermissions works for prefix and color.
This guide is for current users of EssentialsChat and want to use bPermissions along with it.
Players have colored rank prefixes and faction chat modes are also colored. All text can be colored by the players too using color codes such as &c.
bPermissions\world\groups.yml ( code snippet )
default: default groups: ## Peasant ## default: permissions: - group.default - group.userannouncer - group.userauction groups: - userannouncer - userauction meta: priority: '100' ## Citizen ## rank1: permissions: - group.default - group.rank1 groups: - default meta: priority: '200'
It has nothing configured for prefix but the group names are important (default, rank1)
Essentials\config.yml ( Code Snippet )
change-displayname: true #add-prefix-suffix: false player-commands: - chat.color - chat.format - chat.shout - chat.question chat: radius: 0 group-formats: default: '&8&lPeasant &r&8{DISPLAYNAME}&7:&r {MESSAGE}' rank1: '&8&lCitizen &r&7{DISPLAYNAME}&7:&r {MESSAGE}' moderator: '&e&l[Mod] &r&3{DISPLAYNAME}&7:&r {MESSAGE}' admin: '&c&l[Admin] &r&e{DISPLAYNAME}&7:&r {MESSAGE}'
Please direct all other Essentials support to their official support networks.
How do I get support?
First, we highly recommend you go read the FAQ page. If the answer isn't there, there's a few options of support.
- Visit the #bananacode irc channel on irc.esper.net. Just head there, as your question, and wait for someone to help you. It might be a while before you get an answer, so be patient!
- You can file a ticket. This is recommended if you don't have the time to hang around in the IRC or you have a bug report. Be prepared to check back to the ticket though, and make sure you attach your bPermissions groups and users yml files to the ticket.
- Comment on the bPermissions main page.
Note that as there's only one (slightly inactive) maintainer at the moment, any support queries may take some time.
However you choose to get support, "pls dont use txt spk," and make sure you use actual grammar.
I'm a developer!
If you wish to hook your plugin into bPermissions, please see the Developer Page for more information! If you wish to contribute code to bPermissions, fork us on GitHub!
Development builds of this project can also be downloaded from GitHub now. These builds have not been approved by the BukkitDev staff, and are possibly buggy. Use them at your own risk.
-
View User Profile
-
Send Message
Posted Mar 4, 2016@cricketcricketcricket
Noted, will fix in next beta
Next time pastebin it pls though
-
View User Profile
-
Send Message
Posted Mar 3, 2016[22:37:30] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to WorldGuard v6.1.2-SNAPSHOT;1652-c9b8e9f org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:568) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.PacketPlayInFlying.a(SourceFile:126) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_79] at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_79] at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:716) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:655) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:554) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.util.ConcurrentModificationException at com.sk89q.worldguard.internal.guava.cache.LocalCache$Segment.get(LocalCache.java:2184) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache.get(LocalCache.java:3918) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache.getOrLoad(LocalCache.java:3922) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4805) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4811) [?:?] at com.sk89q.worldguard.session.SessionManager.hasBypass(SessionManager.java:101) [?:?] at com.sk89q.worldguard.session.handler.EntryFlag.onCrossBoundary(EntryFlag.java:48) [?:?] at com.sk89q.worldguard.session.Session.testMoveTo(Session.java:217) [?:?] at com.sk89q.worldguard.session.Session.testMoveTo(Session.java:177) [?:?] at com.sk89q.worldguard.bukkit.listener.PlayerMoveListener.onPlayerMove(PlayerMoveListener.java:79) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) [?:1.7.0_79] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] ... 15 more Caused by: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:922) [?:1.7.0_79] at java.util.HashMap$KeyIterator.next(HashMap.java:956) [?:1.7.0_79] at de.bananaco.bpermissions.api.CalculableMeta.calculateEffectiveMeta(CalculableMeta.java:36) [?:?] at de.bananaco.bpermissions.api.CalculableMeta.calculateEffectiveMeta(CalculableMeta.java:33) [?:?] at de.bananaco.bpermissions.api.CalculableMeta.calculateEffectiveMeta(CalculableMeta.java:33) [?:?] at de.bananaco.bpermissions.api.MapCalculable.calculateMappedPermissions(MapCalculable.java:65) [?:?] at de.bananaco.bpermissions.api.Calculable.calculateEffectivePermissions(Calculable.java:65) [?:?] at de.bananaco.bpermissions.api.Calculable.getEffectivePermissions(Calculable.java:99) [?:?] at de.bananaco.bpermissions.api.MapCalculable.calculateMappedPermissions(MapCalculable.java:61) [?:?] at de.bananaco.bpermissions.api.Calculable.calculateEffectivePermissions(Calculable.java:65) [?:?] at de.bananaco.bpermissions.api.Calculable.getEffectivePermissions(Calculable.java:99) [?:?] at de.bananaco.bpermissions.api.MapCalculable.calculateMappedPermissions(MapCalculable.java:61) [?:?] at de.bananaco.bpermissions.api.Calculable.calculateEffectivePermissions(Calculable.java:65) [?:?] at de.bananaco.bpermissions.api.Calculable.getEffectivePermissions(Calculable.java:99) [?:?] at de.bananaco.bpermissions.api.MapCalculable.calculateMappedPermissions(MapCalculable.java:61) [?:?] at de.bananaco.bpermissions.api.Calculable.calculateEffectivePermissions(Calculable.java:65) [?:?] at de.bananaco.bpermissions.api.Calculable.getEffectivePermissions(Calculable.java:99) [?:?] at de.bananaco.bpermissions.api.MapCalculable.calculateMappedPermissions(MapCalculable.java:61) [?:?] at de.bananaco.bpermissions.api.MapCalculable.getMappedPermissions(MapCalculable.java:39) [?:?] at de.bananaco.bpermissions.api.CalculableWrapper.hasPermission(CalculableWrapper.java:21) [?:?] at de.bananaco.bpermissions.api.ApiLayer.hasPermission(ApiLayer.java:380) [?:?] at de.bananaco.bpermissions.api.ApiLayer.hasPermission(ApiLayer.java:94) [?:?] at com.sk89q.wepif.bPermissionsResolver.hasPermission(bPermissionsResolver.java:63) [?:?] at com.sk89q.wepif.bPermissionsResolver.hasPermission(bPermissionsResolver.java:88) [?:?] at com.sk89q.wepif.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:173) [?:?] at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermission(WorldGuardPlugin.java:476) [?:?] at com.sk89q.worldguard.protection.GlobalRegionManager.hasBypass(GlobalRegionManager.java:122) [?:?] at com.sk89q.worldguard.session.SessionManager$1.load(SessionManager.java:59) [?:?] at com.sk89q.worldguard.session.SessionManager$1.load(SessionManager.java:56) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3508) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$Segment.loadSync(LocalCache.java:2300) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2263) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$Segment.get(LocalCache.java:2178) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache.get(LocalCache.java:3918) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache.getOrLoad(LocalCache.java:3922) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4805) [?:?] at com.sk89q.worldguard.internal.guava.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4811) [?:?] at com.sk89q.worldguard.session.SessionManager.hasBypass(SessionManager.java:101) [?:?] at com.sk89q.worldguard.session.handler.EntryFlag.onCrossBoundary(EntryFlag.java:48) [?:?] at com.sk89q.worldguard.session.Session.testMoveTo(Session.java:217) [?:?] at com.sk89q.worldguard.session.Session.testMoveTo(Session.java:177) [?:?] at com.sk89q.worldguard.bukkit.listener.PlayerMoveListener.onPlayerMove(PlayerMoveListener.java:79) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) [?:1.7.0_79] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] ... 15 more [22:37:30] [Thread-12/INFO]: [bPermissions] Permissions for world world has loaded! [22:37:33] [Async Chat Thread - #1/INFO]: [[0;37;1mworld[0;37;1m][0;37;1m[[0;32;1mVeneCraft[0;37;1m] [0;37;1m[[0;37;1mworld[0;37;1m] [0;37;1m[[0;33;22mAejd[0;37;1m|[0;36;22mBeowulf[0;37;1m] [0;33;22mowner Leader Ukxd[0;31;1m[0;37;1m:[0;37;1m test[m [22:37:37] [Server thread/INFO]: Ukxd lost connection: Disconnected [22:37:37] [Server thread/INFO]: [Bank] Saving Bank for 7248cb69-af5d-4139-b5ce-e53bdd4e2023 to file [22:37:37] [Server thread/INFO]: [Bank] Saved Bank for 7248cb69-af5d-4139-b5ce-e53bdd4e2023 to file [22:37:37] [Server thread/INFO]: Ciao Ukxd, Dont be gone too long... [22:37:41] [User Authenticator #3/INFO]: UUID of player Ukxd is 7248cb69-af5d-4139-b5ce-e53bdd4e2023 [22:37:41] [Server thread/INFO]: [Bank] Loading Bank for 7248cb69-af5d-4139-b5ce-e53bdd4e2023 from file [22:37:41] [Server thread/INFO]: [Bank] Loaded Bank for 7248cb69-af5d-4139-b5ce-e53bdd4e2023 from file, took 0 ms [22:37:41] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to Vault v1.5.6-b49 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.PlayerList.onPlayerJoin(PlayerList.java:332) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.PlayerList.a(PlayerList.java:158) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.LoginListener.b(LoginListener.java:144) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.LoginListener.c(LoginListener.java:54) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.NetworkManager.a(NetworkManager.java:232) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.ServerConnection.c(ServerConnection.java:141) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:815) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:655) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:554) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79] Caused by: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:922) [?:1.7.0_79] at java.util.HashMap$KeyIterator.next(HashMap.java:956) [?:1.7.0_79] at de.bananaco.bpermissions.api.CalculableMeta.calculateEffectiveMeta(CalculableMeta.java:36) [?:?] at de.bananaco.bpermissions.api.CalculableMeta.calculateEffectiveMeta(CalculableMeta.java:33) [?:?] at de.bananaco.bpermissions.api.CalculableMeta.calculateEffectiveMeta(CalculableMeta.java:33) [?:?] at de.bananaco.bpermissions.api.CalculableMeta.calculateEffectiveMeta(CalculableMeta.java:33) [?:?] at de.bananaco.bpermissions.api.MapCalculable.calculateMappedPermissions(MapCalculable.java:65) [?:?] at de.bananaco.bpermissions.api.MapCalculable.getMappedPermissions(MapCalculable.java:39) [?:?] at de.bananaco.bpermissions.api.CalculableWrapper.hasPermission(CalculableWrapper.java:21) [?:?] at de.bananaco.bpermissions.api.ApiLayer.hasPermission(ApiLayer.java:380) [?:?] at net.milkbowl.vault.permission.plugins.Permission_bPermissions2.playerHas(Permission_bPermissions2.java:119) [?:?] at net.milkbowl.vault.permission.plugins.Permission_bPermissions2.has(Permission_bPermissions2.java:95) [?:?] at net.milkbowl.vault.Vault$VaultListener.onPlayerJoin(Vault.java:584) [?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [?:1.7.0_79] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [?:1.7.0_79] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [?:1.7.0_79] at java.lang.reflect.Method.invoke(Method.java:606) [?:1.7.0_79] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [spigot-1.9.jar:git-Spigot-7d15d07-c194444] ... 14 more
-
View User Profile
-
Send Message
Posted Mar 1, 20161.9 Support
No changes needed to support 1.9 bukkit - should just work fine.
Will be pushing a new beta today or tomorrow regardless.
-
View User Profile
-
Send Message
Posted Feb 22, 2016@Azfaloth
Yeah, I should make it so /bp reload also reloads custom perms. I'll add that in the next beta
Later today I'll write an example on how to use custom nodes and put it in the documentation
-
View User Profile
-
Send Message
Posted Feb 21, 2016@rymate1234
Thank you very very much! With 6 different worlds this makes things soo much easier for me! This was one thing I was really hoping for. The problem was that there is no official description on how to use it and with what formatting. Please add this into the main body of your text somewhere as reference. I remember trying with many formats and going through all the tickets trying to make it work and I couldnt. Surely there are others like me who struggled and failed. But now with your simple example it seems to be working! I will let you know if I run into any issues. I must immediately go and edit all my permissions to exploit custom nodes :D
Edit - Now I see! It works only on server restart. But you cannot add in permissions to custom nodes and use /permissions reload to have them work.
-
View User Profile
-
Send Message
Posted Feb 20, 2016@MigueloRONTONTON
what command are you trying to run?
@Azfaloth
I'll take a look, thanks for the reminder
EDIT: custom nodes seems to be working for me, using this small test file:
-
View User Profile
-
Send Message
Posted Feb 20, 2016Do we have any update on customnodes.yml? I posted a ticket about this long ago but it was not seen I think. This would be quite helpful if it was finally made to work.
Thank you very much for all your hard work on this plugin!
-
View User Profile
-
Send Message
Posted Feb 20, 2016Why when i put a command the game says to me that the command is very long (something like that) pls help me!
-
View User Profile
-
Send Message
Posted Feb 18, 2016@cobwebster
The beta update fixed the lag, thank you very much bperms <3
-
View User Profile
-
Send Message
Posted Feb 17, 2016Where can I get a beta version? I need this bug fixed.
-
View User Profile
-
Send Message
Posted Feb 14, 2016@rymate1234
Using Bperms 2.10.9m
-
View User Profile
-
Send Message
Posted Feb 14, 2016@cobwebster
I'm aware of the issue and working on resolving it, are you using one of the 2.12 betas or the last 2.10 stable version?
-
View User Profile
-
Send Message
Posted Feb 14, 2016When new people join our server it lags, I ran a timings report and bperms is using a lot of processes.
This recently occurred on our server and took it down: http://pastebin.com/ueK3xSdA
-
View User Profile
-
Send Message
Posted Feb 14, 2016@rymate1234
Thank you. I look forward for that update :) :)
-
View User Profile
-
Send Message
Posted Feb 12, 2016@AKlarvanto
yeah, codename_B no longer has the source code for the web gui
I'll have to produce a new version - most likely it'll be an update to JPanel http://dev.bukkit.org/bukkit-plugins/jpanel/
-
View User Profile
-
Send Message
Posted Feb 12, 2016@AKlarvanto
I'll get in contact with him and see if I can get access to updating the plugin. I've just tried it with the latest bPermissions beta and it needs a bit of updating to work fully with how users are loaded into the server now.
-
View User Profile
-
Send Message
Posted Feb 11, 2016@rymate1234
codename_B was an author of it. He is no longer available? However, plugin is found at http://dev.bukkit.org/bukkit-plugins/bpermissionswebgui/ You probably know all that but just an FYI
-
View User Profile
-
Send Message
Posted Feb 11, 2016@AKlarvanto
only showing UUIDs is probably expected behaviour, as that's how usernames are stored in bPermissions in newer versions.
unfortunately, it's unlikely that the web GUI will be updated, as I don't have access to the source code for it
-
View User Profile
-
Send Message
Posted Feb 10, 2016Web GUI is the only reason I'm still stuck with very old version of bPermission. It is so easy to use and manage player permissions. I noticed you have put lots of hard work on getting new bP release out but will GUI be updated as well or is it gone forever? Last time I tested, GUI showed UUID codes and not player names and that made it pretty much useless.
-
View User Profile
-
Send Message
Posted Jan 9, 2016SO. i found out recently that you cant use nicknames with this plugin. Totally not worth it.