#support-2
1 messages ยท Page 76 of 1
You need both perms plugins installed for it to work
uuh.. servers?
BungeeCord and Spigot
!paste your proxy logs please (either located in logs/latest.log on the proxy or it's named something like proxy.log.0) (if you're worried about IPs you can use something like mcpaste.io instead)
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!
how do you set permissions in a created world guard regon
uuh you need to install LP to perform the migration
!extracontexts
Add contexts not supported by stock LuckPerms.
It is installed
I got that part xD
Weird then it doesnt enable, it just uses the same jar as spigot doesnt it?
There we go
!downloads
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
amazing
is there a LuckPerms integrated method of applying a temp node to all first time join players?
No, not integrated, but you can use the API for it (or some "first join command" plugin to run a command or whatever lol)
okay yea, that was my plan but I just wanted to make sure there wasnt a simpler way first. TYTY
Essentials Kits allows you to run commands as items. Its a weird bleh format but it works.
kits:
mykit:
delay: 1000
items:
- 272 1
- /lp user{player} settemp ...
(posting for anyone searching for answers)
hi I have a question, I tried to do the plugin Prison alongside Luckperms for ranking as thats what they recommended, but I cant seem to do the permissions at all. When i do the permissions it doesnt allow them.
their support team didnt relaly help
When you try to set and use any other permission from any other plugin, do they work as you intend?
so, this might seem like a really bad question but, how would I add a default permission so someone that isnt oped could use the permission?
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
!commands
Find all of the available LuckPerms commands on the wiki.
โ
under perm commands
assuming you mean just to give someone permission to use a command
yea, thanks!
Oh, one more thing, is it possible to just give everyone that isnt oped a permission? like a default permission?
@rare solar isnt that the same question you originally had . . .
@prisma hinge please dont crosspost
@prisma hinge Hey there Fefo sorry for the slow response. Here ya go.
Hey RocketManKian! Please don't tag helpful/staff members directly.
You said this before "Does it show in /lp user <user> info?"
About my suffix problem
I ask that like a million times a day lmfao
I'll post it here again
Please can someone help. For some reason my group suffix isn't being shown beside my name even though /lp user RocketManKian meta info shows it is.
it doesnt work like that Aber... smh
That's not how you set priorities... what you set there as "priority" is actually a context
That is straight up making you not inherit mod at all, because that context isn't satisfied
!weights this is how you do priorities
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
Ok done that and it's still not showing. The crew rank is, but not mod. Thing is it's really weird, this all worked fine on Spigot - just not sponge
Did you get rid of the context in your parent group? (mod)
Yep I did. Want me to send you the lp editor?
No need, you can just screenshot the whole output of user info lol that one is cut off
I'm doing the same command I did on Spigot but it isn't working.
Which command am I supposed to be doing
To like give myself both ranks
How are you doing it exactly?
I'm doing /lp user RocketManKian parent set crew and obviously mod
parent add
Ok see I tried that and for some reason it did work. Then I did the set command to change my group from crew to something else and it broke again
Let me try it
Do I need to do the add command every single time
if you use set it's gonna clear your other groups
Hello, i am using luckperms and from time to time a big database error occurs and i dont know why: https://just-paste.it/8zpbmE9J5h I would be very happy if someone could help me. If you want you can write me in german, if anyone here is german.
If you need my mysql config my.cnf i will send it too
it takes 4 seconds for LP to enable though ๐ฌ most of that time is probably connecting to the db
can you run and screenshot /lp info before that error happens?
how should i do that? i cant join anymore if this error happens
i mad that picture now, but now the error is not happening
made*
Hi i am trying to get mysql to work with luckperms and every time i start the server it fails to connect It is saying Communication link failure. On the server with mysql on it it is running and the port is allowed. i can provide any info that you need to help me fix this. thanks!
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!
Here's a page with some common storage system errors.
here is a guide to help
ok i will use this thanks!
larry can you help me fix my error too?? xD
sure
looks like something is calling a connection close to your database
do you have any other plugins using that database
not right now i just spun it up
sorry uhj7iy i was talking to inhaber
oh
larry, i setup mariadb database, apache2 phpmyadmin php...... and every plugin which needs mysql is connected to the database of the rootserver
luckperms too
it looks like this:
one for luckperms, dkbans ....
hm
i dont really understand
what could that be?
because some hours luckperms works fine, and suddenly it happens
larry still here?
whut
another plugin could be closing the connection to the db
wtf xD ok
but maybe the reasons is my.cnf file?
should i send this file that you can check it?
Here's a page with some common storage system errors.
!errors
Here's a page with some common storage system errors.
ok
hey i have gone through all the steps and it is for some reason still not working
ok so i have luckperms working with the database on the bungee server and that is on the same box as the database but when the other servers try to connect it just keeps saying connection refused. what is my issue?
Are you putting the ip address of the db box in the other servers lp config as the address?
yes under address it has the correct IP
i have it fixed. To solve the issue i had to set the bind address to 0.0.0.0 on the mariadb config. when i changed that it worked fine. thank you for all the help ๐
Hey guys
So im trying to make it so that the player default rank will always be showing (easy and normal). However, I want to make it so that if a player donates and gets a donor rank, the default rank AND donor rank prefixes will appear next to the player name. I know that I need to have the prefix format be meta-formatting:
prefix:
format:
- "highest_in_track_default" -"highest_in_track_donor
duplicates: first-only
start-spacer: ""
middle-spacer: " "
end-spacer: ""
suffix:
format:
- "highest"
duplicates: first-only
start-spacer: ""
middle-spacer: " "
end-spacer: ""
However
If a player has a rank thats in the staff track, I want only the staff prefix to show for them
it's highest_on_track_<track>
How can I make it so the donor prefix will show with the default rank prefix BUT the staff prefix will overide and hide the default and donor prefix
and that list formatting is wrong I believe?
Correct I couldn't format it in discord cause enter just sends the message
I understand how to get them showing
shift enter is a thing fyi
oh my bad
What i dont know how to do is have a specific track override other tracks if its present
example will be :
[default rank] [donor rank] player
[staff rank] player
is that possible to achieve with lucky perms
perhaps you meant highest_from_group instead of highest_on_track?
tracks and groups are totally different things
I have a donor track, default track, and staff track. using track takes the highest rank the player is from that specific track and displays that prefix. Thats my understand as of now, correct me if i'm wrong
what does highest from group do?
if a group has several prefixes it'd take the one with highest weight that group owns
so you want the default and donor prefixes to not show if you are staff but while still being in those other tracks?
exactly!
so helpers can play but dont have 3 prefixes showing
I don't think that's possible? maybe it is with some very specific elements but I can't think of any way off the top of my head
whats that and how can I configure that
it's really up to your chat plugin
it needs to be able to set formats for people based on their group
and it also needs to support placeholderapi
Do you know any possible chat plugins that can do that off the top of your head?
Im using essentials chat rn
DeluxeChat and CarbonChat are super easy to use with papi. I believe there is a way to make essxchat work with papi as well - that would probably be the way to go
okie. Would I still need to adjust the luck perms prefix formating?
no you'd leave it as you'd like for default players and use %luckperms_prefix% in the default group chat format
then in the staff group config use %luckperms_prefix_element_highest_on_track_staff% as the prefix placeholder
or w/e you'd like to use
so an example can be format: '%luckperms_prefix% {DISPLAYNAME}: {MESSAGE}' ?
yes, if you turn add-prefix-suffix off in the essx config
also im still not entirely sure how to make papi work with essx
Sorry for all the questions but would that formating that I just send not work without configuring essx to papi
ok so an example would be
group-formats:
staff: '%luckperms_prefix_element_highest_on_track_staff% {DISPLAYNAME}&7:&r {MESSAGE}'
correct, the %% placeholders are papi placeholders
so you'd need to get papi working with essx
ok once I do that How would the formating be for group-formats:
[This area]: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
would it just be staff or something like %luckperms_group_staff%
whatever the name of the group you want people to have that format is
so, staff or mod or admin or all of the above
does the group link with luck perms track tho?
Thank you for your help guys. Hopefully I can get this working
Hey, anyone know why some users are not showing up in the editor on my offline mode spigot server? Did I set something up wrong?
offline mode
Hey I have another question
Is it possible to make it so a format takes the highest prefix that is not from two tracks?
Example:
- 'highest_not_on_track_donor_or_staff'
I can't get prefixes to work i use essentialsxchat and the permission file is correct when i do /lp user user info it displays but when i chat it doesn't
do u have vault?
how do i change the defualt role
!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.
Not when you have a few thousand players
what about for the smaller communitys for god sake
not everyone is running 1k player servers
u just make it a headache for the people who just want a easy plugin
It wasnt just for storage reasons afaik
How do I reset the entire group of players?
Lol what. There are many ways to change the default group, you just need to read and think a little. Or ask more questions instead of throwing a tantrum. People just looking for an easy plugin are going to have a world of a time running a server :)
thats the point @tame hollow i never threw a tantrum and i know what its like running a server lmao im just saying its not as easy as uperms
Hey Michael Desanta! Please don't tag helpful/staff members directly.
only reason i switched to lp is the easier eco intergration
for u guessed it eco based ranks
So just because "not everyone is running 1k player servers" LP has to be made not with large networks in mind?
I mean...
The default group is literally the exact same as any other group
You can do everything with it except change the group name itself, but you can set an alias/display name
Other than that it's literally the same thing, I don't see what the hassle is all about
Does anyone know how "%luckperms_prefix_element_<element>" works because I have tried different things and it comes up with "ERROR: Invalid Element" ingame. (Its the PlaceholderAPI ecloud expansion)
what have you tried?
I mean I tried random stuff but I don't understand it really
I put like prefix.100.Owner
Didnt work, I tried just owner.
I mean there is a listing of elements linked on the placeholder description even so yeah
Ill take a look
Thanks
Incredible
Is there a way to make it so it doesn't show the prefix next to your name in chat? So it will be link "Eletrin >> [Message]" instead of "[Owner] Eletrin >> [Message]" but only for a specific rank? And also I don't just want to remove the prefix cause I want it for the TAB menu and scoreboard at the side but just not in chat, I don't know if it is possible though.
Many chat plugins offer per-group formatting, see if yours supports it, and simply remove the prefix from groups you don't want it on
Do you know if there is a way to disable it on essentialsxchat? Cause it has the group formatting but I dont need to put {prefix} infront to add the prefix so {DISPLAYNAME} is the only way to show the playername but this also shows the prefix.
I figured out a way
I turned off "change-displayname" in essentials config and added {PREFIX} infront if I want a prefix in chat for that role.

So I am setting up a pixelmon server, when I do the website editor users dont show up. Any way to fix that?
Also, apparently my players dont have access to /help
only players that have information set about them show up
Is there a way to hide the message I get when I buy an item with gadgets menu plugin cause when I buy an Item I get this message in chat, Also I was deopped and had no rank. So I would just be like a new person joining for the first time.
Wait nvm, I just realised why. My user has the luckperms.* perm, not in a group.
My bad.
For spongeforge, is there any dependencies this mod needs?
hy!
I am trying to set LuckPerms in a Network
But i have a problem
ERROR [LuckPerms]: Failed to init storage implementation
And i check all the config
soo much times
Do you have a MySQL database?
yes
And you have put the username, password, address and database correctly into the config?
name of database
The issue
When you are running the database off your localmachine you dont need the :3306 on the end
Its the issue I had
I know the config says but all other people said I didnt need it
its a dedicated server
But are you running the database off of your local machine?
How off i can undersant u
canยดt
I try with 3306 and only localhost, and i have error
i try put numeric ip
change database
all
Hmm.
I dont really know then, But that is "i" other people may know.
You may just need to wait for another response.
Okay, ty for help
No worries.
no
just make sure you're using the latest LP from the LP site
not ore
cause ore likes to show old ass builds
If the db is on same machine. U dont need to add port
i quit the port
but i have same 3 erroes
errors
ERROR Caused by: java.sql.SQLException: Access denied for user 'holyhosting_0hhello'@'localhost' (using password: YES)
ERROR [LuckPerms]: Failed to init storage implementation
[LuckPerms]: Exception occurred whilst enabling SQL messaging service
You sure your connection details are correct? Specifically, User, Password, Db
And does the user have the needed permissions to connect etc to the db
What level of access / how is this hosted?
Wrong, as long as the port is 3306 you dont need to add it at all (wether its local or not)
Hi I have a big problem with luck perms, perms I select doesn't work in games. I really don't understand
I selected all these perms, but in my game this perms don't working
are you placed within that group and have u cut and paste the upload url
use /lp user username parent set default
to test those permissions when in that group
U didnt read then
?
He used "localhost:3306" wich isnt correct
Yes of course I did all this well. Also, can the op cause problems at the perms level?
no you can be op in game and if ur perms are not set as a user and as server owner i have my set as * true if that isnt set u cant do them
Yet when I do for example /sethome its does not work while there are in the perms allow.
my bad thats false
?
what i said up there is wrong
ho ok
So I am trying to get default minecraft permissions working. None of my mods, or myself have access to /tp even though they have minecraft.command.teleport
Or to change game mode
it's very likely a plugin is overriding the teleport command
if you have something like EssentialsX, CMI or Nucleus, you can check the proper permission in the link in #support-1 
omg thank you sooooo much!
ive been trying to deal with that for 2 days now lol
Hi I have a big problem with luck perms, perms I select doesn't work in games. I really don't understand
I selected all these perms, but in my game this perms don't working
could you screenshot /plugins please?
yea
Hey ๐๐ธ๐ถ๐ฟ๐ฎ.*๏ฝฅ๏ฝก๏พ! Please don't tag helpful/staff members directly.
why do you have PermissionsPlus and PermissionsPlusPlus? You already have LuckPerms
They are conflicting so if you want to use LP you'll have to remove those other two
but luckpemr on't working
Did you even read what I said?
They are conflicting so if you want to use LP you'll have to remove those other two
PermissionPlus is deleted
Now remove PermissionsPlusPlus
yes is deleted
Okay, fully restart the server and try the commands

imagine that
Is there something that LP stops with structure blocks
Or better, does LP stop people from becoming OP? I am the owner and gave myself /op (minecraft command) and still cant do OP things. I am also using nucleus
if this is sponge, sponge disables the OP system once a permissions plugin is installed
Is there any way to reenable that? Mainly want to use structure blocks
or even a permissions that allow structure blocks
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
Trying to change some stuff again with luckperms and im having the same issue I had a while back and I dont remember how to fix it
its basically where no prefixes show in chat, but show in tab. I do have EssentailsX chat installed
!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!
although going to take a wild guess and say you don't have the plugin Vault installed, which would be why
is there a way for me to add/remove perms in a config file ? i'm a little old fashioned and i'm not too into adding everything manually since i have everything written up in a .txt anyways. i also keep adding perms wit typos. i don't see anything in the config yml so i decided to come and ask here
!editor We've got a web editor
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
okay, i looked at that briefly but moved on, i'll peep it again
There also technically is an option to switch to one of several text-based perm storage, but we advise heavily against those as they're both slower and more susceptible to issues
!storage
LuckPerms allows you to store data in a variety of storage types, read about the benefits and drawbacks of each type on the wiki.
!switchstorage
If you wish to change your storage type (e.g. to YAML or MySQL) you may need to follow these instructions to ensure your groups and permissions are migrated to the new storage type.
the editor is perfect for my needs, thank you so much haha. i haven't madea server in quite a few years (it's just for me and some friends) and everything is so advanced now haha
๐
Hello _11 or Turbot this is what happens when I updated it. https://gyazo.com/09a298c49c06644464ba68c2d77d769c
there you go
The thing is the nitro boosters didn't get there rewards.
what's the permission you set again
can you do /lp user <user> permission check essentials.fly on the user that boosted
Nope they do not have it.
can i see please
can you send /lp editor url
no one inherits the group that you added the permission to
it would be better to apply the context to the group IMO
but you haven't even added it to anyone
I'm a bit confuse. So I need to add the nitro booster context to the group as well?
you need to add the players to the groups with essentials.fly permissions
you can add the context to the group, the permission, or both, it doesn't really matter, but it's not going to work if no one inherits the group
How do I fix it?
for the least effort, you could just make all the permissions global (no context) and just apply the group with the context instead - either to the user or a common group like default
exact same as adding to a permission
I've actually wanted to do it a while but never knew we could.
inheriting a group is just the group.<groupname> permission
see here?
if you add group.nitro here with that discordsrv context then you'll be good to go
ah I see if I add to default rank, wouldn't everyone have the perm or only nitro boosters?
only the nitro boosters, that's the point of contexts
the permissions/groups only apply when the context is favoured
ah i see, so I remove the permissions context and just add the group context to the default group?
yep
Giving a try now.
If they are no longer nitro boosting it will automatically remove the group from them right?
yep it seems to work, thanks for the help!
hi i'm using Nametagedit plugin that is suggested by you but i am having issues with Inheritance say i got nte.member and vip got nte.vip nte.member overides the vip
I think EssX has a setting for prefixes/suffixes in tab, but general suggestion is to install a tab plugin such as TAB
none of those plugins do tab formatting afaik
!weights
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
i did that still having issue with it
I mean EssentialsXChat is made for chat managing, including prefixes in chat
but not for tab
you should install a plugin to handle tab still, like TAB
screenshot /lp user <user> info on someone who's having that issue please
at this time i have removed the inheritances
what LP version number?
!update first, newer versions have a very neat command to help with tracking inheritance n weights issues down
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
i'm using PaperMC which one do i use sponge
okay
you set up the inheritances right?
yes
okay, run and screenshot /lp user <yourself> permission check <permission> for both nte.vip and nte.member
hmm thats strange just checked it again after edits and member and vip work fine now it's when it hits the staff track it stops working
for staff nte. perms?
i'm in founder it says im member in tab i demote to senier-admin it says i'm vip in tab thats really strange
does founder inherit vip?
Any changes made in the editor have to be applied using the /lp applyedits command - impossible unless the person with the link is also connected to the server and with the required in-game permissions to use LuckPerms commands. It's effectively just as safe to share an editor link as it would be to share a screenshot of your permissions or a pastebin of a configuration file. The editor doesn't contain any sensitive data (except perhaps player names).
Please, don't be. We're here to help, not steal your permissions setup. Additionally, permissions can be tested by players simply joining your server and seeing what they can do.
senier-admin does not inherit admin though
nor admin inherits senier-mod
i thought i did that
there are no inheritances at all other than founder inheriting senier-admin lmao
okay that could be the issue lol
keep in mind that tracks do not mean inheritances
yeah its for promoting correct
yus
I mean inheritances, tracks and weights go hand in hand extremely well when set up linearly
but they are different areas of the plugin
tracks don't imply inheritances or weights and inheritances don't imply weights, etc
okay added all the inherits now and it just says member all the way through XD
lol
maybe it checks for nte.member first?
idk how NTE works, maybe it's to do with some ordering in config?
i added priority to the groups that matches the weights to luckperms
yeah they are correct in LP
hm okay I see, reading the NTE documentation it does priorities the other way around
1 means "display this one first", 2 means "this one second", etc
๐
moment
WOW lol i give it a go
so guys i used luckperms to use essentials kits but when my friend does /kit he is getting the command he doesnt have access to it
how to fix this plz

LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.

wht do i do?
read
Hey AmmaarGalaxy! Please don't tag helpful/staff members directly.
have you added the permission essentials.kits.[kitname]
what part dont you understand
YES
all
did you give essentials.kits
yeees
yes i am telling you to read the page
pls tell the thing i need to do
/lp verbose on
get them to try the kit command
/lp verbose off
i dont undertsand the PAGE
you're going to have a bloody great time being a server operator if you can't read documentation :D
๐ฆ
sending sad faces ain't gonna change it
i told you what to do
the rest is up to you
i dont understand it
we don't understand what you don't understand
try using more words to express your concerns
it just spams something in chat
then use a filter
๐
๐ฆ

PLS HELPppp
PLS WAITttt more than 30 seconds for a reply
;|
also your status is spelt wrong
lp verbose on <your name> & !aureliumskills
nw wht
any ideas i am completely stuck with this
breh anyone will help ME
now, try to run the command which isnt working
breh nw use the kit cmd
i tuned off thth verbose thing
Then do the command i said and use the kit command
but tht kit wrks for me but it doesnt wrk for people who isnt opped
Then use their name in the command
wow who would have guessed
and get them to do the kit command
you do realise op gives all permissions
๐
but when ever someone wants to get the kit do i always need to do the verbose thing ๐
no
holy
No.. You use verbose to find the missing permission...
verbose is a diagnostic tool to help you find what the permission is
you would know this if you read the wiki properly
reading is for nerds turbo
apparently
best support i have ever seen loving it ๐ ๐
fefo the issue is still happening ?
let's move to #support-1 for the love of Christ
okay
@tidal blade my friend still has the same issue
Hey AmmaarGalaxy! Please don't tag helpful/staff members directly.
Did you run the verbose command and get them to use the kit command like i said multiple times?
Hey AmmaarGalaxy! Please don't tag helpful/staff members directly.
spams
Then. Do. The. Command. I said.
it jsut psams
lp verbose on <your name> & !aureliumskills
Replace <your name> with the player who can't use it
after i do wht do i do
After you use the command, get the player to use the kit command
Then you will get a list of permissions in chat
Hey AmmaarGalaxy! Please don't tag helpful/staff members directly.
its on undefined
Then add it
how?
Same way you added all the other permissions
!commands Under permission commands
Find all of the available LuckPerms commands on the wiki.
โ
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
omega
?
whts the command just tell
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
half of it.
Well that's only the start of the command, you are missing a little bit from it
cn u tell pls?
cn u read pls?
i quit ๐
considering the page gives you the full command... I guess reading is just too hard for you. Good luck with every other plugin, as I am sure you have to read to setup other plugins as well.
lp group admin permission unset minecraft.command.ban
is it this?
@tidal blade pls check if it is tht command
Hey AmmaarGalaxy! Please don't tag helpful/staff members directly.
stop
Thats the correct command to remove a permission
wht do i do to make it enabled plz just tell
plz
is this coorect or wrong

doesnt wrk still
see
i want to make essentials.kits for for default group
see
omega
did you use verbose like how we said
yes
how are they broken?
well it changes their color
but
their whole name is pink
because I have the mod role incorrectly setup
yes i did it showed tht esentials.kits wan in undefined mode
and so how do we enable it to true
pls tell the command
so how do we create it properly
you can end their prefix with another colour code @harsh bridge
@tardy glacier with the suffix
Hey Toxicity! Please don't tag helpful/staff members directly.
or edit your chat plugin settings to add a colour code between it anyways
but I want the rank to be shown
@tardy glacier reply to my msg pls
Hey AmmaarGalaxy! Please don't tag helpful/staff members directly.
i was literally typing to you
ye
use verbose again now that youve set the permission, and see what it says
I saw many luckperms tutorials
wait
I can use demo editor to see the roles prefix

@trail lichen Will you just read the page.... it's not that hard.... it gives you the command. Stop being so lazy and actually read for once...
What enable thing
see here
Then use verbose again and see why
People are willing to help those who want to be helped
yeah
We don't spoonfeed
but I got my help from myself
Running a server will require effort on your part, this is one such instance of effort needed
my head was smart and told me that I could use luckperms demo editor for the prefix to work
๐ฆ
Stop pinging.
my server overloads whenever I add multiversecore
or something
stop pinging
for no reason
ok ill go to general
ah yes, deleting it makes it better
Correct
/lp group default permission set essentials.kit
While we indeed could easily tell you the command, you learn nothing, and thus are back here the next day asking for help with the same thing
god dammit turbo
this guy has been asking for hours, some people just need to be told the answer
how is my server overloaded when I allocated 16 gigs of my ram
otherwise we both just waste each other's time
yes they arent telling the command they r just telling me to read and wasting time
It does, if you're interested more info is pinned in #luckperms-api
Doubtful, my server was running on a R3 3600 for quite a while just fine
but #general
giving you the documentation to learn how to do it yourself is far more valuable than just giving you the answer.
what if you have more issues later on, you'll just come back to us and ask more questions that are already answered on the wiki.
people aren't always going to be here to help. learn to help yourself. it will be the best thing you ever do.
anyway, i gave you the command above, please enter it and leave us alone
is english not your first language?
yes why?
no worries
i just cant ๐ฆ
using a translator helps
i just started making a server
i just want kits for my mc survival server
cn u plz tell the command
it's hard to support people who don't speak english very well, i hope you understand
IM ENGLISH

is this correct
try it and see
my first laungauge is english
then the correct answer would have been "no"
0
ur telling to me ?
Yes
@tame hollow ty ur the besttttt it wrked 
Hey AmmaarGalaxy! Please don't tag helpful/staff members directly.

when you are confused on what is your first language lol
When using parents, it inherits the parents of the parent correct?
like chained inheritance? yea
What I thought, thanks!
Like see my friend has a rank how do I make it able to be showed in the tab list
Get a plugin that handles tablist.
Uhm like?
how to clear displayname
lp group <name> permission unset displayname.<displayname> :3
Stylizer, TAB and many others.
Kk
(Noticing some self advertising ๐)
Where :3
automatically puts a. at the end of each sentence how do I solve it?
im not using deluxechat
the point only puts it if in luckyperms you don't have *
for example the owner and dev who have * don't
Probably another plugin you have doing it.
hello i have some questions
1st I want to create a new server because i am running a server from aternos and it is terible waiting 20 minutes every time i disconnect
can someone give me instructions?
and also can i download the world from aternos and run it on the new server with plugins etc?
(i need a way that doesnt need web hosting like aternos)
(im using tlauncher)
I doubt aternos allow download of world, and yea itโs after service so donโt expect much in terms of reliability and performance
Also these quesiton are more suited for #general
oh okay thanks
soo i did download my world and i opened it on singleplayer right away just to inform u that it can be donee
Ah then just add it to your new server
If you want more then just one world, then you need to use a plugin like multiverse
okay thank u!
Why doesn't he show me the prefixes on the t
hi can someone help me real quick?
!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!
!ask how do i give only build and break permissions to people who join my server?
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!
i made ranks and stuff but idk how to add perms to them
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Do you have essentials antibuild?
i dont think so
EssentialsChat is usually what people use, although any chat plugin will suffice
So โLuckChatโ will also suffice, yes
Does anyone here happen to use Graveyards 2.0? I'm having difficulty with /gy list and /gy nearest functioning for permission groups.
!verbose
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.

I see, so it appears those two commands exist as part of graveyards.admin, instead of graveyards.info (as noted by the spigot page). Interesting.
lol
So here's another question. Is it possible to specify permissions for an exact command within a subset? (I.E. within graveyards.admin, allow access only to the list and nearest function.)
I'm very new to using LP so if that is documented somewhere that I didn't see...my apologies.
"graveyards.info - Gives access to the basic info commands (/gy nearest and /gy list), for regular players."
@silk dock
^ That doesn't work. And after trying Fefo's suggestion to use verbose, it proved it. Those commands should be part of graveyards.info, but they're calling from graveyards.admin. (I.E. they only function when I give the group access to .admin (not .info as it should be). This is what made me ask the question of if it's possible with LP to drill down past the parent node to the exact command I want to apply a permission restraint to. Hopefully that makes sense.
havent used this plugin myself
are you using the web editor or in game commands
because the web editor normally shows all the different permissions for a plugin
for example if you type "graveyards. ", it will come up with all the graveyard permissions
I'm actually not sure what you mean by web editor, but to see what they existed under, the verbose command suggested by Fefo helped me figure that out.
ok
u can run /lp editor ingame
and it opens a webpage where you can edit permissions
or from console
Oh okay yeah I have that open now.
So that being said, is it even possible to limit down to a singular command within a set?
what?
With essentials, they're individualized as essentials.home, .sethome for example...but that doesn't seem to be the case for graveyards. Thanks for entertaining my questions by the way. Essentials support is outstanding...graveyards...not so much...and I know these questions are looselyassociated to LP.
To me, it seems like the author had intended to implement graveyards.info, but never did.
sorry im not really sure. maybe wait for a helper or mod to help you with this problem.
Hello Turbo remember about yesterday situation with the group context? It seems like it didn't work out, other players are getting the nitro permission that has the default (guest) perm.
@silk dock sadly LP can only deal with permissions as the plugin defines them
Gy would have to get its life together for lp to be able to grant perms to that one command
check their contexts with /lp user <user> info , if it's saying true for the boosting context then DSRV is doing something funky i guess? not really much else i can say on that
would need more info on the matter
It's really strange so "default" rank have the group nitro and guest.
It works for nitros then earlier I found out guest players also have nitro permissions.
i'm gonna need to see a screenshot of the above command on someone who is having that issue
and maybe send your /lp editor again
Alright I will in sec.
I'm beginning to think it could be a bug?
can anyone help me with luck perms permissions i got $4.00 cash app ill pay
its not alot but
i need help setting groups up adding players and permissions
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Hello Turbo when you are available later on today, I'll send the link.
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
!help bungee
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
!bungee
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
!bungeecheck
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
I've tried all of these steps and I still get those mismatches
>.... [02:45:26 WARN] [LuckPerms]: LuckPerms already has data for player 'TomTheMelon' - but this data is stored under a different UUID.
>.... [02:45:26 WARN] [LuckPerms]: 'TomTheMelon' has previously used the unique ids [9a06deb0-ef60-337e-90ce-7ef0842f861a] but is now connecting with 'ab51c4e1-2d2d-4f6c-9df9-a425b2ba4a72'
>.... [02:45:26 WARN] [LuckPerms]: The UUID the player is connecting with now is Mojang-assigned (type 4). This implies that BungeeCord's IP-Forwarding has not been setup correctly on one (or more) of the backend servers.
>.... [02:45:26 WARN] [LuckPerms]: The UUID the player is connecting with now is Mojang-assigned (type 4). This implies that one of the other servers in your network is not authenticating correctly.
>.... [02:45:26 WARN] [LuckPerms]: If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!
>.... [02:45:26 WARN] [LuckPerms]: See here for more info: https://luckperms.net/wiki/Network-Installation#pre-setup```
Only does it in bungee
Fixed.
Hey!
You can set permission contexts like world=flat
is it also possible to connect them to (worldguard) regions?
zo users can only use that command in a specific region?
cant find it on the wiki
Add contexts not supported by stock LuckPerms.
How do you make it so you can buy ranks with in-game vault currency?
Im trying to make it so you can buy ranks in te shop with vault currency (Economy plugin: Economy)
Wait Jay is a support in pebblehost too lol
yes
I cant download LuckPerms for BungeeCord. The site loading endless.
Which site? luckperms.net?
Yes
!downloads try with the second link on the embed
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
The ci.lucko.me site loading endless.
Works for me
Someone send this poor soul a Bungee LP jar 
@lavish raft
thx
Hi. Wildcard '*' is not working. What had I done wrong?
I am added to a group 'Owner'.
Make sure apply-default-negated-permissions-before-wildcards is set to false in LP config, if it isn't change it and restart
(also UUIDs are public and totally safe lmao)
Its installed on Bungeecord
I dont have that setting
then you have nothing to worry about; why do you say it's not working? what does "not working" mean exactly...?

@prisma hinge I dont have access
Hey Stefano! Please don't tag helpful/staff members directly.
Did you.. erm.. install LP in all servers or just proxy?
Just in proxy as the setup guide told
Which one? could you link it here?
The more general Installation guide provides details about how to install LuckPerms on a single server instance. This should be followed for each server in your network. (in most cases it's as simple as adding the plugin jar to the plugins/mods folder)
Oh I need to install on all servers
How would i change the name of a rank?
https://i.imgur.com/SLbCi6c.png no point redacting it, it's completely public
@prisma hinge Thanks. overlooked it
Hey Stefano! Please don't tag helpful/staff members directly.
/lp group <old name> rename <new name> unless it's the default group which you can't change the name of
Thanck you
Then you'll have to run a bulk update, first example for group renaming https://luckperms.net/wiki/Bulk-Editing#command-examples
/lp bulkupdate all update permission group.rank "permission == group.ranckone" So if i wanted to change the group ranck to ranckone would i do this
other way around
hey, anyone know a reason for high cpu usage (non bungee)
seems to have fixed itself now tho
Out of curiosity.. how many plugins do you have?
only a few
about 10 + a few utils (protocollib etc)
tbh it's probably another plugin thats causing tps drop, but im wondering if i misconfigured anything with LP
If it happens often you can set this setting to false https://github.com/lucko/LuckPerms/blob/master/bukkit/src/main/resources/config.yml#L657-L658
(and restart)
Hello Turbo Iโll be able to send you the editor link later when Iโm home. Iโm currently not online.
Hello Turbo I'm now on. Is it better if I open a support ticket for the bug? I'm not sure if is actually a bug from DiscordSRV or LuckPerm.
Hello, question is there a way to set my "guest" rank player first rank into a default instead of adding "group.guest" in default one.
I just thought of this idea so that if I add the nitro group as a context then if players boost discord then only boosters get the rewards not the guest players.
how do i deal with "XXXX" is not a vali UIID, error in using the command /lp user "XXXX" permission vip
im setting permission to a bedrock user on my java server that runs geyserMC
Hi, I have luckperms on my server but the permission for multiverse won't work. Does anyone has an idea what to do?
!help
!advanced
!api
!argumentbased
!ask
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!formatting
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
im quite confused
my suffixes dont show up for certain tracks
ive been using this command --> /lp group aztecrookie meta setsuffix 1 "&7 [Aztec Rookie]"
which doesnt work
but ive used the same one for other kits, that do work
webeditor shows that they have the same permission suffix
can anyone help with this?
how can i add permission to a command that i have created with the plugin mycommands?
dont ask the same question in 3 channels lmao, u wont get help faster and you will probably just annoy staff.
ok
hi, can someone help my ?
Don't post in multiple channels.
okay sorry ๐
Why isnโt powertool working for me when I put it as one of my permissions
It wonโt let me use it
I need help with Luckperms bungeecord
!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!
!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!
Can anyone help us?
Ask the question
How can i make it so the prefix and ranks go across every server in my bungee
I installed Luckperms Bungee
And Luckperms on every spigot server
But the ranks and prefixes wont work
Only if i do it with ./lp
!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.
Hello, can i get some help on the permissions and group context from luckperm? I'm following up the my current situation that I've been trying to solve so that nitro boosters can obtain the follow permissions.
I'll ask you to send:
* Your LP config (remove any passwords)
* An editor link
* Point out the relevant groups/permissions
* Point out the relevant context(s)
* A screenshot of `/lp info`
* A screenshot of `/lp user <user> info` on an online player that is getting the group/permission when they shouldn't
* A screenshot of `/plugins`
* A screenshot of
/lp user <user> infoon an online player that is getting the group/permission when they shouldn't
Ah I must missed that, I just did.
/lp commands, not /lpb
DSRV works on spigot, not proxy, so the issue is at the spigot level
ah
alright just edit it.
Also yeah spigot LP config, not bungee
and there's still stuff I asked for that's wrong
I'm genuinely curious though, is it really that hard to deliver a specific list of things?
I know mate, but ugh
I'm actually curious
I really do want to know
Yeah sorry. Lol Luckperm bungee and luckperm spigot.
what?
Alright I just edit that.
The erm.... lp info is still from the proxy
I'll double check... sorry
Also, I see that player has boosting=true... are they getting the permissions or not?
That the right config as i checked my spigot one. hmm and no they are not. I've tested that earlier before as I referred.
in the editor session you sent there are no permissions at all with any dsrv context
I had it remove when I was testing group context yesterday.
Removed group context after knowing guest players had access to nitro rewards as well.
I'm sorry I can't do this
It's all good, I'm just running out of options.
I've got it solved.
Hi, been getting this error from LuckPerms for a while now:
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.
I have no idea what is causing this
!bugreport
If you would like to request a feature for LuckPerms, or report a bug, feel free to open an issue on GitHub!
Can LuckPerms effect OP's
because recently most of my plugins are saying i don't have permission even tho i am op
don't worry fixed it
i removed * and added luckperms.autoop
how do i give a certain rank permissions for a command? Whenever they do it it says You do not have acces to this cmd?
Hello I have a probleme with bungeecord permission. I configure Mysql on server and bungee so all sync but I don't have all bungee permission. exemple with multi lobby /lobby don't work also there exist no permission for this command ! So if a dev or support can help me in private for screenshot I would !
Hey ZUHOWKS! Please don't tag helpful/staff members directly.
hello I have a problem with luckperms when I but the plugin in my server it crashes for no reason and when I remove it it works perfectly I am in 1.8.8 I tried to delete the luck perm folder still nothing and I have well the latest version
@prisma hinge authme?




