#support-2
1 messages · Page 15 of 1
That doesn’t mean this automatically becomes the support server.
Lucks personal discord is the place for bungeeguard support.
There is no BungeeGuard server, so I was kindly asking for assistance
Do you mind sharing a link to that? If possible?
You rock. Thanks Spooky
Just to circle back around. It looks like Majong is currently having issue with their, auth servers. I don't have a way to validate that, just wanted to spread the knowledge. Again, thanks for the guidance Spooky
clearly, your anti-virus is preventing the page from loading
its a false-positive, so youll need to prevent it from blocking luckperms.net
Alright i will try to do that. Thank you!
So, we are having issues with HEX codes not properly reading in chat. When i set the prefix and LP shows in set that it was set the color do show as intended, however when I type into chat the Prefix shows as
Example only!
[�FFE0&lOBBFE8&lwḀF0&ln&#B040F7&le&#EB00FF&lr]
Instead of
[Owner] with the colors we went with
I did go through CMI to check and insure all custom chat options are set to True, Is there something in LP that might be causing this issue?
It's up to your chat plugin to support HEX color codes.
Hex codes are annoying since there's so many standard formats and even whether or not a plugin supports it to begin with. LP's preview supports a few formats but not all of them, so most likely you're using the wrong format for your display plugin, or it simply does not support hex codes. Consult their documentation
So based off of a server i was actively playing on LP does support those codes, as I have a custom prefix with those format types, ig it could possibly be CMI but CMI does offer HEX support, but i will need to look into what formats CMI supports
Seems like you've got to wrap your #HEX color code in curly brackets.
Alright ty! I will try this
I just came from a server that uses LuckPerms and I've got this message: ''A database error occurred whilst loading permissions data. Please try again later''
What's that about? D:
If you are a server admin, please check the console for any errors.
if you are just a player, report it to that servers staff
The server owner told me this, and I quote: ''No idea, we're not in control, only the host can deal with this stuff, and half the time they don't know''
that sounds like they should find a new host. If they’re the owner of the server, they should have console access and be in complete control of their server.
So in this instance, what should they do exactly?
someone needs to look at the console to figure out what the actual issue is
Alrighty, thanks for the info
HOW DO I GIVE A RANK TO SOMEONE THATS BEDROCK????????????
Can it be suggested that Luckperms could also support magma?
How to solve prefix issue after death in chat prefix is not showing with name only none is showing
@full flume
Hey 21sammh! Please don't tag helpful/staff members directly.
You don't have to cross post and tag the same user twice. Keep questions on a single channel at a time and avoid pinging for support.
Can it be suggested that Luckperms could also support magma?
It can, but i doubt such thing will ever happen. LuckPerms already supports Bukkit and modded.
thanks
Hey i tried to copy my local server on the pendrive. (When being copied windows said that some files cannot be copied, these were userdata files so I mention them just in case.) I tried opening the server on a diffrent computer with newest Java just installed and everything worked fine until I decided to shut down the server. It didn't respond for a long time and I got a notification about this. Then I got a lot of errors regarding [Spigot Watchdog Thread] it said to look for any plugins that appear in there and report them. This is the first time I'm facing such error and my only speculation that the PC I launched the server on is just to weak to process everything the server wants it to or my pendrive (being old) doesn't have enough transfer rate. Anyway I provided one screen shot with the "luckperms-command-executor" and the other one with some more threads if that helps. Thanks
[16:32:37 ERROR]: [LuckPerms] [STDERR] SLF4J: No SLF4J providers were found.
[16:32:37 WARN]: Nag author(s): '[Luck]' of 'LuckPerms v5.4.104' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[16:32:37 ERROR]: [LuckPerms] [STDERR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[16:32:37 ERROR]: [LuckPerms] [STDERR] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
why facing this?
did you read any of this? according to this website you can install slf4j-nop.jar and it will disappear if you dont care about the logs
okay
Hey guys i've been trying for hours to connect luckperms to MariaDB (Ubuntu - Pterodactyl), and i keep getting all these errors, can someone please help :
!paste your log easier to read
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!
aight here it is https://pastes.dev/N2nJibgJ6F
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5002ms.
LuckPerms cannot connect to your MySQL server try looking here: https://luckperms.net/wiki/Storage-system-errors#luckperms-cannot-connect-to-my-mysql-server
well i've checked all these :
You are using the correct address and port
- yes it's localhost with default port
You are using the correct username / password
- yup
That the database exists and is accessible by the user
- yes
That the server is online & accepting connections
- yes
There are no firewall rules blocking the connection
- added the port 3306 to UFW
MySQL is bound to the correct port, and is accessible from the server where LuckPerms is installed
- it is
Check that your MySQL max connections limit is not being exceeded. By default, LuckPerms will use 10 connections per server. If you have lots of plugins connecting to the same server, you will need to increase this limit.
- i have 7 plugins with luckperms
pterodactyl can connect to MariaDB but not luckperms ?
it might just be something silly like a formatting error in your config
try and run it thru a yaml validator and see if there are any of those
(cause if LP can't read your config properly, it won't get the correct user/password from inside there)
nope, cause i didn't change that much in the config file, just modified these :
server: proxy
storage-method: mariadb
address: 127.0.0.1
database: xxxxx
username: xxxxx
password: 'xxxxx'
try 0.0.0.0 for the address
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5001ms.
maybe reach out to pterodactyl support
yup, i'll check with them
i changed most of the prefixes i used from color codes to hex codes and Skript (i use Skript to format the chat) outputs prefix.50.ƻa3bNetherite as ƻa3bNetherite and doesn't color code it, a friend of mine says it works fine for him, does the differences in our server versions (i use 1.19.4 and he uses 1.20.1) or is it something else?
also i have LP v5.4.108
LuckPerms doesn't format the chat. Your chat plugin needs to support &#RRGGBB color codes.
ok, so why does it work for my friend but not for me? (also skript uses <RRGGBB>)
Ask thier support LP only stores the prefixs for chat and colour codes but doesnt actully display the prefix or colour
!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!
What makes you think it does not work and what's the actual permission node you've set so far?
What is this “omegavision” permission supposed to allow you to do?
Honestly, never put that together. OmegaVision & OmegaWeaponsDev
how to i use this to block commands and plugins in certain worlds i tried and doesnt want to save nor work i use a non op account to try and it still lets me when i dont want it to
hey i have a problem with chat formatting. i just made a bungeecord server and hub server, everything works fine except for chat formatting, i use LPC for that but here is the thing. LPC wont work on the server unless there is a luckperms plugin on it and i already have luckperms-bungee on the bungee server. when i install luckperms-bukkit anyway on my hub server LPC tries to take prefix from the luckperms-bukkit plugin which is not configured at all. I dont want to redo all prefixes on the hub server and for the plugin to be present on every sub-server. Is there a way to hookup LPC to the luckperms-bungee?
also for some strange reason papi doesnt load Vault expansion (i need it to display %vault_prefix%) unless i have luckperms-bukkit and LPC on my hub server. Its very strange and if i dont have LP plugins papi gives error "couldnt load vault expansion due to unknown reason". Which is not really helpfull lol
LPC is a bukkit plugin and not affiliated with LuckPerms.
ive heard that but then is there a good solution to my problem?
LuckPermsBungee is not a replacement for LuckPerms on the backend side of things.
so i would need to have Luckperms on every subserver with the exact prefixes for my chat (and papi) to work?
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
okay i understand but i would rather find better chat formatting plugin than making a database (i suck at backend and kinda dont like it plus its not even full on public server)
thanks for the help!
I am having issues with luckperms on forge in connection with my discord integration mod
for executing commands, my mod uses forges FakePlayer feature. However, when executing the command the following happens:
java.lang.IllegalStateException: Capability has not been initialised
at me.lucko.luckperms.forge.capabilities.UserCapabilityImpl.assertInitialised(UserCapabilityImpl.java:108)
at me.lucko.luckperms.forge.capabilities.UserCapabilityImpl.checkPermission(UserCapabilityImpl.java:114)
at me.lucko.luckperms.forge.util.BrigadierInjector$InjectedPermissionRequirement.test(BrigadierInjector.java:146)
at me.lucko.luckperms.forge.util.BrigadierInjector$InjectedPermissionRequirement.test(BrigadierInjector.java:131)
at MC-BOOTSTRAP/brigadier@1.0.18/com.mojang.brigadier.tree.CommandNode.canUse(CommandNode.java:65)
at MC-BOOTSTRAP/brigadier@1.0.18/com.mojang.brigadier.CommandDispatcher.parseNodes(CommandDispatcher.java:358)
at MC-BOOTSTRAP/brigadier@1.0.18/com.mojang.brigadier.CommandDispatcher.parse(CommandDispatcher.java:348)
at MC-BOOTSTRAP/brigadier@1.0.18/com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176)
at MC-BOOTSTRAP/brigadier@1.0.18/com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:142)
at TRANSFORMER/dcintegration@3.0.4-SNAPSHOT/de.erdbeerbaerlp.dcintegration.forge.util.ForgeServerInterface.runMcCommand(ForgeServerInterface.java:129)
This happens with ServerLifecycleHooks.getCurrentServer().getCommands().getDispatcher().execute(cmd,cmdSourceStack) and with the FakePlayer.hasPermissions(4). (in the stack trace the execute method was used)
Any way to initialize that capability manually to prevent this error?
what is this
is the luckperms mod for fabric only server side?
Look like an exception. Disable the context calculator for AJLeaderboards
Yes
ok thx
Hello everyone, I encountered an error, can you help me what it is?
Hello, everyone! How do I make the prefixes show up in the game? I'm using the LuckPerms mod (Fabric 1.20.1), I've already set up the prefix and assigned the group to the players, but they still don't appear.
No need to cross post. You've already been advised to install a chat mod, as LuckPerms does not modify and format the chat.
You can find a list of chat mod recommendations here, if you haven't already.
Do you know how I can change the default group when user join the server ?
I think it is when you go into luckperms editor, you have to give the default group you want the permission (meta.default.true)
that's what worked for me
I will try
meta.default.true
note that this permission actually does nothing, it's just a leftover node from a migration
the default group already has the functionality of being added to new players
!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.
can anyone help me with getting this setup on a server? ive been trying and i cant see the mistake im making.
!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!
!nw
We really would absolutely love to help you out! However, telling us that it isn't working wastes everyone's time. Please, just describe the issue you're having clearly and with as much detail as possible, and send any relevant screenshots of whatever problems you're having.
Dont needa !ask every time? Got any screen shots? Also turn off ur antivirus or Vpn
Send your plugins list please. Type /pl and screenshot the output.
doesnt show that cuz i have to have the mod one for the modded server. not sure how to do that on sponge
shows that in game if that helps
How can I set ranks for bedrock users on a java server. I get that when I put the java symbol, it says that this user does not exist
Are you using the Sponge version of Luckperms or the Forge version?
Anyone know the best way to remove all players ranks (apart from default)
!bulk
Quickly update a large amount of user and group permissions by using the bulkupdate command.
Do you know why when I enter the end/nether in creative it changes me to survival?
LP won't touch your gamemode
Bumping this again, since it doesnt seem to work
Editor: https://luckperms.net/editor/tvXC8S6DLh
Log: https://luckperms.net/verbose/NMazxtTUq7
What other plugins are on the server?
And can I get a server log just for shits and tickles?
For anyone missing context: #support-1 message
TLDR; Admin group has luckperms.* but it isn't working, but the specific permissions are. ex;luckperms.info
Fireflasher the user only inherits that group, and Admin inherits nothing else.
heyy. i just set up this plugin and by default all usernames in chat are red? how do i change this back to white please
Do you have Essentials installed by chance?
yh we just figured it out ty tho x
every perm you see, there are nothing more on them
https://pastes.dev/IffCS0FCSL
sry, for the delay btw
bump
any way to fix this? surely accepting any workaround for this
if more info is needed, I can surely provide it
run them as console instead of fake players?
Hey guys, uhhhhh
is the luckperms import supposed to take so much time? I've been waiting for 10m now with no further messages apart from:
[LP] (Import) -> Starting import process.
[LP] (Import) -> Reading data....
[LP] (Import) -> Waiting for initial update task to complete....
anyone?
Hello, I want to give a new permission to my players who have a certain group, how can I give it?
!bulk
Quickly update a large amount of user and group permissions by using the bulkupdate command.
Or just give the new perm into the new group which those players have
hey deenoh, could we try one lost approach? this time im fully available for the next hours to repsond
have you sent your config?
is there anyone here who can help me
!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!
When i pack luckperms on my server and start the server it loads but nothing works ingame i just tested it again on the same server only localhost without other plugins and it still doesn't work
!nw
We really would absolutely love to help you out! However, telling us that it isn't working wastes everyone's time. Please, just describe the issue you're having clearly and with as much detail as possible, and send any relevant screenshots of whatever problems you're having.
Please be more specific. Explain what part of LuckPerms is not working for you.
!paste your latest.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!
Read the embed above. You can access the latest.log inside your logs directly in your server root.
Use the pastebin service provided above. Paste your logs there, generate a link and send it here.
you mean lp? ye i did, but it was outdated
here: give me a sec
the config, not an editor session
can anyone help me
ah, yes sure, give me a sec
i thought you meant config of the perms
Config: https://pastes.dev/EHwQvBKFzQ
And? Got an idea?
need help
You run on Craftbukkit
Try switching to Bukkit or (preferably) to Paper
Its the same system but better Support and far more advanced since craftbukkit is discontinued
I`ve been burning my brain on this matter, I'm trying to stack prefixes (2 of them), so I created one track called "regular" and another called "minister" and I used the following config on LP (I'm using EssentialsXChat)
prefix:
format:
- "highest_on_track_minister"
- "highest_on_track_regular"
duplicates: first-only
start-spacer: ""
middle-spacer: " "
end-spacer: ""```
But the output is just shows the highest one
show your tracks
Anyone have problems with people constantly getting welcome message
Dont crosspost 
hey I'm trying to bulkupdate all litebans permission server from practice to bungee
I understand that I have to do
/lp bulkupdate all update permission litebans.example "server == bungee"
but how do I select all litebans permissions?
I'm doing this but its not working
I even tried
lp bulkupdate groups update server bungee "permission == litebans.%"
okay this worked
lp bulkupdate groups update server bungee "permission == litebans.clearchat"
but the % didn't work
if not that then what do I use?
nvm I just used the editor
hello, my player has two groups, each group has prefixes
but the group with the more weight only shows the prefix
how can i get two prefixes of each group
prefix:
format:
- "highest"
- "lowest"
duplicates: first-only
start-spacer: ""
middle-spacer: " "
end-spacer: ""
suffix:
format:
- "highest"
duplicates: first-only
start-spacer: ""
middle-spacer: " "
end-spacer: ""```
Hi, I was saying that I urgently need the Magma version of LuckPerms, since I'm making a server that's going to be big. Which will have mods and plugins. I tried to squeeze all or one by one of the versions and none of them would go. I need help as soon as possible. Best regards
How do I make the players who have a rank in the high
sorting-types:
...
help has a problem with your plugin
Do not cross post. Stick to a single channel and await patiently for a response.
hi, i have a server that runs on paper 1.20.2 with the latest luckperms plugin, the problem i have is that for some reason, i cannot use the selector @p or @a so i can implement permissions on command blocks, may i know how to solve it?
you have to enable command selectors in the config
i think the selector must target exactly 1 player though
it will be that way, i only intend to use the @p, let me try it
that did the trick, i truly appreciate it
What command would delete everyone from a group
!bulk
Quickly update a large amount of user and group permissions by using the bulkupdate command.
why is my config different from the wiki version?
this is my config:
prefix {
format = [
"highest"
]
duplicates = "first-only"
start-spacer = ""
middle-spacer = " "
end-spacer = ""
}
suffix {
format = [
"highest"
]
duplicates = "first-only"
start-spacer = ""
middle-spacer = " "
end-spacer = ""
}
}```
and this is the wiki example:
format:
- "highest_on_track_prison"
- "highest_on_track_donor"
- "highest_on_track_staff"
duplicates: first-only
start-spacer: ""
middle-spacer: " "
end-spacer: ""```
and when I try to use the example from the wiki it gives me errors
the wiki uses yaml since the most popular platforms use it (bukkit and bungee), but whatever platform you are using is using a config file format. the info is still correct, you just have to put it in the right format
ohhh i see, thanks
I have a doubt if I can remove the default prefix from the default rank?
I haven't done anything just put the luckperms in the plugins folder and start the server
Is it possible to remove the default prefix?
!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!
Check lp user info
Read what i said
/lp user <user> info if it says its storing a prefix in Luckperms it is LP but if not it isnt and its another plugin displaying it
Its another plugin then
no because if i remove luckperms the prefix disappears
Yes, I have used luckperms before but I didn't have this default prefix added.
Weird
What can I do?
Not sure sorry hopefully someone else can help
if it’s not in user info, it’s not LuckPerms.
check other plugins, leave lp installed and remove others.
Neither?
Noo the problem was Towny
global: '{channelTag} {townytagoverride}{townycolor}{permprefix}{group}{townyprefix}{modplayername}{townypostfix}{permsuffix}&8 »{msgcolour} {msg}'
{group}
that was
i remove {group} and done
sorry
Here is how to fix this error with LuckPerms? I have LuckPerms on BungeeCord and on backend-servers connected to one database. After my database crashed, after restoring it, after restarting the server, I started getting these errors, and when a player logs in - a warning appears in the BungeeCord console too. Can you please tell me how to fix this? Everything seems to be fine on backend-servers. On the backend-servers LuckPerms successfully runs everything without errors, and errors only on BungeeCord. Everything is fine with the database, the data is correct, I can connect to the database, firewall does not block anything.
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
Please refrain from cross posting. Sending the same message across multiple channels only raises confusion and won't get you any responses faster. 
Okay, it's just that I asked for help yesterday, to which I never got an answer.
You've already reposted on #support-1. Someone will get to your case when they get the chance.
Yes, but I can't seem to get a response from anyone higher up other than regular users.
Yes and even regular users can't help
it's not a lp problem so why do you need higher ups
Well, maybe they know the solution. Because I have no idea.
This is my first time
I've never seen anything like it
add a reset, either at the end of the prefix or between the prefix and username in your chat format
Is there any way to bypass this?
use a uuid
luckperms stores data under uuids, not usernames, so if it cant find a uuid for a name, it cant do anything
thank you
i dont really understand that, do u know how i can do that?
use &r either at the end of the prefix or in your chat format
assuming your chat plugin supports legacy color codes
hello so here is my problem i have installed citizens to make an npc that gives out links to my discord server but i can only use the bot when im an op and the command is kinda long so i put it in luckperms but after trying my best i cant find a solution..
/tellraw @p {"text":"Click here to join the discord","color":"#3c44aa","clickEvent":{"action":"open_url","value":"my discord server":}}
Dont crosspost 👍
How do I make it so "helpers" cant tp upper staff?
I even deleted the plugin folder and reconnected it to the DB.
Ex
Im looking so Helper Can't /Tp Helper Mod but can /Tp helper member
I have the group weights set but they can still target higher.
Whatever is handling the teleport command would need to support such a restriction
Does this mean that Luckperms can't put a restriction on who they can target?
Nope. LP doesn't restrict anything, it only responds to permission checks. If something doesn't fire a permission check for an action, LP cannot restrict that action.
hi, there is a way through the plugin to make it so that only one player could look at any mechanism?
See my above messages, same applies. The providing plugin or another plugin would need to support such a restriction, LP does not restrict anything
:??
Hey does anyone have a clue why the plugin does not show the language I've chosen on my client?
I'm pretty sure I've got the translations installed On a repository folder that's at the same time inside the folder "translations"
how to make it so that several players at the same time could not open the chest, furnaces, mechanisms?
hey, I got many users with the default group.
Is there a way to set a group for all players (online, offline) that has joined yet?
how do I add time to a surtain ranks like for vip they can have it 2days only and then they will be back to their original rank after that 2days?
Hello, I installed LuckPerms-Velocity- to my Velocity server, and when I turn on the server it does not load the plugin at all. It does not create a folder or mention it in the console. Do I need to install any dependencies? Or is there another reason why it doesn't work?
!paste the 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!
and dont crosspost
Never mind, I fixed it.
/lp group default permission set voicechat true
crashes luckperms
anything that sets any group's permissions crashes the plugin
basically setting permissions doesnt work
any help with that?
dont crosspost
I might be doing things wrong, but it seems that my default group has access to alter permissions. I thought I'd set things properly but clearly not. Thankfully nobody has noticed though but me 😅
are you sure you’re not opped, or have LuckPerms permissions on your user?
I've been testing by deopping myself, let me double check the user permissions (I don't think I've touched anything there though)
oop
well
didn't think to look and, yes, I had luckperms.* on my user permissions, rendering all testing useless
joined on an alt, was perfectly fine. thank you!
idk where to ask this, but any word, when luckperms will get forge up to 1.20.2?
Does it not work?
Tried latest 1.20.1 forge version yesterday, that also does not work anymore. But recommend one still works on 1.20.1
Guess 1.20.2 has the same issue then
How can I fix this?
show the output of /lp user <user> parent info please
if you're not inheriting the group temporarily, that placeholder isn't going to return a time.
so the plugin creates the groups automatically but for some reason it didn't create the wood one do i just create it myself?
there is nothing in them
ok
hey
i'm in some troubles
i was transfering my server and lp was in mysql, for some reason i lost all my saves from premium accounts
Hello, I have a problem that when I save changes from the website to my server, nothing changes. Only the permissions change, but not the prefix, for example. In the console it says: " [LP] The changes received from the web editor were not made in a session started on this server!
[15:22:53 INFO]: [LP] Are you sure you're running the /lp applyedits command in the right place?
[15:22:53 INFO]: [LP] To ignore this warning and apply the changes anyway, run: /lp applyedits BCM6iYT4qK --force" when i do it nothing changes. please help.
There is only 2 common situations I can think of where --force should be neccesary, this is neither. if you're having to use --force you're almost certainly doing something wrong
first, as per the message, did you create the editor session on that server, or elsewhere?
yes i create session create editor and i use --force
what can i do?
I used to as well
I am trying to set it so that all players have access to default commands and tp. I followed the Get Started guide on the website and it hasnt worked yet. Just wondering if I could have some help on this
This is what comes up when checking permissions and everyone is in the group
Why do you believe LP isn't working? What's happening that you didn't expect, or what isn't happening that you did expect?
I want everyone to have acess to the tp command. So i set the permission in the group as true, but no one can tp to each other
As if they dont have permission
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
ill give that a look ty
Hello today i tried opening my server network locally and when booting up my anti-virus flagged the Expansion-luckperms.jar in PlaceholderAPI expansions folder as a java.trojan.GenericGBA. I get that it looks suspicious but it's probably because zip based programs make anti-viruses flip out sometimes.
Anyway I would like to know if anybody got this before and if it's some line of code that needs to be changed, Thanks!
@prisma hinge thanks I removed the file and downloaded it again through PAPI, my computer is fine but I scanned the system just in case. I will update you tomorrow when I start the server again. I think it might have been related to me not being connected to the Internet at the moment so none of the expansions in PAPI worked and maybe luckperms one just decided to send some packets in such a way it triggered the anti-virus. Sounds weird but I can't imagine having any malware on my machine lol
Your antivirus probably just found a pattern that some new virus have/uses or smth, it doesn't happen very usually, but happens
I have a minecraft server that is Windows, I want to use Lock Perms in it, how do we know that a database should be used to link the ranks, for example, if I give a hero rank to someone, he will have this rank in all game modes. But because it is a Windows server, it is not possible to create a database in it, and it did this. Now, how can I do this without using a database? It is a Bungie server and there are one or two game modes in it, if you can help me. Please say thank you
pls help me
I have a minecraft server that is Windows, I want to use Lock Perms in it, how do we know that a database should be used to link the ranks, for example, if I give a hero rank to someone, he will have this rank in all game modes. But because it is a Windows server, it is not possible to create a database in it, and it did this. Now, how can I do this without using a database? It is a Bungie server and there are one or two game modes in it, if you can help me. Please say thank you
No need to crosspost...
Stick to one channel 👍
and one account lmao
Oh didnt even notice... 😂
How do i copy my luck perms ranks over to another server?
Do not cross post. You've already received a response at #general.
hello! I'm using Placeholder API to retrieve LuckPerms prefixes, however when I do PlaceholderAPI.setPlaceholders(OfflinePlayer, "%luckperms_prefix%") on a leaving player the placeholder will return blank
expansion probably only works on online
Where can I find the luckperms file in my server? I want to ensure my permissions are kept when I reset/delete everything
You’ll have your luckperms folder in plugins, but all the ranks and permissions are Held in the web editor. /lp editor
the web editor doesnt store permission data long term
by default, its the h2 file in the luckperms folder
I'm using the fabric mod, not the plugin. The luckperms config folder was the only one I could find, and that was kept across server reset. So I'm not sure why all my permissions were lost
Can I add PNG as Prefix in LP? 😄
Maybe a link to the image or base64 image data
Idk how to.
I litterly never used a png in mc haha. Im from the old base ;D
Windows, can run mysql database servers, and can also use external mysql servers
resource pack
I have. But how do I add it?
¯_(ツ)_/¯
hi guys, is it possible to have two prefixes per Group and to display one or the other according to meta data? I would like to differentiate the group prefix according to the metadata. thanks
!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 there an in game command to set a specific permission to true for all players, including players that will join in the future?
add the permission to the default group
ah I see. what command does that?
!usage tells you how to add permissions to groups
Here's a guide to help users understand and use LuckPerms for the first time.
hello
I don't know where to start, but I'll try ;d
I have something like this, I'm trying to create a "player's panel with the most important things in one place", including information about when their premium rank will expire
and in general I have a problem with this, e.g
And.. what's the issue here?
The problem is that if someone has, for example, 2 ranks from this tracker, the highest one is not displayed, but the display disappears.
Basically, I have something like this:
These ranks are obtained for a specific period of time (premium ranks that can be obtained in the game)
And I'm trying to make it so that when someone has VIP and SVIP, it shows SVIP
This is what it looks like when I have 2 ranks (vip + svip e.g.)
is there any appropriate chatgpt that will help me or not, I don't know ;/
@limber oracle can you tell what's wrong here?
Hey mrtobik! Please don't tag helpful/staff members directly.
gg
You want both ranks to stack at a time and show both?
This is really confusing
Also don’t keep pinging someone after they stop helping you, they have lives also and help in thier free time
otherwise I'm trying now
?
Eeeeeeeeeeee?
He replied to 1 message + was on #support-1
^
Anyways what are you trying to do
Please, check anything first before you write
Right…..
currently trying this:
Mabye he had to go?
but something doesn't quite want to work
I don’t understand why the crash occurs
Can you help me
Hello, I have a problem with the plugin when I set a permission via the console I get this kind of error: [LuckPerms] Command execution [user, PLAYER_NAME, permission, set, recplaytime.1, true] has not completed - is another command execution blocking it?
How can I solve this?
Does anyone know why the displayname is not showing up as it should? just to make sure, I even removed EssentialsXChat, but it didn't change anything
I'm trying to figure out how to disable luckperms command feedback in chat. log-notify is off and I'm not on OP, but i still see a permission being added. For some reason it does not give feedback for when permssion is removed. Video attached for context.
dont run the command as the player
direct command feedback to the executor of the command cannot be disabled
hey yall im about to dive into this and i just wanna get some thoughts before i do -- has anyone migrated from 1.16.5 to 1.20? am I able to just copy over the perms data? or will I need to migrate stuff manually
Assuming you're on a Bukkit-based platform i.e. Paper, LP isn't affected by MC version. The latest build supports MC 1.8.9 - 1.20.2 (and will almost certainly support 1.20.3 & 1.20.4 without an update required once Paper builds are avaliable).
Hello, I need help, how can I set the default luckperms group to a new group called "user" for all players when entering the server?
you could always just change the name of the default group
the id would still be default but it can still show up as “user”
hey how can i get in luckperms gamemode with fabric server i use essentialcommands
can i connect to the /team command?
How's that LuckPerms related and what do you mean by connecting to the /team command - which is not a LuckPerms provider command?! 
so lp is for using ranks right?
it can be, but not specifically made for it. displaying ranks etc isnt dont via lp, its done by chat plugins that are compatable with lp
yes but u can use it for ranks
bcs i want it to connet with command block
thats why i am asking
use the search function here and search for "command block"
command blocks are slow. you should use a plugin if possible
plugins are far more powerful and efficient than command blocks
well yes u can do (anything) with plugins but i have great skill with commands and no skill with plugins
so if there is any posible way?
what exactly are you trying to make the command block do?
The Reason i needed command block Is easier to edit the role what IT can do or what cant
haj o/
i have little problem with giving permission to specific servers (or on everyone servers but on for all bungee). I giving permision on lpbungee editor but still player doesn't have permission :/ What's a problem?
(which is installed correct on bungee server + i have lp on server cause i have auto-complete in world: %name_of_server% in editor sooo everything is installed corectly?)
Assigning a bukkit server permission on LPBungee does nothing while your LP instances are not connected. Set the permission in your Purpur server's web editor, or connect your LP instances to the same remote database.
!network
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
but i have bungeecord: true, ip_forward: true, everything like wiki, and connected to MariaDB database :/
i also set server like example, messaging-service: pluginmsg cause i have little bunge proxy
Your proxy is connected to MariaDB, while backend Purpur servers seem to be using the default h2 storage method.
Re-read the network configuration guide and connect your LuckPermsBukkit plugin's from each backend server to the same MariaDB database. You can copy paste the database credentials from your LPBungee config to ensure they match.
ss from yesterday, sorry
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
okay, like plhide making me issues?
Very likely. Try without PlHide installed.
but i tested something and when i set editor to like this, it works :/
same result :/
btw /lpbungee verbose doesn't catch anything, idk this's good?
but /lp verbose catch this
so how i correctly must setting to have permission on specific server? just in luckpermbungee editor world %name_of_server%?
Helpop is an essentials command which doesn’t go on your proxy. Use /lp not /lpb
sooo u saying that i must on every servers in bungee-proxy setting permission separately?
so what is this setting world %name_of_server% option for?
the fastest asnwer for this problem:
when u have proxy bungee with some minecraft servers + some database like mysql/mariadb (set messaging-service: pluginmsg in confs)
in lpb editor when u setting specific permission and this permission is in plugin installed only on server (not bungee) u must set world %server_name% -> server %server_name%
essa? easy
luck perm has a version for forge 1.16.5??, I just can't find it on the official website, if there is one, I would appreciate it if you could tell me where it is.
No, LuckPerms Forge is 1.18+
Use SpongeForge and the version of LuckPerms Sponge that targets api8
Is there any way to use luckperm commands in command blocks, targeting nearest player?
Something like /lp user @p parent add white_team?
if u are meaning to create teams where u put different players yes! u can put add the plugin "betterteams" and tell them to make a group and and done dont need perms to make teams
i'm trying to have teams be joined at the press of a button though
players can't create teams, and players can't join teams without pressing a button, a button said team can protect
What are you saying? You’ve given misinformation 2 times now if you don’t know what thier saying don’t say anything at all
Through command blocks it is slow and not as efficient as using a plugin but command blocks still work and you can put LP commands into them yes, to be able to use @p, @s, @a etc you need to set resolve-command-selectors: true in the config.yml file
Hope that helps you 👍
Тут есть тех поддержка?
Это подходящее место. только английский
dont use reloads
for one
User is probably a prefix you have given to the group
and your chat formatting plugin is making it show
No
How do I remove a user in a chat?
^^ remove it from them
How and where?
show /lp user <name> info
Hey! This is a question about another plugin, im not sure if im allowed to ask here... so for the PLAN plugin, is there a way for me to see what sub domain players are joining from? That way i can see what platform generates the most playerbase?
Help 🙏
.
Why ask here if it’s a whole different plugin go to #general or find thier wiki or dc.
Luckperms isn’t storing your prefix it’s another plugin displaying it
No when I delete luck perms it removes the prefix
Well I mean LP isn’t storing it so could be essx, vault or something like that
Does your default group have a “user” prefix?
OK, I'll check it out right now
No
Yep another plugin
^
Is that for the player which had the “user” prefix (just making sure)
?
It’s another plugin
My entire server has this user
Weird
Holy…. Yeah that’s probably a problem
Eh(
Ask on the Plan support server. This channel's for LuckPerms support only.
luckperms is not adding the prefix
you probably shouldnt have this many plugins
I delete luck perms deletes the prefix as well
luckperms provides the prefix
your cht plugin gets it from luckperms and displays it in chat
find whatever plugin is adding the prefix
do a binary search of your plugins to find it faster than doing 1 plugin at a time
hello, im trying to give all new players who join my server gets a certain rank, how do i do this? (other than deafault rank)
ive done this 2 different ways, first was using a plugin that runs commands on a users first join and second was using a plugin that runs commands when a user enters a region set as the "lobby"
i figured it out
just add the rank to default group
oh nice, i might have to go see why i didnt do that, lol
haha
how can i change the ingame chat color for certain rangs ?
Your chat formatter should provide configurable settings for group formats.
I want a regular player to be able to use the /pokeheal command what is wrong with this
do you get any errors in console when a player runs the command?
Everything is correct according to the command, I took the command with /verbose , but for some reason it doesn’t work
Luckperms not support 1.20.2 the plugin not working in my server
!paste your server 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 want to migrate my paper 1.20.2 to fabric 1.20.2 and downloaded the latest fabric version of luckperms which seems to be for 1.20.4 since i cant find the 1.20.2 download. My server cannot start because of something about mixins.
Here's my server log if someone wants to help me.
https://pastes.dev/2Hb2SpdaJZ
Is the only fix for me to use the version v.5.4.110 ??
forge and fabric luckperms releases only support one minecraft version
Thank you
haj o/
Can I somehow remove group from the placeholder %luckperms_primary_group_name% from showing?
eg. some permission to not show?
Because it shows the group with the highest weight, but I have a few prefixes for players, which means that when there is information about the player's rank, it shows him, for example, the team color xd
change the group weight lower and make the prefix weight higher?
Hello, so i was making a server on aternos arclight 1.20.1 (no mods yet) and i was configuring luckperms, essentials, vault, chat manager and tab list and now normal users cannot break or place blocks, ive used the verbose and there is nothing related to breaking or placing blocks, can someone help me?
Emm... I actually don't know exactly but it happend for myself... then my member went 100 block far and he could break blocks... and i DID nothing so... it can be because of your server
🙂
🙂
just a quick one, I have a velocity proxy and a forge server, so do I just put the luckperms velocity jar in the proxy and the forge one in the server, or use the velocity jar for both?
LuckPermsVelocity on the proxy, LuckPermsForge on the forge backend server.
cool, thanks
will these work together?
I've got the forge one in my server and the velocity one in velocity ofc
I need help with LuckPerms placeholders, does LuckPerms contains some placeholder that indicates player does not have suffix, im trying to make suffix system with zMenus, however i dont know how to check if player has not suffix (with PlaceholderAPI), tried literally everything but still no success. Thanks in advance!
dont crosspost
Do /papi ecloud placeholders Luckperms ingame it will show you all of the usable placeholders
If I want to keep staff ranks synced between multiple servers but nothing else, what is the best way to go about this?
Yo i need help with luckPerm i am completly new, and I am trying to create a decent pvp/faction server for a group of friends to play on. I already have the right plugins installed I just need help to set them up. Any help will be greatly appreciated
each plugin you install should list their permissions (if any) on their plugin page or wiki, you will need to add those into luckperms to "configure" how they work or what players have access to
how can i assign a whole group some bungeecord permissions? right now i have the owner group have bungee plugin perms already but they cannot use it unless i give the perms to the players individually with lpb
every server is connected on the same mysql database
for examp the group owner has simplestaffchat.use on true, i am in the admin group in bungee config and the admin group has simplestaffchat.use perm listed, but i'll still not be able to use those perms unless i give it to myself thru the console with lpb
help - im trying to allow default players on my minehut server to have the /bending choose command - i added bending.command.choose as a perm on the default rank's list of permssions plus all the subcommands like bending.command.choose.air etc - applied the changes, deoped myself and made sure i was on the default rank - then i tried to execute the command - got a message saying ProjectKorra >> you do not have permission to do that
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
Hey all.
So is there any way using either context or existing essentialsx / LP integration for example groups. to allow a warp to have a delay based on whether its one group or another.
So for example a warp to spawn from a default user would have a 5 second delay.
However a member in the member group would have no delay.
I did google a fair bit, but there seemed to be conflicting and inaccurate information and some things saying that it might be in development but that was in 2013.
shrug
Thanks in advance.
You can either have a delay, or none. there's no variable delay if that's what you're asking, but that's an EssentialsX question, not LP
hey all,
I have a problem that when I want to set permissions in the web editor, then there is a permission on the server only for velocity, plugins of other servers are not shown there
HELP
?
We recommend you generate a new editor session with /lp editor each time you're making your changes. Otherwise, you can do as the message in chat suggests.
Does the latest version of luckperms forge work with 1.20.1
What permissions do I give so the average player can make a town, do stuff with their town, make a nation, etc?
Ask the plugin that’s providing this and the permissions how are we supposed to know?
OOPS
I HAVE POSTED THS
THIS
IN THE WRONG DISCORD
MY BAD LOL
Lol
Please help me
why can't I write to the chat?
LuckPerms doesn't restrict players from typing in chat, unless you're referring to being muted in this discord server which you're clearly not. 😀
could it be missing public key he is seeing
nvm i see what it is
you talking in a local chat
or noone is online
they have the same thing in minesuperior
it makes it so only certain ppl can see your msgs within the proximity
try changing your chat back to /gchat
Hey all,I have a problem.When I install plugins on server they are not show and plugin folders don’t generate
This is completely unrelated to LuckPerms. You can ask on #general.
is it possible, if i have 1 server that has all the perms and groups i want, to be able to copy and paste every permission in another server, into the main one where the sql is
or do i have to copy and paste each individual permissoin
!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.
so this will merge the two servers together? not overide it if i import?
Yes, unless you use the --replace argument.
Feel free to export a quick backup first before you change any of your storage types in case shit hit the fan. 
How can you bulkupdate everyone to be a group.default?
I wonder if it's possible to set permissions so that you don't have to do /minecraft:give but rather /give
it's a bit annoying to write /minecraft: on every command and if I need to install other plugins I can totally do it I'm on spigot
See what permissions are being checked when players execute the /give command and assign those to your players/groups instead of using the vanilla commands using verbose.
oh thanks i'm gonna try that
Likely you have/want essentialsX. The permission is "essentials.give"
i mean essenstialX is a bit too big of a plugin for what i want to do, but if i can't do else i'm gonna add esesntialX
/give should be working anyway on its own, it sounds like some other plugin is taking over that command.
Migrated from #general :
Hey quick question. I'm running (mostly) Fabric servers and was wondering if there are any common mods used to sync Discord roles with LP groups. I know there's DiscordSRV for Bukkit related servers.
I see DiscordLoom on Modrinth which seems promising.
Everything else I see deals with chat bridging which isn't ideal.
I suppose I could use DiscordSRV on a specific role sync server that's running Paper or something, since LP syncs with the rest of the network via sql.
But are there any other common, "this is how we do it" options around?
when i want to give player perms the players username does not pop up
Only users with different perms then the default group show up in the users list on the LP editor, you can still add perms etc by using their UUID or giving it to them in game using commands another way to do it could be create a group and give them that group 👍
Is there a way to give someone permission to give only give people certain groups instead of all groups?
!argbased
Fine tune exactly what users with permission to use LuckPerms can do.
Hey ae4k! Please don't tag helpful/staff members directly.
What are you asking
i need to hide name players plssssss
yeah no I got that. What does that mean in reference to LuckPerms?
maybe there is a way to lp
huh
PLEASE someone help with this.... my server has been getting this odd message when players link there account to my servers discord "Your Discord account has been linked to <Unknown> " and luckyperms doesn't register them in users list or perms I also use discordsrv they said it's not on there end after 90 days of going thru diff attempts to fix with them it's been like this for months now and I've tried everything
Is there a way to get a working version for Bukkit on 1.20.2; Like the Luckperms-Bukkit version 5.4.109? I need it for bukkit but 5.4.113 is crashing me. Am I missing something?
https://pastebin.com/G9BSDZkN
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
latest bukkit lp supports 1.8-1.20.4
Right. So then why is it saying that luckperms is the failing task?
Wop and I have been working on it for a while
just a side note, to get a older version of luckperms go to
not sure, probably your server version
Server version for the pixelmon that we are using is updated. Take luckperms out, and everything that requires it, and it boots.
hybrids are not officially supported by luckperms
Yeah, we know... But bukkit is. And it worked back in 1.20.1
So just trying to figure out what's causing luckperms to fail
did you update your luckperms?
Yes.
Arclight 1.0.1 for minecraft version 1.20.2
Tried that
if that doesnt work then wtv your using isnt compatible with luckperms
I have to use LP, for permissions. I also need arclight to run pixelmon in a forge environment and things like multiverse and such.
if the luckperms bukkit version works on a 1.20.2 spigot or paper server just fine, but has issues on 1.20.2 arclight, then how is luckperms at fault?
you can use datapacks to have other worlds
yeah, exacly what i said probably isnt compatible with luckperms
Thanks for the advice Frying Pan
I'll go back to Arclight to show this convo. I was told from reading github issues on arclight, that it was an issue with luckperms. I knew it wasn't.
as i said, it probably just isnt compatible with luckperms, go to a server with people that have arclight and ask that question
try asking other players or reading stuff on redit, etc
I also use arclight with luck perms. I've made server setups for my business using archlight. You have to use Java 8 I've tried 11 and 16 but it will cause crashes also the world handler is different from sponge to arclight and magma so each time you try a different server type you have to clear the world file or it will crash or not load and the bare minimum of 6 gb of ram with 8 gb being recommended. If you want to use rtp in the server deluxe rtp. Better rtp causes a lot of lag and others didn't load at all
@icy orbit, I've been using luckperms for years. As well as doing my research. Please, it feels like belittling. Thank you for trying tho.
i have too.
js cuz u been using it for years aint mean other ppl dont know it 💀
Anyways, thank you all for the help
just go ask someone that actually use luckperms with arclight, just like the guy who made the comment i just sent in chat on reddit.
How do I make it so players automatically get the default User role so they have basic permissions when they join instead of me having to do it by hand?
You don't. Default is granted bult-in to any non saved player.
!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.
can i do that with a different role
cuz when i was messing with it i think i deleted default
No. LuckPerms will only assign the default group. You can't configure the group given on join to new players.
ok
also
how do i get my tag to show up
im using luckperms essentialsx chat and vault
and its still going weird
!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 there a way to give certain people certain permissions
also the thing u sent with !chat isnt rlly helping
i have the prefix
but
is doesnt show up when i msg
how do i make it show up?
That's the whole point of the !chat reply; If your prefix properly shows on /lp user <user> info, LuckPerms is doing its job and it's up to your chat/tab plugins to display the prefix.
Install a chat/tab plugin/mod if you haven't already and configure it. Consult its wiki/documentation or ask on their support for help.
Hey i need help i got those weird things but i cant remove them but when i watch a video from this they dont have it how do i remove those over the red line
That's not LuckPerms. Check your chat plugin's chat format.
oh okay thx
Does anyone know how to solve?
i don't now where i searched but found nothing
hi
how to disable prefix in different worlds ?
and disable it too in chat how pls ?
Do not cross post.
It's not Vault, but whatever's displaying double prefixes. Most likely your chat plugin misconfigured. Check the output of /lp user <user> info. If the Admin prefix properly shows once there, it's not a LP issue.

Im having a similar issue. What did you do to fix it?
i removed a weird nametag mod which was doubling it
Ah.
Hey Guys,
i have a question, i use a Discord SyncPlugin, and i sync Dircord Groups to Minecraft, thats working all, but the default group not going to false or get removed. And thats are the Point why my Scoreboard goes crazy in the Sorting of the Groups. What can i do, if a User sync with DC and he become the new group and the default group goes to false, and if the User lost as expample the Sub Group on Discord and Minecraft, the Default group goes back to true
Hi could someone help me I have created ranks on my minecraft server with luckperms and also set weightings but the problem still occurs that my supporter rank is at the bottom of the tab list no matter what weighting it gets
!tab LuckPerms does not sort the tablist. Consult your tab plugin's wiki/documentation.
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!
ok thank you
can anyone help me please with ym problem what i writed here? 🙂 I search and search and try all but i dont get a sucsess 😦
I have a problem, my permission groups seem to have a higher priority than the operator role. When I make myself OP through the console while being in the default permission group I cannot perform any commands. This would be an irrelevant problem but I want to implement a system with BetonQuest that uses OPsudo events which fire commands as if the player was an operator. That is sadly not possible right now...
But what i have to do for give Basic permissions for other players like help and just Basic uses for plugins?
You've already been advised to use the verbose feature to locate permissions for your basic commands and whatnot and assign those. There's no single command that will automatically setup permissions and groups on your server.
Ok but please give link for permissions page cuz it isn't workingn
What link for permissions are you referring to and what's not working? You'll have to be more descriptive than that. 
We really would absolutely love to help you out! However, telling us that it isn't working wastes everyone's time. Please, just describe the issue you're having clearly and with as much detail as possible, and send any relevant screenshots of whatever problems you're having.
Guys, can anyone help me with this?
I tried changing the enable-ops: true/false in the config file to false and back to true with no effect and changing the commands-allow-op: true/false to false and back to true as well with no avail either.
Does anyone have a clue on what to do with that?
Hi everyone! If I want to make the same privileges on 1 and 2 modes I should just connect to a common database? Is changing server: global to surv1 / surv2 mandatory or not?
Link for page where i have commands for permissions like help etc.
Just players cant do anything what pluggins add so i need commands and configs for permission
Page like that maybe.
hi can someone help me i want to create an moderator rank white the permisson that he can go on plots even wenn he is denyed from that plot how kann i give him that permisson i use plotsquared essentials for plot stuff can someone help me whit that pleas?
Not sure why you're asking us instead of PlotSquared support since it's their own plugin that provides the whole plot feature and restricting your mods, but anyways.
- Check PlotSquared permissions list, which is usually found if existant inside the plugin's docs and/or plugin page.
- Alternatively, use verbose to check for perms when your mods try to access plots.
ok
Don't see how that's relevant to LuckPerms since you're looking to gather info for the other plugins you're using. General advise would be to check the plugin download page before installing anything out there and consult documentation if any. Most plugins have some sort of wiki/docs which you can check to view what permission/feature a plugin is providing. You're one google search away. 
how to fix this issue
[LP] A database error occurred whilst loading permissions data. Please try again later. If you are a server admin, please check the console for any errors
Do not cross post.
hello im trying use arclight to run my server does anyone know what version of luckperms i need to work with arclight bc for some reason evrytime i join with the one i was using on mohist i get this error
i swapped from mohist to arclight bc i heard mohist was a lil sketchy adn buggy
and i dont belive i can use the forge luckperms bc i dont belive it would be able to communoicate with the other plugins and or is there sum extra set up i have to do to get it to work
Hello, does anyone know how to make the deployer from create mod work with luckperms? Apparently there is some kind of conflict between luckperms and create deployer and it crashes the server when e.g. tree farm is activated and luckperms are on the server.
Is it possible to make sure that the water could not break the grass, but could spread without affecting it. If so, how? (Java 17)
Thanks for deleting your message in #support-1 and re-posting in #support-2 after i asked what that had to do with LuckPerms.
Please use the LuckPerms support channels for LuckPerms related issues.
The question does not apply to LuckPerms
I know that. this is LuckPerms Support.
can someone help me? Ver : 1.20.1 | Engine : PaperSpigot | Hosting : Titanaxe | Installed Luckperms Mods : LPC - Chat Formatter
Keep it to 1 channel.
Hi I am lost. I'm trying to give our default players access to gamemode, effect, and worldedit. I read that the default group isn't configurable, but that you can give permissions through parent group inheritance. tried that (or at least tried what I thought was that) and I'm just coming up with things not working. I am positive there is somewhere I am not doing something right, so any help is good help. We're running Luckperms Fabric 5.4.66 for 1.19.2!
Hold. Might have found the root of the problem. Give me 5 minutes and I'll let y'all know
OKAY. root problem found! I am doing the permissions correctly, but because we're on a fabric server I can't add permissions that are a part of vanilla mc. For some reason I also can't view our essentialcommands either.
SOLVED!! I was able to add them through server commands rather than the web editor. Thanks to the void that listened, hope my rambling was entertaining.
How сan I make that players are automatically granted a privilege when they log in to a server?
!default New joining players will be assigned to the default group and, thus, it'd make sense you grant your privileges to the default group.
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.
Is there no way to give them an another group upon entry?
Just merge the “other group” into the default and change the name etc
hey, am running https://github.com/itzg/docker-minecraft-server and just aded LuckPerms in the assumption i can control Java & Bedrock user permissions, as in, default user level = spectator level, etc, or an i mistaken and is this meant for this ?
hey I use luckperm in the sponge version but when I make an order I get this result (I'm OP)
op has no effect on sponge servers when a permission manager is present.
do what
Hey cat.exe! Please don't tag helpful/staff members directly.
!usage same as every other platform
Here's a guide to help users understand and use LuckPerms for the first time.
Hello good night, how are you? Excuse me, I wanted to know a question, how can I change the weight of a range that weighs more or less?
no idea how but i fixed it
Hola
Hello, I need to know if when migrating from groupmanager to luck the players can be present
the spigot page also says
This plugin is not affiliated with LuckPerms. Please do not ask its author for help with this plugin.
From what plugin?
Hello, I need to know if when migrating from groupmanager to luck the players can be present
Can I change name of the already created rank from Admin to JrAdmin (not prefix - name of the rank) or must create new ?
In LP editor?
/lp group <RANK> rename <NewName>
Worth to note that renaming a group does not automatically update any existing occurrences of the group in your LP setup. You may want to make use of a bulk edit to update any admin group with your new jradmin.
I dont understand
❤️
Hello, I need to know if when migrating from groupmanager to luck the players can be present
im trying to delete every betterhoms.set.h% but i have no idea on how to do it
Use ~~ not ==
tysmmm
I'm able to revoke roles (remove a group on Luckperms) using DiscordSRV but I can't seem to add them back. I've got the bots configured correctly, all groups have discordsrv.sync.<role_id> and also discordsrv.sync.<group_name>, all group names are equal to their displaynames, etc. Any idea why this is?
you should ask discordsrv
What makes you think this is LuckPerms related?
the message is not from luckperms
[10:50:24 WARN]: Unexpected exception while parsing console command "lp reload"
org.bukkit.command.CommandException: Cannot execute command 'lp' in plugin LuckPerms v5.4.116 - plugin is disabled.
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1007) ~[paper-1.20.1.jar:git-Paper-164]
at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchServerCommand(CraftServer.java:970) ~[paper-1.20.1.jar:git-Paper-164]
at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:501) ~[paper-1.20.1.jar:git-Paper-164]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:448) ~[paper-1.20.1.jar:git-Paper-164]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1394) ~[paper-1.20.1.jar:git-Paper-164]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1171) ~[paper-1.20.1.jar:git-Paper-164]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318) ~[paper-1.20.1.jar:git-Paper-164]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
why?
Why can't I use the lp editor command?
lp info
[11:28:04 INFO]: [LP] Running LuckPerms v5.4.40 by Luck.
[11:28:04 INFO]: [LP] - Platform: Bukkit
[11:28:04 INFO]: [LP] - Server Brand: Paper
[11:28:04 INFO]: [LP] - Server Version:
[11:28:04 INFO]: [LP] git-Paper-164 (MC: 1.20.1) - 1.20.1-R0.1-SNAPSHOT
[11:28:04 INFO]: [LP] - Storage:
[11:28:04 INFO]: [LP] Type: YAML
[11:28:04 INFO]: [LP] - Extensions:
[11:28:04 INFO]: [LP] None
[11:28:04 INFO]: [LP] - Messaging: None
[11:28:04 INFO]: [LP] - Instance:
[11:28:04 INFO]: [LP] Static contexts: None
[11:28:04 INFO]: [LP] Online Players: 0 (0 unique)
[11:28:04 INFO]: [LP] Uptime: 6m 33s
[11:28:04 INFO]: [LP] Local Data: 0 users, 6 groups, 0 tracks
hello?
Hey, please check your firewall. Check if you can access https://usersockets.luckperms.net from inside the environment where the Minecraft Server is running
am seeing %prefix%luckperms{membername} any solution?
!paste a full log please
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!
am seeing %prefix%luckperms{membername} any solution?
'
Make sure you have vault and a working chat formatter :)
and if it still looks like that you done goofed your config
hi, I'm currently experiencing this issue when shutting down my server:
the plugin seems to keep working but the error message is worrying me
also, this instance is on an older version, but we get the exact same error in the latest version as well
Sounds like there may be something wrong with the temporary ZIP file. Can you search your log files, especially while starting up, if you have any other errors?
This Exception unfortunately just states that something already happened, which should not yet have happened. I have no idea why though
After investigating further, this seems to be a generic error and not related to LuckPerms. Yes, LuckPerms is causing the error, but the issue is probably some other plugin not following some standard.
Perhaps you are using a plugin which is enabling/disabling other plugins? This looks a bit like something is causing the ClassLoader to close prematurely, which then gets disabled by Bukkit again, which throws the seen error.
!reload is a possible problem
Using Bukkit's /reload command causes issues with many plugins, including LuckPerms. If you are adding or removing plugins, you should always fully restart your server.
Plugman causes all of the same issues as /reload as it is fundamentally doing the same thing as /reload
hello!
im setting up some shops using Citizens, where the player will recieve a permission (like item.beanie), but the permission keeps getting set with a server: lobby context. im using a velocity server, and i'd like this permission set to where it would work across all the servers. does anyone have any advice? i've also asked in the citizens discord, but im not sure which plugin i need to configure.
dont crosspost
velocity is a proxy, not a backend, and afaik citizens only runs on the backend
but you are either telling it to run the command with the context in there or have default contexts configured
thanks!
i can't find any info atm on whether or not citizens assigns permissions with the context, but it looks like the static contexts might work
ok, that didn't seem to do the trick, but i'll keep trying
did you look at the default contexts in the config of whatever server is running the lp command?
they're all currently set to { "static-contexts": {}, "default-contexts": {} }
oh wait i misread, 1 second
i thought you meant default context of lp
nope read right the first time lol
setting it to { "static-contexts": { "cosmetic": "test" }, "default-contexts": { "cosmetic": "test" } } doesn't seem to be doing much, any tips?
it shows up in the editor, but not on permissions set by citizens
it worked for a moment, then it stopped working, and i cant tell why lol
for a minute it did two permissions, the per server one and a per context one, and now it wont do the per context one anymore
how is citizens adding nodes? is it using the api or running commands?
i think i might have gotten it working, 1 second
it works! :D
i just made it run a command to give the command instead of giving the permission directly
Okay, thanks alot for looking into this, we are running it on multiple servers and not getting the same error, so think there is a bad interaction between some plugins
Okay, like I and FryingPan (lol that name) said, it's probably a plugin that is loading/unloading other plugins, so primarily look out for that 👀 Feel free to tell me if you find out which plugin, i am interested to find out what exactly caused this weird error
Hey all, quick question on luckperms setup
I'm starting my server and it seems to be running just fine from the logs:
[20:06:45 INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:06:45 INFO]: [LuckPerms] Enabling LuckPerms v5.4.116
[20:06:45 INFO]: __
[20:06:45 INFO]: | |__) LuckPerms v5.4.116
[20:06:45 INFO]: |___ | Running on Bukkit - Paper
[20:06:45 INFO]:
[20:06:45 INFO]: [LuckPerms] Loading configuration...
[20:06:46 INFO]: [LuckPerms] Loading storage provider... [H2]
[20:06:46 INFO]: [LuckPerms] Loading internal permission managers...
[20:06:46 INFO]: [LuckPerms] Performing initial data load...
[20:06:46 INFO]: [LuckPerms] Successfully enabled. (took 693ms)
But then It won't do anything when trying to run any commands using rcon:
> plugins
Server Plugins (11):
§xBukkit Plugins:
- BlueMap, Chunky, CommandAPI, DiscordSRV, EntityLimiter, FarmControl, LuckPerms, Sleeper, TabTPS, TreeFeller
Waypoints
> lp
> luckperms info
>
I'm using h2 as the local db and all defaults. this is a newly created server to troubleshoot the same error happening on my other server. It's running on 1.20.4
And running paper.
Any ideas?
you wont get a response when you run commands from rcon
since lp commands run async, and theres a craftbukkit/spigot bug that prevents async responses from being sent
especially with luckperms ad iirc they’re async
Ahhhh That makes much more sense
Thanks a bunch
So.... I guess I could give myself "owner" access to everything through rcon
Then manage from MC itself
Cool, thanks all
do you not have access to an actual terminal? 🤔
Yes and no? I am running this through a container that is very isolated. I guess I could port-forward and connect from another terminal. Honestly not used to managing MC servers.
Is there an SDK or CLI ready to handle the async nature of such commands?
if you have ssh access to the machine, i think there is a way to access the stdin/stdout of the server process
at least if its using docker
Yeah, the process does send out to stdout the logs, which don't include anything luckperms
well yeah, because you were running the command through rcon
Right... I guess I'm missing the point then. You mean attaching myself to the process and running commands from the service?
but stdin is the standard input (thats what it stands for!) that you normally get
Yeah, I get that. It's just that it's part of a deployment in K8s. Not as "simple" as just docker run -it 🙂
But I'll do so, thanks!
Yep, working! Thanks, new to hosting game servers
Can someone help me with this problem? Please
#support-1 message
Stick to the first channel you posted your question to. No need to cross post.
It doesn't work luckperms, what can I do, I can't even create a group, can you help me?
Good morning, by chance your plugin and page were hacked, I just found out that a server was hacked using your plugin and this makes me a little afraid of what might happen to my server.
Don't cross post.
I recommend saving backup copies of your server and if it is very popular, be active so that it does not happen and ban it quickly.
@wintry cloud
?
why when I enabled yaml all my privileges were reset
I don't know how to add someone to a group, how do I do it?
I have a question: how can I set, for example, that the Player rank cannot destroy, build or open chests at all?
Hey guys is it possible to add a prefix to the default group?
yes /lp group default meta setprefix "&7&lMiembro &7"
You must use world edit and worldguard, creating a region and putting deactivate flags in that region, look for a tutorial
Hi, I wanted to ask if it is possible to import the still existing luckperms-h2-v2.mv.db to my maria db database, because I want to import the existing permissions and I changed from h2 to mariadb.
(Didnt really find something about this here because of my english but it would be nice if somoenone could help me 🙂 )
Got it with export and importing
from !switch
!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.
it's not the plugin's fault
They say they have used luckperms but they really just bypass the authentication system.
!hack
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.
is there a way to use luckperms on 1.16.5?
because they are two different storage methods
it doesn't automatically convert
Hey^^
One short question:
How can I temporarily set a permission that is valid only for the remainder of today? I want the permission to be true until 23:59:29 today.
And is there something like relative things such as placeholders? So that no matter when you receive the permission, it always expires at 23:59:59 every day?
Nevermind figured this out :)
Hey i got a problem which wasnt solved last time
So my group has luckperms.* but i cant execute any kind of lp command
Always output is:
[LP] Running Luckperms v5.3.108
/lp user <user>
I deleted it and tried a different kind of perm
luckperms and luckperms.editor
but with /lp editor same output
what the frick is happening as im currently losing it
Other permissions work without issue
!latest
5.4.116
that version of lp is quite old
well, updating is always a good idea anyways, but you can use verbose from console to see whats happening
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
ye already tried that
theres nothing to be seen
just saying not enough permission
as soon as i hit luckperms.* nothing works
just tried on a new server
When i add luckperms.editor it works
when i add luckperms.* it works too
when i remove luckperms.editor it stops working
show what verbose says
alright, give me sec
alright, funny
now it works on the new server....
But not the old one
https://luckperms.net/verbose/Ha3T2zGwMq
Thats the verbose
https://luckperms.net/editor/Jj8BwTnYkG
And thats the editor
are you sure you got the verbose link right?
i thought i did
let me make a new one
!paste can you send your config
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!
remove db details if you are using one
I left most of it the same
I worked already a lot with luckperms but this is the first time such a thing happened
should i change parents-by-weight to all-parents-by-weight to?
I have some nested groups
can you send the output of /pl
[23:05:14 INFO]: Bukkit Plugins: (6):
[23:05:14 INFO]: - Essentials, F3NPerm, FastAsyncWorldEdit, LuckPerms, spark, WorldGuard
As said, im extremly confused about this behavior
And i dont want to set up the server new just to make it work
the 2 config settings you changed are the issue
and that would be?
by default, what you set in luckperms is checked before bukkits default permissions, and ops are allowed to use luckperms commands
you changed it so ops are not allowed to use luckperms by default, but also so itll check the default permissions (which are negated) before checking what you have in luckperms
are the defaults
apply-default-negated-permissions-before-wildcards: false
commands-allow-op: true
you can probably just change the first one back and youll be fine
but shouldnt the weight if my group overwrite the default negated permissions
somewhat unrelated, but whatever you copied your config from messed up the formatting so it was hard to compare it to the default config
ssh and strg+shift+c
could be but shouldnt be too bad tho
ok but it rlly works now
gonna redmark that setting for me since that doesnt seem to be the effective way
If this option is set to true, LuckPerms will consider any negated declarations made by plugins before it considers wildcards.
since luckperms commands are set to be denied to ops by the other setting, it denied the permission. it didnt even bother looking at anything you defined in your permission setup
but none of the players are op on the server
also you should probably set https://luckperms.net/wiki/Configuration#apply-bukkit-default-permissions to false instead of denying wildcards
ah, ye thats something i should do but later i can just check the defaults if i remove the wildcards in the default groups
i tried a bit and its easier to debug, but im probably gonna do this in the long run
thx anyway
Is it possible to specify a MongoDB connection URI as an ENV variable in the REST api? and if so, how?
iirc you can change any config value with envvars
If a config value has - in its name, do you have to replace it in the variables or can you leave it as it is?
Thanks
/lp import o0JCL8vh31 --upload
[14:05:38 INFO]: [LP] Unable to communicate with bytebin. (response code 404, message='')
either the code is wrong or it expired
No bro it's right
or it expired
The paste link you sent in is invalid or expired, please check the link or paste a new one.
Nah I just created some min ago
I need help
Hello, If I have a bungeecord server, do I have to upload luckperms to the other spigot servers?
!network
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
I'm still lost.
LuckPerms-bungge
I have it on a bungee server and connected to Mysql.
Luckperms-bukkit
I have it on the Auth and Survival server also linked to the same Mysql. Is that good?
Seems about right, as long as all LuckPerms instances are connected to the same MySQL database.
I want to have more Survival server, Skyblock. But I want different rights for each server, so I have to set it up for each job and context separately?
The player, when he buys a global VIP, so that they are set to set different permissions on different servers, but still have that VIP rank.
Sure. Define per-server permissions inside your VIP group you mentioned and you should be good to go.
I thought that if I put the /lp editor on the Survival server, the list wouldn't include the set permissions from the Skyblock server.
No, that's not the case. /lp editor will only generate permission suggestions for the server you're currently in (the server the web editor session got generated from).
You'll only see Survival server permissions on the dropdown if you open a new session with /lp editor while on the Survival server. ^
In that case I have it set up wrong somehow, because when I put /lp editor on the Survival server - add rights and then go to the Skyblock server I put /lp editor - so there I have the same rights I set on Survival.
Have you set a survival context value inside your LuckPerms config on the survival instance?
The context value is determined by the server setting at the top of your LP config.
I work thinking it goes without context, because this way I won't know what permissions go where in a while, so I'm wondering how do I make it so that when a player buys a VIP rank to have it on both servers and at the same time so that when I put /lp editor on those servers they show a different permissions list.
guys hi
is there a placeholder to see the number of online players with a specific rank?
hey guys,I think my luckperms doesn't work because when I use web editor to add permissions,the permission list is empty.
and I think it's because there's no permission check on fabric server.how can I deal with this problem??
Hey i Created a database to an other vServer but i want to Connect LuckPerm with MySQL i enter the Information and it doenst work
guy i need a placeholder thaTS SHOW HOW MUCH PLAYERS WITH SPECIFFIC RANK IS ONLINE
Hey i Created a database to an other vServer but i want to Connect LuckPerm with MySQL i enter the Information and it doenst work
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!
how do I give a permission only when a player is in a griefprevention land claim?
Please ping @dreamy kayak if you reply. Feedback would be greatly appreciated, thank you!
I already searched the wiki and couldn't find it
Grief Prevention needs to provide their context(s) for that.
Ah ok. Thanks for the feedback
hi, I haven't found anything in the history so I'm typing it here myself. I have an issue where lp "disables" the command, but my players can still type out the command and use it without op and any other group (as shown in the images). I'm new to this so please, if I'm missing anything, my bad. I've tried reading the wiki and I couldn't find anything that could help. Thanks!
!verbose Use verbose to run a permissions check for when a player executes the /killall command. /lp verbose command <affected user> /killall will force the user (do not run on an op user) to execute the /killall command and provide you with any perms checked.
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
That worked! I had cmi.command and cmi.command.* enabled and that's what was causing it to still work. Thanks so much!
Glad you managed to resolve it. Cheers. 

Hi! I'm trying to use the bulkupdate command to remove some permissions from all players. Is it possible to execute a query like the following to remove all the permissions that start with collectors.?
lp bulkupdate users delete "server ~~ survival" "permission ~~ collectors.%"
I've found a potential exploit allow people to execute any command. How can I speak privately
(Fixed, ended up being vulcan which has released a patch)
hey is somone able to help me with groups for my server
Hi there! I'm pretty new to luck perms but i've figured out a bit in the past few months or so. However today I came across an issue when trying to give a group to a player. I'm using the geyser plugin to let bedrock players and java players play together. I am promoting this user to a helper for my server, but the way that geyser works is it puts a . before their name. For example the username "LuckPerms" would be ".LuckPerms" instead. However when I type the command to set the group, it says ".username" is not a valid username/uuid. Im not sure how to get around this issue.
!geyser
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.
