#support-2
1 messages · Page 5 of 1
No idea what this says
hi someone speaks french who knows the plugins perfectly could explain to me how to correctly add the user.parent.set.[group] permission so that the group below cannot put itself above the rank it was given to it attribute
!argbased
Fine tune exactly what users with permission to use LuckPerms can do.
thanks
thanks you very much
!weight
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
i am having some trouble when i try to get the value of a permisson node, and i know that the player has the node
if you just want the value of a permission, just use your platforms normal method to check for permissions
[16:24:29 WARN]: [LuckPerms] An exception was thrown by com.earth2me.essentials.perm.impl.LuckPermsHandler$CombinedCalculator whilst calculating the context of subject CraftPlayer{name=*Kxsumi1353}
I'm not sure what this means but it started after a crash
seems like an issue with essentials
But then why would LuckPerms be the one throwing the error?
essentials adds contexts to luckperms. if there is an error in essentials when luckperms asks essentials for that context, luckperms will re-throw that error, which at first glance may make it look like the error is from luckperms even though the error was originally from essentials
Alright
Hello,
I'm a french man and i'm add on my server LuckPerm and CustomJoinMessage. The message of join was not send on my chat and i saw a probleme with LuckPerm ! Can you find the line of the plugin to allow my join message in the Chat Please !
Sorry for my bad English and have a good holiday !
And i have not an error in my console
Good evening,
I would like to know how to change the grade text in the chat?
I would like to replace the text player but I know how to do it
Set A prefix for the user or group that the user is in, and then get your chat plugin to display it.
my chat plugin is luckperm
I just want to modify the player but in the permissions it looks like this: prefix.1.&f⠃ cda4d
Your chat plugin is not luckperms. Luckperms does not touch chat. It passes the raw information to other plugins to display stuff in chat.
/vault-info gives me this information
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
Regardless of what any command suggests to you, LP isn't doing chat formatting for you
I'm having a major expolit issue right now, and I don't know where to look but part of it seems to stem from luck perms (POSSIBLY I am still very unsure)
this has happened two days in a row now where a player has joined, and then suddenly they use my username to set their permissions. Whether I'm on the server or not.
!hacked
Most certainly: no. In most cases a 'LuckPerms exploit' is a simple case of human error, which can be avoided easily. Look below for some tips to be on the safe side.
While this should be obvious, a lot of times a exploit can be traced back to faulty permission settings. You should always take your time with permissions and read the plugin documentations. In 99% of all cases the plugins have documentations explaining each permission, in the rare case that the plugin you are using does not have a documentation, you could still:
A: Ask the plugin developer for help
B: Use LuckPerms verbose functionality ( !verbose )
C: Select a different plugin with proper documentation.
If you are running your server or network in offline mode, hackers have it really easy to steal your, or any other admins identity. While the server is in offline mode, certain checks ( which exist to prevent exactly this ), are being skipped, and the server does not verify if the person joining actually is the person they claim to be. While there may be plugins which increase the security of offline mode servers by adding things such as admin codes, you should just switch it to online to prevent the issue in the first place.
You should never put anything on your server which has not been downloaded by yourself from official sources. Plugins can be infected with malware which injects itself into all other plugins, and thus is hard to remove. While it may look like a plugin has been hacked, you most certainly downloaded a modified version of it and it is not the plugin authors fault. In case your server has been infected by such malware:
- Stop the server
- Delete all plugins in your plugins folder, and just to be safe also the server jar file
- Re-Download all plugins and server jar files from official websites such as SpigotMC or official plugin websites ( luckperms.net for example ).
- Check if there have been any modifications to the permission system and remove unknown users and wrong permissions.
if you follow these steps you should have a clean server by the end, without exploits.
Yesterday I was on the server, today I was not
Most likely you have perms set up incorrectly, very unlikely its been comprised
My permissions are fine. They give themself the * permission node within a minute after joining the server
Read the embedded message from clippy
I did.
Everything that that says, has already be explained to me by my host, and other people
There's nothing in my logs that shows what's happening. It just suddenly occurs that they give themself the permission node * but when you join you have no access to anything on luck perms, or even op-ability
As stated above by clippy. This is most certainly not a LP issue and that it's more of an issue with your setup.
Okay, Sorry about all of that. like I told omega the situation was starting to stress me out.
I do have a new issue though. When the attack was happening they removed all of the ranks that I originally had in the server. I have a backup of the ranks and stuff from a database transfer back a month ago almost. Obviously I want to use this to get my groups back, but It will also reset all the userdata that I currently have, and that is a lot from the previous month to fix if I did so.
Is there a way to import JUST groups and not user permissions from this database that I have?
Erm, is it an Database Backup or a backup made with LP
backup made with LP
Unless you added --without-users in the command, it will include all groups and users and there isn't really a way to only use some of the backup data.
what if I combined suggestions...?
Someone just suggested to open a test server, import the file, and then I could export using the --without-users command like you just suggested?
That will definitely work haha
alrighty cool, thank you very much ❤️
The --without-users will only make it include group data in the backup
got an error on the test server saying it's not in a GZIP format?
java.util.zip.ZipException: Not in GZIP format
at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:165) ~[?:?]
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:?]
at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:?]
at me.lucko.luckperms.common.commands.misc.ImportCommand.execute(ImportCommand.java:101) ~[?:?]
at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:56) ~[?:?]
at me.lucko.luckperms.common.command.abstraction.SingleCommand.execute(SingleCommand.java:48) ~[?:?]
at me.lucko.luckperms.common.command.CommandManager.execute(CommandManager.java:265) ~[?:?]
at me.lucko.luckperms.common.command.CommandManager.lambda$executeCommand$1(CommandManager.java:169) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]```
Was the export made with the /lp export command
yes
original database was h2, that's what I'm currently attempting to bring it back into in the test server
Do you have a copy of the h2 still ? Or only the export
hmmm
I actually don't know
I have a file called h2-v2.mv.db
Is that the actual database file, and not the export?
I think so lmao
!switch use this instead.
If you wish to change your storage type (e.g. to YAML or MySQL) you may need to follow these instructions to ensure your groups and permissions are migrated to the new storage type.
Where is my export typically located?
Actually If I can't find it then I probably don't have it. I'll have to wait until my survival server's restore is done before I can look at it
The backup is in the LP folder.
It will be called whatever you set the name to be in the command.
thank god, It was in the survival servers' LP folder
That should like the import command a little nicer.
It sure did. Got the groups back, Thank you very much! ❤️
Hello,
I'm a french man and i'm add on my server LuckPerm and CustomJoinMessage. The message of join was not send on my chat and i saw a probleme with LuckPerm ! Can you find the line of the plugin to allow my join message in the Chat Please !
Sorry for my bad English and have a good holiday !
And i have not an error in my console
You most likely are needing to give some permission to allow the join messages to be used. You'll need to check that plugins documentation to see what permissions are needed.
@tidal blade you can give me the permission n
Hey MosteKarl! Please don't tag helpful/staff members directly.
I cannot give you the permission because I don't know it. You need to read the CustomJoinMessages's documentation to find the permission.
Is there anyway to make the text go light to dark or vice versa like it is shaded or something?
What text?
Like group name
For example the owner grp text that will come chat is light red and then slowly goes to dark red
Like the prefix
Ohhh, you want a gradient for the prefix?
Yeah
Use https://rgb.birdflop.com/ to create gradients that you can use in prefixes.
Thankyou very much!
So which plugins are they?
[10:38:31 INFO] : Plugins (50) : BankPlus, BlockParticles, BlockRegen, ChatEmojis, Citizens, CMILib, CombatLogX, CommandDefender, CommandNPC, CommandRegions*, DeluxeMenus, EpicPluginLib, eRankUP*, Essentials, EvenMoreFish, ExcellentCrates, ExcellentEnchants, FastAsyncWorldEdit (WorldEdit), HoloDropsX, HolographicDisplays, IridiumSkyblock, Jackpot, Jobs, JoinEffect*, LPC, LuckPerms, MiniMOTD, Multiverse-Core, NametagEdit, NexEngine, NexEngine_CustomEffects, PlaceholderAPI, PlayerAuctions, PlayerKits, PlayMoreSounds, SellStick, SetSpawn, SimpleBackpack, SirBlobmanCore (SirBlobmanAPI, XSeries), TitleManager, TradeSystem, UltimateChairs, UltimateTimber, UltraBar, Vault, ViaBackwards, ViaRewind, ViaVersion, VoidSpawn,
WorldGuard
LuckpermsChat is your chat plugin.
And how is this configured?
No clue. Read the documentation for that plugin. Or ask that plugins support if they have one
!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.
@clear copper ^
thx l fix it ❤️
hello I have a problem with the plugin, it doesn't detect PrisonRanksX commands, what should I do? spigot server
Manually add the permissions. Permissions only appear in the suggestions list on the Web editor if they have been checked since last restart and before the editor was opened.
t'as trouvé ?
tu veux voc ?
oui
je capte pas grand chose au pl ^^
yep
Hi, could anymore confirm if yaml-combined is currently broken? It says it's loading that storage method on server start-up yet still stores them in separate files. Thank you.
is it using a file for all groups, a file for all users, and a file for all tracks, or a file for each group, track, and user?
A single file for groups, single file for tracks, single file for users
that is what it is supposed to do
non-combined is a file for each user, group, and track
So there isn't a way for all that information to be in a singular file?
use h2
You're incorrect
Is there some like H2 Cult on here or something? I swear every thread I search for, someone is promoting h2 instead of fixing the advertised option.
it is strongly recommended to use a flatfile storage option rather than a text file storage option as flatfile storage options are much faster to read/write, use less storage space, and less prone to breaking from user-error
usually people who want to edit yaml like seeing things more visually, which you can do with any storage method via the editor anyways
Strongly recommended and completely lying about what a option is supposed to do, are drastically different.
I don't want to open a web browser to edit 1 small thing
where do even see any documentation on the combined storage methods anyways
(i dont see it)
"Data can be combined and all stored in the same file by switching to a combined storage variant.
not even sure why you want yaml and a single file anyways
previously opened bug report that was fixed. No mention of multiple files for EACH user, group etc.
Then don't lie and not help.
Just ignore it
Did I ask you specifically to help?
that issue was about yaml storage not working in general on fabric, not about yaml-combined specifically not storing in a single file
placeholder in the suffix doesn't work pls help
Okay let me prepare all information then to prove you wrong.
yaml-combined or combined text based options aren't documented on the wiki. So you're correct but this implies differently since it only says "Data can be combined and all stored in the same file" implying there is a singular file, not 3 or however many files. It doesn't even make sense.
Yet this is a option for some reason
Hey GamerTweet! Please don't tag helpful/staff members directly.
add users where?
Like we create groups and tracks so in user section I just want add user so that I'll allot them in seperate group
@void verge
Hey GamerTweet! Please don't tag helpful/staff members directly.
Ok
Yeah
either add a permission of group.<group name> to the player, or click this button in the editor
But to do this it must have any user to add in a group
But I how to add user first
?
I believe they want to add a user that is not on the list, I think it requires them to actually log on and do some stuff
Yeah I want to add a user
He got right
if they dont show up there, you can either do it with the command in-game, or open the editor for a specific player with /lp user <name> editor
you cant just add a user to the editor though
a player will only show up in the normal editor if they have unique data or they are online
Ok thanks bro just this I want to know what is the cmd
Be my friend?
But wait one thing I want to know?
/lp user <name> editor which name I put ?
the name of the player
You mean Minecraft Gamertag
their username
🤦
Their Gamertag of Minecraft
Sure use that
gamertag is entirely unique to xbox accounts
I said it but he says their username so I just got confused
🙂
the common used term is 'username'
luckperms doesnt resolve placeholders in prefixes or suffixes, it would be up to your chat plugin to do that
It shows invalid
have you joined the server before...?
Will the chatty plugin work?
you should ask them
ok
Yeah many times
!bedrock
If you're having issues with permissions for bedrock players, or it's telling you that a bedrock player's name is invalid, try setting allow-invalid-usernames to true in the LuckPerms config.
Hmm
you do not have to ping me to say "Hmm"
(unless you disable the ping, replies will ping)
I can't find the commands even after I restarted the server and the web page
Check the plugin documention for the commands you want to add and just manually add the permissions and ignore the suggestions list.
oops... thanks for showing me there is a bug in that tooltip 😂
users and groups use the same schema but group IDs are just the group name, i never would have checked this part for users
and if you consider anything else a "weird choice" please let me know :P
is there a way to get grp priority? Like the "Void" rank will come above "Default"?
Give it a higher weight
Do you want it to display like that in the editor or?
No I want it to display like that in the scoreboard or more specifically TAB
I think you'll have to check you tab plugin config for those settings
how to arrange lp ranks😭
ohk ty
How do I make it so it saves the permissions I give to a rank I click the all permissions true update then press apply but in game it says no changes added and when I try perms on the rank it doesn’t work
do u press save button?
Where is that 💀 because the save button turned to update
at the top right
green button in the top right, should say "Save" or "Apply Edits"
hey can u answer my question plz?
did i not?
this question
luckperms does not sort the tablist
i set the weight but it isnt working
!tab
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
configure it in your tablist plugin settings
ohk ty
!bedrock
If you're having issues with permissions for bedrock players, or it's telling you that a bedrock player's name is invalid, try setting allow-invalid-usernames to true in the LuckPerms config.
I tried many times but it says invalid cmd
I need help asap
I put perms like for example /tp and /fly on a certain rank on lp and it doesnt work
none of the perms I put work
I needhelp asap
Did you save/apply the changes you made in the editor?
YES
should'nt I just dm you it
cuse if I posted it publicly
Any changes made in the editor have to be applied using the /lp applyedits command - impossible unless the person with the link is also connected to the server and with the required in-game permissions to use LuckPerms commands. It's effectively just as safe to share an editor link as it would be to share a screenshot of your permissions or a pastebin of a configuration file. The editor doesn't contain any sensitive data (except perhaps player names).
Please, don't be. We're here to help, not steal your permissions setup. Additionally, permissions can be tested by players simply joining your server and seeing what they can do.
send it here
I dmed you the link
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
what abt the liteban things and //tp
they dont work
because they're most likely wrong
how would I make it right
by either using verbose or the plugins documentation to get the correct permissions
Small list of things for you to make sure when testing permissions:
1. Don't test as op, your players/general staff will most likely not have op
2. Make sure you don't have any special permissions (e.g. * or the same permission you are testing) on your user (/lp user <user> permission info)
3. Make sure your parent groups are the ones the target audience you are testing will have (if you are testing mod perms, don't have owner as parent)
4. Use verbose to see exactly what's going on, what permissions are being checked
Probably need to check your perms with said plugin
how
check plugin config files, and also check with lp if you have perms for it
where under litebans would I see this
in it's folder
config?
Your litebans plugin folder, there is a config file in there
this
well idk how to check
where in config file would it be @late wigeon
whenever I try to use a command
it says
Commands Included : Not permitted
I need help asap
yea but
it keeps sasying
Commands Included : Not permitted
no it gives me the same problem
lp chatprefix is not working
Try adding EssentialsChat
Or LPC
config.yml
I searched for meta
and prefix
not there
unless I have to add them myself
should be around line 403
!ask
Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!
thanks alot, for some reason the search didn't work
How can I make it where a player can be promoted in a track when they have the group needed?
Like for example a rank upgrade on a webstore what command am I using? Because if i use the promote track means that they can keep abusing the lowest price of the rank upgrade until they reach max rank
you would want to use the parent settrack command instead
promote command should never be used in such an automated way
how do i make it so only certain ranks/groups can open it?
using luckyperms cuz its currently use delexuemenus
its lucky perms help?
hey do yk how i could do this?
i'm trying to give a permission to players who complete objectives. Is there anyway to make it so when i player gains a couple permissions for example they harvest all types of crops and get perm.carrot, perm.potato and perm.wheat they get the perm.farmer
That would be upto the plugin that handles those objectives.
lp doesn't offer anything like granting perms if u have a bundle of perms? (ie if u have perm.1 and perm.2 it would give u perm.3)
Nope
But if the group has said perms just add the other perm anyway
i'm confused in terms of what u mean
to simplify, if a user has the perms perm.test1 and perm.test2 could lp automatically give them perm.test3
I think they've got some automated system giving those permissions
do u know how to do that?
Find a plugin that does it.
lp doesn't offer support for that?
like a auto promote but for permissions?
You already asked me that, and I already told you it doesn't.
Hey derikmcman! Please don't tag helpful/staff members directly.
thats why i was clarifying
that is some very custom functionality, another plugin would need to handle the conditional checks for permissions and add another permission based on the outcome
or potentially something that could be handled with contexts
but LP itself doesn't have a has-permission context
alrighty ty for the clarification
hello i need help whit Placeholders
i need a Placeholders that shows a number of players online from the group in a server?
!placeholders
Display data such as user prefixes and groups from LuckPerms in other plugins.
if its not there, then LP doesnt have it
The prefixes for my luck perms is not showing. When I do lp user info it shows I have the prefix but doesn’t show in chat. I use essential x for chat and stuff and I have change display name set to true. I have the latest version of vault too. Please someone help
Hi, maybe someone know what is the problem?
[17:08:18] [Server thread/WARN]: [LuckPerms] An exception was thrown by com.earth2me.essentials.perm.impl.LuckPermsHandler$CombinedCalculator whilst calculating the context of subject CraftPlayer{name=Popirs}
java.lang.NullPointerException: Cannot invoke "com.earth2me.essentials.User.isMuted()" because "user" is null
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
How do I download lp ransk onto another sevrer
I have it on one of my servers and want same ranks on other
!export
Sorry! I do not understand the command export
Type !help for a list of commands
!switchstorage
If you wish to change your storage type (e.g. to YAML or MySQL) you may need to follow these instructions to ensure your groups and permissions are migrated to the new storage type.
Basically the beginning of that.
Export and then import
For LuckPerms Fabric, is there a way to move the luckperms db from the mods/ directory to the config/ one?
why...?
the forge one is in the config/ directory, not in the mods/
but why do you want to move it?
consistency, or when backing up the config easier to just backup the config folder, instead of 2
how can I add a tag for the groups so I can check if the player has a certain group through a datapack or command blocks?
or maybe other suggestions on how to work with luckperms using vanilla execution commands
does anyone know how can i do this?
cuz every youtube video i watch is just useless
You'll have to configure your tab plugin
Otherwise just change your prefix in the editor
ideally you should use a plugin/mod for automated tasks or interactions
I don't have enough braincells to code plugins, sadly.
so I live in a world of command blocks :D
you dont have to "code plugins"
there are plugins that let you customize what they do
so, luckperms can give tags for the groups if I customize it properly? I don't get it
well, yeah, and I want to check if a player, for example, has a group named juggernaut, command block will give players in this group resistance effects.
so, any thoughts on how to do that?
Yeah ik I need to configure it
But idk what place holders should I use
And I watched sooo many yt vids
About it but I cant find a good one
!placeholders these are the placeholders that the LP PAPI expansion provides.
Display data such as user prefixes and groups from LuckPerms in other plugins.
Can I use these placeholders to recreate this?
if your tablist plugin supports papi, maybe
?
Well yeah I'm using tablist plugin
some of the elements on there arent prefixes or suffixes, and have nothing to do with luckperms
But wait
If I use luck perm and put a rank for me isn't it supposed to display it there immediately?
no
And show thr rank aswell
luckperms does not display prefixes or suffixes on its own
Oh
Ok then
But how can I display peoples names on the tab list
What placeholder can I use
I used %player%
But I need to display there name and others not just theirs
luckperms does not touch the tablist
Mhm
Then do u have any vid on how can I do this
Whats vault anyways
Isn't it like a coin or money plugin?
no, not sure what type of plugin it is
but it hooks into multiple plugins linking them together
but definitely not that
Do u have any vid on how can I do this?
nope
did you do it?
Hello, do you know how you can add several players to one group at once?
?
i mean did you do the tablist with ranks?
yes
!bulk
Quickly update a large amount of user and group permissions by using the bulkupdate command.
no idea, I don;t use nametagedit
alr
do you know if it is possible to give a group to all players in a certain radius?
Radius?
is there a way to give nametags with luckperm?
like i wanna give someone a owner prefix
/lp user <user> meta setprefix [priority] <prefix> [context...]
and whats meta
?
i think when player join the server it will always give him prefix you selected
!weight
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
!meta
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
all of this information is right there on the wiki. i would suggest reading it sometime
that is how you set a prefix in luckperms. doesnt mean luckperms will display it. other plugins ask luckperms for the prefix and then they will display it
then isnt there any other way to set a nametag?
like i need a plugin
plz
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
can EssentialsX Chat display the name tag
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
That looks like your tablist plugin is changing it, so the issue is with your tablist plugin.
mhm
help pls
Please use https://pastes.dev to send files in the future. I have automatically uploaded message.txt for you: https://pastes.dev/E3He6VppDZ
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
"Host '103.195.100.171' is blocked because of many connection errors; unblock with 'mariadb-admin flush-hosts'"
Hello, how do I give a player permission to set to False?
by setting the value to false instead of true?
Yes, issue the command immediately in the false value.
it changes what the name of the group appears as to other plugins
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5032ms.
ok so uh
i need help with a prefix
prefix.0.&r &#fb770b&lS&#fb7412&lr&#fb7219&l. &#fc6f21&lM&#fc6c28&lo&#fc6a2f&ld&#fc6736&le&#fc653d&lr&#fc6244&la&#fd5f4c<&#fd5d53&lo&#fd5a5a&lr &c
thats the prefix
wait crap needa delet the coords
as that
why is there # in there?
okay what's the issue with LP
its a prefix via luckperms...
But LuckPerms doesn't format anything. it only stores what you tell it to
ah, okay i see the messed up prefix in your chat now. yeah, not a LP issue. contact whoever you're using for chat formatting.
type /lp user [user] info
and see what it says
But yeah that is the way to go
i removed it from them to prevent flood but this is what it says via group
i think i found the issue but idk
if this is what it's supposed to show as, LP is fine. make sure that your chat manager uses &#RRGGBB for hex formats.
ok well now i have a luckperms issue
its refusing to save
that format is horrendous. what chat manager are you using
uh essentials?
EssentialsX doesn't support the legacy format. it uses the format you had initially (&#RRGGBB) i'd suggest seeking help in M.O.S.S if you still need help with that.
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
Can someone help me what permissions should I set for the member range sorry if it's a dumb question but I'm new to this plugin
Don’t crosspost
wdym by crosspost?
can someone help me? im trying to install plugins on my Bloom Host minecraft server.
Hey FleetFireGaming! Please don't tag helpful/staff members directly.
Any idea what might be causing this? Same is happening on proxy shutdown event
[23:01:07 ERROR]: Couldn't pass ProxyInitializeEvent to luckperms
java.lang.NoClassDefFoundError: me/lucko/luckperms/lib/bytebuddy/dynamic/scaffold/subclass/ConstructorStrategy
at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:215) ~[?:?]
at me.lucko.luckperms.velocity.LPVelocityBootstrap.onEnable(LPVelocityBootstrap.java:143) ~[?:?]
at me.lucko.luckperms.velocity.Lmbda$4.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:47) ~[server.jar:3.1.2-SNAPSHOT (git-c9e0e14e-b201)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[server.jar:3.1.2-SNAPSHOT (git-c9e0e14e-b201)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[server.jar:3.1.2-SNAPSHOT (git-c9e0e14e-b201)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.ClassNotFoundException: me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.subclass.ConstructorStrategy
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass0(PluginClassLoader.java:84) ~[server.jar:3.1.2-SNAPSHOT (git-c9e0e14e-b201)]
at com.velocitypowered.proxy.plugin.PluginClassLoader.loadClass(PluginClassLoader.java:61) ~[server.jar:3.1.2-SNAPSHOT (git-c9e0e14e-b201)]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
... 9 more```
hm, try deleting the LuckPerms libs folder maybe?
like there is permission group.1
i want to remove this permission from all the members how can i do
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5008ms.
Read the link clippy sent
i am doing :p
i dont rlly see any of that being a issue
my details are defo correct
theres more than "correct connection info" listed there
Check 2 or 3 times. don't assume. Always re-check
How can I make a gradient prefix rank?
**Greetings ! **
I'm having a bit of an issue on LuckPerm Forge.
The mod simply won't work, when I type any command in-game, I just get a "[LP] Running Luckperms v5.4.46" message. No logs on command input.
So the mod is loaded at startup, but the commands don't work.
Here are the startup logs : https://mclo.gs/EIAszgH
Give yourself Luckperms permissions through console
Ohhhh 😮
Thank you for your help ! ✨
I was used to be able to execute commands by beeing OP on spigot, a long time ago.
Yea. But with LP it's better to not use OP since you can create the correct (staff) ranks
Good luck setting up LP!
lp bulkupdate all delete "permission == testaman.1" "server == apple" " server == banana"
help
nog working
by using whatever format your chat plugin supports
I am unsure what format but I use essentials chat, do you know?
!moss ask them
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
Hey, I wanna do something like when I add a line in holograms for different ranks instead of copying out all rank prefix maybe I can do %luckperms_prefix_<rankname>%
Is there any placeholders in Luckperms?
anyone can help with this?
@tired shard
%luckperms-prefix%
It's_ not -
huh ok sorry didnt know im not usin lp anymore
has nothing to with lp, its a papi thing
hey, I wan to show specific prefix not their players prefix.
Suppose I have few ranks and I wanna show them on Holograms like a rank list
Then I can do- VIP Prefix: %luckperms_prefix_vip%
is there any way to do this?
!placeholder
Display data such as user prefixes and groups from LuckPerms in other plugins.
Hey, I know those placeholders, did you read my message?
%luckperms_prefix_element_highest_from_group_<group>% If you read it, you would know about this placeholder, which gets the highest prefix from the specified group.
Hello, how can I remove messages from LuckPerms in the chat that are written after the issuance of a donation, etc.
hey, I idk where you get this from cause it wasnt in the placeholderlist and it doesnt work
U have papi?
Hello, is it possible that the groups cannot put the ranks above (example: the modo group cannot be admin but the admin can put other players in mode or by default)?
Do you have rename default group?
No
!weight
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
!inheritance
Learn about inheritance.
!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.
what do you mean? do you only want mods to be able to give certain groups?
Is it possible to transfer permission data from MySQL to H2? If so, how can I do that?
!switch
If you wish to change your storage type (e.g. to YAML or MySQL) you may need to follow these instructions to ensure your groups and permissions are migrated to the new storage type.
Thanks
Thanks
Yes
@void verge
Hey Heynox! Please don't tag helpful/staff members directly.
!arguementbased
Fine tune exactly what users with permission to use LuckPerms can do.
Thanks
Before I could use placeholders for the temp but now it doesn't work.
/lp user %player% permission settemp rec.vote.20 false %math_0:_24-{server_time_H}%h
[13:52:18] : [LP] Impossible to determine the date %math_0:_24-{server_time_H}%h
/papi parse me %math_0:_24-{server_time_H}%h = 10h
The PlaceHolder gives a correct date
Can anyone help me?
LuckPerms doesn’t do any placeholder replacement on commands. That seems like the use case for that of DeluxeMenus, in which case DM would replace the placeholder.
Ok thank
I have a Linux Debian 11 Server with MariaDB installed and running as root (systemctl) & a Minecraft server running as user (screen)
now i want to connect luckperms with mariadb
storage-method = "mariadb"
data{
address = "localhost"
database = "luckperms"
username = "root"
password = ""
I created a databank called "luckperms" and executed the mysql commands on the wiki for full access over the database
I still get this Error:
https://gist.github.com/SpigotDE/ff067fd806cc9533aac9a7d1a3bd5149
Can someone pls help me with that
I'm new to Linux
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
do i have to open ports for data transfer in the local machine? i dont think so .. Idk what i did wrong nor what i can do more
How can I get a player to come in and get a member rank?
The are automatically given default rank when they join for the first time
I have a question. How to add a group to a player before (for example) January 10th. Not for 10 days or something, but until a certain day
i have a question. i want my moderator to have access to luckperms.parent.add
but they can make themselv owner
i just want them to manage the ranks below their rank. how do i fix it?
!argbased
Fine tune exactly what users with permission to use LuckPerms can do.
this means its not possible to fix it?
read the page...
These permissions allow for finer control over what changes a player is able to do, including preventing them from granting specific groups
thanks for help
Okay, so me and my friends have been trying to figure out how to replace "Server Owner" or "I have no rank!" in prefixes. We have been searching the internet for about a year now and have found nothing. Does anybody know a way to do this? (also I'm kinda bad at explaining things sorry about that)
this is what I'm talking about right here. We want to replace that with something else like what the rank does.
!chat a year? 
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
what do you mean?
I say in case of griefing and openned sessions with sync lp editor on browser
if someone access the web editor, you have bigger problems
and if your that worried, make backups so that even if the worst happens, you can just roll back
Well, i have problems, luckperms have some method for close that sessions?
what problems do you have?
In part that
Need close sessions for clean access and that
If i forcelogin on accounts and open new session, last session still get active or that action close?
why does it matter? is someone actively messing with your permissions?
Well...i think grieffers have some open session with perms
and you think that because...?
In part that
But i only need to know if luckperms have some method to close all active sessions
Like a command or something
it doesnt because you shouldnt need it. even if you did "close" an editor session, they can still make a new one
Fuck...
The sessions do eventually time-out though
If i import luckperms db on new db can't get new access?
what...?
You should probably address the issue of a "griefer" getting access to your editing links and then also having access to run the apply edits command over whatever it is you're trying to do right now.
Okay, thanks
Hello, I wanted to ask because I have luckyperms on server one which is connected to velocity + SQL.
My server 2 is normal external server paper 1.18.2. I connected to it SQL but it says this error
[01
17 WARN]: [LuckPerms] LuckPerms already has data for player 'SuperJava' - but this data is stored under a different UUID.
[01
17 WARN]: [LuckPerms] 'SuperJava' has previously used the unique ids [a5810f41-038b-48e2-86d1-2db8cfa9f677] but is now connecting with '9ac3869f-792f-35f3-ac1e-3d6d7bc62293'
[01
17 WARN]: [LuckPerms] The UUID the player is connecting with now is NOT Mojang-assigned (type 3). This implies that THIS server is not authenticating correctly, but one (or more) of the other servers/proxies in the network are.
[01
17 WARN]: [LuckPerms] If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!
its not connected to bungee
!velocitycheck
Please double check that:
1. Velocity velocity.toml has player-info-forwarding-mode set to "modern" and online_mode set to true
2. All backend servers' server.properties have online-mode set to false and spigot.yml have bungeecord set to false
For more information visit: https://docs.papermc.io/velocity/player-information-forwarding#configuring-modern-forwarding-for-paper
That's the one I meant
its not connect to velocity as well?
You literally said in your orginial post, it's connection to velocity.
my velocity one works good just not the normal one aka paper
yes the first one but the error is from my second server
Is it an offline/cracked server?
the second server is on its own and no
!paste the full startup log
Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
unless luckyperms does not support velocity and normal server data conversion?
There's no error in that about uuids or luckperms
try this one I restarted server
Do /lp user <name> info for any player on the server and show me what it says
[02:08:14 INFO]: [LP] > User Info: superjava
[02:08:14 INFO]: [LP] - UUID: 9ac3869f-792f-35f3-ac1e-3d6d7bc62293
[02:08:14 INFO]: [LP] (type: offline)
[02:08:14 INFO]: [LP] - Status: Online
[02:08:14 INFO]: [LP] - Parent Groups:
[02:08:14 INFO]: [LP] > default
[02:08:14 INFO]: [LP] - Contextual Data: (mode: active player)
[02:08:14 INFO]: [LP] Contexts: (dimension-type=overworld) (essentials:afk=false) (essentials:jailed=false) (essentials:muted=false) (essentials:vanished=false) (gamemode=survival) (server=box) (world=void)
[02:08:14 INFO]: [LP] Prefix: ""
[02:08:14 INFO]: [LP] Suffix: ""
[02:08:14 INFO]: [LP] Primary Group: default
[02:08:14 INFO]: [LP] Meta: (weight=10) (primarygroup=default)
type: offline You are either running a cracked/offline server or have not setup the ip-forwarding stuff correctly with the proxy.
I am not running a proxy
and if it was offline I would not be able t join it
Well you have an offline uuid. so online-mode must be set to false in the server.properties
the problem I think is luckyperms cannot transfer data from velocity type server to a normal paper server not connected to a proxy.
It can if configured with a remote database to sync the data
max-players=20
use-native-transport=true
online-mode=false
enable-status=true
Yes. you are using an offline/cracked server. Like I said.
you are wrong
online-mode=false That right there says you are using an offline/cracked server
online-mode=false « that is default configuration?
of a paper server
It is not. online-mode: true is the default
oh ok ty
hot take, you dont need to reply+ping every message 
ok
I wish this was auto off
shift + click reply
or just... don't use the reply feature. when you're the only two people talking, there's no reason to
test
I am addicted to using reply
idk why
I mean if there's multiple people in the channel, especially somewhere high-traffic like #support-1 then it's nice so people can keep track of who's talking to who
before replies it could often get rather messy with a lot of "no that comment was to <other person> not you"
that still happens lmao
^^^^
still get people going "ok I did it now what"
and im like "???? I replied to other guy, that was not for you"
I mean yeah but nowhere near as often. Now it seems like that happens maybe once every 1-2 weeks, it felt like it happened before probably once every 1-2 days
tbf it was also the height of lockdowns so I also had to do big bold caps lock "if I missed your question because there's 10 people in here, ask it again in support 2" many times, which I can only remember doing once since
how do i let players interact with citizens that way they can tp to survival worlds and trade with them
i am on a multiverse plugin by the way
how to fix essentials balance?
wie kann man in der tablist den default rank mit dem tab plugin nach kannz unten setzen von allen rängen?
was soll das
heissen?
It means don’t crosspost.
hey! still new to this whole permissions thing, so assume i don't know anything. i set up a rank with luckperms, and i've also got vault installed, but the prefixes i set in the editor aren't coming up in chat, and i can't figure out what's wrong. i changed the displayname changing permission in essentials config, and it still won't work. any help would be appreciated <3
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
ah thank you so much!!! appreciate it <3
i was using the wrong Vault. i am a fool in a wise man's shoes
yep. that fixed it! thanks so much for bringing that to my attention deenoh <3
my ranks wont pop up in chat even though ive set a prefix
how do i fix
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
another question! i'm hoping to let players pick a certain role from a list. is there a way i can use command blocks/command signs for this? i tried using @p, but it says player not found :(
resolve-command-selectors - enable that in the config an restart
thanks very much! appreciate u!
looking for a auto rank up pluging for luckperms [blocks broken and play time? please help
1.19.2
Getting an issue where server hangs when stopping.
https://paste.gg/p/anonymous/9a50c93cf67d427eaff466c7a9115361
Is luckperms installed?
Yes lol
Then ask GriefDefender
Will do
What variant of Luckperms are you using?
Oh I see it, Forge. Okay I imagine it's GD then
Yeah figured
I can just use /lp help command
i can't use /lp editor
it just says i can see error in the console
How can i fix that?
Please help???
!ask
Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!
say i have 2 groups in luckperms, you can be in both groups at the same time and both groups have cmi.command.sethome.1 if a user is in both of these groups i want them to have cmi.command.sethome.2 (or the total of all groups) anyone got a clever way to do that? i am hitting a wall
I belive it is /lp user <user> parent add <group>
But im not sure if it will have the outcome you are looking for
that would give the perm twice, but i dont think it would give 2 homes as wanted
Yeah I'm not so sure about that
No it wouldn't. LP doesn't do anything if a user has multiple of the same permission node - permissions aren't intended to be used as a numerical store for things like this. We have a "meta" system instead, which could be configured to accumulate all nodes, but unfortunately many plugins still don't use it.
thats good info, dot suppose you know if it can be done with CMI do you?
No clue, that would be up to CMI to support
Hola
disculpen
tengo un problema con el luck
perms
que lo coloco en mi servidor y no funciona
le coloque la de 1.7.10 por que mi server es de la 1.7.10 con mods y tampoco
necesito ayuda
Hey @pallid harbor, could you speak english? So more people can help, also please don't post in both #support-1 and #support-2.
there is no rule against english. you can use google translate or something anyways
i didn't say it was a rule, i said it would help more lol
Yeah great translation bro lmao
It makes enough sense that it can be helped through. Using LP Bukkit Legacy, they have issues with the plugin loading.
Mods were included, so the answer to that would be on !cauldron
can you hide commands with luckperms?
You asked this in #support-1
I want to display luckperms prefixes on dynmap, how would I go about this?
I have TAB and lpc
That's upto those plugins. All I can suggest is make sure you have Vault.
An make sure the prefix displays correctly in lp user (name) info apart from that, anything to do with displaying it is upto the other plugins
when i do /lp editor it doesnt send me a link it just says its running can someone help me solve the problem? (im using minehut btw)
don't post in both #support-1 and #support-2
@tidal blade It's not work in bedrock players
Hey RICZ! Please don't tag helpful/staff members directly.
It's not work in bedrock players
Huh?
Hi, I have a problem with lp, two players pop up, one with the name and the other with the UUID, how can I fix it?
Pop up where?
So my server is spigot 1.19.2, I download it. Put in in the plug-in folder and restart my server to register the plug-in. No folder was created meaning the plug-in didn’t register, I kept restarting and nothing happened. I picked the right version and everything, idk what went wrong. I already reported this but got no response back.
I’m using luckperms version 5.4.40
!paste send your startup log
Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
I have a problem that players having temporary group receives somehow the same group duplicitly permanently, in history Is no change visible, do you know something that can cause it?
It happens randomly once or twice a week for random players
if somebody wants to know... it was because of this setting in authme
it was set to true and this weird thing occured
How do I switch all my users groups from suppose group.a to group.b
lp bulkupdate users update permssion group.lunar group.infected
groupa would be lunar
groupb would be infected
is this correct?
A little off, sec
/lp bulkupdate users update permission group.infected "permission == group.lunar"
ok ty sm
.
very detailed message
Hello, I downloaded Luckperms on my newly made Minehut server. I set up Owner, Default and Streamer as ranks. It was all perfect, then i restarted the game and it all disapeared. I tried to redo the hex-codes and so on. Does anybody know whats going on?
How did you set your ranks up? In-game?
What storage type are you using?
HI all how create MySQL Database To luck perms
Did you create a mysql database and want to know how to connect to it, or do you need help creating a database?
I want to make a mysql, first then connect it, now my problem is that I don't know how to make it, I searched on the internet
@tender reef
I don't know any of them. I want to make mysql. Can you help me?
؟
On what OS?
wind
wind?
Windows will you help me should i fix
Sorry, but there's a lot of stuff to find. I cannot believe you googled before and haven't found anything.
To help you with your search, here you go: https://mariadb.com/kb/en/installing-mariadb-msi-packages-on-windows/
MSI packages are available for both x86 (32 bit) and x64 (64 bit) processor architectures
Try googling the rest, it's pretty simple! :)
I want to make MySQL, not this
What is your suggestion? Do both of them work?
@tender reef
I installed mysql, what should I do? this is coming
@tender reef
Can you please stop pinging me. I can read the chat ^^
Also, this is luckperms support, not mysql or mariadb
Ranks wont show on TAB but I have Vaulttablist
There's a lot of tutorials, please just use google. @nova oasis
Are you using placeholderapi?
Whats that
I know what to look for, I really didn't find anything, if you can help me to fix it, I have the same problem, do a search if you know, because I have no idea how to search.
I need it to show up on tab
download essentialsx chat
go to plugin Folder > Essentials > config.yml
scroll down to about line 68 in the code (it should say #add-prefix-in-playerlist: true)
get rid of hashtag and it should show prefix in tablist
When a group inherits permissions from another group, how is weight handled? My default group inherits permissions from group pebble2 with a weight of 500, and also inherits permissions from group bundle_rift with a weight of 600. However, permissions from the pebble2 group are taking precedence over the ones set in bundle_rift.
I'm trying to get essentials.sethome to equal false while players are in the unstable_rift world, however they're still allowed to use the command in that world because pebble2 has that permission allowed globally (even though bundle_rift has a higher weight).
also is this a bug? I can't apply contexts to selected nodes without it glitching.
I have a question Did you install mysql with your program and create a database?
hey, got an question about meta informations on luckperms.
if i use an prefix in an group with these end credits: &8| &7 it works fine.
but if i set an prefix with an command lp user USERNAME meta setprefix 1001 "&7<est &8| &7" it doenst work well.
if its in an group, the distance between "&8|" and "&7" is working, in an command not.
(https://prnt.sc/c8IA-EOMchPR)
is it possible to give people access to only one specific iteration of a command? possibly through command aliases? For example, I want any player to be able to execute /effect give @s night_vision 9999 but not give themselves strength, for example. Ping me please, this chat moves rather quickly
Not with "vanilla" behavior.
You'd need a plugin/mod that provides permissions for that
Has anyone here connected mysql to luckperms?
Do not spam, and do not cross-post.
ok
anyone knows an answer for that issue? 😅
what if you turn around the space and &7
although, you should look with /lp user USER info
and see if the prefix is correctly there
Selam - Hi
▬▬▬▬▬
Tr: Bi Sorum Olabilirmi?
En: can I have two questions
Ask ahead :)
can you help me if I can't find the tablist and scoreboard authorization display command when I'm using luck perms? 
what do you mean exactly?
now the example
administrator authority exists
on the scoreboard rank: manager how can I show like this
.
Display data such as user prefixes and groups from LuckPerms in other plugins.
the placeholder has
how can I make invisible places look like this
That has nothing to do with luckperms
but how does it look ? tabda or something like that ???
This is support for luckperms, that has nothing to do with luckperms
so, as I said, how can I do it? Is there a solution?
.
stop pinging people, it's useless
I'm sorry
Display data such as user prefixes and groups from LuckPerms in other plugins.
thank you, simple solution for an stupid problem!
@tender reef Hello, can you help me? I just created a database, how can I get the information and that I created the database correctly?
My answer still is the same, i cannot help you configuring the database. MongoDB Atlas is very easy and simple to use.
You can simply test it using the LuckPerms plugin, since that is your intention anyway.
I know how to give the information, I didn't get a password, and I didn't have anything special to enter in conf. Where is the database information?
Any other database questions i will decline to answer, I cannot help you with everything, i highly recommend to google it yourself
Spicy.
I mean simply google, I've been telling this guy for days
One reason why i took a break from doing support lol
This is also support for luckperms, soo
If I give you anydesk, you can do it yourself because it's really hard for me, I don't know why
No
I know how you can do it.
I can't because my English is not good
How is it anyone elses responsibility?
will you help me
this sentence confuses me so much
Sure. Go to https://www.google.com then type in your issue then press enter. You'll get a bunch of links that will have information that you'll be able to read and it will show you how to do it. The cool trick about https://www.google.com is that you can actually translate the pages into your native language so you can understand it.
My English is not good. If you can do it yourself, I can see. Please, it won't work for 5 days no matter what I do 😦
It gives me an error every way I go from Google
lol
:/
i am telling you, you will never learn it ever like this
why even bother SQL when you don't understand any of what you are doing?
This issue is not related to Luckperms. Please use an internet browser and your preferred search engine to research your issue and resolve it. This community is for Luckperms help. Your issue is not Luckperms related. You've been provided with enough information to help you locate and solve the issue on your own. Please follow said advice.
Millions of others managed, i'm pretty sure if you put effort into it, you can too.
I tested more than four methods in Google and all of them give errors
Sir, you are not getting the message. This is Luckperms Discord. Your issue is not Luckperms Related. Please take your issue elsewhere.
Thank you all
ok
Good morning, excuse me. I have a problem and it is that I execute the command
/lp user ID parent addtemp master 30d
and it gives me the permissions of the range but it does not change the prefix.
how can i solve that?
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
Hello, I want someone to make mysql for me. I made it but it didn't work. If anyone can help me, tag me. I would be grateful
Does luckperms have a current download link for a specific version that is unlikely to change? I'm scripting my plugin updating and this site only seems to have links with version numbers in them
so instead of luckperms.net/1467/bukkit/loader/LuckPerms-Bukkit-5.4.58.jar is there a different way
currently using wget to download from various sites
some sites use ci.***.dev etc and that works great
https://ci.lucko.me/ this is lucks CI that handles luckperms, but i think theres a download api on luckperms.net too
oh cool thanks
https://metadata.luckperms.net/data/all also has the "file" location of the latest version for each platform
although i would suggest not auto-updating like this
luckperms usually doesnt break, but you never know
if you need to download it for eg. instanced servers that you make on-demand, i would suggest having a central place that it pulls each plugin from or include it in a template
this is for a small server (0 players) that I don't feel like updating cause it's too much work
ok then dont auto-update on it 
i think jenkins only keeps the last 10 builds though
I want to keep it up and working but I don't want to mess with it
what does that have to do with updating LuckPerms?
Hello, is there a way to make make a lp grp bypass a skript script?
a what
add a permission check to the skript...?
Ok
Like a skript that disables flight one pvp but I want staff to bypass
then just do a permission check to see if they have group.<group>
Im struggling to get prefixes working. I want names to color coded, but it doesnt seem to be applying the prefix.
in the wiki page for prefixes, it says: "A similar system is used for meta. A meta pair, favourite-color = red would translate into the permission: meta.favourite-color.red." Does this mean I have to add luckperms.group.meta.favourite-color.red to make the names red?
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
i had NameTagEdit installed all along im dumb 🤦
Hello
I need some help
When I try to add a parent
It also sets the prefix of the higher up rank
Even when I set a weight to both the prefix and rank
/lp user <affefcted user> info, is the prefix showing up as expected there? Or is it still wrong there
Yes it is
Instead of for example HELPER
It's DONATOR
Because helper should inherit donators permissions
all right, can I get /lp user <affected user> meta info pls
Found the issue
Since I imported from GroupManager
Multiple groups have multiple prefixes
For example Helper has the prefix of every rank it inherits
Which is nonetheless weird.
that is indeed odd
First time ever using LuckPerms unlike groupmanager there is not a place in config to group worlds right?
I have to set permission for each world?
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
So context is a world group technically?
Context allows you to assign perms or groups with a server or world context so they only apply in that world or server
But no there's no way to easily say "apply this permission if the user is in one of these worlds". Best way would be to make an "internal" group with all the permissions you want, and then add that group as a parent to the other groups with the desired contexts
there is an option to remap worlds in the config, no?
https://luckperms.net/wiki/Configuration#world-rewrite yeah there is
Hey Radioactief! Please don't tag helpful/staff members directly.
is there a way to prohibit certain commands from being used in certain worlds?
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
Cas is smart
Nope its not working
You could add independent formatting for chat
All prisoners would have different weights through the system
So you'd fix the chat setting to include the group name of prisoner + rank letter + name + message kinda thing
{Rank} {Group} {Displayname} {message}?
Thats what i've but /rankup doesnt work if a is in default
the play is Rank B but the chat still says [A]
doesn't work, I am trying to make it so some people can't use the kit command in pvp because it interferes with the kitpvp plugin
Because Rank A is in default and default is higher weigt than Rank B
I wanna say you could do this
Except change the prefix weights to be increasingly more
idk how commands work but I would put that here
I’m going to try it, i hope it works
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
Is it possible to for me to make it so that when a player steps on a pressure plate, they get given a permission for a day?
I already answered you this in #support-1 . . .
How do I set the bungee permissions to the ranks?
Hello everyone, my server is on magma 1.18.2, can I install LuckPerms there?
Sure
which version of the plugin should I choose on the site?
!stacking
Display multiple prefixes/suffixes alongside a player's name.
Anyone know why theres 2 prefixes when I only set one?
does it show a second prefix in /lp user <user> info?
No
then its not Lp related - contact support of your chat manager
i use essentailschat
ok, ask them
!moss
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
when i go to chat it shows a checkmark on the chat message
what does this have to do with LuckPerms
LuckPerms has nothing to do with chat signing
How can I make all users who have the default group automatically enter a track?
algeum br para me ajudar?
@dense kite
Hey souls! Please don't tag helpful/staff members directly.
mb
“I’m gonna ping random people without saying anything”
can someone guide me step by step through getting multible prefixes? because im so lost with tracks n stuff lol
Good evening, I'm contacting you because I'm trying to remove a permission in a specific world but it doesn't work. I tried on 1 specific player and it worked, but when I do for a group, it doesn't work. Anyone got a solution? here are the screenshots:
why are you censoring the username lmao
we are never too careful
you are lmao
unless your server is in offline mode, i cant just steal your username
and if it is in offline mode then i cant really help you
Hiding the username is useless. Same as hiding uuids
