#support-1
1 messages ยท Page 656 of 1
Is the bungee online or offline?
Then I won't help as I don't support offline servers and networks.
And your issue can be caused by exactly that as it gives cheaters a way to gain access to other groups/players.
Ty @lapis ibex
Hey SuperRats! Please don't tag staff members.
yah, i know offline mode servers are more insecure, but it is really rare that im online and i give permission to a user without touch my keyboard, without log on console, just lp log
but thank you bro
That wouldn't work at all as the UUID is NOT a actual valid UUID
Which is a reason to not use offline mode networks/servers
UUIDs in that mode are based of the name of the user.
And I remove this messages as sharing such stuff is not always liked by many people
your expansion for luckperms does not enable and im using the lastest version of both plugin and expansion.
PlaceholderAPI lastest version too
Server version: spigot 1.13
Error:
Caused by: java.lang.NoClassDefFoundError: net/luckperms/api/LuckPerms
at me.lucko.luckperms.placeholders.LuckPermsExpansion.canRegister(LuckPe
rmsExpansion.java:48) ~[?:?]
at me.clip.placeholderapi.expansion.ExpansionManager.registerExpansion(E
xpansionManager.java:102) ~[?:?]
at me.clip.placeholderapi.expansion.ExpansionManager.registerAllExpansio
ns(ExpansionManager.java:154) ~[?:?]
at me.clip.placeholderapi.ServerLoadEventListener.onServerLoad(ServerLoa
dEventListener.java:52) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
_221]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
_221]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.8.0_221]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
at
did you put it in the right folder?
please don't paste console logs here, put them on paste bin or similar service
@foggy quartz
i put it in plugins/placeholderapi/expansions
i think that is the correct place
the error is because some class that use to register placeholder doenst exist
but i dont know how to fix it so im here
As I mentioned in the issue, what is is your exact LP version
"Latest" is not valid
version 4.4.1 i write this in issue github too
you should put the lastest version on spigot page too
!migration
Learn about the process of migrating from another permission plugin.
newst lp seems to have some issues with CMI for me, anyone else ?
What "issues" are you referring to?
was a fresh server, didnt rly upgrade anyting
true! thanks
Heya guys! I just started plugins like today and am trying to figure out how to change a permission with EssentialsX. I was directed to install Luck Perms from those guys but cant find the permission to change. It is supposed to be "essentials.keepinv" and i want it to be turned off
Here's a guide to help users understand and use LuckPerms for the first time.
ok ill see if i can figure out how to do that. thanks
@smoky sigil the dev that made essentials.keepinv
Needs to be gone
Its currently keeping it upon death, I would like it to disperse like vanilla.
First day i was like WHY DO I KEEP MY INV
Awesome, got the exp command now too. Thanks everyone ๐
how to do, for example, the player is absent from the server for a month, his VIP was deleted
not possible with luckperms
you can create something which runs the parent addtemp command every time they log on but that's about it
supper
parent addtemp Don't check the days. it is set strictly. eg. wrote 40 days for 40 days and the group is given
i'm not sure i understand
/lp user <Player> parent addtemp 40d Vip
for 40 days is given. whether the player came in or not
wrote in authme. they are sitting dumb. do not answer the question at all
yes, that's how the command works.
like i said, if you want it to do what you want, you will need something custom
ok thanks
Is there any way to demote, promote, or otherwise set the parent of all players at once?
Not just everyone online, but everyone?
!bulkupdate
Quickly update a large amount of user and group permissions by using the bulkupdate command.
Hi, sorry for my English, I have problem with admin perms: i give "*" and "nucleus.socialspy - false" for admins, but admins see all messages. how i can fix it?
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
how do is set default group in V5 ?
!default
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
short answer - it's already set up, just add permissions
why not rob /lp user MaxMayster permission settemp lord true 2 accumulate
writte You cannot set a date in the past!
thank
Sets a permission temporarily for a user/group. Providing a value of "false" will negate the permission. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "1mo3d13h45m" will set the permission to expire in 1 month, 3 days, 13 hours and 45 minutes time, while "1482694200" will set the permission to expire at 7:30PM on 25th December 2016.
I do not understand this paragraph
"Sets a permission temporarily for a user/group. Providing a value of "false" will negate the permission. Duration should either be a time period, or a unix timestamp when the permission will expire. e.g. "1mo3d13h45m" will set the permission to expire in 1 month, 3 days, 13 hours and 45 minutes time, while "1482694200" will set the permission to expire at 7:30PM on 25th December 2016."
when you write just 2, the plugin thinks you are writing a unix time stamp, which would put the date as 1/1/1970
well what don't you understand
i can't read your mind :P
1mo3d13h45m = 25th December 2016 what nonsense?
it's not saying that at all
"1mo3d13h45m" will set the permission to expire in 1 month, 3 days, 13 hours and 45 minutes time
while "1482694200" will set the permission to expire at 7:30PM on 25th December 2016."
they are two different examples
the latter is the unix time stamp
1mo3d13h45m is split into 1mo / 3d / 13h / 45m
if I write / lp user MaxMayster permission settemp lord true 2d accumulate I will come through the next day. Will these 2 days last? or after 1 day will my group disappear?
in the config there is such a parameter that it does not work or I donโt understand something? why doesn't time extend?
Controls how temporary permissions/parents/meta should be accumulated.
- The default behaviour is "deny".
- This behaviour can also be specified when the command is executed. See the command usage
documentation for more info.
- Possible options:
=> accumulate durations will be added to the existing expiry time
=> replace durations will be replaced if the new duration is later than the current
expiration
=> deny the command will just fail if you try to add another node with the same expiry
temporary-add-behaviour: replace
that's just a default, you are using accumulate in your command which overrides it.
https://www.spigotmc.org/threads/purge-luckperms.406166/#post-3616551 I got a wrong answer here? the player entering the game does not extend the time of his group? Will she still be removed after 2 days?
default-assignments:
rule1:
if:
has-true: (<group.vip> | <group.vip+>) & <titles.tilecollector>
has-false: <some.random.permission>
lacks: <prison/group.prison_titlepack>
give:
- prison/group.prison_titlepack
take:
- some.random.permission
rule2:
if:
lacks: <skyblock/group.sb_level1> & <skyblock/group.sb_level2> & <skyblock/group.sb_level3>
give:
- skyblock/group.sb_level1
rule3:
if:
has-true: <group.default>
take:
- group.default
give:
- group.newbie
set-primary-group: newbie
y this not work?
how do i set my default group to Newbie?
the api's i download for the extensions broke my ranks as well
!default
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
Clippy your not help bud
you dont say
XD
i have just started a new server new players joining when am not online are stuck with no perms and cant do jack
Oh theres no more default assignments? ._>
the apis ?
it not work i just tried that it broke my ranks
after reset i joined server no rank i am owner btw same with a player that was on at the time
And what have you reseted?
What have you just done? What exact steps
That default assignments bit was super useful ๐ฆ
no perms or rank
Yeah, but it suggests migrating away from it
We always suggested not using it
Aka, it's being phased out
omg thats the one i got
Odd, i find it useful, to give users 2 default groups on joining.. Guess i could find another way to do it
But what api then?
sorry i am calling it an api but it was the one i tried
Were there errors in console?
Are all groups still showing up in /lp listgroups?
Then you have your servers out of sync
i dont
took out the files i put in and now all is good
apart from new players
why is there not a simple fix to this ? if i want my default group to be newbie y cant i just set it ?
just make newbie a parent to default?
that's what is recommended on the default page
!default
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
i think i get it now give default all of newbie perms annd replace it in the track ?
clippy man i swear to god XD
why do you have such a problem with a bot
how the hell is providing you information "trolling" 
its a joke man sit down boy XD
get better jokes
how to set rank of luck perms start?
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
Here's a guide to help users understand and use LuckPerms for the first time.
forge-1.12.2-14.23.5.2847-universal.jar
spongeforge-1.12.2-2838-7.1.8-RC3961.jar
Yes give it time
I will, just wondered
anyone have any idea what in the world dynmap might depend on luckperms for?
annd why the class is missing
@nova ether #647869503576997918
hi
how's it going
oh
just saw the channel reference
only saw the ping first
whoops
has somebody an active nametag plugin for tab and chat?
My PC: Autosaving file...
Me: Where is it?
My PC: ๐คทโโ๏ธ::
I noticed that after updating the plugin, -bukkit.command.whatever doesn't work anymore.
But then it disables it completely, like the permission doesn't exist.
Where is support? xD
here
Right here
Ok
I do not understand very well for what "Context" serves someone can explain it to me with an example?
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
I have a azure database, and I want to connect 2 or 3 luckperms plugin to this database, what should I do?
I don't know anything about Azure Databases. But is it a custom database or MySQL, MongoDB, etc.?
SQL Database
Hey Tobi, able to answer my question really quick?
This is the name
Tobi, do you know how to disable the * permission?
completely
[@]optimus: In the config there should be an option apply-wildcards, disable this
Thank you!
[@]Yosi: Just ask
[@]Rubiz: LuckPerms only supports MySQL/MariaDB, MongoDB or PostgreSQL
Just ask what? ๐
Most of these are supported by Aure according to this article: https://azure.microsoft.com/en-us/product-categories/databases/
I don't know the type of the database
If it is SQL, then try MySQL as your database-type in LuckPerms
[@]Yosi: The question?
Hey with LuckPerms is there a way to assign a permission to 2 servers at once?
I noticed that after updating the plugin, -bukkit.command.whatever doesn't work anymore.
Any erors in console?
On the last update I didn't notice that issue, but suddenly now I have an issue with it.
Hey with LuckPerms is there a way to assign a permission to 2 servers at once?
(I changed the password obviously xD)
[@]Ev: Give the permission two times, but with different context
[@]Yosi: Perms beginning with a - weren't ever negated, you need to specifically set them to false
So me setting it to false should fix it?
And removing the -, yes, that should ifx it then
So SQL that I have doesn't work with LP, so I have to purchase https://azure.microsoft.com/en-us/services/mysql/ or https://azure.microsoft.com/en-us/services/postgresql/ ?
Hey Rubiz๐ปเนเนเนุฎ! Please don't tag staff members.
Sorry
whenever i do /lp migrate Bpermissions i get an error
If you ask, then most likely
Is bpermissions up to date?
yes
And if so, when did you update to it
Try to use the latest version
It worked, ty
Tobi, its better purchase a vps and install mysql tool or something? Or purchase a MySQL database directly
The VPS is 12 cents per day, and MySQL is 90 cents per day
Can mysql connect to any open port?
I mean XAMPP
yes, just give the permissions to the default group
no, it's created by default
(the default group is created by default lol, I've just noticed that x))
I got another question. How do I add myself to a group?
/lp user <user> parent set <group>
i did that yet Im still in a dif group :/
owner, and ut says im in it yet my name still says im in builder grouop
does it still shows builder in /lp user <user> info ?
no, in the info it says im owner
and where does it show builder ?
when i talk, its the prefix
this apart from it shows more from above
thats apparently my meta
this is what is listed under my prefixes
woah
you could just make the prefixes with the context world=global instead of giving it for every world one by one
for example, remove all prefixes of the Owner and readd it 1 time
if you don't set any context after the prefix, it will automatically be global
so i remove it like this
and then readd it only one time?
you remove all prefixes of the admin, and then you readd 1 of them
i readd it how?
/lp group admin meta setprefix "&4[Admin] "
it is automatically given for all groups
ok
worlds * not groups
yes
parent set
but with a space between parent and set
@umbral dome you can probably find them with the /lp tree
i still come up as builder when i chat
I think it's under bukkit and not under minecraft @umbral dome
BannerSnake, have you done the same process for every groups?
I can't find them Rhys, maybe use maintenance plugin instead of the vanilla whitelist?
ims tuck with 'owner' prefix
you can't change it with /lp user <user> parent set <another group>?
no
it's in the chat?
ye
I have a small problem.
I used to use /lp user {user} group set {group} to give players ranks but in the newer version of luck perms you cannot so how do I do it now?
can anyone help me out with this ?
luckperms-hikari connection adder/WARN Sun Dec 01 17:09:43 UTC 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
cant find useSSL=false
you have to add it by yourself
@fleet remnant it's parent set and not group set
@pine wyvern remove the other owner rank you have (idk why it added those, weird)
How?
/lp user <user> parent list
and click on every groups you have and enter the commands suggested
nope
you can put it in console but you have to remove rhe slash I mean
maybe parent info ?
lp user bannesnek parent remove owner world=pvpzone
then do the same thing by replacing pvpzone by the other world
Which other world?
?
you have hi_the_end hi_nether hi grinder and animal
So I type lp user BanneSnek parent remove owner world=pvpzone
So I type lp user BanneSnek parent remove owner world=hi
And all the world
S
yep
Done
after setting up mysql i have no perms for /lpb ? i have set the database to all my servers one on bungeecord as well
yes it should Banner
Ok
Will Test tomorrow, thank you !
does migrating from bpermissions to luckperms migrate the default rank?
?
have you changed the storage-method to mysql and setted your mysql credentials correctly? is there any errors in the console? @vale geode
yes Banner
Ok
Hey everyone I'm having mad troubles with permissions because the prefixes arn't showing up
I believe the permissions are working but the prefixes arn't showing up
I'm using LuckPerms and bChatManager
@toxic vigil is this after migrating?
No fresh server
Oh
I read up that I needed a chat plugin but now that I have it it still doesn't work
Do you have Vault?
Yeah
Does the prefix show in /lp user <user> meta info
Ill test something out a second and Ill get back to you on that
Also I am using offline mode
And I just read there is a bug for Luckperms if offline is enabled
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Does luckperms have issues with dynmap?
Error occurred while enabling dynmap v3.0-beta-5-218 (Is it up to date?)
java.lang.NoClassDefFoundError: me/lucko/luckperms/api/LuckPermsApi
at org.dynmap.bukkit.permissions.LuckPermsPermissions.create(LuckPermsPermissions.java:26) ~[?:?]
at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:848) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-230]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-230]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-230]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-230]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-230]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-230]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-230]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-230]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
Caused by: java.lang.ClassNotFoundException: me.lucko.luckperms.api.LuckPermsApi
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_231]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:139) ~[patched_1.14.4.jar:git-Paper-230]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:85) ~[patched_1.14.4.jar:git-Paper-230]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
... 11 more```
Or is that a dynmap issue?
Cause it was working perfectly until I added Luckperms
Nevermind
seems like a dynmap incompatibility issue
try adding the thing in #647869503576997918
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
@elfin egret sorry for the mention but is it possible to make one url to the latest version of luckperms at the homepage which redirects to the latest Jenkins version to support autoupdating software?
Hey iFlyinq! Please don't tag staff members.
@idle olive
Thatโs not a constraint URL
That is a thing
Or https://ci.lucko.me/job/LuckPerms/lastSuccessfulBuild/ for latest successful build.
There are options, if you search for it.
Aha
Hello I need some help putting luckyperms onto my server
Still the struggle that the file name is defined by the version :x
hey i have an problem
can u guys help me plz
see when i enter to my server sometimes i have rank but i dont have perms
and i have to go to console and set me a rank
adn when i am in server i set the command /lpb editor iitx sae me waith but the link never apear
yes
an error when happedns that
Which error?
java.lang.RuntimeException: java.net.ConnectException: Failed to connect to bytebin.lucko.me/2606:4700:30:0:0:0:681b:976a:443
[18:19:36 WARN]: at me.lucko.luckperms.common.web.AbstractPastebin.post(AbstractPastebin.java:147)
[18:19:36 WARN]: at me.lucko.luckperms.common.web.AbstractPastebin.postJson(AbstractPastebin.java:109)
[18:19:36 WARN]: at me.lucko.luckperms.common.commands.misc.EditorCommand.execute(EditorCommand.java:109)
[18:19:36 WARN]: at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:50)
[18:19:36 WARN]: at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:42)
[18:19:36 WARN]: at me.lucko.luckperms.common.command.CommandManager.execute(CommandManager.java:214)
[18:19:36 WARN]: at me.lucko.luckperms.common.command.CommandManager.lambda$onCommand$0(CommandManager.java:149)
[18:19:36 WARN]: at me.lucko.luckperms.common.command.CommandManager$$Lambda$283.00000000EB9DCB90.get(Unknown Source)
[18:19:36 WARN]: at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1601)
[18:19:36 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160)
[18:19:36 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[18:19:36 WARN]: at java.lang.Thread.run(Thread.java:818)
[18:19:36 WARN]: Caused by:
[18:19:36 WARN]: java.net.ConnectException: Failed to connect to bytebin.lucko.me/2606:4700:30:0:0:0:681b:976a:443
[18:19:36 WARN]: at me.lucko.luckperms.lib.okhttp3.internal.connection.RealConnection.connectSoc
this one
Paste the error in there and send the generated URL
i dont no what is so i send 2
@idle olive so what?
have u found the error problem
o something
Do you use an own VPS/Dedigated server or a Minecraft server from a hosting?
vps
What is the response of curl bytebin.lucko.me/2606:4700:30:0:0:0:681b:976a:443
Hey fahadbaig! Please don't tag staff members.
can u help me with this error
pz
plz
any body have a uckperms 4.3 bungeecord version
why u want that version?
Hi, sorry if this is a dumb question. I want players to be able to use the /kill @s command, but not any other use of the /kill command, is there a way to accomplish this with luckperms and bukkit without adding a specific "suicide" plugin?
LP only handles permissions. you are wanting control within a command. you would need a plugin that can control that, such as booscooldown or maybe mycommand. if using essentials, you can give the perm for suicide.
Guys is there anything I can use to manage my server using the web?
Like autorestart, start stop, backups
I see sorry
youre fine
yeah i hate essentials, I try to only use the minimal plugins and essentials adds a bunch of stuff I don't use, thak you for mention two plugins that might be more minimalistic than essentials
Hi, I have a problem with the placeholder
% luckperms_group_expiry_time_ <group name>%
when i put it in my scoreboard it returns wrong times for example i my: / lp user alias parent addtemp vip 1h30m replace world
and the placeholder maffiche 19706d 11h 34m on the other hand the delay of 1h30m him and well respected. it's just the display that bug
for info i on on lp 5.0.9
placeholder api and install well with the latest Expansion-LuckPerms have you got an idea of the problem?
sorry if it's not very clear, it's google trad x)
here are pictures that may be more clear
and I on bengee/spigot
en 1.14.4 x)
anyone want to play 1.14 hardcore server with me i just turned it on 51.79.97.60:41478
Yes and no
Some things of the old editor were better and some things of this editor are better.
hello im having trouble with prefix not showing up on my server any help?
post in one chat please
sorry
How is the weight on the web editor confusing? Genuinely curious.
@idle olive would be good to know what you think was better on the old editor so we can bring it to the new one.

Can someone help me with luckperms?
@ruby current yes.
I dont know how to make it so only a certain role can use a certain warp.
ChatEx was made to focus on permissionsEX
@craggy wraith what chat plugin can I use / would you recommend.
try EssentialsChat or VaultChatFormatter
i use VaultChatFormatter myself
since i dont use essentials
Wdym lmao
Oh.

No like. Theres going to be 3 teams and each of them have their own warps.
How do I make it so that the team can only access their own warp
then give each group that perm for that warp. easy: http://essinfo.xeya.me/index.php?page=permissions
MOM JG STOLE MY QUESTION AGAIN
answer faster ๐
๐ญ
im doing 3 thing
at the same time
REEE
@noble rampart update both plugins
Luckperms and PlaceholderAPI
no issues on my side
Is there anyway to do the permissions in-game?
I have someone who sets everything up for me but I dont trust them with my console.
Then give them permission to use the Web editor?
How do I do that? XD
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
lp group default permission set luckperms.editor
;p
luckperms.editor is the perm
thanks
But don't give it to default.
Ik
i had to steal it from u omega. sowwy 
I have multiple roles and ill give that to administrator
Wait.
Whats the permission for warps?
@craggy wraith okay, it's working with VaultChatFormatter
I have the editor opened up
Is displaying prefix/suffix in player list also possible?
@craggy wraith use /papi ecloud download LuckPerms
/papi reload
I have latest versions installed
thanks
can you pass me to test?
Is it possible displaying the prefix/suffix of LuckyPerms in the player list like it's working with scoreboards (teams)?
NametagEdit?
Idk about LuckyPerms but LuckPerms will require you to have another plugin installed that handles it.
He only said it because Ferrums said it
๐
Need more detail than that. What permissions won't work? What are you trying to do?
Im trying to make it so a certain role can use the /warp command
but it wont let them use /warp
Have you given them the permission for it
yes
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
check with that
No
warp permission = essentials.warps if i remember correctly
@craggy wraith Stop assuming which plugins they have and spoonfeeding people. You can't always be around to give people the answer. They need to learn to work things out themselves.
^
im just trying to help people but looks like im not allowed to do that
You can help, but how are people meant to learn if you give them the exact answer all the time. Help them to work it out for themselves. So they can work it out in future. Unless you want to always give them the answer without them learning anything
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
There is an example there
@craggy wraith
hello
new versiรณn of luckperms
Do not have this option?
default-assignments:
rule1:
if:
has-true: (<group.vip> | <group.vip+>) & <titles.tilecollector>
has-false: <some.random.permission>
lacks: <prison/group.prison_titlepack>
give:
- prison/group.prison_titlepack
take:
- some.random.permission
rule2:
if:
lacks: <skyblock/group.sb_level1> & <skyblock/group.sb_level2> & <skyblock/group.sb_level3>
give:
- skyblock/group.sb_level1
rule3:
if:
has-true: <group.default>
take:
- group.default
give:
- group.member
set-primary-group: member
extension-legacy-api or extension-default-assignments
It tells you which one to install.
Once I install it, it would only be to add the option that was before?
in config.yml
It only lets you use that feature again, because it was removed in v5
It didn't help me, I went back to the previous version 
xd
another day I take it more calmly
Thanks also.
xd

o i was pinged, oops
Instead of quitting, why not try to figure out what the problem is? People tried to help you and you did not listen.
Besides, why are you even using default assignments? You might not even need them.
@noble rampart let me guess. You can't get the extension to work. Did you create the extensions folder in luckperms folder then add the extension jar into it.
yes
When placing the "defaultassignments" threw console error.
When I placed the "legalicy" it worked.
But the "assignments" did not work, it seemed as if it did not exist and my users place them as default and not as user
Are you using the right extension? You need to place the default assignments extension in the extensions folder in the luckperms folder.
Mind explaining that in a bit more detail?
I need some help with the plugin (again)
@fierce mulch Have you linked all servers to the same database and setup luckperms bungee correctly.
@indigo pond Then explain your issue.
Prefixes arent working
Does the prefix show in lp user (name) info
Yes which i find rather odd because they didn't work with my old plugin either which is one of the reasons i switched back to luckperms.
You need to install a chat plugin for it to show in chat.
I have essentialsxchat and VaultChatFormater installed
Why do you have two chat plugins installed.
throwing everything and seeing what sticks?
also need to make sure you have vault installed
I initially thought that essentials wasn't working but i will try removing one of them
wait
Remove vault chat formatter
vault is missing
You do not need vaultchatformatrer if you're using essentialsxchat
I need assistance ASAP
Then explain your issue...
When we start up our bungee luckperms works completely fine (linked from the bungee to all the hubs)
When the server is online for about 10-30 minutes
we have over 150+ people connecte
it times people out
and then spams errors in bungee
from luckperms saying its not connected anymore
Show us these error messages
I will send a pastebin to pm's for you
Send them here
Could that screenshot be any darker
for bungee
@indigo pond you are not using the correct version of essentials. Install EssentialsX
And EssentialsXChat since you're wanting that
okay ty
all servers that are giving you that error
prefixes are still messed up
What does ess version show now?
you don't happen to have another permission plugin installed like pex?
cause you will need to delete that.
i really need help with my new server
Then explain what you need help with
my friends cant break/place blocks
i know nothing about luck perms
im using sponge
Are they trying to break/place blocks inside the spawn protection area?
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
That's a good way to tell what's happening
its confusing to do /lp verbose on ?
/lp verbose on <playername> Then get that player to try breaking and placing blocks
it says "minecraft.spawn-protection.overide - undefind
but hes out of spawn protection
Obviously not if that permission is coming up.
ill try to shorten it
and see it\f that works
do you know anything about nucleus
it worked lol
Depends what you need with nucleus
ok
ok so im super new to the whole server owner thing and i want to give people permissions like warp without opping them, any kind of help would be great
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Also, check the plugin documentation for the plugin that offers warps. It will give you all the permissions
cool thanks
Hi lp startet nicht auf meinem nuukit wer kann mir bitte helfen
Hey.
I have LuckPerms installed on the bungee and all spigot servers. Everytime when I make a change however, the log shows twice.
Any idea how I can solve that?
I disabled the ''broadcast-received-log-entries:'' on the proxy and enabled it on ALL backend servers, but now it doesn't seem to broadcast at all
I have the database file of a v4 Luckperms setup, do I have to create an entire environment to export it/ or use it in 1.14.4 or is there a simpler way I'm missing?
you don't need to do anything like that
just upgrade the plugin
backups are essential of course
So in theory swapping the database file I have into the plugins > LuckPerms file should work?
Why not just use the export and import commands.
My original question was whether that's my only option
Maybe explain exactly what you're trying to do? It's not very clear.
But yes, copy and pasting the database file should work fine.
I ended up getting it to work, not quite sure exactly where I was messing up.
Seemed the database file that I was adding was being overwritten on the first start?
Thanks for your help, sorry to hold you up ๐
Thanks

I run a server in offline mode and use luckperms for a long time.
Now from two days until now a hacker is being able to login and get permissions like * through luckperms and I don't know how he does it.
In the log message it says it is from console. but no one has access to the console I already changed de password
Could be a backdoor, or a command block if you have those enabled?
Running a server in offline mode is very risky, and must be properly secured.
yes i have some security measures, because it was already attacked before
so i checked no one accessed consol
maybe a hacked client could do that? give permissions as a console or op?
that used to be a thing in like 1.8 with the op book or op sign.
disable vanilla op and use LPs autoop feature
deny it from default? find better ways to secure your cracked server?
is there away to disallow a permission in a single world ?
yes
permission set <permission> false world=<your world> server=<the server (remove this if you don't use bungeecord)>
/lp group <group> permission set <permission> false world=<world>
derp thanks
I have tried essentials.gamemode.creative , minecraft.gamemode.creative and gamemode.creative in the above command and they can still use /gmc in said world . any suggestions ?
Connection is not available, request timed out after 5020ms
Am I correct in saying that I do not need to change anything really when updating v4 to v5?
Just backup and replace the JAR? (Using MySQL BTW)
i dont like the new web admin , it doesnt seem to work well .
Zak you may need to grab the extensions jar and place it in a folder named extensions inside of the LP folder.
andrewkm I don't think so, and if it doesn't work, just add server= before the server name
np, though I feel the upgrade was worth it personally. Only as we run like 30 plugins and it actually made life easier.
May I suggest creating a test server and testing it there just so you're comfortable with it.
I believe it was intentional
Most commands were changed to be more consistent
Sorry... should rephrase that!
Most alias' were changed to be more consistent
I can not remove permissions through the new web editor
the cross on the right
yeah i know , but when i clicked it it did nothing and then the whole page locked up and did not do anything but set there.
works fine for me
try to report it on github
anyways , now that i am pass that . I am trying to turn the gamemode command off in one world and the commands to deny permissions did not seem to work , but set them globally across all worlds on my server and that is undesirable . any suggestions ?
how can i delete a group
iirc /lp deletegroup <group>
thank you
Yesterday I switched to latest Luck Perms but it shutdown my Dynmap. I don't know if it's a problem with you guys or dynmap
Whats the error?
I had no access to Dynmap at all
Also did you try adding the legacy api expansion? (#647869503576997918)
I didn't try anything honestly, I just reverted back to old one.
After reverting it worked properly
Does anyone know the essentials tp delay perm node?
ok ty
If I update from version 4 to 5, do I have to delete the Luckperms folder too?
is there any way to put an rgb prefix?
No since you're limited to the supported colours of Minecraft
rgb with colours of minecraft
You can use & color codes in prefix and suffix, but it depends on the plugin you use for chat, tab, etc. to translate it
I can't import my backup... The error: the file does not exist backup1.json.gz ... I didn't type myself wrong.
im getting this error on my bungee cord using luckperms v 5.0.10 https://hastebin.com/owajoquzek.sql
hello fellow unlucky nerds
Can someone help me rq, I have it to where one of my donator groups can use /Fly in the "Plots" world, but not in the Overworld
Yet when they use /spawn, or go to their homes in the Overworld their fly is still enabled, anyway I can automatically disable that flying?
set the /fly per world. under world set plots as name in place of global.
This is of course assuming you are using the web editor. my preferred method.
I already have that though.
My issue is that whenever they use /fly in one of these worlds, they can also go to a world where /fly is not permitted in and still fly around.
When setting up LuckPerms for Bungee, you set them up on the same database but you change the table prefix for each correct?
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
!sync
To sync data between servers, you need to connect each LuckPerms plugin to the same database (for example MySQL) and set up a messaging service.
@prime swallow You'll need to have a plugin to disable the fly on world change. As lp can only deny the permission.
already fixed it with Multiverse, all I had to do was just disable flying in that world ๐คทโโ๏ธ
@toxic wagon So on all my servers the MySQL table prefix has to be the same?
Hey Cole! Please don't tag staff members.
@sour ice Yes
Alright thanks!
Hey andrewkm! Please don't tag staff members.
some possibly explain what I did wrong?
I have the permissions set to "true" but it doesn't work at all.
Cant use /lp in game because my permissions arent working ๐คฃ
Hey andrewkm! Please don't tag staff members.
Yes, I have one named hub and one named hubtest, none work. BUT I also set the essentials.* to global.
So wouldn't it still work?...
You don't really need to set that permission. As they can't use it anyway unless you set it.
Make sure you're in the server called "hub" for the fly perm to work.
An that it's actually called "hub" at the top of the lp config.
server: hub
@sour ice Can you confirm all servers are hooked upto the same database, an that you're using sql or none for the messaging service.
I can confirm
If you add me as a friend I can send you my configs.
@olive bramble afaik it also offers a one time payment option
Wait. Did you save and apply the Web editor changes before you used verbose.
Yes
Those permissions have been set for at least an hour
I've been just testing with basic permissions to try and get it to work.
before I move on
In verbose it says .* is false but the screenshot shows it as true.
correct
Try saving the editor and using the command it gives you. Then see what verbose says. Because they don't match up
hi - I am new. Used permissions Ex for years - about to make the switch!
In-game what does lp user (name) permission info show @sour ice
@queen pivot Good choice.
Well, I cant run that in game but I can check in console.
> [22:28:00 INFO]: [LP] gorillaevolved's Permissions: (page 1 of 1 - 3 entries)
> [22:28:00 INFO]: > essentials.* (true)
> [22:28:00 INFO]: > luckperms.* (true)
> [22:28:00 INFO]: > essentials.fly (true)
> [22:28:00 INFO]: [LP] VB > internal/console - luckperms.user.info - true
> [22:28:00 INFO]: [LP] VB > internal/console - luckperms.user.permission.info - true
> [22:28:00 INFO]: [LP] VB > internal/console - luckperms.user.permission.info - true```
Stop the verbose then try again. It should be matching.
stop verbose, start it then run that cmd again?
That is weird. Restart the server and seen if anything changes.
Can you add me on discord? I can send you my configs as well.
Just send them here but remove the ip and passwords..
One moment
https://hastebin.com/vatikegoli.shell <-- this is the server i've been sending the screenshots from.
apply-global-world-groups: false```
Make those true
Alright Iโll test it out in about ~20 minutes gotta go do something.
okay, do it for all servers
Alright
anyway to make it say when your rank is updated "your rank has been updated to"
@vestal arrow you'll need another plugin for that
Hm. Is Dynmap trying to use the old LuckPerms API (v4?) here? I updated LP to v5 and this started happening
02.12 22:46:11 [Server] ERROR Error occurred while enabling dynmap v3.0-beta-5-218 (Is it up to date?)
02.12 22:46:11 [Server] INFO java.lang.NoClassDefFoundError: me/lucko/luckperms/api/LuckPermsApi
02.12 22:46:11 [Server] INFO at org.dynmap.bukkit.permissions.LuckPermsPermissions.create(LuckPermsPermissions.java:26) ~[?:?]
02.12 22:46:11 [Server] INFO at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:848) ~[?:?]
02.12 22:46:11 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:474) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:290) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876) ~[patched_1.14.4.jar:git-Paper-230]
02.12 22:46:11 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
are there any plugins i can use? @tacit ore
Not that I know if, you can try asking in #general though
@full arch next time please use PasteBin or some other variations
Did you check #647869503576997918 ?
Ah. Thanks, I feel stupid now. >.<
Why i'm getting this with rank BAT?
Error in Console: https://pastebin.com/nHGcs0k1
Rank Bat Config: https://pastebin.com/QUbukuRh
@foggy quartz What version of luckperms are you using
This is a good example why yaml is bad... Too many weird errors. The config file looks fine.
@tired turtle โ๐ผ (2 up)
?
I'm not clippy.
Oh, there is V5
I know I could open an issue, etc. but you've been working on that stuff
I should update it?
Updating is always good
So I thought you might want to add that command
Did you actually read my message?
@foggy quartz Maybe also move away from yaml files and stick with h2 database file. And use the web-editor for editing
@tired turtle I know. Just an idea
Soo how i can fix?
im getting this error on my bungee cord using luckperms v 5.0.10 https://hastebin.com/owajoquzek.sql
7ยงl[ยงbยงlLยง3ยงlPยง7ยงl] ยงcA database error occurred whilst loading permissions data. Please try again later. If you are a server admin, please check the console for any errors.
Omg
Updating to V5
If you are a server admin, please check the console for any errors.
I know reading is difficult but I'm sure you can do it
Also, a look at #647869503576997918 doesn't hurt either
@foggy quartz What is the error in console then?
@foggy quartz Did you change the storage-method. When you updated
No
Can you please send us your config file
I think it's still caused by that error you got with the bat group. I didn't see any issues with the file for it though, Maybe try deleting that bat group file and make the group again, using the in-game commands or web-editor
can anyone help?
Someone could have helped in the last 18 minutes if you had just said what you needed help with ๐
Hey cole! Please don't tag staff members.
Best to just repeat what you said
i have but
Cause people don't usually scroll.
im getting this error on my bungee cord using luckperms v 5.0.10 https://hastebin.com/owajoquzek.sql
here it is again
Do you use mysql?
MariaDB
Ok. Update your messaging service to use sql instead of pluginmsg
Needs to be the same on all servers
@elfin egret is that a bug to report? Or is it just cause the API extension is needed
now i get this error on my bungeecord https://hastebin.com/vifebesogi.rb
just a case of making sure all of your servers are updated to the v5 version
and this error on one of my spigot servers https://hastebin.com/haguyafuca.md
all of there messaging service's are set to sql
and they are all connected to the same db
are they all running the v5 version of the plugin?
yes but ill check one more time
they all are
the bungeecord is running travertine and the spigot servers are running paper 1.8.8
if it matters its a fork of paper 1.8.8
and the mariadb instance is running on windows 10
Is there a way to move all users from one group into a different group without doing it manually one at a time?
!bulkupdate
Quickly update a large amount of user and group permissions by using the bulkupdate command.
> [00:34:01 ERROR]: Error occurred while enabling LuckPermsMVdWHook v5.0-SNAPSHOT (Is it up to date?)
java.lang.NoClassDefFoundError: net/luckperms/api/LuckPerms
at me.lucko.luckperms.placeholders.LuckPermsMVdWHook.onEnable(LuckPermsMVdWHook.java:43) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [server.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [server.jar:git-TacoSpigot-04511af6]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [server.jar:git-TacoSpigot-04511af6]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [server.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [server.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [server.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [server.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [server.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [server.jar:git-TacoSpigot-04511af6]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]```
at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[server.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[server.jar:git-TacoSpigot-04511af6]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
... 12 more
> [00:34:01 INFO]: [LuckPermsMVdWHook] Disabling LuckPermsMVdWHook v5.0-SNAPSHOT```
Any reason to why all of the placeholder plugins for luckperms isn't working?
I tried using PAPI, both downloading via ecloud and manually. Then tried the MVdWHook which is the error shown above.
Thoughts?
Did you update to LP v5?
Yeah that fixed it ๐คฃ
Anyone know why I can't migrate perms from PEX to LP? I run /lp migrate permissionsex and it tells me 0 everything imported and throws tons of NPEs in logs
You able to post the errors?
Not sure ๐ค
hm
Just restarted, it seems to not be able to connect to my Mongo instance either
[18:42:39 WARN]: java.util.concurrent.CompletionException: me.lucko.luckperms.lib.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=redacted, type=UNKNOWN, state=CONNECTING, exception={me.lucko.luckperms.lib.mongodb.MongoSocketException: redacted}, caused by {java.net.UnknownHostException: redacted}}]```
added mongodb+srv:// to the address, seems to connect fine now but throws another NPE when I try to join and kicks me for a permissions failed to load error, I don't remember it being this difficult when I set up LP a while ago
Try using v5
v5?
Well I just downloaded it so I assume I have v5
Depends from where
I'm not sure then. Make a GitHub issue.
rip
we have a group called pleb
default group inherits from pleb
pleb has the permission essentials.warps.*
but people cant use /warp
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
Or check the Essentials documentation on how to set up warps properly
Hi confused, im JG
https://github.com/lucko/LuckPerms/wiki/Command-Usage:-Parent
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Learn your plugins
im new to nukkit
pocketmine is my goto but ofc the dude wont update
so sadly i had to switch
my server was ready to open
now i gotta restart
PocketMine has been outdated, I don't remember since when though.
That clearly has been stated by AntVenom when attempting to travel far distances in search of a Farlands of some sort, and that wasn't a recent video.
Can i use Econ to give a player perms with LuckPerms?
Correct me if I'm wrong, but isn't PocketMine outdated since like August 2016?
@inland lance you would have to check with that plugin if it can execute commands and has a player placeholder.
i want to use player econ with the luckperms to have people buy perms like /heal and such
luckperms still refuses to connect to my mongo instance
[21:42:54 INFO]: Cluster created with settings {hosts=[cluster0-nmrvd.mongodb.net:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
[21:42:54 INFO]: Exception in monitor thread while connecting to server cluster0-nmrvd.mongodb.net:27017
me.lucko.luckperms.lib.mongodb.MongoSocketException: cluster0-nmrvd.mongodb.net```
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Read that @brave cedar
I'm so sick of this I've tried literally everything
address: cluster0-nmrvd.mongodb.net/test?retryWrites=true&w=majority``````java
me.lucko.luckperms.lib.mongodb.MongoSocketException: cluster0-nmrvd.mongodb.net/test?retrywrites=true&w=majority```
Same with just java me.lucko.luckperms.lib.mongodb.MongoSocketException: cluster0-nmrvd.mongodb.net
I love this
Can I add a column to the luckperms database that luckperms wouldn't interact with?
You could also add your own table that refers to the same indices. Would be a lot cleaner.
Yeah but I want to add nicknames to the players
So it would be synchronised between servers
But I don't know if database is a better solution than messaging
@sudden falcon No advertising
@ivory belfry I'm not seeing any GitHub issues from you...
Question: Can you list multiple servers in LP like server = survival, skyblocks
Thank you!
No. Need to add multiple permissions for each server.
Ty
Hey, I have a problem. Turning off permissions overrides the permission of my job plugin. It worked sooner with pex. I use luckperm now.
LuckPerm
default group:
- brewery.user:
value: false
Jobsreborn
jobsconfig:
permissions:
brewery.user:
value: true
level: 10
brewery.createbarrel.small:
value: true
level: 10
brewery.openbarrel.small:
value: true
level: 10
brewery.cauldron.time:
value: true
level: 10
brewery.cauldron.insert:
value: true
level: 10
brewery.cauldron.fill:
value: true
level: 10
I hope someone can help me. ๐
If you deny a permission then of course does it not work
And how do I solve this? -permission does not exist anymore. With PEX works fine..
what exactly are you trying to do?
editing YAML perms without knowing how LP handles negating perms it seems.
@hasty tree On my server i will block for all users the brewery feature. But only player with the job (jobsreborn) should brew. With PEX works fine (use -brewery.user) but LP override the jobsreborn permission...