#general
1 messages · Page 30 of 1
Let’s not, Thanks.
penis
@radiant chasm penis
@outer vessel penis
Hi everyone, stupid question here. Is there a way to promote/grant a group to a user once they accept certain rules or click on a sign ? I can't find anything :/
you would need another plugin to do that
penis
penis
start the "penis chain" keep replying with "penis"
let's not chain spam
never knew luckperms server was this small
nvm
i was looking at
3K MEMBER
yea maybe i was wrong
I think 20k members firmly puts us in the medium-large range
yea
just stressed about making servers
now i dont wanna make big public servers
at this point
on minefort
they get griefed and idk who to trust
Any suggestions ?
There's probably plugins that allow you to make console run commands when you click on a sign or do another action, just use that and make it run LuckPerms' parent set command
Well even vanilla allows tying a command to be ran by the player to signs
man I keep switching words today, I did not get enough sleep lol
just make a player command to run commands as console 
s e k u r i t ee
you could've just wrote Command signs plugin on google tho
it showed a lot of results
sudo if it made sense
the fact that EssX sudo cannot run commands as console always drives me bananas
PR it.
Nucleus (or rather Sponge as I recall) suffered a little worse.
sudo on users would run at that users perm level, so there was no way to force them to "have permission" for the command
isn't that the same as EssX though?
yeah, there's no way to just override the permissions for one command on bukkit (aside from the janky op, run command, deop)
you can just get a sudo plugin from outside
i once heard essentials doesnt resist when u try to override its commands
I actually dislike Essentials, they're code is old and they don't bother to rewrite, they have way too many stuff that you'd not need, a normal user would only use around 30% of its features or smt
I too thought up such deranged concoctions, thankfully I never followed through.
eh, it's ok, and they are trying to modernize (i.e. they cut over to adventure a month or 2 ago, which is huge)
that's late. And I don't like the idea of modernizing something every month lol
I like using my little scripts 😌
Skript?
How dare you
I wrote a Kotlin script thing so it reads Scripting files written in kotlin using a DSL I wrote
It's magic or something
https://github.com/DrZoddiak/KotlinScript Blessed be the scripting gods
XD
...what the fuck
It's actually super based and not like Skript you see
i actually clicked on that
TIL .cm is a TLD
yeah...suffice it to say an interesting company bought that typo domain

I am really bored I want to make something but I don't know what it is 
Start learning Rust 
what kind of something?
actually something with java
nO tHaNkS
Spawn protection plugin wouldn't be too hard. Would get you started in scheduling tasks and using permissions.
Could add commands/config for the tickles of it.
bruh that's way too simple I made more complex spawn protection plugins before
I certainly don't want to start learning a new language now and if I do it has to be JavaScript :p
"Something with Java" 
yeah java isn't all about minecraft, I like doing stuff with java outside of mc :p
like java swing is fun to mess around with
learn roblox language
@cyan wasp
Can i help you
hi
I don't have any use for lua
twas a joke my friend
Lua is cool tho, why people bully it just because Roblox is made in lua :p
...eh
Skript is better for scripting 
it's got some odd choices i.e. 1-indexed lists
Not a choice, an accident*
And to be clear, I'm not throwing shade, that's just real
good thing I can just make java scripts
w0w
what scoreboard should i use for showing off player's ranks. Ii've tried a few and it doesn't work to show the prefix.
Any scoreboard plugin supporting PlaceholderAPI placeholders should do the trick.
problem is that i've tried a bunch and any of the placeholders don't work. like i've used /papi ecloud download luckyperms and i've read the wiki on what i should do so iknow what to do BUT for some reason the scoreboard does not want to show the prefix like normal. I've done the same thing on older servers i was working on and it worked perfectly. But this time for some reason it doesn't
The plugin is LuckPerms not luckyperms tho
Make sure the scoreboards plugin supports PlaceholderAPI and that you're using the correct placeholders
ugh
Did you actually type /papi ecloud download luckyperms?
^^ and make sure you run /papi reload, I can expect you to not have restarted or ran that and just directly came here
so you are telling me one "y" messed my 💩 up? XD
Alright so you have LuckPerms Placeholder downloaded. Now are you sure that the scoreboards plugin supports PlaceholderAPI and that you're using the right placeholders?
well im using %luckperms_prefix% because i want to display the prefix of a rank like this.
But on the scoreboard.
Yeah that's the correct placeholder for displaying a prefix, and you can find the full list on LuckPerms' wiki
yea i know i've read the whole thing
Which scoreboard plugin are you using, and how does your scoreboard look like currently?
There is 3 requirements for that to work:
1- PlaceholderAPI needs to be installed
2- LuckPerms placeholder has to be installed through the ecloud subcommand
3- The actual Scoreboard plugin has to support PlaceholderAPI
Well i've tested a few Scoreboards but i chose SimpleScore whitch says that is supports PlaceHolderapi but the damn thing gives me internal error after i try to relaod the plugin using plugman
!plugman
Using Bukkit's /reload command causes issues with many plugins, including LuckPerms. If you are adding or removing plugins, you should always fully restart your server.
Plugman causes all of the same issues as /reload as it is fundamentally doing the same thing as /reload
i've got all that under cover
Don't use Plugman
(Applies for most plugins, not just LuckPerms. Reloading is fundamentally flawed and should be avoided.)
If you want a golden tip, delete Plugman and never get it again
Restart your server and see if that fixes it.
golden tip accepted plugin deleted
Alr
crying in scoreboard
it worked but at what cost :' )
It's because you're using RGB and it does not support that many characters
you'd want to try other scoreboard plugins, some of them do support that many
heh. Well atleast i know what i need to do now. Thanks
yw
It needs to have HEX support right?
How are you gonna display your hex colors if it doesn't 
IDK some call it Rgb and that hex is adiff thing
I mean yeah, hex code is just the format that the color is represented as
(it's an abbreviation of hexadecimal)
isn't RGB the format
I often get confused between RGB and hexadecimal
both are the same thing judging by the peoplle in the spigot forums
Hexadecimal is just base-16, usually expressed as 0-9 followed by letters A-F
also why is RGB sometimes formatted as 221,22,11 and sometimes as #AWHAHWAHHA#AAWRAJIRWARA
Convert the base-16 hexadecimal codes to normal decimal base-10, and you get the i.e. 221,22,11
(and vice versa)
Does a plugin have to write support for both types, no?
Entirely depends on how they're handling it, but most things just use the 2x3 hex digits because 6 hex digits +1 # is a lot easier to deal with than 3 1-3 digit numbers

At least I understand that RGB/Hexadecimal has 2 different formats, thanks 💃
I never use RGB so I didn't have 100% understanding of it, I just use legacy color codes for older versions and MiniMessage for newer versions
i found a scoreboard that supports HEX & RGB its called StatsSB (saying this just if someone has the same problem they can fix it)
👍
how do i make a command useable for anyone
i dont know how to use this plugin
nevermind im good ima watch a tutorial
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Mornin
can someone tell me why efficiency 8 doesn't one shot diamond ore?
i enchanted it with eff 8 using /ie enchant
idk this is a support discord for a plugin.
кто в гарт фон пишите ФАСТОМ в лс
English please.
Good question. 
Then make it Efficiency 1000
!contextw
Sorry! I do not understand the command contextw Did you mean context?
Type !help for a list of commands
huh
huh
!contextw
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
Night yall love u
😐
why is the prefix double?
!faq
Check out some of our frequently asked questions.
And check the output of /lp user <user> info. LP's not displaying anything.
anyone here a dev that can help me build my skyblock sever 😭 🫶
We're not a marketplace. If you're looking to hire developers, use a discord that supports such requests. Namely, the HelpChat discord and Spigot forums http://www.spigotmc.org/forums/services-recruitment-v2.54/ are known solutions for that sort of thing. 😀
Okay thanks
Morning love yall
Not a marketplace. ask somewhere like helpchat.
Jeez, literally few messages above. Third time today someone requesting for services. 😅
@here some1 here
Trying to ping all online users on a 20K member for no reason seems pretty selfish and we'd appreciate you do not cross post.
@upper heron
It's minecraft.command.<command>
For example: minecraft.command.gamemode and since you're using LuckPerms its tab complete feature will help a lot.
Thanks
yw
#support-1 or #support-2 for LuckPerms support and, please, post logs using a pastebin.
ok thanks darklaw
Mornin
Mornin

Hello everyone
today is a great day
to get outside
and breath
and touch the green grass
grass 🤮
can someone help?
Sure, what's the problem?
just got it fixed -.- never mind tnx
help me
When you finish using the editor just click Save and copy paste the command into the game as it's saying
they did that, but either they are running the command on the wrong server or the server restarted
or they already saved from that editor link
You can't apply changes from the same link twice?
Oh alright. I'd just run /lp editor again lol
Add --force at the end ig
dont
Aip applyedits
03PYTkTSsi
Blindy recommending the use of the --force flant isn't a good look.
We generally recommend you generate a fresh session, each time you're making changes and refrain from using the same editor over and over. Especially when generated from a previous state of the server (before a restart, etc.).
Please enter and save changing.

Run this command
I am a junior high school student in Japan and I am still learning English so I apologize for my poor English.
It's okay at least you can watch anime without subtitles :)
Ok
I was surprised at how few Japanese people there were on this server, but I want to support a variety of people on this server.

lol
that's my goal in life
頑張って
guys i have a question
Well, then ask it?
can efficiency 8 one shot diamond ore?
Most likely not
alright thanks alot
yw
No thanks, and please do not post crypto scam offers here.
Late
No it's not late, it's only 7 PM :>
I am trying to set up luckperms on my modded 1.16.5 forge server. How do I do it?
No
Morning

how to give all rights to the admin? Does this have a special button/command?
/op
Just op the person, otherwise give them the * permission
!nwc we dont recommend giving the root wildcard
Some plugins are created in a way which results in odd behaviour when the root '*' wildcard is used.
Thanks
Another question is, the higher the priority, the better the privilege or vice versa?
Higher weight, higher priority.
Higher weight, the cooler you are.
what plugin should i use to display powerranks ranks in the tab list of a server?
!tab Bottom link has some tab plugin suggestions, however, we recommend you swap out PowerRanks for LuckPerms. 
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!
oh sorry, i meant luckperms instead of powerranks, typo
one of my servers had a plugin to display the ranks used in my luckperms, but i forgot its name
Thanks for your personal suggestion.
does tab need any other plugins in order to run properly?
You're welcome. 
No, it doesn't have any hard dependencies.
can't put tab, sadly, do you know anything else?
Doesn't Aternos allow you to manually upload files?
no
nope, displays this
"You can't share files here."
also, you can have this enabled when replying to me
they dont want you to upload a plugin that could trick their system into thinking there is a player on the server at all times preventing it from shutting down
Neat.
guys i have a question
luckperms doesn't display cmds for easywarps plugin when in this menu
so will default rank players have permission to run /warp spawn, /warp box, /warp netherbox?
That's expected behavior, yes. The dropdown consists of permission suggestions and you shouldn't rely solely on the suggestions when adding permissions.
You can add those by hand.
See verbose as to how you can locate permissions with LuckPerms and next time, please, use of the support channels for LuckPerms support. 
ill ask one of my testers to try it
thanks!
also, theres just this command "warp"
so i think it belongs to the EasyWarp plugin's /warp command?
LuckPerms manages permissions, not commands. Consult EasyWarp documentation regarding the permissions provided by the plugin.
guys i have a question
The blue privilege is higher than the green one, but in the tab it is lower, why?
priority is higher
Because sorting groups in the tablist is entirely up to your tab plugin, not luckPerms. Weight does not act as a source of sorting your groups in the tab.
😀
one person gets dev rank on my server
server is done for 🔥
what command is used to rank people?
i think it was /lp user <player> group add <group> or something like that
Close enough, it's parent not group
ohh
iirc group is an alias for parent
Indeed, though parent is still the correct command (you'll notice that group doesn't have tab completions)
this isnt a marketplace
sorry
Это делается в настройках плагина таба
Там в конфиге есть такая тема типа приоритет
В TAB или что ты ющаешь
Yeah so it's fine then since you didn't spawn inside the block?
You could try placing a block, going on top of it then setting the spawn and breaking it too
If you set the spawn some where else does it spawn you in that new place inside a block?
Hmm, can you go up 2 blocks then do /setspawn and /setworldspawn then see if it's fixed?
Then there seems to be another plugin conflicting with it. Also make sure you ping me when you reply to my messages
Hi Is there a plugin that is compatible with Luckperms that first checks whether the player has the permission then executes the command
Can you elaborate more?
that is every plugin that supports permissions
I downloaded Luckperms legacy version, and my PC said it was a trojan and removed it from my computer
Is this normal?
@dire spruce
Yeah, Java JARS often false positive with antiviruses
mornin'
Hello Emily
Hello cpk
Does anyone recognize this problem? its regarding player warps.
if you do and you know a solution i would really appreciate it.
You don't have permission to use the commands you're trying to run
i tried giving myself said permissions,
and used a command recommended by the author,
didn't do anything. I even went a step further by looking into alot of the plugins config files.
nothing so far at all.
and i don't plan on giving everyone op just to get it to work.
so theres gotta be a fix to this.
/lp user <your_name> permission add pw.warp
/lp user <your_name> permission add pw.admin.set
Are you running these commands?
can these commands apply to everyone?
i used the first on
one*
not the second.
Yeah then you should have access to run the command that requires that permission
Since you assigned it to yourself
Yeah, more preferrably you should add these permissions to the default group so that everyone has them
/lp group default permission add <permission>
The default group is the group that everyone will be added to when they first join, thus inheriting all of it's permissions
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Yeah its still not working sadly.
all have a look at the luck perms stuff
but im not sure its gonna change anything.
thanks for the help though,
What's the command you want to use?
All im trying to do is make it so then all players on my server don't need operator to teleport to warps
Yeah I know, what's the command to teleport to warps?
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
Then just simply give that to the default group
All your players will have access to it then
how do i use verbose? do i just input the command that you would use to pwarp?
for me when i put the command in it just says luckperms are running.
Pretty much
You can use /lp verbose command me /<command>
It'll tell you what permissions were checked
Still giving me this
Aren't you opped?
Type /lp user <your_name> permission set luckperms.* on console to give yourself access to all LuckPerms commands
Yeah LuckPerms tells you it's version if you don't have permission to run the command
Which one is the first one?
first thing checked for?
Yeah
pw.admin.removeall
Which command did u run
/pwarp
bruh, run /pwarp and a warp name
those are the permissions of PWarps
Players should be able to teleport to warps by default?
if not just set your warp to public
let me see
okay im gonna try deoped now.
see if it works
Doesn't work without op still
What does it say?
same message
Op yourself, then run /lp user YOURNAME permission set luckperms.*
Then deop yourself and run /lp user YOURNAME permission set pw.warp
Then try the command again
Okay now do /lp group default permission set pw.warp
they won't have that permission if they're not in the default group though. You should make every single group of yours inherit the default group because that's what default is made for
alright
all ask my friends later if it works for them.
all make sure to contact you if it doesn't work
but thanks so much man :]
You don't need to ask your friend, just deop yourself and remove that permission from you then try to run it (make sure you're on the default group or your group is inheriting it as I said)
Higher groups should always inherit lower ones, for example:
MVP+ inherits MVP inherits VIP++ inherits VIP+ inherits VIP inherits default
if ANYONE CAN HELP ME PLZ MSG ME I BEG ILL PAY YA 5$
this isnt a marketplace
Hi all, I am setting up luck perms
Velocity
do i need to use the same DB logins for velocity as i do for the backend
or should they be separate
I want staff ranks global and donator ranks to be in specific backend servers
Then, you'd have to sync your LP instances using a remote database and use contexts for anything server specific.
(You'd want to use one of the support channels for LuckPerms support, #support-1 / #support-2)
np, but would i use the same database on the proxy as the backend servers?
Right.
Hey ggv_0310! Please don't tag helpful/staff members directly.
Does anyone know whats going on? Cause i can't change the amount of pwarps a player can set and it seems like a permission problem.
pw.admin.set got changed
but still saying its static amount
i checked configs and found nothing.
Don't randomly ping others and stick to the proper channel for support, where you've already posted your question to -> #support-1.
That'd be a question for PlayerWarps support. Consult their documentation.
Found the following screenshot on the plugin's download page.
Isn't "pw.limit.<#> - Allows the player to make a certain # of warps" the permission you're looking for?
I don't know if this is possible, but I'd like to restrict players from modifying a region of a map. The player can enter the area, but they cannot build or destroy any blocks. Outside of the region, they can play as normal. Is this possible?
PaperMC and Velocity, if that matters...
Yup, worldguard is the usual solution for that
Oh man, superb
@floral jungle Environment is Java 17 and version is 1.19.2. Got timeout in that server
.. Dude im not answering your support from a different server here. Wait untill the timeout ran out, theres no reason for you to bring it else where
ohk
yeah let's not bring stuff cross-server please
Hey there, how can I delete all sessions and trusted editors?
sessions time out after either 15 or 5 minutes inactivity (something small like that, can't remember which). Trusted editor sessions are stored on users as meta, the key is editor-key or something along those lines. You can just delete those nodes.
Alright, thank you 🙏
(An easy way to go about removing such nodes would be by opening a new web editor session and using the search function searching for any meta.lp-editor-key nodes and removing them from there.)
Good luck 🍀
Best of luck. 🤝
Thanks
Good luck 
Fingers crossed that your role in this discord doesn't carry over to your exam, _11. 
If I do bad it's entirely self-inflicted, I have not studied anywhere near enough lol
!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 if i didnt maked an backup, there is an automatic backup what is made ? i want a backup from last hours / days
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!
No, LP does not automatically do any sort of backups, that's something you'd need to have set up.
how do i connect my server to luckperms?
are u still here? i have 1 more question
!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!
again.
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!
my bad
!ask if i had backup from my minecraft server and i loaded it, the permissions will load too, yes ?
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!
why does bot show no text
I'm guessing you have embeds disabled in your client settings? Clippy sends an embed message in response to !ask https://f.u11.io/3uF4xK
and to answer your question, I don't know, I have no idea what your backup includes/doesn't include.
is that my question or other guy
i dont know where i can activate it, and thanks again for response
how do i fix it
Does anyone have a Vault API link for 1.20.1? I need it because knowing factions asks me for vault
!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!
hey. idk i dowload the lasted veirson of luck pemrs and for bunngee that stuff but is not working. and i did all that MySQL creating database but not working
and i even follow the tutruail where i make that 1 year ago .
Please take it to one of the support channels, and provide more info as to which part isn't working in your network setup.
@cyan wasp 
Top o' the morning, cpk.
Good Afternoon 😄
You may have missed some mods. But, that wouldn't be intentional, right?
what the fuck
The poll is over thanks for playing.
Okay I definitely wouldn’t say that.
I probably have more messages in the last 2 days than you have in the last two weeks
Was that some sort of reference, or am I tripping? 😅
No

@scarlet light
@trail shuttle
not uh
i was going to say i liked how every mod who was listed voted on their own, but Jay didnt so i didn't say it
I should have gotten @austere rover to vote...
i'll vote for you next time
uh huh.
lol
deleted or no responses
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.
Fun fact: Posting a pastebin with 0 context wont get you any sort of support. As well as multiposting 😄
well basically i have a network with waterfall and i set up a mysql database for luckperms, but i have an error
any idea how luckperms works with worldguard
i wanna make it so that if a user is in a certain luckperm gorup
they have access to the region as a member
That's up to Worldguard, but if memory serves, you add g:<group name> as a member/owner using the normal commands
@scarlet light
@trail shuttle
@forest helm DOES LICKYPERMS SUPPORT 1.20.5??????

unacceptable
Hey cpk! Please don't tag helpful/staff members directly.
He already tried to connect to server?
yes
Shush
So, redirecting from #support-1 now that I know that isnt the place to ask about this, I'm looking for something to do the chat-formatting but im in a weird spot running a non-bukkit/spigot forge server on 1.19.2. Spongeforge is only 1.19.4 and betterforgechat as listed on the site is only 1.18.
Anyone have a suggestion that works?
You could try Nucleus
Nucleus?
LuckPerms wiki suggests that for Sponge
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
Check the last link
they arent running sponge
Oh, then what
Im running just forge, was looking into spongeforge but it isnt working for my version
But because its 1.19.2 i cant find anything
its either stuff for fabric or its for the wrong versions
ah your message was a little confusing
My bad
(moved from #support-1 message ) @quasi crystal Because older plugins that are still compatible with both would depends: [Essentials], even if they still work on EssentialsX. Changing the ID would break that compatibility even if the code is still compatibile. Similarly, older plugins that depend on EssX pre-ID change would be broken by that ID change.
ooh, so it detects EssentialsX if it's depends: [Essentials] but it doesn't detect Essentials if it's depends: [EssentialsX]?
exactly
alr ty 🙂
how would i go about formatting stacking with VCF
The default format should do you justice.
i am recieving both prefixes as shown below however i still cannot stack them
just to be clear my goal is <customprefix><Ownerprefix><name>: <message>
no pictures while driving
Shush
Does anyone know how to make a custom color in a prefix like #ff0105?
@viral cosmos not the place for that kind of thing.
Can lucko do a backflip?
Yes, but only if you're not looking
I want video
I need help, I want to migrate from group manager to luckperms but doing so does not migrate the players' permissions
What if I stopped watching and recorded him behind my back
He can do it but you won’t see it
!?commandblock
Sorry! I do not understand the command commandblock Did you mean command?
Type !help for a list of commands
!?selector
Sorry! I do not understand the command selector
Type !help for a list of commands
Clippy PR moment? Don't think this one gets brought up frequently enough though.
Maybe 😮
Clippy been getting buffed recently
Yeah, Clippy been hitting the gym.
Still waiting for my PR, though, to get reviewed & merged.
@old shore
Hey aradhay_khera.! Please don't tag helpful/staff members directly.
Hey aradhay_khera.! Please don't tag helpful/staff members directly.
Could you not ping others, especially people from the sidebar, for no reason?
What permissions are we referring to? LuckPerms permission nodes? You'd have to be more specific.
Morning. 
jermacore
Кто русс
Indeed.
"Indeed… it is a wonderful day" but with Max Payne's deep voice
√√ππ√√√π~÷`÷|÷|÷|
Sorry no one here speaks symbol
if you have a question its preferred you speak in english
Unless someone here is trained in the art of symbol
¯_(ツ)_/¯
!hacked
Most certainly: no. In most cases a 'LuckPerms exploit' is a simple case of human error, which can be avoided easily. Look below for some tips to be on the safe side.
While this should be obvious, a lot of times a exploit can be traced back to faulty permission settings. You should always take your time with permissions and read the plugin documentations. In 99% of all cases the plugins have documentations explaining each permission, in the rare case that the plugin you are using does not have a documentation, you could still:
A: Ask the plugin developer for help
B: Use LuckPerms verbose functionality ( !verbose )
C: Select a different plugin with proper documentation.
If you are running your server or network in offline mode, hackers have it really easy to steal your, or any other admins identity. While the server is in offline mode, certain checks ( which exist to prevent exactly this ), are being skipped, and the server does not verify if the person joining actually is the person they claim to be. While there may be plugins which increase the security of offline mode servers by adding things such as admin codes, you should just switch it to online to prevent the issue in the first place.
You should never put anything on your server which has not been downloaded by yourself from official sources. Plugins can be infected with malware which injects itself into all other plugins, and thus is hard to remove. While it may look like a plugin has been hacked, you most certainly downloaded a modified version of it and it is not the plugin authors fault. In case your server has been infected by such malware:
- Stop the server
- Delete all plugins in your plugins folder, and just to be safe also the server jar file
- Re-Download all plugins and server jar files from official websites such as SpigotMC or official plugin websites ( luckperms.net for example ).
- Check if there have been any modifications to the permission system and remove unknown users and wrong permissions.
if you follow these steps you should have a clean server by the end, without exploits.
i can't play 1.20.5 because papermc didn't update yet
they're working hard on it, don't worry 💪
As someone who does not use paper either as a host or dev I can confidently say it's probably a really small fix they're just refusing to do
/s
As someone who has never touched vanilla servers, I can confirm they just need to turn it off and on again 👍 /s
is essx available for 1.20.5
!most why not ask them?
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
Someone refresh me but I am getting back into the game after a long hiatus, does LP let you set permissions per-server for multi-server networks?
!context yes
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
Thank You, this is somewhat off-topic, but where are people finding trusted devs to hire these days? I used to use the Spigot forum, but last time I did that they wrote a backdoor into the plugin lol (a long time ago)
I'm not certain necessarily, but HelpChat is fairly reliable if you do a little prep work on people first.
I've never used it myself, but I hear BuiltByBit(?) I think it what it's called, is fairly popular. I can't speak to it's reliability, but I've heard good and bad.
Otherwise it's somewhat a matter of researching who you're hiring and putting faith into people, wont always work out sadly
yo
Goodnight CPK
@scarlet light
True
Good afternoon fellas
@quasi crystal I send here ?
Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
# Please read the https://luckperms.net/wiki/Prefixes,-Suffixes-&-Meta before you set up.
#
# Placeholders:
# {message} - the chat message
# {name} - the player's name
# {displayname} - the player's display name / nickname
# {world} - the world name of the player's current world
# {prefix} - the player's highest priority prefix
# {suffix} - the player's highest priority suffix
# {prefixes} - the player's prefixes sorted by the highest priority
# {suffixes} - the player's suffixes sorted by the highest priority
# {username-color} - the player's or the group's username color
# {message-color} - the player's or the group's message color
#
# To reload the configuration, run '/lpc reload' command. Make sure you have the 'lpc.reload' permission assigned.
# More information can be found at https://www.spigotmc.org/resources/68965.
chat-format: "{prefix}{name}&r: {message}"
# Set the format per group.
# Note: Option for more advanced users. Remove comments to run.
group-formats:
# default: "[default] {name}&r: {message}"
# admin: "[admin] {name}&r: {message}"```
Can you send the output of /lp user 1robie meta info?
You seem to have a higher priority prefix on your user
so it's displaying that
You have a VIP prefix on the default group, that's why it's displaying that
Ah yes, but I didn't create the VIP :c
Okay then just delete it
Ok ty 🙂
yw :>
❤️
sa
Hey @fallen rivet. I'd appreciate you ask here for non LuckPerms concerns, instead of ghost pinging me on a support channel. Thanks.
I deleted it because you were telling someone not to ask questions unrelated to LP and I didn't want to be a nuissance.
Does anyone have any idea what plugin would be causing the <> https://gyazo.com/8cdc94f23f4914569bda772fadeec57e
I checked CMI's whole config for something relative, but I can't find anything.
I'd recommend you conduct a binary search to efficiently locate the plugin causing this. Providing more info, such as /plugins output could also help others pinpoint the plugin formatting your chat, other than CMI, potentially.
I don't know which plugin it would be if It's not CMI, maybe It's Spigot?
What do you mean by Binary search?
Given the /pl output above, I'm fairly confident this is on CMI's end. Don't see any other plugin that'd be conflicting.
See PaperMC's documentation on the binary search method for further info on properly investigating this.
Oh, that's great to know.
I'll disable CMI and see what chat looks like
Nope. Still there
Well, I moved all of my plugins to a different folder and the issue is still persisting
Hey guys, I have an issue with primary group calculation. I set primary-group-calculation: parents-by-weight in the config and restarted the server. There is my default group (1 screenshot) without any weight. Then I created test group (2 screenshot) with weight 1000. Then I gave myself test group (3 screenshot). Then I issued lp verbose on Trard command. And it shows my primary group is default, however, it should be test. What should I do to fix it
Also server runs Folia, 1.20.4.
Do not cross post and stick to the proper channel.
Correct, this is the vanilla format.
If you want to format it so it's just name: display you'll have to use a chat formatter (CMI will work for this).
Hey, i wanna ask what do i do if no one in my server can break, place or use blocks? Or is there a topic about this on the website? Cus i can't find it. Can anyone help me?
You, most likely, have a plugin restricting users without sufficient permission to break, place and interact with blocks. It's not LuckPerms.
Check your plugins.
But if i remove luckperms everything goes back to normal? Also my plugins list:
its not luckperms itself preventing it
You've, literally, got a plugin with "AntiBuild" in its name. 😅
Don't use EssX modules you're not intending to use, if you're not sure what they do. May as well remove AntiBuild & Protect and install something like WorldGuard for managing regions and such.
Oh thanks.
How?
You sir,
are a [1;2m[1;31mlegend[0m[0m[1;2m[0m
what
That's me, apparently
Give the tp command's permission to the default group
Feel free to move this conversation to one of the support channels.
how
go to suport 2 plz i will send a print
Good afternoon felleroos
I need some help
I use luck perms on my server and have a mod rank. however when a mod bans someone, i cant see
I can ony see bans made by an operator. this is for a minehut server
Good morning

Hello DarkLaw how is the Law today
Law's on a well deserved break. Yourself?
hows the Dark doing
Lingering in the shadows, AKA, lurking on discord servers with invisible status.
is the law dark?
As dark as a black cat. 🐈⬛
hi
i have a 2 problems
On tab plugin prefix not working
and
HEX Color not working. how to use it
How do I set 2 groups to be default?
!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.
Sorry, I should have looked for that. I'm already reading another wiki though.
Thanks
anyone here feel like velocity api is such a massive hassle?
Good Morning Happy Friday
👋

Hello everyone. Can you help me how to create such a role with shifting colors?
how would i fix this issue?
!libs - next time use a support channel.
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.
ok thanks and sorry did not realize i was not in a support chat my bad
can a player be in more than one group
yes
how to give temp perms to players usings cmds
!commands
Find all of the available LuckPerms commands on the wiki.
кто русссс
HELP my luckperms is not load
i type in the chat this: /lp editor
and i dont have link
what sould i do?
@lost grove u got someone to help
I'm just a random member, I don't know anyone here. My own support questions aren't even being answered. I've not got much else sorry
Help! The plugin does not want to generate the luckperms editor link. Can somebody help me?
I will also send a picture
ohk, my bad
same here
No worries, you saw an opportunity and took it. I can't blame that. I hope the config setting works and best of luck with it!
Also did you reload the plugin?
or reboot the server. I'd recommend maybe a reboot
I reloaded the plugin through PluginManager
alright
Reloading LP isnt supported. Reboot the server to fix it
Redirect your LuckPerms questions to one of the support channels. Someone will get back to you on there.
GOOD MORNING
Morning cpk.
Good morning!
Beautiful rainy day @scarlet light
Hey cpk! Please don't tag helpful/staff members directly.

absolutely.
it was gorgeous this week, it wouldn't be PA without some off weather.
THE FOV 💀
No. Please do not advertise your server here.
Sorry for advertising
Apology accepted.
he may, but i don't accept it.
do better.
any1 able to help at #support-1 :D
Why is this in the tablist :(
the user is over the moderator
i dont find a way to fix it :(
pls help me
!tab LuckPerms isn't responsible of it. Check your tab plugin's config.
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!
good morning
good morning! 
nah brother too late for that
are you sure
it is evening now
Hi
Do you know how to apply the language?
!locale
Learn how to change all the message from LuckPerms.
Is there anything in video other than writing?
Just a question that is more of a phylosophical issue then it is a help question:
Can one only define ranks in the server by adding subgroups to collective groups? (p.e.: collective group=gov ; subgroups are: mayor, alderman, official)
Or is there a definition-possibility I'm missing?
I don't know how to apply it..
Once you install the translations they'll match your clients locale
I have no idea what you're asking, are you in the correct place?
Are ranks only defined as groups in LP? Or can they be defined as different 'identifiers' as well?
Do I just install /lp translations install this?
/lp translations install
I'm not really certain what you mean by rank.
You can give groups identifiers, permissions, and put them onto tracks, but I'm not really sure what you're expecting a "rank" to do that a group does not?
Thanks for that. I don't quite know if anybody can understand what I mean. I'll figure it out (eventually)
As long as your clients locale is set it should work.
Make sure Luckperms has a translation available
I want to set up Korean, but the language is in English..
can you look in /plugins/LuckPerms/translations and see if there's a file named ko_KR or maybe kor_KR?
This one?
Look in repository
Here it is.
Even though I installed it, only the English version comes out.. Of course, I restarted the paper bucket..
Is it applied in Korean?
I don't know if it's applied.
I'm not sure if I selected the correct one, but I think it's working?
Excuse me, but can you help me?
I don't know how else to help you, it looks like it works when I tried it?
How did you set the route?
I just changed the language in my Minecraft client
I'm already a language Korean.
When you use /luckperms it's in English?
This one?
C:\Users\1\Desktop\1.20.4\plugins\LuckPerms\translations\repository
Do you set the language like this?
It's hard to apply..
Oh... It's applied because I changed Minecraft language...
Good Morning
@ocean thunder please refrain from posting discord server invites here. Advertising is against our rules.
ok sorry
🤓
LMAO
Apology accepted
Thanks dad have a good day dad
Were does luckperm save what I did in the web editor?
In the .db file in its plugin folder on your server.
Not really, what if they're using a remote database?
It depends on your storage method
If h2 is your storage method, sure.
I left it at default
Default that is your storage. Yes.
Hey
Good Morning sunshines
😊
🫛 🌻
hi
hi guys
uh
need help
i dont know how to go to online editor
when i type /lp editor
it shows the version of the plugin instead of the link
!usags
Here's a guide to help users understand and use LuckPerms for the first time.
I don't get it..
Run lp user <your_name> permission set luckperms.* in your server console to give yourself access to all LuckPerms commands
Alr thx
@quasi crystal how do i add player to be at some certain group?
If you're needing to create a group
https://luckperms.net/wiki/Usage#creating-the-first-group
If you've already made the group, and want to add a player.
https://luckperms.net/wiki/Usage#adding-a-user-to-a-group
@cyan wasp good morning
nice
Liar, I saw you in Ohio the other day
i don't think you did
I did
yes you are
Is it possible to hide commands until a player has the permission? For example if you require permission level 2 players can't view the command til opped.
You would need to use a plugin that manages tab completions
Good morning
Hi guys i have a rather small (i am assuming) question regarding luck perms when it comes to network/server
I currently have 2 servers that should share everything which roles users get and permissions should update on both servers
Should i mark those two servers with same name so they share everything or is it better even if i have server1 and server2 but when a plugin gives them role/perm to specify each server?
Connect those 2 servers together using a remote database and should contexts for per-server permissions.
You'd want to use one of the support channels for your LuckPerms questions. 😀
@here can someone help me - How to Remove permission in economyShopGUI in Default Rank ... i am trying but not working
Set whatever permission you want to restrict to false for the default group, like so: /lp group default permission set <permission> false
thx
how can i able only tp command?
Negate all and enable one
We don't tolerate racial slurs. Come back once you drop the trolling and disrespectful attitude.
@woeful willow
Hey _abhiyt! Please don't tag helpful/staff members directly.
Appears to be a log of some kind
here same problem
hello to all
/lp editor can t connect to online services
servers are down ? or is my problem
im having the same issue
NO! and i m deleted my config , thinking is my problem is some kind off
bytebin is down right now. the editor and other web tools will not work until it is fixed. it might just be some network thing or luck might have to do something, so there is no ETA when itll be back
tnk u
thank you 😎
hello
%luckperms_expiry_time_essentials.fly% returns like 1h 2m 3s, but plugin's language is Turkish, so i want my language in this placeholder
is it doable
i think it's not doable with language file, i edited the expansion.jar and it fixed
does not work /lp editor
Unable to communicate with the editor. Check the console f
or errors.
Check last pinned messages, or just scroll few messages up.
You can cancel the message
what
I found everything ok
Honestly I cannot wait until 1.21 comes out, as 1.21 revolutionizes the datapacks that my server so heavily depends on
what are they changing for datapacks?
i know they just did the whole component thing
Components, crafting recipes now allow custom data which will replace the Knowledge book and Advancements trick, along with Enchants and Paintings being Data driven instead of hard-coded
Alright, the Enchants are now data-driven, meaning you can create your custom enchants with ease, along with it being compatible with the Enchantment table
Paintings are cool because you can just make custom paintings without using map art
oh shit
Real
data driven banner patterns 
If you want use it on your world, download the resource and data pack below (they might take a while to load) and run "/function bad_apple:get_player" to obtain an egg that places the banners.
RESOURCE: https://www.mediafire.com/file/yppqll8v2waj3th/bad-apple-RP-v1-0-1a.zip/file
DATA: https://www.mediafire.com/file/pivplby6x6a4v93/bad-apple-DP-...
Oh
why is luck perms not working im doing /lp editor
Any eta on a return for this service?
click the link
how to create a new group, theres no documentation under the commands section
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Can you possibly tell upper management to update the self hosting guide so that way it is usable on the newest ubuntu? so that way we can avoid this in the future.
To my knowledge nothing should have changed to break the selfhosting guide. If it has, open an issue on the wiki repo (https://github.com/luckperms/wiki) or PR a fix
it still doesn't work /lp editor
I wonder if there might be an outage perhaps
wait, is it possible to self host the editor?? where can I find that in the guide/wiki???
Check the bottom of the hyperlinked gist
I'm so sorry _11
oohhhhhhhh sweeeeeeeet
thanks!!
but ....should I keep using bytebin even when slefhosted?
I also wish gists had a view counter. The ratio of views : times the link has been sent would be interesting for scientific purposes
Yeah lol
Would also be nice to know if it's actually worth keeping my gists up to date
I mean for ease of maintenance I'd switch back to the public instance once it's up. This has been the only major outage I can recall in my 4+ years doing this. It's also why I mildly discourage it in the gist
Also poor luck is gonna wake up and have a heart attack lol
honestly unless his monitoring stack includes alerting, there's only been 1 ping relating to it, so it's not too bad for him
Ah nice
Good thing I ain't a helper here lmao
I had enough problems on my hands with jellyfin today so I'm good
well, after giving a quick read to the article, you are totally right 11, the time is gonna take me to set that up ... this issue is gonna be fixed lmao


