#support-1
1 messages · Page 1174 of 1
can you give me the link please ?
okay then ?
download and install that one
ok thx you very much
hm, so for example, I've placed the group
ain myself, then add a context in that node that ive placed into myself(which isgroup.a) will that work?
yes
you can also just add context normally when running the parent add command
same result
ok thanks4
Hi guys, how can i disable contexts? or remove permission to use them?
i try luckperms.group.permission.set.usecontext.server.survival
on false but i still can set permissions with context server=survival
do you have perhaps a wildcard permission? use verbose to see what permission is checked and granted
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
op can be considered wildcard?
generally op overrides everything
and yet that's the one
make sure you're doing it as the usage guide says to
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
how to you give op with luckperms?
just go to your console and /op "Playername"
ik im too lazy plus i deop my self all the time to test stuff
thanks
Hi. I use CMI with luckperms on paper 1.16.5. after i updated all my plugins, playernames lost color in chat. Till now i used the color codes as prefix. Did anything change?
@pseudo ore i have the same problem but with cmi. Did you solve it?
Yes. I did a work-around.
i think the issue is that a plugin updated itself. before that it worked.
my work-around was to edit how the chat work.
Insted of <th3lucas> TEXT
i use «th3lucas» TEXT
Thx
no problem 🙂
Hello, my mysql configuration does not work, can someone help me ?
storage-method: mysql
data:
# Define the address and port for the database.
# - The standard DB engine port is used by default
# (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
# - Specify as "host:port" if differs
address: 127.0.0.1:3306
# The name of the database to store LuckPerms data in.
# - This must be created already. Don't worry about this setting if you're using MongoDB.
database: s20_luck
# Credentials for the database.
username: myusername
password: 'mypassword'```
is it good ?
Here's a page with some common storage system errors.
thx i will check
np
Someone help me translate my plugin into Portuguese
can i import perms from pex without having to manually do it?
!migration
Learn about the process of migrating from another permission plugin.
ty
Hi i am using CraftingStore for my minecraft shop. But when a player isn't joint and the console executes "lp user {player} parent addtemp geenstress 1mo" The console logs "A user for <username> could not be found."
How can i fix this? (Bungee setup)
Have they ever joined after installing LuckPerms?
no, they didn't.
Then in that case I suggest you use the placeholder for the hyphenated/dashed UUID instead of the player name
alright, will a UUID never change?
Unless you're running a cracked server
Legit UUIDs come from Mojang and those never change, even after changing usernames
I am running bungee, so all servers are in offlinemode exept for the bungee server
Assuming the network is set up properly, it should be fine
!bungeecheck if you are skeptical..
Please double check that:
1. BungeeCord config.yml has ip_forward and online_mode set to true
2. All backend servers' spigot.yml has bungeecord set to true
3. All backend servers' server.properties have online-mode set to false
is there can I retrieve all of my database data for lluckperms? when I checked my status for luckperms, the database apparently wiped out all of my data
Thanks
From the screenshot it shows that you are not connected to the database, so obviously data from your database wont load
you should check for database connection errors in console.
ok, btw a lilttle bit off topic question, but how can I access my database? like to check if the database is receiving connections or no
depends on how your database is hosted
if its by a hosting provider, then contact them.
i'm sorry but i can't find my mistake
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
look for that on the webpage
thats in your log file
yep i've seen thats the case, i have made the different commands but it do not change anything...
this do not worked
and I think that i've put the good things in the config... so i'm lost...
ok i have found... the ip given by pterodactyl was wrong....
rip
Hi, if I install luckperms bungee i should drag luckperms to all spigot server?
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
and luckperms bungee and luckperms from spigot connect to the same database?
yes
ok
hey guys i need help
i cant get on the editor
Says unable to communicate with the editor
Can you go to bytebin.lucko.me?
Hello is there any way to converT H2 to JSON without loosing ranks etc.?
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.
Backup plugin not backing up the h2
It seems to think it’s a locked file
But if you have any way to resolve it than, I’m all ears
backuping up your server while its running is never a good idea
Yeah, that’s another thing, but so far this is the only way I can do it, there’s a possible way to do it, but honsetly, I don’t trust windows with this, and linux is 1 step too far for me
anymore help
?
can the computer hosting your mc server accesshttps://bytebin.lucko.me/ ?
08:00:23 [WARNING] Exception encountered when loading plugin: AspectCommon
java.lang.IllegalStateException: The LuckPerms API is not loaded.
at net.luckperms.api.LuckPermsProvider.get(LuckPermsProvider.java:50)
at shima.aspectcommon.StaffChatCommand.<init>(StaffChatCommand.java:13)
at shima.aspectcommon.Main.onEnable(Main.java:15)
at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:250)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:285)
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)```
send your fuill startup log
!paste
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ 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!
changing your storage method to json isnt a very good solution tho
I said full startup log
AspectCommon is loading before luckperms, so the issue
you will have to contact AspectCommon on it.
It needs to somehow detect luckperms loading before it tries to load LP api
thx ❤️
Hmm, quick question. With the temporary permission system, is there any way for a player to see how much time they have left on a temporary permission or, alternatively, have a message sent to them when it expires?
I'm trying to give new players temporary keepinventory for 24 hours, but I think it might be rough if they kind of just... lose it without any warning.
Trying to figure out the best approach to this.
ummm how i can fix it ?
you want prefixes in tab?
yes
!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!
I'm having problem with permissions on bungeecord
I followed all the steps on the wiki but i can't find a way to set permissions
I changed Luckperms server name on bungeecord, called bungee
As the wiki say i should select which server i want apply the permissions and i did.
'/lp user iim_wolf permission set bungeecord.command.alert true bungee'
still no perms to do /alert
Hey. How can i make, that a Player gets to a group if he does the command: /password dog
when he do this he should be moved from the group "Default" to the group "Player"
PLEASE HELP ME
why don't just put player group
good idea xD
???
5.2.121
!downloads
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
I use sponge I can't update
Update LUCKPERMS
yes you can
ignore ore's shitty 7.2 tag
LP works fine on 7.3 or whatever
they display old ass builds, idk why
Ok i will try
Well you're gonna
if you're on v4 btw https://luckperms.net/wiki/Upgrading-from-v4-to-v5
like wtf is this

and with this extension it must be updated right?
If Rank A has a node which does something like... max auctions 5, but then Rank B has a node that's max auction 10. If player has both Rank A and Rank B, their max auction will still be 5. Is there any way I can tell luckperms to disregard that in the lesser rank?
I've tried weighting and priorities but it doesn't seem to change anything.
so im new to building a server, i cant figure out why my players lost the permission to do anything. tools, building, picking stuff up
I put the Helper group writing in yellow but if a helper wants to change color then you buy the chatcolor how does it do? Select the color but it remains yellow. (LPC use)
buycraft, permission for the other type chat color, he changes it by hisself
what u mean
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
https://paste.turingarch.com/paste.php?id=45
This error is spammed to the panel. I think this is about LuckPerms. Can you help me?
Paste can store text, source code or sensitive data for a set period of time.
How can I put prefixes in the playerlist?
Answered in general
yo
how do i change the name tag above players
like
do you know what i mean
the prefix
above the player
is there a way to bulkupdate the server context for all groups assigned to users? so let's say a set amount of players have the donator rank, how would i be able to set the server context of that rank to server == survival for instance
to have the prefixes next to the name do I have to use LPC?
!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!
nvm wolfy it was essential anitbuild
If Rank A has a node which does something like... max auctions 5, but then Rank B has a node that's max auction 10. If player has both Rank A and Rank B, their max auction will still be 5. Is there any way I can tell luckperms to disregard that in the lesser rank?
I've tried weighting and priorities but it doesn't seem to change anything.
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.
what its thiserror?
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
hello, i need help with undefined permissions, basically, if i set them they are still undefined
i tried doing it through luckperms from bungee but nope, sql is connected too
hi, I could not change the language file, I read the wiki page, but it still did not happen.
I just quit this and restarted my server
Does anyone know how to fix this error? You are not permitted to use Lava_Bucket
You got the same?
essentials protect or antibuild
but how do i fix the error?
delete if you are not using
Hi, I'm having timeout issues on my MariaDB panel
I just set up a Pterodactyl panel yet cannot connect to it
checks pins in support 2
it's not working
Is there a possibility to deny pvp through luckperms?
404 normally means a server can’t find the page it’s looking for, try restarting server / reinstalling I guess
Just use worldguard
I just want the spawn world to disable pvp unless a worldguard flag allows it.
I would assume essentials.protect.pvp and pvp should do the trick and it seems like it failed after adding a worldguard region.
Ah, essentials protect and anti build just mess everything up for me
There's an "extra contexts" plugin which allows you to add perms on regions and flags
Build permissions works fine, even in world guard regions which have them allowed
Ok!
I am green in databases such as "Redis", can I then log into it via phpmyadmin as in the case of mysql by creating one?
Why don't you just enable the dbconnector: mysql?
🙂 happy to give no real advice 😆
??
@slender badge So you are saying that you recommend mysql for LuckPerms to a bungee server that contains several other servers?
I described the situation on #support-2
Well I mean, you are talking about a mysql db and phpmyadmin, while redis is more like a "NoSQL" db (thus file/memory based)
You cant use redis for storage w/ LP
I would neither suggest using NoSQL storage in game servers.
What if the server happens to crash, where will your data go to?
File Based: okay
Database based: okay
Ram based: no go.
Especially if it's a local database, there is barely anything that would hold up the connection other than it has to do a little bit extra work but ay I believe a database is still faster than file storage
Plus you can do nice stuff with it related to websites 😄
- Login/ link MC account
Display current group or permissions whatsoever.
I'm sorry, but I cannot understand everything fully, because I use the translator 😄
So you say that redis websites ok, but not suitable for game servers?
Its fine
You just cant use redis for storage with LP
Need to use something like mariadb, postgresql, mongo etc
Ask yourself this question: How many times will the data change?
That doesn't change the fact that
You just cant use redis for storage with LP
True.
I am writing with this question.
Because I connected LuckPerms to the database created on the hosting of our website (not on VPs where we have bungee, etc.), and we also have a JPremium plugin - from logging in and when I installed it, I relieved the link and the tables were normally created for each server. Unfortunately, the error was still falling, so I returned this plugin and found that I would make a base for LP on VPS and it would solve the problem.
And now from what is in the LuckPerms config I have a choice like this:
# | => MariaDB (preferred over MySQL)
# | => PostgreSQL
# | => MongoDB```
And the question is, is MySQL enough for a bungee server with servers?
I atm. have MariaDB installed but if you want to use a database, just use it and benchmark it.
if it's too slow then stay away from it.
Just check your phpmyadmin if actual mysql is running or mariadb.
MariaDB is a fork of MySQL but with additional improvements and fixes
And what was the error? NVM
@slender badge See #support-2 everything there I do not want to do spam here 😄
How do I resolve this error?
Update plugin
Well I've read your errors and these are the once I pick out of it:
ERRORStorage Service: Connection is not available, request timed out after 5000ms.
ERRORMessaging Service: Connection is not available, request timed out after 5000ms.
WARNING Messaging Service: Messaging service 'sql' not recognised.
WARNING Table 'screskil_mcpermisje.luckperms_lobby_groups' doesn't exist
And you said when Removing the JPremium plugin it fixed the issue(s)?
But I downloaded the latest version on the website
@fervent pendant https://luckperms.net/download
This is not new version
!latest
5.2.121
Hi, is it possible to create a placeholder, that you can display the group you are in per track
For example, track 1 contains player ranks, (player-moderator-admin-owner), and track 2 contains level ranks (1-2-3-4)
So I have to display the rank where the player is currently in track-2 via a placeholder
Ok
It was the same thing
!libsdir
LuckPerms requires several libraries in order to operate. If you're getting a startup error such as NoClassDefFoundError, ClassNotFoundException or "Unable to load dependency...", stop your server, delete the /plugins/LuckPerms/libs/ directory and start it up again.
Update to spigot or something also
!inheritence 
Sorry! I do not understand the command !inheritence
Type !help for a list of commands.
!inheritance
Learn about inheritance.

.
Does Anyone Know how to make so My ranks i made and put on myself show ingame Like im confused ive been trying to get this to work for 2 weeks
3 words does not give any details
how did it not help? are you still getting the error? did you also update to spigot?
I'm not using spigot
craftbukkit
hey so i am trying to set up multiple prefixes in the chat settings on a plugin which supports placeholders (venturechat if that matters) the place holder {luckperms_prefix} gives a result but then i try using {luckperms_prefix_element_<element>} and replacing the <element> tag with anything listed can't i get a result, i suspect i am just missing some syntax but do anyone else have any ideas
nvm i figured out what i was doing wrong
https://gyazo.com/f0994e7975b6a930dc9c8f7019a092d2 my rank wont work someone help i have ChatEx plugin
wont load for me
someone help
Ask chatex support
Hey FoldedSplits! Please don't tag helpful/staff members directly.
I downloaded luckperms bungee and put it in the bungee plugins folder restarted the sever and the bungee and the plugin looks like its not even on the server what can I do to fix this
You need LP on every server
!bungee read @marsh wave
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
thanks for the help
How do i make it so a rank has all of the perms from another rank. For example if i made a rank and i wanted it to have all the perms from another rank without having to manuelly add each perm
!inheritance @scarlet falcon
Learn about inheritance.
I really need help
i cant make so my ranks pop up in game or in chat
i have ChatEx plugin
i forgot the regions on my server
anyone available to help me real quick with a spongeforge server im trying to put luckperms on? luckperms doesn't seem to be getting ran in the console
!paste your server logs please (located in logs/latest.log)
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ 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!
That's up to whatever plugin/system does the thing, LuckPerms doesn't make use of any placeholder
does Citizens plugin work on 1.16.5
why when i add a prefix to a group and add my self to a group the prefix doesnt show
!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!
for the prefix is there a fabric mod that suport luckperms
nucleus
ok thanks
does it work on fabric?
do you know a fabric one
No, I don't know much about fabric
My server keeps crashing and I was finally able to catch it, can anyone tell me what's wrong? It refers to luckperms scheduler and some other stuff https://pastebin.com/5xpPFYiw
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.
ah right I must be dreaming lol
Doesnt look like something luckperms caused
any idea what did?
jakh
Hey all, Im looking for a solution and im racking my brains at trying to figure this out so........
Essentially I have a Bungee network and although I have my global ranks/groups set, I also have individual gamemodes such as Prison, survival etc that have there own ranks.
Now I want my global ranks to carry over of course, so if a player is VIP in the hub they will have it all over my network, however I want the gamemode ranks to take presidence over the global ranks so they can achieve in game ranks but I still want my players to have the global rank permissions. Is this possible?
I hope I have explained this well because I am about to lose the rest of my hair trying to figure this out.
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
HALP
MY ChatEx isnt showing my Luckperms rank
i made the rank and stuff
i put the ranks on i typed in chat BOOM no rank
is chatex fabric
huh?
if you know any could you tell me
Hey FoldedSplits! Please don't tag helpful/staff members directly.
then contact chatesx support, not here
IDK WHERE IT IS
doubt so
Like
!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.
its one of the channels in taht discord^
is EssentialsX chatex?
no
Ok
ben do you knoe any fabric chat mods that work with luckperms
I suggest asking that in #general or in fabric discord
FabricMC: https://discord.gg/v6v4pMv
ok thx
That's a pretty bad error 😆
I suggest completely reinstalling Java
Oh they left lmao
hi, does anyone know what the %% is for the scoreboard range?
% Rank% does not work for me
I need help for that
!placeholders
Display data such as user prefixes and groups from LuckPerms in other plugins.
Do you have PlaceholderAPI?
yes
Which placeholder are you trying to use?
What plugin am I using?
%luckperms_prefix%
What does /papi parse me %luckperms_prefix% say?
what?;-;
The scoreboard shows "Range:%luckperms_prefix"
Okay
It says %luckperms_prefix%
Did you install the LuckPerms PAPI expansion?
https://paste.turingarch.com/paste.php?id=45
This error is spammed to the panel. I think this is about LuckPerms. Can you help me?
Paste can store text, source code or sensitive data for a set period of time.
Where I download it?
/papi ecloud download LuckPerms
/papi reload
southcraft.LukixCZE.ScoreBoard
Does it ring a bell?
In any case, that's not a LuckPerms bug, you should either:
a) Do what it says you can do
or b) Contact the author or that plugin about that issue (send them that error, the entire thing)
oh. scoreboard
Run the command again, what does it say?
Does your scoreboard plugin support PAPI?
I dont know
You should contact them, your scoreboard plugin support
Which scoreboard plugin do you recommend to make it work?
I have no idea
Damn that sucks

when i add the context to a permission (in my case, to set the permission only in one server of my network) it doesn't work
the server says i have no permission
Did you set the server setting in LP config?
and when i put off the context, the server lets mi use the command
are you talking about mysql setting?
No, I'm talking about the server setting in LP config
Yes and yes
I'll give you two
not three?
❤️
haha
i changed that setting and put lp reloadconfig, now should i restart my server or with the command is enough?
ready
now worked
thank you very much
for your help
you answered me very fast
Amazing

heya, just got a question
i have 2 servers running permissionex using the same role names (same inheritance, players have the same roles across servers, as it's referencing the same mysql table) but potentially different permissions (different mysql tables)
i know that luckperms can have per server permissions using mysql, as well as global permissions
how can i setup the migration to keep the permissions per server while roles and inheritance the same across servers?
Import one server, change the contexts with bulk update. Then import the next server.
aha so i change the "server" column inside group_permissions and user_permissions after importing each server?
aha i see, sorry im a bit new to dealing with luckperms
Como posso migrar permissionsex para luckperms?
"How can I migrate permissionsex to luckperms?"
Sorry! I do not understand the command !migrate
Type !help for a list of commands.
!migration @fervent pendant
Learn about the process of migrating from another permission plugin.
Read this link ^
Ok
also, im assuming if the roles are different, let's say i have roles 1-10 on 1 server and A-K on another, then assuming i don't want to mix them together, i will need to setup 2 different sets of tables using the table prefix?
Nope. Just assign the group to players with a server context. Or assign the groups permissions with a server context or assign everything with a server context
oh so groups themselves can have a server context, not just the permissions underneath?
anyone know how to move around the /grant ranks for the GUI so it can be in order?
Luckperms has no ranks gui
/grant ?
im trying to give
a group a permission and once i set or add the permission the group still has no access to the command
anyway to fix this?
Yeah that's not from luckperms
If I were to delete luckperms and re add it what file do I need to save to keep my current groups and perms
LuckPerms allows you to store data in a variety of storage types, read about the benefits and drawbacks of each type on the wiki.
H2 I think
Well I have another question
Do you know what’s causing that?
Prefix appears twice
Check your chat plugin perhaps
That’s my chat plugin nothing seems wrong
And it is the same for other servers I’m in and those don’t have the issue
Hello am having trouble with setting up mongo with luckperms
i'll send the error msg
Hey so i did this setup online and saved, applied in game, and it didn't work? I even tried restarting.
I added the group to myself.
Did i do something wrong?
Oh wait do i need essentials?
What "isn't working"
!chat If you mean prefix, yeah you'll need a chat plugin. Read this:
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!
am i able to setup roles in game?
!usage read this @foggy quartz
Here's a guide to help users understand and use LuckPerms for the first time.
Is there a way to setup luckperms so that users can only modify groups/users lower than them in a track? Like say my track staff is
trainee->mod->admin and I want mod to be able to modify trainee and below. Is this possible? If so how
I have something very stupid going on in my sever
not yet, its about the ranks
well the server isnt open to the public so,
ok, anyways
i removed every group accept the default group
Ok
and still somehow have [] before my name
ye
Or is your essentialsx chat have that
/mv config prefixchat false
ur a legend
Np
i cant seem to find how to make new players get the default role
They auto get it
lol
it isnt doing it for me 😦
can anybody help m out with this im not sure if i messed something up and apexhosting isnt the most helpful server provider
Hello,
How can I delete all user data from LuckPerms?
I want my perms to be saved
learning diabilities are not fun with mc plugins 😦
i cant interpret the wiki at all its really overwhelming for my brain
What’s ur problem. I’ll try help.
well i gave defaults permissions to use /rtp and a whole other list of commands in game like /rtp and set it to true in global context
Please
and defaults cant seem to use them
can anyone answer the question I wrote above?
I'd like assistance also
What plug-in do you use rtp with
randomtp
what is the command again
To set a permission?
Hello why luckperms prefix dont show in chat?
yes i just cleared my chrome
lp bulkupdate users delete @modest laurel
!chat @terse meteor
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!
Ty
Q: how can i make new players always have the /lp user USERNAME parent set default cmd ran on them?
Newcomers will always get default on join though....
What are you expecting that to fix
for me they arnt getting the prefixes fixed had to hard restart
Does it show in /lp user <user> info?
i need someone that is experienced to dm me for this as its a really long issue where it just DOESNT work
Why DM
If you have an error just send it in here
That way anyone who can help (and is willing to help) will
hi, I could not change the language file, I read the wiki page, but it still did not happen.
I just quit this and restarted my server
none of it works
like when i save changes it doesnt save anything
it says its saved it in chat when i do the command
then when i deop myself to try
it doesnt work
Hi when i ran /lp editor and copy on my web, still on "luckperms view demo" and not the editor
update luckperms
how ?
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
thnaks bro i'll say u
ping me if it doesnt work
no problem
Hey there, is there a way I can add a context for bungee through a server's local luckperms?
Can i edit group permissions by going into Server Files?
If you synced everything yea
Only if your storage method is flatfile (yml, json etc)
Whatcha mean by synced? Apologies, just haven't used luckperms in a hot minute
Like uh, how would oe go around syncing it
!sync
To sync data between servers, you need to connect each LuckPerms plugin to the same database (for example MySQL) and set up a messaging service.

i have a pet plugin on my server and i want to make it when you win something it runs a luck perms command. I know how to do that but im not sure how i could make it so if you won a pig pet it gives you a permission to use that and if you win a cow pet it gives you permission to use it. I thought of tracks but i think tracks are in order is there a way i can give a user a permission with a command?
im not sure if this makes any sense
would /lp user USERNAME permission set PERMISSION work?
Please use https://bytebin.lucko.me to send files in the future. I have automatically uploaded message.txt for you: https://bytebin.lucko.me/F0ge3h4lMp
https://bytebin.lucko.me/GCSkQp202N
Hello, im getting this error on LuckPerms on BungeCoord Server
Someone knows what is it ?
And want to know if that change anything or not (on the error above)
https://bytebin.lucko.me/40OFme5esh
im trying to setup on luckperms when a command is run it add/removes a permission what is the player placeholder to use so that who ever is running the command the get the permission
10:27:20 INFO]: [LP] A user for USERNAME could not be found.
i tried username
but it didnt work
up to whatever plugin runs to command to provide a valid placeholder
ok
!errors @proper token
Here's a page with some common storage system errors.
Yes, i already check all of that
Hi im trying to give myself permissions to run luckperms
but after doing lp user ( my name ) permission set luckperms.* true
all im getting is
dont use / in console
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ 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!
/ works for LP commands in console
well, didnt know that
i wanna make a system where someone can buy something from the website and get it in game but i have no idea on ow to do it
hello, im trying to use luck perms but the prefix wont appear in chat
i made a group and made everything and watched a tutorial and the prefix didn't appear
!download bukkit version
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
But I run a bungee server ?
Do you have a chat plugin + vault?
!network @leaden plinth
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
Alrighty thank you
yes i have essentials and vault
And essx chat?
Wait actually, I run a bungee with spiggot, how would that work, do i still follow these steps
I did that already actually, set my config files in each server to mysql
storagemethods**
spigot and bukkit are like the same thing
any idea?
you mean me?
Yes
essentials chat? i have it
ye
/lp user <someone> info
replace <someone> with a player who is supposed to have the prefix but doesn't
you don't have Vault
i think thats why
you need essentialsx chat and vault
so
i do it
save all the perms
do the command to update it
it says its done it
then i deop myself
to test
and it hasnt done it
!testingperms
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
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
What command/permission did you add but isn't working
lemme see
By enabling it and also reading up on how it works
Also screenshot /plugins
Don't reuse editor sessions
Did you create a new editor link?
Make a new one every time you save (/lp editor again)
that spams chat lol
Lol
oop
!paste
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ 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!
^^
all of them
kits perms are wrong you need essentials.kit and essentials.kits.[kitname] iirc
screenshot /plugins
Yea you need both
yup
that caused problems for something e;se too
essentials.kits.[kitname]
@nocturne chasm i think the problem is fixed
kits not kit
Hey Fluxrim! Please don't tag helpful/staff members directly.
Yes
added
ok so somethings are working now
it says no kits are avalible
i think it is .kits
.kit*
Probably doesn’t but ok lol
?
How can I disable, the "MainLobby" prefix
multiverse
open mv config file in server files
1st setting
Is there any way to merge permissions/roles?
For example, there are 4 roles: Mod, Helper, **Builder **and **default **and I want to give someone **Builder **permissions and **Helper **permissions but the **Helper **permissions has the **default **role as parent group, **helper **is higher than **builder **and therefore the **builder **permissions get deleted. Is there any way to merge this permissions or a workaround?
Hey, how do I link my ranks to my discord server roles?
discordsrv?
What you mean to say?
(srry for bad english)
do i need a staff role to be opped so it can use gmc and other things?
im trying to remove some perms from it too like /pl and /?
i don't think you can remove permissions to op players
wo srly
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
but like i cant find /pl and /? and /plugins
use verbose to find the correct permissions
verbose is a plugin?
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
!advanced
Discover some of the more advanced concepts of LuckPerms, such as permission calculation, shorthand permissions and more.
Hi all so with Context, if I wanted a player to not display something like there VIP rank on a certain server would I just add in the context Server Prison?
Its a little confusing because I have never used contexts before
If VIP is a rank on prisons, do /lp user IGN parent add vip server=prison
There it should only display on prison
@wind vale
But yes, server = prison
Sorry for the confusion, VIP is a global rank that players can buy in the hub that gives them features around the lobbies etc (cosmetics for example) but when they go to prison I dont want them to be able to fly or take those cosmetics with them
Oh okay, then do server = hub, or whatever the hub server is called
Should do if you remove VIP in prisons (if you had vip in prisons)
Ok thank you 🙂
alguien que hable español con alguna duda?
Is there any way to toggle so players only have access to permission nodes given to them? The way it's working for me right now is I need to put all permission nodes I dont want them to have in the false category, then re enable them all again for staff members who inherit from them
(Despite the fact I've given the * node to all Admins, they can't do /gmc because I've disabled it from previous groups they've inherited from)
I have a question, is it a good option to make a separate user for each of the servers in 1 database?
For 3 days I have been struggling with a bug that is resistant to any solutions
Can i set that tnt can blow stuff up under the sea level
that isn't something luckperms manages I dont think
but can anybody help me pls
@nocturne chasm Check my question up
Hey PATYrek! Please don't tag helpful/staff members directly.
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
Ehh, I'm starting to doubt the support on this discord -, -
that's literally the wiki link to exactly what you need
your mistake on the sql wasnt even anything we could have done
Doesn't matter if the users are different aslong as the db is the same one
I don't keep crashing hikari errors even though I change variables in every way, I contacted hostig, Jpremium plugin and a few other high end developers and r put their hands on here. One guest asked me to spread the packages sent to the database from the servers to several users.
So we want to ask you if it will work in this plugin.
(I use a translator so not everything can be understood)
I updated the engine to the latest paperpisgot 1.16.5 so smao LuckPerms, cleaned the tables in the database and the error is as it was. I only turn on the server, first the lobby is bungee and if bungee is in the lobby.
Can I have the max-lifetime variables etc. in the lobby than on e.g. bungee server etc.? Both servers obviously stand on the same VPS.
Is there any way to toggle so players only have access to permission nodes given to them? The way it's working for me right now is I need to put all permission nodes I dont want them to have in the false category, then re enable them all again for staff members who inherit from them
(Despite the fact I've given the * node to all Admins, they can't do /gmc because I've disabled it from previous groups they've inherited from)
you should set the exact node to true
actually why do you need to set things like /gmc to false specifically?
its already false by default
Someone knows who to give a priority for a group ?
Like, for Member 2 and for CEO 1
Alter the weight i believe
Ceo will be the most priority (for the chat to)
Not sure tho
Yea, i see that too
But its impossible to edit
and "weight" doesn´t exists
yes it ddoes
./lp group [Group Name] setweight [Weight]
How do I hide commands from /help players don't have access to?
and weight "1"
Is the most high
or 1 is the lower one
lowest
up to whatever is handling that command
/help isnt a luckperms comand
Essentials I believe, but I had it set to true in the config but it still doesn't hide it
also what is the node to deny access to all world edit commands?
sounds like something to ask worldedit
EngineHub (WorldGuard, WorldEdit, Craftbook): https://discord.gg/enginehub
!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.
I have vault, EssentialsX, and EssentialsXChat but it doesn't seem to show my suffix in chat
However it does show my prefix
Does it show in /lp user <user> info?
yes
Great suffix lol
lol
!moss ask EssX support :d they'll be able to help with their part, LP is working fine
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.
how could I delete everyone's permissions that says deluxetags.tags.AnythingAfter ?
where anythingafter would actually be anything after
i'd like to do it in bulk through a command
Hi! I added the mod to my game, but I'm having a hard time giving perm to certain folks.. I just want everyone who is going to enter my server to be able to /fly & /home without having to make them OP
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
go through this
to set yourself up
then give the permission node for fly/home to your default group
I did read through it, but I'm just having a hard time using it
did you give yourself full perms to LP commands?
I did
alright, are there any errors or you just don't understand it?
I just dont understand it, pretty much
I tried the /lp user {name} parent set {rank} command
but it doesnt do anything
did you actually type that out or did you add in the username and rank in place of name and rank
although, you shouldn't need to put anyone in groups if you're just using default group
everyone is in default group by well, default
so, everyone naturally is in the default group when they join?
/lp group default permission set permnode true
🥣
omg, thank you
that's like almost the same as what is on the page 
I literally read through it and had a brain fart
Do I need to restart the server after?
I added it & had someone try out the /fly command, and still nothing
probably didn't add the right node
what is the full command you typed out
full thing, every word
I just typed out this >
/lp group default permission set permnode true
I'm not good with coding and such, sorry for being such a airhead 😦
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
to find specific perm nodes
this is why we don't spoonfeed Mona
permnode is not a permission node
go read your plugins docs, whatever adds the fly command
and find the permission node
or use verbose ^^^ 
after what I just saw, let's start with the basics
You said just the right word
!bulk
Quickly update a large amount of user and group permissions by using the bulkupdate command.
lp bulkupdate users delete deluxetags.tag.%
so likee this?
delete permission ~~ deluxetags.tag.% ?
lp bulkupdate users delete "permission ~~ deluxetags.tag.%"
Quotations included
like that?
Yee
ty!!
and if i wanted to delete any group.vip permission
lp bulkupdate users delete "permission group.vip"
correct?
if i want it exactly like that
==
ty
Hey, for some reason the permissions on the server got a reset?
Anyone able to help w mycommand?
Check console for errors + use pastebin for logs/latest.log file
So I’m trying to delete a permission for all players which was given to them through the command /lp user {name} permission set ... . So wondering how I delete it for all players with commands or through the web
GRANT ALL PRIVILEGES ON [databasename].* TO '[username]'@'[ipaddress]';
The last one, ie "[ipaddress]", should I enter the ip address of the machine on which the LuckPerms database is located?
Is it an ip address, for example VPs, which is on a separate machine where the servers are located?
Hello guys, I wonder if there is a placeholder for such things like "highest_on_track_voterank"
!placeholders
Display data such as user prefixes and groups from LuckPerms in other plugins.

So I’m trying to delete a permission for all players which was given to them through the command /lp user {name} permission set ... . So wondering how I delete it for all players with commands or through the web
how do i make it work with bungeecord i have downloaded the luckperms plugin on every server and luckperms bungeecord on my bungeecord server.
!bulk
Quickly update a large amount of user and group permissions by using the bulkupdate command.
!sync
To sync data between servers, you need to connect each LuckPerms plugin to the same database (for example MySQL) and set up a messaging service.
I cant save my data ingame, i got apply URL but i got error in console
But how do i connect them with mysql
And uhm...... what's the error
You need a database, it's explained in that page
I fixed already, but how i can see players ranks, when i press TAB
!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!
what is the way to negate a command?
set the permission to false
#general though
Bruh stupid discord
How can i see in TAB menu who owns what rank or smth like that? And how edit Default rank?
Do i put in the mysql details in the config.yml
and how edit default rank
Literally just like any other group, it's no different
how though, in my case im doing a rankup plugin so the permission node is rankup.rankup do i do rankup.rankup.false?
Well yes, how do you expect LP to connect then?
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
I cant edit default rank name or smth like that, i want that, when player joins, automatically sets default rank or smth like that
who is the command to give perms to a group
!commands Permission commands set
Find all of the available LuckPerms commands on the wiki.
You totally can edit the default group and everyone already gets default when they first join
If you are not aware there already is a group named "default"
Is mysql host and adress
Huh?
In pebblehost when i make a database it tells me the host, name, username, password and port
No adress or database
address is <host>:<port> (without the <>) and database is name
Mhm but where do i put the port
After the address?
address: <host>:<port> (without the <>)
like this. database: customer_168715_luckperms:3306
Not the name
The host
oh oops
and then repeat that with all other servers?
Yes. Remember to change the storage-method
it says h2 right now
Right, you need to change that to the type of database you're using
so if im using mysql i change it to mysql?
Yes
okay il repeat that process with all other servers
Hey, when I OP me, LuckPerms is kicking me :/
But if I remove LuckPerms, I don't get kicked
I haven't any errors :/
ok restarting now. how do i know if its working
Keep an eye on console and check for any errors during startup
!paste your server logs please (located in logs/latest.log)
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ 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!
My server is a network.
The hub work well but the survival don't work
Do you allow non-premium players to join your network?
Yes, I cracked account
but, in the hub, that work
!bungeecheck anyway, something's wrong with your setup
Please double check that:
1. BungeeCord config.yml has ip_forward and online_mode set to true
2. All backend servers' spigot.yml has bungeecord set to true
3. All backend servers' server.properties have online-mode set to false
Also
> Yatopia
Can you reproduce the issue on regular Paper or Tuinity instead of that unstable.. thing?
tbt yatopia patch which used offline uuids even on online mode
Ahhhh,

