#general
1 messages · Page 33 of 1
Yeah, I got to restart my PC since its trying to actively kill itself but once I'm back I'll keep you informed.
🤣
real
my pc does that sometimes too
import net.luckperms.api.event.EventBus;
import net.luckperms.api.event.log.LogPublishEvent;
import net.luckperms.api.event.user.NodeMutateEvent;
public class MyListener {
private final MyPlugin plugin;
public MyListener(MyPlugin plugin, LuckPerms luckPerms) {
this.plugin = plugin;
EventBus eventBus = luckPerms.getEventBus();
// 3. Subscribe to an event using a method reference
eventBus.subscribe(this.plugin, NodeMutateEvent.class, this::onNodeMutate);
}
private void onNodeMutate(NodeMutateEvent event) {
//...
}
}
referencing the docs this is how you'd listen for a change to nodes on a user/group
the event has a isUser() method so
private void onNodeMutate(NodeMutateEvent event) {
if (!event.isUser()) return;
}
and that's about where my knowledge cuts off haha
can somone answer question at #support-1 or smt
i need hel[ config the files for my server
yoo
i need help if anyone can help
!ask
Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!
yo
what is the format for making prefixes
is this how u do it
anyone
online]
helooooooooooo
why is the prefix cut off?
what is the name of that side bar plugin
simplescore
k ty
you should ask them
No Advertising here.
Hi i have a question: Luckperms for bungee is exactly the same that spigot luckperms but on bungee ? are there any differences
question
what is the command to make someones name in chat have a (MEMBER)(username)
!meta
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
how do i use the forge version of luck perms i downloaded it but i dont know how to use it
hi
is there a shop plugin that works with essentail x
!advanced
!api
!argumentbased
!ask
!bedrock
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!forgepermissions
!formatting
!hack
!helpchat
!inheritance
!install
!libsdir
!locale
!lpc
!meta
!migration
!notworking
!nowildcard
!offline
!pasteit
!permissions
!permplugin
!placeholders
!reload
!selfhosting
!spongeseven
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translationprogress
!translations
!tutorial
!upgrade
!usage
!userinfo
!velocitycheck
!verbose
!version
!weight
!whyluckperms
!wiki
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
Hey @native elk. I don't do 1 on 1 support. Ask in one of the support channels and wait for someone to respond to you on there. Thanks.
I know this isn't the place but what is the retention time of the public instance of paste? I.e. pastes.dev?
depends on what it is.
LuckPerms is an hour, spark is an hour, but I believe other stuff is 4 hours?
does anyone have a forge mod thats like essentials x chat for 1.201?
It's based off user agent, default is 7 days, LP editor / spark open / stuff like that is 1h, and LP applyedits is 15m
(assuming Luck hasn't changed it recently, which afaik they haven't)
Do you need an extra plugin to use luckperms?
No
!latest
5.4.137
!download
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Forge, Nukkit and Velocity.
excuse me, this isn't a bot command channel 🤓
Hey z_night_! Please don't tag helpful/staff members directly.
Hi!
this is normal?
Guys, help me choose the least cringe-worthy name for the survival server. Here are the options:
Oneflex
Pixel Plaza
Pixelplex
Waterflex
If it's all bullshit, then say so
- Oneflex sounds more like a fitness brand.
- Pixel Plaza suggests a more urban and commercial area, which doesn't quite fit with the survival theme of the server in my eyes.
- Pixelplex reminds of a startup tech company.
- Waterflex is kinda vague and gives the impression of a workout routine imo.
-# TL;DR: They're all bullshit. You can do better.
did the luckperms api for fabric get updated?
LastCraft, perhaps?
My server is called JustCraft, it's my 360 world ported to java
whats a good mod that auto updates players roles in discord. to give them the apppropriate roles in game
I belive so
last i tried it wasnt working for 1.21
I tried it today and my 1.21 Server crashed afterwards, so I don't think it works with 1.21 right now
They seem to be really slow with updating it
luckperms api doesnt get updated for platform updates, just the luckperms plugin/mod itself
I think they’re talking about the fabric permissions api
yup the fabric placeholder addon
"luckperms api" and "[luckperms] fabric placeholder addon" and "fabric permissions api" are all three wildly different things lol
Where is a good place i can leave a suggestion
Github
Idk how to use github
sign in (or sign up), and go here
Does anybody know how to add perms to a certain player automatically or like a command in game
For skripting
Hello, I would like to know how to select my language in the config.yml file, as I don't see any line like language: french
how can i make a tag that can give you a group and delete itsself after you right click it
hi
how i add perm without appears on chat?
public static void addPermission(UUID userUuid, String permission) {
LuckPermsProvider.get().getUserManager().modifyUser(userUuid, user -> user.data().add(Node.builder(permission).build()));
}
Can someone give me an idea to skript that would actually be important to a server?
a Skript that removes the jar
...
Hey cpk! Please don't tag helpful/staff members directly.
what happens if they aren't helpful / not a good staff member?
naw. Heard flooding is bad throughout the state doe
yeah, it was.
elysburg was flooded again.
Fortunately we don't usually gets storms this bad very often
ah yeah rip
some places still had their National Night Outs in that mess
smh
kids dancing in the rain
💀
@warped bear Not the place for that.
Awww sry
What
Hello, I would like to know how to select my language in the config.yml file, as I don't see any line like language: french
in-game, it uses your clients language. in the console, it uses the system language
hey i've been having issues with giving groups vanilla minecraft command privileges
it'll only let me set perms to do with other mods
What platform are you on?
java
I mean the server software
Fabric doesn't implement vanilla permission checks. See first pin in #support-1
tysm
how do i make the default rank the lowest on tablist? I made it have the least weight but it stayed on top of the other ranks i've made too
Weight alone doesn't sort players in the tablist, you need an additional plugin that does that. TAB is a famous and stable option:
TAB's spigot resource page: https://www.spigotmc.org/resources/57806
TAB's sorting-types feature guide: https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Sorting-players-in-tablist
player.playsound is thread-safe? and player.kickplayer?
i am using the mod vertion of the luckperm how do u ad a prefix and make it show up
!meta
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
I access the db with completablefuture.supplyasync right and i read the response with thenaccept. as the method that schedules a task in completablefuture is executed in the bukkit thread, then the code executed inside thenaccept will be in the bukkit thread right and my question is: I modify a hashmap only in the bukkit thread (in the thenaccept method). And I only read this map in events that are sync in bukkit and in the thenaccept method that will also only be sync. Do I need to use concurrenthashmap?
i am using the forge mod vertion of the luckperm how do u ad a prefix and make it show up my mc vertion is 1.20.1
!meta
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
how do i change settings that someone else made on my server since they can just change it with lp since in there settings they have the rights to
how do i change the permissions of plugin command on a paper 1.21 server
!usage LP is fundamentally the same on every platform
Here's a guide to help users understand and use LuckPerms for the first time.
!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!
Does anyone know how to add permissions from a lower rank to a higher rank so I dont have to add every permission from a lower rank to a higher rank.
@thorny kernel sry for pinging but i need help
Hey mcfly35! Please don't tag helpful/staff members directly.
!inheritance
Learn about inheritance.
Read the page.
there isnt a command on the poage
there are several commands on that page
Hey player0verloadyt! Please don't tag helpful/staff members directly.
hi um my luckperms isnt working
basically i can add ranks but my suffix wont show up
it stays as my red name <myname> in red
im really confused because i have vault and tab but it wont work
my essentials chat wont work either
im using minehut hosting
when i do /pl or /plugins essentials chat is in red where all of my other plugins are green
somebody please help me
!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!
!moss
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
i want to lock /seed until [eye spy] advancement is unlocked, can this be achieved?
if you can find a plugin that lets you do that, sure
guys does anyone know anything with multiversus portals plugin because when a player in survival trys to go in the portal it doesnt work but when a player in creative does it works?
hi i got a question, does sb know a plugin that lets players rankup to the next rank with rightclicking a special item?
can i disable the /gamemode command for /op'd players?
Find out what its permission is, and set it to false for opped players
!verbose could help
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
nvm searching old messages here,
solution was install vanilla permissions (fabric) -> minecraft.commands.gamemode False
somebody help me plz in #support-1
sombody pleas help me in support #support-2
Don't crosspost please
k
Beibi
Hi yall
@spark osprey reason for friend request?
Can someone help #support-1 ?
@thorny kernel
Hey shanvir! Please don't tag helpful/staff members directly.
this aint 2012 brother
💀
Please don’t chain spam here.
hello anyone know how to read a spark report here ?
Hola alguien habla español?
Non
there is a spark discord
Yo
Why does the website editor require you to start a new session through the game
For right now I can only test it out through aternos and well the queue happened
because the server must be running and someone must be connected to apply the changes (or the console can do it but that requires console access)
Hi guys, we've been waiting for all of the updates before relaunching our server in 1.21, but I'm concerned about Vault not being updated yet ... is that going to be an issue for us if we're using the updated LP? Or, does it even still need Vault? Appreciate any guidance/suggestions ...
vault usually doesnt need to be updated since its just an api that doesnt touch the game itself
Yeyeye
does anyone know if there is a way to set a specific gamemode for a set group when they die in the game? I have a hardcore world and am looking for this role to automatically have /gamemode survival [player] once they die. Any help would be appreciated.
you would need to find a plugin that does that
Yeah, I was able to use essentialsx and just add a permission of eseentials.gamemode.survival
Anyone willing to donate to my cousin's school? They are a small school hosting many sports events and need money. He would greatly appreciate it!
Hi, this is R N with Knippa ISD Knippa Athletics . Please help us raise money for our fundraiser by clicking the link below. Thank you!
Knippa ISD Knippa Athletics https://www.raise-365.com/ft/dekl-ibnf/2906736
hwo do i make somebody the roles?
Did Enjin get sold or something? The last time I checked you could host a website on Enjin and use it as a little store that could issue commands in your minecraft server. Now it's all bs NFT's and blockchain crap.
Doesn't exist as a free forum software anymore no
Not sure on the ownership details
restart the server and dont use /reload or plugins like plugman to reload plugins
can someone tell me good plot plugins
@sand field, replace the whole of line 79 with global: '{permprefix}{modplayername}&f:{msgcolour} {msg}'
alr i did that
Can you please reload the plugin?
Try global: '{modplayername}&f:{msgcolour} {msg}'
Is that how you want it?
i wanted also to have the town name in the username
So: [Owner] [TownyTag] [Username] ?
[TownyTag] [Rank] [Username] more like
global: '{townytagoverride}{modplayername}&f:{msgcolour} {msg}'
Let me know if this works ^
That would be an issue with your tag
Give me a second
Send me the global line please @sand field
global: '{townytagoverride}{modplayername}&f:{msgcolour} {msg}'
Try global: '{townyprefix}{modplayername}&f:{msgcolour} {msg}'
Make sure you're reloading the plugin
im trying to reload it but its coming up with an error?
global: '{channelTag} {modplayername}&f:{msgcolour} {msg}'
Let's go back to what you originally sent, and see if that works: global: '{townytagoverride}{permprefix}{group}{modplayername}{permsuffix}&f:{msgcolor} {msg}'
Is this when you try to reload the plugin?
Send me the config file through DMs
for townychat?
For wherever you're adding this code to
Is it possible to implement ranks per server with a few global ranks?
For example, using BungeeCord:
Lobby: owner, dev
Server 1: owner, dev, tester
Server 2: owner, dev, god
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
can someone help me
!ask
Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!
anyone interested in building for my server dm me
Not a marketplace.
Not related to luckperms, but how do I disable certain crafting recipies while having crafting work normally? I had only found one video which uses the recipe block feature in a datapack but he didn't explain which folders are required in which it is put, I don't know how to make datapacks and whatever I tried doesn't even identify as a datapack
make sure your server can connect to bytebin.lucko.me and luckperms.net
Is it possible to export a few ranks of a server but not them all en import them in another server ?
Hi
yo is there a way to add permissions to a player through console?
!commands
Find all of the available LuckPerms commands on the wiki.
Yup all LP actions can be done via commands - there's actually quite a few things that can only be done via commands
Hello, i use LP to do my permissions on my server, but the prefixes doesn't work... here's a screen :
(Sorry if my english is bad i'm belgian ahah)
That is not a LuckPerms error, ask whatever plugin provides kits
!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!
tldr; You'll need a chat plugin and maybe Vault.
add something like lpc
or essentials chat
Oh okay i see thank you i'll try that !
I've just installed lpc and it works, thank you !!
guys
Cooksimba
Deenoh
hello
I have one question
When you write the rankup command from the server console, the hand is placed only on the player who did it. What team is this per luck perms?
lp user <player> parent set RANK
but
[LP] <player> is not a valid username/uuid
<player> is ingame name
noo dude/...
the concole need to automatic give player the rank
@torn geode
not me
Oh then idk
Not a recruitment server
lp user %player_name% parent set yourran lp user
i think
Hey guys. is it safe to delete a group while players have it? Does LuckPerm nicely remove group from players if that group is no longer valid?
it will not remove the group node, but the group node wont do anything if the group doesnt exist
hai, is luckperms server-side mod?
thanks then I'll safety remove group first and then maybe bulk update later in maintenance
good evening everyone
do i need essentials chat to apply stuff like putting MEMBER and ADMin next to ppls names
Next to ppls names where?
Yes you need a formatting plugin for wherever you want prefixes displayed.
Chat/tab are not handled by luckperms
what should i install?
!chat has some non-exhaustive examples, but it's whatever you want really
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
Is there a LuckPerms audit log?
Does anyone have a good Luckperms setup I can use? (I am not a bot)
I didn’t think you were a bot until you said that. Now I’m not so sure.

Do bots have nitro these days then?
I’m sure if we look through the log of compromised accounts at least one of them has nitro
Probably one of the steam or NSFW scams
Or there's a new scam
Yo
Heyy
How is everyone today?
It's going alright and with you?
Woah is that a bot
Oh I can see, you are not a bot!
anybody know how to change the color of the prefix of a group. i added an MEMBER and ADMIN role and i wanted to change the colors
but i want the role to be seperate from the rest of the message
so like a gray MEMBER role but white texts
yo how do i migrate my luckperms from normal storage to mysql
without losing permissions
Question. Is there someone who would be willing the help me out by reading my crash report and possibly give me an idea on how to fix my problem or atleast tell me why it keeps crashing]
Does anyone have a good Luckperms setup I can use?
I think /lp export or smth should work
Nah
Wait? A bot?
!switch
If you wish to change your storage type (e.g. to YAML or MySQL) you may need to follow these instructions to ensure your groups and permissions are migrated to the new storage type.
And use one of the support channels for LuckPerms support next time. 
hello, Does anyone know how to authorize one rank to tame a dog and not the others? I can't find the permission
luckperms doesnt restrict anything on its own. you would need to find a plugin or mod that restricts that with a permission
I see thank you! I found a plugin to limit the maximum number but no plugin to limit by grade, thank you for this speed 🙂
I asked ChatGPT, do you think it would work? :
Do not use ChatGPT for Minecraft development/configuration. It's completely unreliable.
Sorry, it's not to have a code just to see the possibilities, what I wanted to know is is it possible to create this limit with skript and luckperm
Anything is possible. You would have to find the code for taming a dog and remove it and replace it with code that does that permission.
How can one use prefixes on 1.21.1
without vault
because vault stopped development at 1.17
Do not cross post.
Hey ios2999! Please don't tag helpful/staff members directly.
oh okay
!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!
im using luckperms and essentials at the same time when i create an group with prefix and set it on myself the prefix wont show on chat
but i only get the red name of me
bec im op
how do i fix?
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
!moss
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord.
hi, I think I am missing something in the config, when players join my server they are not being added to the user list. I have been looking for an hour and cant seem to see it.
would someone be able to help an old fart out?
hi
Hi
hey how can I massively change every prefix inherited from self to have a higher priority
Banished
it exist a plugin that can make the server logo more resolution?
no, it has to be 64x64
a client mod? maybe. a plugin? no.
Do not attempt to share discord invite links here. We have them filtered, as advertising is against our #rules.
Hello everyone,
I have a small question,
I would like to add a permission like lands.command.*
But there is only one of the commands that is included in "lands.command.*" that I would not like to allow, can I do it?
try lands.command.command-you-want-to-block and set to false in either the editor from /lp editor or /lp group groupname permission set permission false
i might be wrong though
Thank's you !
no problem
what is the difference between name and displayname
display name is what is shown to players
when ?
through other plugins
they left

is there a way i can allow for permissions to be true in a certain section of the map and false everywhere else? either with world guard regions or something else?
extra contexts adds a context for worldguard region
!arcklight
Sorry! I do not understand the command arcklight
Type !help for a list of commands
!help
!advanced
!api
!argumentbased
!ask
!bedrock
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!forgepermissions
!formatting
!hack
!helpchat
!inheritance
!install
!libsdir
!locale
!lpc
!meta
!migration
!notworking
!nowildcard
!offline
!pasteit
!permissions
!permplugin
!placeholders
!reload
!selfhosting
!spongeseven
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translationprogress
!translations
!tutorial
!upgrade
!usage
!userinfo
!velocitycheck
!verbose
!version
!weight
!whyluckperms
!wiki
!version
5.4.141
!install
You can install LuckPerms on Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity servers. Check the installation guide for more info on setting up LuckPerms.
this isnt really the place to beg for nitro
((
for some rason my ranks dont show up in chat or when i open tab its only users someone can help ?
Well, are you using a chat plugin/mod? 
meaning what
i got essential and essentailchat
EssentialsChat is your chat plugin. If you're unable to get it to display your LP prefixes in chat properly, consider reaching out to the EssentialsX support team. I bet they'd love to help you out configure their plugin.
!essentials
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.
Good afternoon Luckperms Powered by Bukkit 1.16.5?
Can someone here help me with a different plugin via dm? If someone here has lots of experience with plugins I would appreciate help
helpchat exists
or the support for whatever plugin you are referring to
Я русскиц
А как то можно сделать чтобы эдитор в лак пермс сохранялся с данными а не обнулялся
Hello, is it possible to set the highest group as the one with the lowest weight, and the lowest group as the one with the highest weight?
no. higher value = higher weight
Hello, I've been through the docs like 3x now and don't see the most basic command of how to add a player to a group. Could someone show me what this is?
(ex. /lp add <player_name> group member)
?
"?"?
/lp user <user_name> parrent add member ?
1 r in parent, but yes.
2nd question: I thought every user that connects to the server is supposed to show up in the editor's list of users. I just had a bedrock player using a tablet connect to my java server (via geyser) and their playername was .Thejoneses but their is no record of them in the LP Editor User List.
FROM VELOCITY:
[18:12:58 INFO] [geyser]: Thejoneses (logged in as: Thejoneses) has connected to the Java server [18:12:59 INFO] [floodgate]: Floodgate player who is logged in as .Thejoneses 00000000-0000-0000-0009-01fba1ac061 joined [18:12:59 INFO]: [connected player] .Thejoneses (/192.168.0.103:0) has connected [18:12:59 INFO]: [server connection] .Thejoneses -> hub has connected
I thought every user that connects to the server is supposed to show up in the editor's list of users
you thought wrong.
it will only show players that are online, and default, or non-default (online and offline) up to 500.
if that player is not still on the server, and don't have anything except default, they won't show up there
So are you really saying an admin has to be online at the same time a new player is online to promote them from default to member??? (That's rather silly) How is an Admin supposed to see who new players are for the day, and promte the vetted user list from our account registration page on our website?
(How is a server operator supposed to list and add off-line players?)
lp user .Thejonses parent add member
[18:36:45 INFO]: [LP] .Thejonses is not a valid username/uuid.
lp user 00000000-0000-0000-0009-01fba1ac061 parrent add member
[19:51:35 INFO]: [LP] Command not recognised.
Checking my logs I also had a JAVA client player connect last night.
Who I was able to successfully add to the member group with lp user PlayerName parent add member
However the original issues still stands, per not beingable to add the (Offline Geyser Bedrock Player)
the editor is not the only way to modify permissions
!bedrock
If you're having issues with permissions for bedrock players, or it's telling you that a bedrock player's name is invalid, try setting allow-invalid-usernames to true in the LuckPerms config.
👍 Thank you, will do!
guys i am mobile How can I do it? rank
Do what? Please be more descriptive and clear. Also, you may want to move to one of our support channels for LuckPerms support.
1280177154239496223
This is not the place to advertise random discord servers, @brave ridge.
,
okay bye
Does anyone know of a good plugin that helps decrease hopper lag?
ROFL
I wish
my players would kill me
how much would the the gamerule spawn chunk radius if i want to make it like it were in previous versions?
hey
how can i do rank upgrades
would it be like a requirement to have one rank for the next
requires parent.example on tebex
would that work
wdym by "rank upgrades", I'm confused as to what you're askiing
as in if a person has one rank rank level 1 or something for example
and they dont want to buy rank number 2 by itself
they can buy a rank upgrade
that upgrades their rank to rank 2
oh ok, and you're just wondering how to set up your storefront so it knows if they already have rank 1 or whatever?
Your storefront probably already has some way of checking if a player has a group currently or not, this would be the ideal way of handling that.
If not, you can check if a player has the permission group.<group name>
why is there no normal command from mincraft in the command thing like ni /kick /gamemode or any thing
im using a mod not a pluging
hey i have a question
if i have the mod from curseforge to add it to my server do the client need the mod installed or works if only the server has it
Which mod are you referring to? This is #general.
oh sorry i meant the luckperms mod from curseforge
LP is a server-side mod.
@tawny basalt this is not the place to advertise other discord servers
please (re)read rule 2
Ok
I doubt they read rule 2 considering they DM'd me with their discord. 
hi
bye
hi
Do you guys know a plugin Called realpermissions ?
Can someone help me? I need to give ranks and permissions to users via voucher but it won't let me run a command via the console /lp user %user% parent set vip, it tells me that %user% is not a valid username or uuid.... I would really appreciate your help.
'[console] eco take %player_name% 2500'
'[console] lp user %user% parent set vip'
Don't cross post.
can you help me?
hi, how can i put "player' rank as general? i cant seem to find it
is there also a way to show the rank when user sends a message in minecraft?
!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!
Hey @lunar sage. This is not the place to advertise random Discord servers. Please refer to #rules for more info.
Look at #support-1
Don't reply ping on an unrelated message.
True
Hello
How can I create ranks by Servers, I have a database but I want to create ranks for survival but I don't want them to be seen in the lobby to create ranks
@forest helm
Hey tabordap_! Please don't tag helpful/staff members directly.
._.
Example:
I want /rankup but those ranks are only given in Survival and have DEFUALT in the lobby
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
Hi
hi
Bye
No
Yes goodbye
essentials is a good plugin?
If you need what it has, sure
If you just want it for 1 thing, get a specific plugin for that
Help /lp creategroup (NAME) server=?
what is the question
I have base data in a Network but I want to create ranges by Servers, not in the entire Network
The rank that I give to a player or that he acquires in the /rankup is not put in the Lobby
assign the group with a context
But the /rankup are added alone and I want only ONE example to get the MASTER rank in survival and that in the other modalities they have Default
/lp user <name> parent add <group> server=survival
But the Rankup system works by adding the rank, that is, I cannot specify which command to use, so it will be added to the entire Network.
then add contexts to every node inside the group
^
What context
server=whatever
whats the purpose of this?
They just wanted to show kashikes profile
I’m always Jealous
womp womp!
Banned
true
Who leaked that name
does anyone know if theres an lpc plugin for 1.21+?
because it doesn't work
asking because i've created a rank and a prefix with it, but the prefix isn't showing up in chat/tablist
is there a plugin that does the same thing of lpc for 1.21.1?
i've tried this
but it doesn't work on 1.21.1
is there a plugin for velocity to hide commands?
Not the place to advertise your server
Germany Support ?
English is main language here.
How can I give ranks to Bedrock players? It always says invalid playername/UUID on the internet. Could someone help me? Could this be deactivated somehow?
!bedrock
If you're having issues with permissions for bedrock players, or it's telling you that a bedrock player's name is invalid, try setting allow-invalid-usernames to true in the LuckPerms config.
where can I find the configurations
Where you typically would find a plugin/mod's cofigurations - in its config.yml file inside the LuckPerms folder.
How do I get into the folder?
I have found thats thx
yo
Yo
!latest
5.4.141
File corrupted while reading record
your h2 database file is corrupted
if you have a backup, restore the h2 file from that, otherwise, you have learned the importance of backups the hard way
Is there a way to know the user who has a specific permission like * ?
yes! with the /lp search command
Thanks
You're welcome.
Please tell me where to download LuckPerms-Fabric-PlaceholderAPI-Hook 1.20.1
Lmao the server I manages hug got fixed
Hub got backdoored I mean
Their YouTube has the @ luckperms
Hey prompt.! Please don't tag helpful/staff members directly.

Oh wait my bad I didn’t even see the tag
In nearly all cases, this can be traced back to poor or insecure server/network setup/configuration.
!hacked fyi
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.
First time he joined the serv was 2 hours ago, also I didn’t mean that it was a luckperms thing
It’s just that his YouTube account was that
Its probably cuz the hub wasn’t updated to the latest version
Probs some weirdo trying to impersonate the server
If I were to guess, I'd assume they're trying to get clout by abusing offline mode server / insecure setups. 
His Minecraft IGN is ‘Aevrie’ and his YouTube account has videos full of him just spamming ‘hacked by (YouTube name)’ with his friend
We don’t have offline mode ;-;
Found their discord servers lol
@barren forge - to share info, check #support-2, we're working through a similar issue atm
if we can cross info we can determine the exploit
Signed velocity
A friend sent me this
Don't think there's much else to comment on to be honest. Pretty sure you've already received a proper response, Legundo.
Yep - we got it resolved also on our end. Wasn’t sure if it was fully patched and Ryz was reaching out to the signed help Devs to make sure also.
455 Discord members IS good?
Define good
algum adm pode me ajudar no meu servidor
English?
hello
Who knows how to fix it?
Does anyone know if /schedule will call the functions in the order they were scheduled?
What I mean by this is, let's say I put the following in a .mcfunction:
schedule function some:function/2 1s
schedule function some:function/3 1s```
All 3 functions are scheduled to be called 1 second later. Of course, the `/schedule` commands are run sequentially (I assume?). So, after a second, will `some:function/1` be called first, `some:function/2` second, and `some:function/3` third? Or, is there no guarantee as to the order these functions will be called?
how come ppl can regenerate there health in my server
because thats how minecraft works
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
If you don't have luck it wont work.
Does anyone know if the /place command is safe to use deep underground?
Does it replace blocks with air within the structure?
This is a two sided coin honestly.
If you just //paste it wherever, the area around the structure will have air gaps. To get around that, you can specify to ignore air blocks, which will fill the inside of the structure.
I think people have already suggested a way to disable all commands first and then overwrite it with the only commands that we want the person to use, why isn't it integrated into luckperms yet or did I not know it already exists in it?
Absolutely not. "Hallucinations" (when it confidently makes up utter bullshit), combined with it's inability to understand valid structure for a programming language makes it extremely unreliable.
How to get more players and Discord members on Minecraft server
new exploit?
[21:21:25] [Server thread/INFO]: ImDani163 issued server command: /tp Aevrie
[21:21:25] [luckperms-worker-5/INFO]: [LuckPerms] [Messaging] Sending log with id: 525c0c5f-2677-4daf-9484-3283c86051cd
[21:21:25] [luckperms-command-executor/INFO]: [LP] LOG > (ImDani163@survival21) [U] (aevrie)
[21:21:25] [luckperms-command-executor/INFO]: [LP] LOG > permission set * true
wtf
@twin warren Sorry ping
Hey imdani163! Please don't tag helpful/staff members directly.
!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.
do you run SignedVelocity?
yes
give discord please
@shrewd trench hey 👋 please could you put out some sort of PSA/announcement (I don't see anything on modrinth for example) that signedvelocity versions pre 1.2.4 are vulnerable to an exploit and server admins should upgrade asap? the changelog says "Fixed some plugin messaging issue" which is quite an understatement :P
silently fixing it is fine if it wasn't being actively exploited, but judging from the messages in this channel and #support over the past few days, it seems like it now is.
Sorry about that, my plan was to fix the exploit and a week later explain what it's about and publish it elsewhere, but I was very busy at work and it's been a month since then, I'll take care of it right now
no problem - I know how it can be! :)
rare Luck messages
you can summon him with the right choice of words
usually contains @luck
How to get more players and Discord members on Minecraft server
Without spending much money please
Because hosting IS already not cheap
i still got this exploit even with it updated
Does anybody have a good idea for good looking staff ranks?
Helper Moderator SeniorMod Admin Manager CoOwner Owner
specifying a “co-owner” is stupid.
If they’re at a position where they’re an owner; they should have the title owner.
keep it simple, moderators, and managers. The internal hierarchy doesn’t have to be displayed to players imo.
We have a dev rank and helper, should I get rid of them?
Jealous more like Evident
Helper Moderator SeniorMod Admin Manager Developer Owner
I am an owner but also a dev what should i do about that?
just owner
developer are devs who dont owns the server
But i dev the server and own it, i also like the role
so just give both roles
owner and also dev
In game? that would look pretty bad to many words..
!stacking
Display multiple prefixes/suffixes alongside a player's name.
^^
Oh thanks!
What about special ranks? Like staff that are training?
I mean, stacking can work if it's done with some thought, but if you're not thinking about how you're setting it up, you could end up with [Owner][Admin][Head Manager][The Boss] Steve or something and that just looks silly
Hmm.. i would think helper would be a well established staff member rather then a staff member who is training...
im assume he can learn how to do it properly
if you dont trust them to get helper dont put them at all on staff team
Thats what i am thinking as well..
No i mean they need a training role, not that i dont want someone on the staff team..
I mean, bottom line, think about a) how many levels of staff do you realistically need? i.e. if you don't have more than like 10 staff, you probably don't need more than 2 staff levels; and b) how much info does the playerbase need? i.e. do players care if someone is in training or not? Do players care if they're the head of the moderation team or not?
players does not care at all
about staff ranks
that is the truth
since they are not staff themselfs
I see where you come from there, should it just be helper mod admin and dev?
Well it's not as cut and dry depending on the server style, the responsibilities of the staff / how the different groups interact with the playerbase, etc
If you're a smaller server, I'd even drop one of helper or mod, just do 3 levels
just that
Sure.. What would you recommend with ranks?
this
We have about 250 people and about 15 staff.
I mean like I said, it's largely a case-by-case basis thing; what works on my server might make no sense on yours and vice versa
Sure..
Like the server I'm an admin for has ~15 staff, ~500 members, and we currently have Helper -> Mod -> SrMod -> Admin -> Owner, and we find the current structure way too cluttered. Having a SrMod rank made sense when we had like 25 staff at the height of COVID, but now there's just one SrMod (who has basically no additional duties) so we're planning on dropping the role and dropping them back to mod. Likewise with Helper/mod, the 2 groups have some different permissions but the responsibilities are largely the same so we're working towards merging them into one group.
So we're working towards Mod -> Admin -> Owner
mccentral per example
has 5 staff ranks
Helper, Moderator , Senior Moderator, Admin , Owner
and the highest rank that is owner
cant be achieved in any way
Hell even having an owner rank is iffy imo depending on how significant the owner is with regards to the playerbase - like does your playerbase care who the owner is or not? i.e. on our server the owner has a lot of say with regards to the direction of a largely player-driven project, so it makes sense to identify them officially, but on another server owner might just mean "admin who pays the bills", and giving them a seperate rank might not really make a difference to the players
in your server you are the owner?
Nope, I'm an admin. If I were the owner, I probably wouldn't give myself a separate rank and just use the same admin tag as the other admins
and i think it is important to have a owner rank, if admins or high staff fight each other the main people responsible for the server can put them down
Well yeah internally the owner is obviously an important person, but does the public playerbase need to know / care?
like this example https://prnt.sc/Htbups2kotD2
that is obvious that myself is the owner
Like the internal staff structure & chain of command vs what's shown to players pubilicly can (and imo should) be different
You might have a ton of internal positions / teams / ranks, but the playerbase probably largely doesn't need to know / won't care about most of that, so just simplify what's shown to the players
or this https://prnt.sc/Vn9Zi7KfreJm
this is mccentral
admin on mccentral has a LOT of power
but is below owners
so displaying ownership is important
Yeah I'm not disputing that, and obviously having a chain of command is important, I'm just saying whether or not the playerbase also needs to know that will vary on a case-by-case basis
Does anyone know anything about lpc?
LPC is not affiliated with LuckPerms, and support for LPC is not provided here.
also, here i know is not a mc server
but luck is above mods
I've already set it up and adjusted the config and reloaded but nothing happens
Yeah, in the case of a software server, it makes sense to identify the developers, since that's relevant to the users
Indeed, the roles should indicate relevant hierarchy.
The owner usually doesn't do much more than any given higher staff member outside of pay the bills, and most the time you don't want to be pinged as the owner for things other people are capable of handling.
In addition, most servers have some sort of ticket system or just a staff tag for help, so needing to know the staff hierarchy is irrelevant to the users.
The hierarchy does exist obviously, but players don't need to know who the owner is, just who can help.
In mccentral
Alex Markey
Have a role Just for himself and his partner who IS also Owner
Only Two people in mccentral has Owner rank
Who are The real owners
And not someone who Just got promoted to that role
What happens
If i dont do maintenance
In my server anymore?
And Just pay The hosting
Forever
Because im extreme tired of coding and comfiguring stuff
hi i think the migration wiki is where i should be how ever, im not quite understanding, can i not just copy and paste the luckperms-h2.mv,db? to a new server?
Is there a good way to make the ranks look “cool”
migration covers switching from another permission plugin entirely
for bukkit, use the latest version. for forge/fabric, find the latest LP version for your MC version on modrinth or curseforge
Anyone know why my redstone door sticky pistons won't work at y941 and y942? They will work everywhere else, but as soon as I do any redstone over these two co-ordinates they will not work.
Great question pal
Minecraft IS a great game
Oh
Why do you guys hates arclight
arclight is great in niche situations but it messes up quite a few things
i downloaded the latest for spigot, and i cant log on the server
it says invalid player data
idk why cause only permission plugins are doing that
i tested permission ex and LP
It breaks the API on weird and silly ways that's entirely their fault. Trying to support something that doesn't respect the rules of the API isn't worth our time
A fabric server IS good?
Fabric's fine, all non-hybrids are fine. The problem is there's no way to make a hybrid in such a way that it doesn't break the API.
Hybrid IS plugin and mods together ?
Yup
people are sad when they get banned?
Huh
ah ok oso thats not what i need
Hello! I have tried to google a bit for a solution for my wanted feature. We are using LuckPerms. I want to add some EULA friendly features for my premium users. Example is that I want them to be able to select either via gui or command the color that is displayed on their rank from a preselected option of some colors.
Is there an easy way to do this with LuckPerms, an addon or something like that?
people are usually not inclined to assist with setups that support piracy
Are you answering me? 😅 I am not involved in piracy?
Sorry for being unclear. I am reffering to users who have paid for a rank. We only allow actual accounts on our server. It is in online mode.
Hey, you can use plugins like Deluxemenus to create handy GUI's or use tag plugins like PrefiX to let players manage their own prefixes/names
Thank you so much for your reply! I will look into this, thanks again 🙏
!latest
5.4.141
most of the time when people say "premium users" they mean they have a cracked server and are referring to players that do own the game
I see. English is not my first language. I hope it was put in context with the EULA part, but martijnpu helped me greatly! 😊
I think if you have another person who has made significant enough contributions to the server, and they deserve the owner title they should represent it fairly.
i don't think they should be labeled as "co-owner" though, if that's what you're asking. .
does anyone know where i can get this pr closed
https://github.com/lucko/paste/pull/23
or has the project just been abandoned
closed or merged?
right, the pr queue is where to get that merged. ofc it hasn't been abandoned, it's still a primary go-to here
its just the last pr that was merged was in 2022
and the last commit was 3 weeks ago
it's a frontend for a pastebin, it doesn't need much attention.
what is your opinion about staff getting hired process
we should only give friends staff
or open a application process to the public
i see that on luckperms at least there no way to apply
we should only give friends staff
i'd argue against this any day, unless they're actually fit for it. just because they are your friend doesn't mean anything.
i personally think a public application is fine for server staff, but you're going to want somebody who knows the environment.
can't hire a new player as a moderator without A. knowing what/who they are as a person, and B. them knowing anything about the area they're going to be moderating.
LuckPerms, as far as staffing goes is similar. we don't have any application process, it just goes by word of mouth honestly.
when we see people who know what they're doing, and have shown a lot of knowledgeable time put into support, then someone may recommend them for Helpful. Moderator is just given in an "as-needed" basis from the existing helpful members, if they want it.
Does anyone know how to make luck perms accept a username like .eddiethebear ?
It's telling me it's not valid and I know theres a way to fix it I just can't remember
!geyser
If you're having issues with permissions for bedrock players, or it's telling you that a bedrock player's name is invalid, try setting allow-invalid-usernames to true in the LuckPerms config.
You are beautful
Why Minecraft servers are so prone to have issues or completaly break
Just see #support-1 and #support-2
A Lot of issues
Not of luckperms software of course but in Minecraft servers on general
There's a wide variety in both developer and server admin quality in the ecosystem, which may or may not have a correlation to the average age of said developers & admins
hi everyone
Luck is a Discord server Owner
hey guys im running a minecraft server and There is this plugin that has a command that i want every player that joins to have access to.. im new to luckperms so how can i do that?
@forest helm could u help me? I would appreciate it a ton
Hey mikekachowskii! Please don't tag helpful/staff members directly.
oh sorry
Locate the permission required for said command, if any, and assign it to your default group.
For further LuckPerms related questions, please use one of the support channels without pinging people from the sidebar.
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
We do not tolerate trolls or inappropriate language here. Be civil and respectful if you're planning to stay on the server. See #rules for more.
I have no idea what you're on about. Are you sure you're on the right place?
Yes, isn't it the server of the owner of pulugin? This owner trolled the server named stc and gave everyone ops, even your sv sshib is German, am I wrong?
What are you talking about? The owner of this server, and the LuckPerms project is Luck. Has nothing to do with a server you’re playing on
The person you call the owner of pulug and we blew up your twony server
if you say so
Go away cpk
ok
Hey ik this doesnt have anything to do with luckperms, but I've been having an issue on my server with flying machines over chunk borders, they just stop and wont go anymore idk why this happens.
do you mean somewith the youtube handle @LuckPerms? thats some random person who "hacks" servers with various exploits and just took that handle. its not Luck or anyone else involved with the LuckPerms project
Then I'm sorry, he is exactly the man you're talking about, I'm sorry.
No NSFW/Troll content here, @solemn glacier.
asd
@old shore can i ask a question
Hey 432hzz_! Please don't tag helpful/staff members directly.
oh ok
Just ask. No need to ping anyone. 
oh okay, im wonder about the default group, is that the group that will give all the ranks and perms automatically to anyone who joins the server?
Yes. The group default is given to any non saved user that joins the server.
!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.
For further LuckPerms related questions, you'd want to use one of the support channels.
@alex markey
Oh
Does anyone know why when I inherit permissions from a group, the prefix of the group from which it inherited the permissions is set?
wdym "is set". youll inherit the prefix just like all the other nodes of the group
@solemn glacier this is not really the place for that
@mossy dirge im going to check if is in India
Yes and No
Yes you can enter but the ping is going to be big, because of the place
nether.host
Ok
Can this be fixed?
you havent described what your actual issue is
That is, when I want a group to inherit the permissions of another, the prefix of the group that inherited it appears.
does the group have a prefix of its own?
if it does, you need to set its prefix weight higher than that of the group it is inheriting
Hey xlionelx_x! Please don't tag helpful/staff members directly.
ouch
please send an editor link using a support channel, as well as a screenshot of /lp user <some user who doesn't have the right prefix> meta info
You've got your weights backwards; higher weight = higher priority
The other way around?
That is not from default 0 Upwards
default is 0 in most setups
Ooo I saw it, I already solved it, thank you very much
What would be some good rank names outside of the regular ones (regular being: helper, mod, admin etc)
What type do you want. Fruits ranks, militar ranks ect
Hmm, just something a bit different, maybe something in the medieval style?
Slave ( default ) Citizen ( vip ) Noble ( mvp ) Bishop ( mvp+ )
The rest i recommend normal ones or Else nobody Will know they are staff
Media, Partner, Helper, Moderador, SeniorMod, Admin, Owner
True, but even so, do you have any ideas
This for players ranks
Sure
Staff ranks are almost always The same
Everywhere
And The reason IS simple
Players need to know who are Staff
If you put Owner rank was king
They Will not know
You are Owner
Does that matter
If you really wants to give staff ranks other names
My suggestion is
Prince, Monarch and King
I just want something to fit the theme.. "mod" and "helper" dont fit the theme i am looking for
What is your theme
Prince , Monarch and King
Medieval
We dont have an owner rank
Prince , Monarch King and God
oh no jealous is typing
Done
I dont think the idea of owner sound very good, to me at least
Players ranks
Slave
Donators
Citizen, Noble, Bishop
Staff
Prince, Monarch, King, God
Done
You have your suggestions
Why display your staff ranks at all?
Just group everyone together public facing; and have your internal hierarchy. Don’t have to worry about “owner” then.
I guess staff would be ok... but maybe something more, that would be ok for helper or mod
Good idea, but i would still like to display staff ranks.
Players need to know who are staff
Do whatever u wanna do pal
To know who ask for gelo
No they don’t.
Sometimes
Help
Depends on who it is




