#general
1 messages · Page 4 of 1
ima just ask it here
java.lang.IllegalStateException: Tile is null, asynchronous access? CraftBlock{pos=BlockPosition{x=-33, y=56, z=-22},type=PLAYER_HEAD,data=Block{minecraft:player_head}[rotation=0],fluid=net.minecraft.world.level.material.FluidTypeEmpty@7956e5c2}
anyone who has a clue and wants to help me out
how do i give default permissions to everyone that joins automatically?
i have new members that cant tpa and dont have default permissions
Is there a way to increment permissions? Let's say someone got homes.5 and want to increment their perm to home.6 without manually change it. Just wondering
By manually changing it
alr thanks
imo, depends if the change is just once for all players, or if this is supposed to be a function where another plugin increments a user's homes based on some condition ingame
i did math with luckperms meta before so yea
Ew math
ikr
yeah that, but i suppose that can only be done with a custom plugin or sum, i mean if i was able to extract only the digit out of the node, i could just make a script to then increment the value and add the updated node
the node itself can definitely be mutated, the issue is to reapply the new value
i used conditional events for the following https://i.imgur.com/3zeu2J9.png
just as example
all i'd rly need is obtain the last part of the node somehow
ohhh
the math implemented is from a papi expansion called math
ic now
all you need is a plugin that listens to a trigger and upon that trigger does this with the permission node
youll end up having users which have homes.3, homes.4 homes.5 and so on but i dont see the issue in that
the issue would be to reverse the whole thing, if ever you need to go backwards with it
if i used a script it would also delete the old node
i'll see if i can figure it out. What i'm trying to achieve is make a shop where player can purchase let's say extra sethome or extra pwarp and so on
make them stack basically
makes sense
if yoiu can funnel it thru a script of some sort, thats definitely possible
just make sure you dont do math on a string
like me
i did that...
xD
xD
i suppose it dont end well
i mean, i use husk homes which does support stacking so homes are sorted out for me, it's the other plugins.
this sounds like it could be a good plugin idea ngl
yes, permission stacker or sum xD
give it a string, split at periods, which all perms have usually, and make a config to define the string to look for
can even do conditions like denials if perm includes num > X
i think i know what im making next lmao
i mean that's all i need, get the last part of the node
yes but you cant generalize it
imagine a different warps plugin has warps.amount.type such as warps.4.admin
now the num is at a different place
all plugins that i need it for have it at the last place
it'd be custom for me anyway
just gotta find the way to extract it out
if one was to make a plugin for it, then it should be dynamic enough.
shouldnt be too hard to isolate a number capsuled by periods tho, no matter where its at
doesnt matter now anyway, im still busy with this other one xD
i made a note about this. will see if i get to it or rage quit java again some time. i have a love hate relationship with it. nothings impossible at this point
Hahahahah if u figure anything out, hit me up.
i need 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!
!nw
We really would absolutely love to help you out! However, telling us that it isn't working wastes everyone's time. Please, just describe the issue you're having clearly and with as much detail as possible, and send any relevant screenshots of whatever problems you're having.
you cant help me whit that
you havent explained your problem very well
:9
the commands i change
and trying to give permission to friends
doesent work
looks like you set the permissions to false
Just 'essentials' is not a valid permission. The rest you added above seem fine, so if they aren't working, you may have another plugin installed that stops luckperms from working. To verify, we will need to see /plugins output
Does anyone know a plugin or a mod where it is possible to reset the trees or simply make sure that some chunks are reseted for example every 10m? This is to make, like an area where it is possible to farm wood and the trees regenerate. For (1.16.5).
how do i add colour to a luckperms group
so people with it get's a yellow name for example
!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!
You know you're tired when you start adding these at the end of comments https://i.imgur.com/ZmLrecb.png xDDDD
Hey, i need help with plugin, when someone joining to my server permissions working on him only after reload, when this person leave and join again i need to reload again. Someone know how to fix it? 1.19.2 ps.sorry for bad english
Plugins
you used /reload?
IT WORKS
But everytime i need to set permissions manually
How do i do the server set them automatically
Yes, just when someone joining on the server the permissions is not working, after reload he get permissions but when he leave and join again permissions dont work on him AGAIN
@latent tendonyou want
):
please dont advertise here
@sonic wyvernwhy
Hey 𝖐𝖎𝖓𝖌 𝖔𝖋 𝖌𝖍𝖔𝖘𝖙! Please don't tag helpful/staff members directly.
!reload
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
No advertising.
#rules our rule 2 states that you shouldn't
hello 11
tries to @ here in a public discord lmao


So how i can fix it now? After many reloads?
never use /reload
fully restart your server
if the problem still persists, then theres some other issue, but dont reload the server again
Thx, i will notice you something like 10pm if it works
I did the same thing
anyone want minecraft server
you were already told not to advertise
Soo
How does the server needs to set perms automatically
?
Like everytime i need to res the server
I just want to make it when new player joins to be added tl him
send the output of /lp info and /pl
What do you mean
send screenshots of what it says when you run those commands
@thorny kernel it dont work
Hey Nikoo! Please don't tag helpful/staff members directly.
after restarting server its the same
send the output of /pl and /lp info
remove powerranks
okay
Hello, I got a group called group.cooldown which has these permission nodes.
To make sure if someone has group.valor & group.mystic it will get disabled.
I added myself to group.cooldown https://i.imgur.com/X1MnM9S.png
But I still got group.valor permission nodes
you cant negate groups like that
Is there a way, I can do this cooldown method someway
that will disable all permission nodes of group.valor & group.mystic & group.instinct
is luckperms mod available for 1.16.5?
for what platform?
!forgeperms
Forge added the Permissions API only recently in 1.18. That API is what allowed a native Forge version of LuckPerms to be made, however that API does not currently exist on older versions of Forge, and is unlikely to be backported. Without the Permissions API existing on older versions of Forge, it is impossible to make LuckPerms work on those versions of Forge natively.
There is a Sponge version of LuckPerms! You can add SpongeForge and the Sponge version of LuckPerms to use LuckPerms on older Forge versions.
did you read the whole thing
someone know maybe how to fix that problem? everyone after rejoining is respawning in spawn, i want to they respawn in their last location before reconnecting.
one of your plugins is doing that
i know, just i think a many of people have this problem before and they know how to fix it
i think its essentials
but i cant uninstall it
bcs is very important plugin
someone have good chat plugin 1.19.2?
hey there, can't set permissions for bedrock clients presumably due to the prefix. is there a fix?
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.
thanks
someone have maybe some plugins to end the server? nothing special, like sounds, furnitures, particles..?
!verbose for meeeee
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
How do i make my server to give perms automatically in a new player joins?
Sometimes and when my friends leave and enter again they dont have perms again
someone know how i can download dice furniture projects?
Hi I have a question
Is a group that has weight 1 is better then a group that has weight 0?
some plugins will read a weight of 0 as being highest, i would start your weights at 1, and increase from there. 2 is higher than 1, 3 is higher than 2, etc.
Do you mean something like that? Owner = 0, Admin = 1, Moderator = 2, Helper = 3, Player =4?
Oh, like on math, thank you
that clearly says clifford 🙃
mayhaps, what do you need
just trying to format this one a lil nieter https://i.imgur.com/dsK0hJs.png
the spacing is really messy, thanks to discord inline crap <.<
i wouldn't use inline tbh
i know, ´like for instance the last one i tried no inline, but spaces to center it get truncated
i would make it show the coordinates in a single section instead of a field for each axis
i tried but
see my issue xD
make "death location" be the name of the field and the coords be the content
what's the issue?
player is 1 owner is 2
right
but the weight for player is 1 and for the owner is 2(on permissions)
huh?
nvm
without inline and with inline in same field https://i.imgur.com/gSAz726.png
i dislike both
can you not have the coords as X: <x> Y: <y> Z: <z> ?
are you able to remove the Angel Chest text?
yea, its just there because whatever lol
the issue is
i have quite the amount of placeholders to set, and i am trying to actually make a good default config that isnt as ugly as my granny https://i.imgur.com/dXVNdso.png
if users delete stuff later themselves okay fair whatever yk
hi, how can i delete all user perms but keep groups?
"Like on math"
w h a t
what what
Where do the assets come from?
I hook into discordsrv for the embed, interactive chat discordsrv addon by loohp is responsible for the image, other plugins provide the data. Currently i have angel chest, auctiongui+ and playershopgui+ working with this ^_^
Interactive chat is really cool, I've never used it but the different things I've seen people do with it in dsrv tickets is amazing
Its really fun and i get battered with different things to learn. Itemstacks, inventories, properties, math, regex, splitting, appending - i got myself a real crash course here but the better it feels when you see this https://i.imgur.com/KUflm6n.png pop up. 
Oh i also figured out now that running image generation synchronously is death to the server lmaooo
Hey guys
When i play on geyser
On my own server
How do i make my self op
/geyser
!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.
I typed that allow invalid users, how is it shows to me here and,, yes
You go into the Luckperms config.yml and set that setting to true. then restart the server.
In the luckperms folder. Which is in your plugins folder.
quick question, is there a forge 1.12.2 version of luckperms? having trouble finding it
!forgeperms
Forge added the Permissions API only recently in 1.18. That API is what allowed a native Forge version of LuckPerms to be made, however that API does not currently exist on older versions of Forge, and is unlikely to be backported. Without the Permissions API existing on older versions of Forge, it is impossible to make LuckPerms work on those versions of Forge natively.
There is a Sponge version of LuckPerms! You can add SpongeForge and the Sponge version of LuckPerms to use LuckPerms on older Forge versions.
ah
hello I am looking to link luckperms to discord how to do and I want when I type the command /lp user name parent set member its changes on discord and the same on minecraft please
you using sponge or forge?
theres a plugin for sponge called magibridge, mirrors chat with discord, and an addon called mbdiscordlink that syncs the groups with roles on the server
you talk to me
Хихиха
Ready
I typed true
It was on 681 pine
Line
And typed it true
And save it
Restart the server.
I started it
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Did you read the page I linked. It shows you how to create a group, add a player to that group and add permissions to that group.
!tut Try this Might be easier for you
If you would like a video tutorial for setting up LuckPerms, try:
https://www.youtube.com/watch?v=l4anE2wOLdc
!nowildcard Yes, you can use that. But be careful as it can give unwanted effects. Read this:
Some plugins are created in a way which results in odd behaviour when the root '*' wildcard is used.
Hey, how do I install this for 1.16.5 Forge? The official website's one is listed as 1.18.x and doesn't have old versions listed, when I tried to run it the server wouldn't open. I assume I can because I used to have this on a 1.12.2 server
!forgeperms
Forge added the Permissions API only recently in 1.18. That API is what allowed a native Forge version of LuckPerms to be made, however that API does not currently exist on older versions of Forge, and is unlikely to be backported. Without the Permissions API existing on older versions of Forge, it is impossible to make LuckPerms work on those versions of Forge natively.
There is a Sponge version of LuckPerms! You can add SpongeForge and the Sponge version of LuckPerms to use LuckPerms on older Forge versions.
Thank you <3
!weights
LuckPerms allows you to set weights in order to determine the priority of certain nodes, like permissions and even prefixes. A higher weight number is a higher priority.
which tablist plugin supports luckyperms on 1.19.2
Tab
Does anybody know how to import a lobby map from planetminecraft?
@gilded nova
hi yes please read the #rules :) I'm currently working and I can't provide help but I believe DiscordSRV can do that, might want to search it up and read its documentation
thank you and sorry
but how not to find c addon?
with whom I can see her
@gilded nova not the place.
who created luckperms
The dev
POV: U trying to make a res
hey is there a person who would make me ranks: player, vip, svip, sponsor, elite, administration and entitlements to them?
why not make them yourself? in the editor, that takes 10 clicks and 30 seconds time
because I don't know if I'm doing it right and if it will work and I would prefer a person who has done it before
!usage exists
Here's a guide to help users understand and use LuckPerms for the first time.
!tut exists too
If you would like a video tutorial for setting up LuckPerms, try:
https://www.youtube.com/watch?v=l4anE2wOLdc
and if in doubt still, im sure someone will look over it, but you should learn it, or else you will always need help in the future for the smallest things
Space Aliens from Mars
Your mum
hello, how do we use the hexadecimal for the color of the rank in the chat? because it doesn't work for me
That depends on your chat plugin
essentialxchat
Essentials use &#RRGGBB for hex colours format
thx
!latest
5.4.41
Anybody has a plugin for auto clearing the map (in my case a pvp box) so there wont be any building blocks?
who can i trigger
do u know of any scoreboard API's?
kinda want to redo my trash board xD
https://hastebin.com/inaqekugus.java look dis mess
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
trash board lmao
code is bad like fr bad
no idea though, scoreboards i stay away from. im making discordsrv hooks and that takes up all my brain
im just bridging
i also started to use customplayer class
discordsrv provides the embed, interactive chat addon the images, angel chest the event and data
oh god
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
XD
how would u do it
not sure, but definitely different
Did you gain experience in that time?
Or still 0



uwu
Hi, its possible add rank with bungeeluckperms to spigotluckperms?
!bungee
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
probably with a plugin like discordsrv
i am not sure about it
what makes you unsure
but i will try
Frying pan is correct, if you need any help join the discordsrv discord (pinned here)

Hey andreiiノᶜʳᵃᶻʸ! Please don't tag helpful/staff members directly.
sorry for mention
The essential plugin for Spigot servers.
ok wait i think i need essentialsx snapshot
What no
You need to run the right command
ur ess looks good
/ess dump all
The essential plugin for Spigot servers.
Delete one of your core jars.
what
You have multiple Essentials jars
Running a Minecraft server in offline mode can cause a lot of issues, particularly with UUIDs and security vulnerabilities. Some people also view it as unethical (piracy). We understand that some people need to run their servers in offline mode. However, due to the reasons mentioned, some users will choose to not support those running a server in offline mode (this does not apply to those running in a Bungeecord network). Please respect their decision, you may continue to seek help for your issue but in most cases, it can be resolved by setting online-mode=true in server.properties.
Ambiguous plugin name
Essentials' for filesplugins/EssentialsX-2.19.8-dev+2-b808511.jar' andplugins/EssentialsX-2.19.8-dev+1-0897ef7.jar' inplugins'
Not really relevant at this moment.
kinda irrelevant but ok
Send a new dump please
The essential plugin for Spigot servers.
Can someone search that log for add-prefix-suffix and change-displayname and see what the values are
Config, not log
in essentials?
Essx config
set to 'none' to disable
hello
Is there any way to make players complete invisible in lobby server?
like they join and they are complete invisible. No one knows that anyone else is here
ping me if u reply me
.hidePlayer?
I don’t think they know what that means
Yo o/
I have 54GB backup in .zip format and i need only 3 folders from this backup without downloading whole .zip...
It is possible to extract specific file/folder from .zip folder in winscp?
There's a plugin whereas when someone joins the server for the first time, it gives him stone tools.
However, how can I disable such so.
Thanks!
Not if the ZIP is on a remote server unfortunately
Where is the ZIP? On some form of shared Minecraft hosting (BisectHosting, ShockByte, PebbleHost etc), or is it on a VPS / Dedicated server
its dedicated server
In that case, log in with SSH and unzip -j myfile.zip some/file.txt
Will extract a specific file from the ZIP. Then you can download it using winscp
soo in my case it should be like:
unzip -j eBackup 2022-09-03 04-00-00.zip pvpstats(folder)
yes?
command unzip not found when im trying use this command
is it a linux host?
I Authorize a Group on the LuckPerm Editor Site But It Doesn't Work It Doesn't Work My Authorization
did you save/applyedits?
new pfp? 👀
yeah
yes, it looks like linux 😅
How to Save
ive been playing too much celeste on my steam deck lmao
the green button that says save
thanks
what is the exact error you got?
my unzip command looks like:
(in ssh i am in specific server folder with my zip while i want to unzip)
🤔
it says the same when you just type unzip, yes?
yup
same for unzip and for this long command above
do you have root access?
i guess... sudo apt-get install unzip ?
cant do ^ without root access
do /lp editor again after you run applyedits
thanks
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.
Yeah do this
unzip doesn't get installed by default on minimal Ubuntu installations
now unzip work
this is a correct command Jay?
unzip -j eBackup 2022-09-03 04-00-00.zip pvpstats(folder)
i have no idea..
remove the space in the filename
that's not what i meant
and same problem when i change file name on "backup"
you may be able to do unzip -j "eBackup 2022-09-03 04-00-00.zip" ...
your command:
unzip -j "eBackup 2022-09-03 04-00-00.zip" pvpstats
doesn't work too ;/
if this is seriously simple and I don't understand, forgive me, but it is caused by a little lack of sleep
what message did you get..
after ur command?
yes
run ls
I will only mention (I wrote about it earlier i guess) that I am currently using the command in path in the folder where the .zip file is located
and I don't know if it affects the command in any way
ls /path/ at the location to you zip file
nothing happens, only the path it is currently in is displayed
what do u mean?
ls prints the files in the location you used it
what is the exact command you tried to run to unzip
this one?
because that's looking for eBackup...whatever.zip IN the directory you're in
you specified no filepath
yup, this one
right, with ls not returning anything, there's no zip in the directory you're in
so you need to specify the filepath, or cd to it.
like so cd /home/ pathto the zip file
then run ls -a
there's no reason it shouldn't have showed up when you ran ls, but we'll try to display all
yeah, there's no zip in the folder you're in
in winscp
then you in the wrong director
then cd /plugins/Ebackup/backups
eh in winscp the is are unzip function includet
they want to take a specific folder out, not the whole thing
white dots like above i send with sudo ls -a
that you can makle to with winscp
whats the output of pwd?
thats correct. Specific folder (in this case pvpstats folder) from .zip file(backup)
/home/servername/sterydy/plugins/eBackup/backups
ok do cd /home/servername/sterydy and do ls -a
~/ > /home/
output - folders and files i see in winscp in main path(logs folder, bukkit.yml, eula.txt etc)
ok cd plugins then ls -a again
output - all folders and .jar files
i feel like at this point you can just cd /plugins/eBackup/backups
is there an eBackup folder?
uppercase or lowercase b?
cd backups then ls -a again
;/

why there is no zip file
refresh you ssh
that wont do anything?
i mean the client he used
find . -name "eBackup 2022-09-03 04-00-00.zip"
run this.
maybe not, that may be bad
some time it takes time until you see some files in ssh console
there. use this one.
if the file upload was started, and finished using ls should update instantly.
nothing happend. Only empty path to backups folder where i was displayed
is the same with winscp see i extratet the specific folder from that archiv
okay, then yeah. try to refresh your sftp client. maybe it got deleted by something, and never refreshed
.zip file is still in sftp after 10 refreshes(i logged in again and refresh using ctrl+r)
can you move the zip to the root of the server in winscp
and then try ls in the root of the server
zip file moved to main path(where plugins folder, logs folder etc are) and it doesn't display after using ls
do you see it in winscp?
yup
then doppelclick it
between commands.yml and eula.txt
this is incredibly strange
downloading started
yup, i know and i feel silly for taking your time with something like this
are you dont get winrar or zip on you home pc not the root server or what ever you us
i doppelt pressed on the server.jar see what happens:
the entire point was they didnt want to download a 50gb+ zip file
then you can take out any folder you whant
like Frying said
50gb isnt small though lmao
no its not that is why i write on small it works faster as console
if you still can not found it and it is at the location you postet try find. -iname eBackup
that is strange that is zip is not displayed with ls
sudo chmod +r <eBackup 2022-09-03 04-00-00.zip> - yes?
or without < >
without <>
okay, sorry
sudo chmod +r "eBackup 2022-09-03 04-00-00.zip"
use " instead of '
correct, this command
i used "
if you type sudo chmod +r eB then press tab, does anything happen?
this file just doesn't exist. wtf
😱
nothing

my curiosity has gotten the best of me.
lets just try this one
how does winscp see it then 
find . -name "*.zip"
i only can say what the f... is going on
list of .zip files but... there is no my file i want...
well now im really curious what winscp is trying to download
😱
as i can remember the zip file is donwload into the temp folder
the zip they dont want to download because its 50 gb?
if you doppelklick on the zip file in winscp
it's the entire server. Today we had a problem with an overfilled disc and players reported that they had removed some of their stats.(idk why lol) I'm just trying to recover them from this .zip file
well let me try with another .zip backup from oneblock server
bcs this on my friend downloaded today
and w can test if there is a same problem like with this one from sterydy
sure?
dont doppel klick the zip question was only are comment on how winscp store the zip file
winscp doesnt store anything
C:\Users\Anwender\AppData\Local\Temp\BvSshSftp-662FC1R9\D4YEFDDY\P5U45F83 frying <----- that happens if you press on are zip or any achived file in winscp
Hey master86! Please don't tag helpful/staff members directly.
on are server
Okay, I have information about .zip file and why I didn't have a backup.zip file in ssh
soo our server use pufferpanel. And I forgot that the paths with the servers had changed and I was using the previous ones
now i have my .zip file
because i have correct path to the server files now.
ok so the unzip command should work now
soo 2 question:
1 - should i stop the server before doing anything with the zip file?
2 - unzip -j "eBackup 2022-09-03 04-00-00.zip" pvpstats -is this correct command to get pvpstats folder from .zip file?
you dont need to stop the server to get the files out of the zip, but you probably should before having the server use them
your zip could be corrupt
seems plausible given you said you were running out of space
the disk space problem was around 8-9am
The backup was made at 4am
its possible it got overwritten
okay.. i checked logs again and problem with space on disk was when backup was during creating..
this backup from what I see contains all worlds.
there is an option to check what else is in store?
ofc without downloading
i doubt theres much you can do at all
i think file is basically useless if its not complete
which it isnt
the problem with backup was during saving zAuction plugin...pvpstats(looking at it in alphabetical order) is in sequence faster than zauction
why is your backup so big though? 🤔
but maybe there is a chance that the plugin and the pvpstats folder have been created completely
im not entirely sure how zip works, but its possible the data is entirely useless if its not complete
5-6worlds, 80+plugins, skins(custom Texturpack)... im not sure what take the most space in this backup
do you need to backup all the worlds and plugin jars in every backup?
Yes. Normally there would be no problem with disk space
eg a hub world that players cant build in probably doesnt need to be backed up automatically
but however, it turned out that with the 2TB space, only 1TB space is usable, and the other 1Tb had to be manually assigned
which we didn't do, because we had no idea that it would be like that
this is why off site backups are good.
backups? never heard of those
guys can u help me ?
I tried
it seems my laptop will explode any second
how do i set a permission to false
by setting it to false 🙃
what exactly dont you get?
in the editor i think you can just click where it says "true" and itll make it false, and with the command you type ... set <node> false ... instead of ... set <node> true ...
Be cooler if I could set it to "not feeling it"
Hi! Does luckperms have placeholders for ranks? I have a rank called ''diamond'' and I wanna give them a crate key every 12 hours. By using cmi, I can create a scheduler to execute a command every 12 hours but I wanna know what placeholder to put in there
My current command is lp user [playerName] permission set %cmi_equationint{cmi_user_maxperm_cmi.command.sethome_1}+1% What am i missing here?
what about it isnt working?
oohh wait im in the wrong discord my bad
it was meant for the cmi discord
but yeah basicly theyre telling me that this is the placeholder for the extra buyable homes. %cmi_equationint{cmi_user_maxperm_cmi.command.sethome_1}+1%
well this channel anything goes
awesome
I cant figure out how to make it work tho cause as of now it just shows the luckperms version for some reason
within the rules ofc, but "not luckperms" is a support 1/2 thing lmao
its making the player run the command instead of console
whatever is running it is running it as the player
obviously you dont want to give players access to luckperms commands, so you should make it run the command from console
ohh wait maybe if i add <server> infront of it it will work as im using it inside the gui plugin
so it will execute from the console
usually it's [console] but idk how CMI works.
Im using GUIplus
like executing the command inside GUIplus
then yeah <server>
This question was meant for luckperms hahahaha
what do you want the placeholder to show exactly? the prefix?
the rank. I want all players with the Diamond rank to get a crate key every 12 hours
so the command to do that would have to target people with a diamond rank
well you can check if someone is in a group by checking a group.<groupname> permission
do you maybe know what it would look like when i want to give money? the normal command would be /cmi money give [PlayerName] (amount)
ive never used cmi so i dont really know
youd have to figure out how to run the command for all players with a certain permission though
Thank you! I thought luckperms had a placeholder for ranks but that could definitely be it
well there are placeholders, but i dont think they are a good solution for what you are trying to do
simple for loop, permission check and bukkit command dispatch and you can do it 
!placeholder has a list of them, but checking a permission is probably easier
Display data such as user prefixes and groups from LuckPerms in other plugins.
its all so difficult for me to understand hahahaha
cmi seems like its really easy to do basic things but really hard to do complicated things
but also "complicated" with cmi seems like a very low threshold
I need someone who knows about the terrain control plugin, I need to change some config, the query is 5.5 uhc cave rate
what plugins do I need to make prefixes I have essentials and luckperms but its still not showing the prefix
!chat
LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!
Anyone here who join with me to make a private server?
No
No
Hello
I currenctly own a Roleplaying server where we have different work regions tied to different luckperms groups. We have a RP where players have to sign contracts to be able to work and then I manually add them to the group. Is it possible to automate this process so the players just throw the contract in a chest or hopper?
I'm asking here because i'm pretty sure luckperms is unable to do this by it self, so I was hoping someone might have a fix that involved other plugins working together with luckperms.
You'd have to use api. But sure.
Not sure of any that exist, but that doesn't seem terribly difficult
!why
Sorry! I do not understand the command why Did you mean whylp?
Type !help for a list of commands
!whylp
Why should you choose LuckPerms? Read here to find out.
Hey there! To who can I report DM advertisement?
My DMs are open 🙂
Hm guy seems to have deleted his advertisement
RIP
noted, thanks for the info.
An error ..
I think
Hello everyone, tell me how to delete player accounts
In what capacity
@keen wyvern you can start by not asking in every single channel
Ok
@gilded nova can you NOT repeat the moderation I already did.

I am Russian
okay
I don't understand English well
what do you mean by "delete player accounts" exactly?
It’s an error
no plugins bro
config
need to fix
bro u dont need to ping me the problem is fixed
also it was not conig
it was a pluginm
you do need a plugin to display prefixes
luckperms will not on its own
hi
Hello.
Here's a guide to help users understand and use LuckPerms for the first time.
do u know how to fix?
where is the config folder for forge
because all the tutorials dont show where the file is on forge
You don't have a plugin that handles the /help command.
how can i fix this issue
yeah but google is a good resource
can anyone help me? i whant to let people in my server to change the weather but i cant find the permissions for it
Dunno, Luckperms doesn't have a command to control the weather
Might be essentials?
oke thank you i will look in to it
👋
Hey guys, quick question ,how do I change the default group of it?
!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.
Gotcha, thx
And maybe you know how can I remove my "member" group I've created. i've done a clear but it's not deleting it.
Got it, thank you ❤️
Np
/lp bulkupdate users update group.<new group> "permission == group.<old group>"
can i disable use of all enchantment tables, anvils and villagers?
Ping me on solution pls
The queen has passed away today
https://www.nytimes.com/live/2022/09/08/world/queen-elizabeth.amp.html



She's just sleepy
preparing for the second phase
why the hell do i need to pay to read that
tl;dr - she died, charles is now king
hello, my name is charles
i thought it was clifford
that's my nickname
Your name actually is Charles
idk who deleted it or why but imo it is a little offensive to whoever supported the queen
I mean the guy was just trying to cheer ppl up
probably not the best way to go about it lol
as a german i loved the queen
It's a rip moment but she is in a better place
and as some people say "at least she's with philip resting"
but u could clearly tell she wen't downhill after phillip passed away
i mean she was special
bc legit the whole world loved her
even putin and that says a lot
yep
She protected snoop dog like 
Whether you like her or not, celebrating someone's death is a bit insane
twitter full of social rejects 
Unless it's like Hitler or something
u know what i loved to see
couple minutes after she passed away 2 rainbows appeared
wich they say those are the queen and philip
hitler is a diff story
Rightfully so
Queen Elizabeth was the queen my entire life, the entire life of my parents and most of the life of my grandparents. She ruled trough 3 generations, so it feels surreal and sad that she is gone now 😦
Heya
u know what i kinda didnt like
that BBC alrdy knew it before it was made public
since the entire site was alrdy made black
What don’t you like about that
that they know it before it being public
I don’t see a problem with the #1 tv network having a heads up to get prepared before making such a massive announcement ?
I didn't know that. But I tuned into bbc radio yesterday as soon as I read the news (which was 5 minutes after it was made public)
Yes. But due to this situation I have been called a fascist yesterday
people mean
I just redirected a message about discord servers turning their icon black and white in honor of the queen, and someone started with "why should I honor a dead mass murderer"
bruh
I said I dun know any about that, and that I maybe lack history knowledge, but what I do know is that she ruled trough 3 generations of my family.
As response to that I have been called a fascist lul
the memes?
Ah yes, princess diana. Queen of our hearts
the memes aren't even honorful, they are just blantly disrespectful
well im gonna keep an eye on what they gonna do with that movie/serie
The Crown
heard that they might cancell it fully
Propably
People who are hating on her are mostly anti-colonists who don't seem to realise she wasn't even alive when Britain went on a colonising spree
Not her fault she was born into that shit lol
Sure she may have been queen while some dumb shit happened but people overestimate the power she actually had in those circumstances
WHY doesn’t she solve world hunger and start world peace ??
💀
Anyone know of a good economy plugin that has tax, shop integration, set server balance, ect
Essentials
Does Luckperms support Fabric? I've been trying to install but when I try to join it gives access denied to all players from joining
EssentialsX has none of the features he asked for.
It does, yes
!paste send your log
Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
https://pastes.dev/Z26IvXm17t here you go
I tested this on two different servers as well just to see if it was any of my current mods. Which seemed to not be the case
Single server or proxy?
Single server
You might wanna take a second look at your mods list.
You have FabricProxy-Lite installed
Oh I’m hosting my server on minehut
Could that be the issue the fabric proxy mod?
Since it’s preinstalled through minehut.
🧐
paper and ip forwarding is fine
fabric doesnt like it
i did get it to work on fabric with a different mod, i just dont recall the name
Ah that’s too bad
If you can remember it I would greatly appreciate it
If you know of a great permission mod alternative i’d appreciate that as well. Since I do really like luckperms but need a permission mod to control my current mods
luckperms will work as soon as you get rid of the proxy mod
I really can't recall the name though. I remember there was a github page that listed like 5 or 6 mods* and i remember the first one being what you use rn, which i also tried and failed at with the same issue. the one that worked for me was on that small list. thats all i remember
its been well over a year for me so yea
ah okay but won't that reinstall when restarting my minehut server?
I have no idea to be honest. If that's the case, perhaps try contacting minehut support. Feel free to quote me there, maybe they know another workaround i missed back then
Cause it seems to auto install fabric API every restart since I tried manually adding and deleting the pre installed one
alright i'm gonna try deleting Fabric Proxy rn. I don't use proxy anyways
Iirc minehut servers run under a proxy, so players can hop around the entire network of servers with some cross advertising going on as well
Never used minehut, just heard about it
If that's true, then it makes sense why they have this preinstalled.
yeah it does
I used to be on Paper with luckperms with no issues though even tho it's a bungeecord network or whatever
Yea, it's really not anything luckperms does wrong, it's about the connection stuff going on
If you want a picture to draw, imagine a two lane street where two large trucks drive into the same direction at the same speed, heavily loaded and neither see the other. Then the road merges into one lane where both steer onto it at the same point.
I think that's so silly. I frankly don't care about Minehuts network as I have no interest in making my server public. Would be nice to have option to opt out as I have no use for it
Well, in the end you get what you pay for
I have thought of switching to Apex hosting for the limitations i've encountered so far
Personally I use hetzner. But i doubt you have need for a 32 or 64 gb server lmao
I heard good stuff about bloom host
2gb is what only my proxy has xD
haha I don't really need more so far
but I will likely switch to Apex later on if I don't find a good solution to all these issues soon
My biggest issue is really just being able to control permissions rn because everyone has access to a bunch of admin commands from mods
yea that makes sense
let me go digging up old dms as googling it had no success
no promises tho
yeah I'm restarting as we speak
Crossing my fingers
I think it would be a good idea to include this in the luckperms installation documentation under the fabric section since a lot of people use proxy or bungeecord etc
okay progress, now it's giving me another error code. That's always something
Luck is always open to PR's :P
PR's?
Pull requests.
That'd be done on github
ah i'm a complete rookie at github
But yeah if I can figure out I will definitely share it
https://github.com/LuckPerms/wiki/tree/master/pages see, all pages are here
okay so this is the new error code
[11:00:15] [Server thread/INFO]: /redacted lost connection: Internal Exception: java.lang.NoSuchMethodError: 'com.mojang.authlib.GameProfile net.minecraft.class_2915.method_12650()'
ah okie
Do you know what this error code could indicate?
rip haha
@vague plume I made some progress. Before whenever i'd enable HackEarlySend I couldn't connect at all
So I download manually the newest version of FabricProxy-Lite since minehuts is outdated I could see. It fixed it!
I got it working YUS! Just joined :D
So happy I figured it out
this isn't reported anywhere on google. i'll be sure to add that you need minimum x version of FabricProxy-Lite if on Velocity to run newest version of luckperms
and the whole HackEarlySend parameter to be True
Is there a default config somewhere that changes admin's tab color?
I didn't set this
Are you using tab by neznamy?
Ah yes I just figured it out
Aight :)
remove ur IP next time u send a log
lol
It's a fake ip through minehut encryption. But sure
its just a tip
ofc, Minehut hides GeoIP plugins and ips etc
how would you detect a password lol
I think that would be hard to filter


