#support-2
1 messages ยท Page 74 of 1
Yeah I can tell...
Then in that case it's possible that Mojang skins servers are down
And the editor is unable to retrieve them
works on the demo
it uses minotar.net
imagine not using https://crafatar.com/
tell me why i should use it over minotar and maybe i will :P
my friend makes it 
Yeah but it needs the client to reach the API, right?
what client
idk what you mean fefo lol
Web
you mean the browser
If you would like to request a feature for LuckPerms, or report a bug, feel free to open an issue on GitHub!
@tardy glacier what do you think of my idea? 
My main goal is debugging
Obviously
Because people love to fiddle around with config and "I didn't touch anything"

(is that the right word? Fiddle)

That's a cool idea fefo
I'll check your fork to see how it's goin
Doesn't seem like a hard thing esp since the config classes are so easy to use already
no fefo
bad idea
just make lp debug which dumps all data (except users) into a json and ships it to a web viewer
and then lp debug --full which includes users
by everything I mean editor data, but also config and server startup and other plugins involved
@tame hollow could make a web viewer for that right
UwU
well yea
I mean yeah ig that's something that could be done, but I've been thinking of a command to check the current value of a specified setting to make troubleshooting easier by spitting a ton of info
well that's the point
except instead of limiting it by one value
it's all sent and then we can CTRL+F on a webpage
Oooo
what's the point of that then?
easy troubleshooting?
we can just keep saying "send an editor link", "send your lp config", "send startup logs" etc
if we're gonna ctrl f anyway I don't see a point in that

all the info at once
DIscordSRV has a similar system
it makes life so much easier
ask for 1 command and what the issue is, we can usually solve it
I'd rather see a screenshot of a specific setting status, one I'm suspecting could be messing with something
Why ask them to run a command to check for one specific value in the config? what if you want to check 4 or 5?
then you have to ask to run 4 or 5 commands
is it not more efficient to have them send everything with one command
Again, if I'm going to Ctrl F anyway it's the same as just asking to send the config
What's the point in that
but it is not
How is it not
it will send everything so we can cross reference and check startup logs while also checking lp info and group names and literally everything at once
we don't need to keep asking for more thigns
"send lp debug link and we'll tell you what's wrong" is much easier than
send console log
send lp info
send config
etc etc
(with back and forth time in between each)
yeah exactly
and then the web viewer can have good navigation function
so you can open the config with one click and go to the editor with another and fly around looking at all possible causes for a problem
mkay
comment all that you just said on the issue ๐
you cheeky bastard literally copy/pasted everything xD
yes
Does luckperms have tests of any kind somewhere that I'm missing
If not I'm very interested how luck tests things
he doesn't
Especially with so many support platforms
I know for a fact he just commits and lets users test
sometimes will load it up on a local server first
no tests at all
and tbh I've seen him test things once and once only - the verbose command command
Cool thanks for the info
he added those when this happened Larry #helpful message
oh really haha
aber it was a bad commit
Oh
(and link not broken >:) )
Mobile being stupid I guess
Oh ok
Cool Kids Channel
lowkey feel like aber deserves access to the role to get him that channel though
nah he's totally useless

lol no
Was that commit link in the pebkac channel
nah lol
nope
Aw too bad LOL
we do have other channels besides that you know
that censorship didn't actually censor lol
just made the text read better from far away
Patreon voice ๐คก
actually lol
fixed ๐
what if I...
Nien
Hi samosa
If I make a new LuckPerms db in mysql/maria and relaunch will the plugin generate the schema, or is there something I need to run to prime the db?
LP does it all
just give it an empty db (no tables premade) and it'll make all of them
if you make some but not all, or delete one or two, LP will be unable to make the rest
actually i can probably be more specific
don't make any tables that LP needs in the DB - things that by default start with luckperms_
everything else can probably be in there just fine
I was using a LP specific db.
But I do appreciate the clarification
Hmm
[00:43:03] [Server thread/INFO]: [LuckPerms] Performing initial data load... [00:43:03] [Server thread/WARN]: java.util.concurrent.CompletionException: java.sql.SQLSyntaxErrorException: Table 'LuckPerms2.luckperms_groups' doesn't exist
ok, does your LP user have full db perms
Blew up the DB, and setup a new one.
like, all of them
It does appear to
ok send the full startup log then pls ๐
what is it with this issue
yes, sometimes it does weird things
it's always exactly the same whenever it pops up
fefo knows the cure
Haha
I don't lol
ok
Hm
What issue is it?
Fefo knows the ISSUE not the cure.
i have seen the issue too
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
YOU DON'T HAVE VAULT INSTALLEWD
WHY DOINT0'A YOU AHOEA VAUTLKT INSTALLEC
hahahaahahahaa
not that it's going to change anything lmao
lol can't now
I prefer to be berated via text, thank you.
3 in the morning Larry ๐
join and listen wtf
also can't, I'm delighting my ears with some beautiful Doom soundtrack 
it isn't really, not an LP requirement at least
but for other plugins (like... ehem..)
Yeah he yelled at me for that, too
I'm trying to fix an old server.
So I'm updating things slowly.
!latest
5.2.94
the only "fix" I am aware of that works for that error is actually just straight up a whole new database lol
Just to be clear:
- Dropped LP into the /plugins dir
- Modified config.yml for LuckPerms to use mysql with username/pw and
LuckPermsdb. - Ran the server, did some stuff. I then broke the permission by accident.
- Made a new db with the name
LuckPerms2 - Saw errors
doesn't sound much of a fix to me tbh
I DID make a whole new db.
Sorry I was typing that to Larry
Who kept saying "just make a new one again"
lmao
try LarryPerms
try all lowercase
LARRY
and he says NO
u
luckos golden rules 
no, be nice to whomst
EVERYONE
nice
Okay same error.
So now I'm trying all lowercase because Larry said so.
mysql> use LuckPermsNew; Database changed mysql> show tables; Empty set (0.00 sec)
Database changed mysql> show tables; +------------------------+ | Tables_in_LuckPermsNew | +------------------------+ | luckperms_messenger | +------------------------+ 1 row in set (0.00 sec)
For posterity.
It does create luckperms_messenger first apparently.
that doesn't seem very lowercase lol
No that was the old one.
Sorry, making a new db and starting again takes a sec.
My internet connection is garbage at the moment and the test box is slow.

mysql> show tables; +--------------------------+ | Tables_in_luckpermsthree | +--------------------------+ | luckperms_messenger | +--------------------------+
Yeah.
It's pretty odd.
This totally worked just fine before.
Until I swapped the dbs.
I just hosed the perms and was trying to get a clean db for a repeatable build.
actually
@keen spade stop the server, remove the messenger table, set the messaging-service to none in LP config and start it again
Okay, I can try that.
Need to wait one, i'm upgrading the db because Larry said it was old and I should feel bad.
lol
oh well never mind
setting it to none silently sets it to auto 
set it to notsql for the sake of testing lol
Oh that won't work?
Haha
Okay
I can try that.
Same thing, Fefo.
Alas!
I'll probably just recreate the tables manually from my old db for now.
i found the bug
no balls
prove it aber
pay me $50 USD
Yeah Larry pay the man.
no ocelot
no troll
"in my town the currency is stone. So you accept stones as payment?
"
ok
mind if I send you a "custom" LP build see what's going on? (I'll just add a heck lot of debugging prints lol)
no
stfu
what I SAID
Haha
I have no clue how this automatic versioning works lol
9 is bigger than 8.
So that's nice :)
I'm right in the middle of an upgrade so it might be a few
sure
Okay Fefo, firing it up with the new jar.
Oh wait should I set the messaging-service back to auto?
uuh sure ig
Hm.
I just added prints to the storage part, not the messaging
Haha
I missed that line. :)
mysql may be horked now.
Ahh was config issue. Whoops.
Okay fixed.
But same error.
Pasting
okay what the fuck
it's saying that the {prefix}user_permissions table exists
when it doesn't
that's the one it uses to check if the tables are set up
yeah that one is created separately
Ahh
@keen spade could you throw this build in?
Sure can.
And prob delete libs
Again, it's just some additional logging; if you want me to force-create the tables just tell me but you'll have to change the jar back lol
uuh.. no lol
Haha
k
no need for that
Well that's a longer error.
Or more logging, at least :)
luckperms_messenger is the only table in the db again.
It was, yeah.
I can make another one and try again if you want.
To be sure.
GRANT ALL PRIVILEGES ONluckpermsthree.* TO minecraft@localhost
From grants table
Just to confirm that bit also.
this has to be the weirdest error I've come across with
You and me both.
yeah looks good
wait a second
Am I doing something so obviously wrong that you just figured it out?
Haha
uuh I don't know how to explain this, but it basically scans the entire sql server for a table names {config prefix}user_permissions
Wow.
and it turns out that if the table already exists in another db on the same server and it happens to come before the "new" db alphabetically, it will say it's there
Should lol yeah
Hmm
Wait k comes after l
Or no.
Before.
Man I'm getting tired.
kperms: same error.
So maybe even if it isn't alphabetically before the full scan is still making it puke?
is it on linux?
maybe it's case sensitive
oh right
wait yeah I'm stupid
it scans the whole thing
Yeah
Nice job cracking that one, Fefo.
That was a few hours off and on of fucking with it.
Jesus...
Arch Linux control freak power user has joined the chat
I see Linux and I become interested
nothing to do with linux lol
lol
I'mma make a fix rq, test it and send it over then open a PR
If you would like to request a feature for LuckPerms, or report a bug, feel free to open an issue on GitHub!
Do you want me to open the bug?
Nah, I'm looking for a closed issue that referenced this problem
I am amazed by the lack of detail on issue titles lol
Haha
This one?
oh wow well my eyes missed that one
feeefooo pr when!~?
04:17:50] [Server thread/INFO]: [LuckPerms] Performing initial data load... [04:17:50] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 6612ms)
Victory!
Fefo for president.
literally writing the brief rn lol
but why did it always make the messagering table and not the others?
because the messaging service simply does a CREATE TABLE IF NOT EXISTS or whatever
on its own, separate from the storage
and this is what the storage thingu does to check if it exists
the messaging service doesn't need a table if it's Redis either

Haha
@high raven your favorite kind of PR and my specialty ๐
Are all your prs on LP +1 and -1?
\m/
Thanks again, Fefo.
Really appreciate the help.
Now I can continue debugging stuff at 1:30AM. :)
The pleasure is mine! We'll never see that error ever again!!
Yes we will
And we can simply !update ;)
Yes, but... we'll still see it ;p
true that
Hahah
Hello Everyone
I have been creating groups and I am not sure if this is Luckperms but the prefix on the group constantly changes (colour and size) like an animation, if this is luckperms can someone please educate me on how and why this is?
uh no?
essentialsx chat?
ok thx
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.
Remove prefix and use only {displayname} in essentialsX Chat
In the essentials config
Fefo you're a legend
Good morning Larry
Morning ๐
https://bytebin.lucko.me/Zwc6WwGIsH
Hello,
i want to connect to my mysql on the other server but i get this error code.
the address and login data is right
!errors take a look at this
Here's a page with some common storage system errors.
it works between my bungeecord and paper server when both is on one, i want to connect a third to the mysql from another server, this doesnt function
@knotty goblet
the address and login data is right
No, it isn't.
Your address is wrong
jay 
i wrote the ipaddress where my phpmyadmin is on
what did you use for your address
aber 
my ipaddress from the server i want to connect to
there is bungeecord luck perms
the bukkit luck perms on the other server on the same ip address with the bungeelp works
Jay why do you still have your christmas nick lol
Shush
Im really confused with stacking, could someone help me out here?
I have 4 tracks: law, outlaw, marketing, and staff. so basically the first three tracks are going to have a same meaning, since all normal player are going to have them. But how do i a add so there are 2 prefixes if someones is in staff track?
It should look like this: [Mod] [Default] <player>
What have you tried?
well, in a config.yml played around with the stacking (forgot whats it called), but that just removed the prefixes entirely
Meaning i have no knowledge how that works
By "What have you tried?" I mean what have you tried exactly, what did you put in config exactly, what did you change exactly, etc
Because maybe you were on the right path but made a miniscule mistake that fucked everything
i remembered editing the "higher" to something like "higher_to_track_law"
or something like that
*highest_on_track_law''
and added two of them
*highest_on_track_staff''
*highest_on_track_law''
its back to default
Also for updating it, after saving did you fully restart the server, run /reload or run /lp reloadconfig?
You can do that anytime but yeah everything should have its own weight, and it'll be better for this if you do now tbh
Also, keep in mind prefixes/suffixes have their own weight, separate and independent from the group weight
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.
Oohhhh awaaait
i added weight and now it worked...
It works, but only when im on the same track
whenever i change track, the prefix for staff goes
so i can do /promote without changing a thing
but when i set parent to different track, the staff prefix disappears
What?
sorry, i figured it out
How do i /set my group without changing the prefix for the staff group?
Umm, are you familiar with command panels plugin?
non
ahh... ok so basically it brings up this GUI, and i set it up when you click on the item youll recieve a rank on a specific track lp user %cp-player-name% parent set traveler
But, since there are another prefix for a staff, the staff prefix will be gone
.
So basically i need that whenever i do /lp user <player> parent set <group>, i dont want it to delete the "law" track group prefix
.
That just adds the perm temporarily
i... dont see how its supposed to work
Read the description of the command
Isn't that what you want? Keeping your parent groups on other tracks but changing your position on one only?
Sure
That's the whole error?!
Ah ok. I need the full error
!paste we have our own pastebin ๐
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
โค๏ธ

(or can just drop a text file here and the bot will auto upload it)
send the bytebin link...
Bukkit - Craftbukkit
๐
that's what the platform print at LP startup said ok ๐ฆ
it's not my fault MD's a moron and still hasn't changed the impl name
You get a connection timeout @young lily
Im aware
So you 100% specified the wrong address
Show me a working address section and the LP one
Sec
And are they on the same MC server?
Yes they are
Ok
different usernames
It worked on my other server
Its weired
Now i do have the right credentials it still doesn't work
๐
@proper pulsar
Well I can log in from my machine (remote that paste and change your passwords after this is over)
Make sure both username and database are luckyperms
That's how I managed to log in
Do you have a linux server you can run commands from?
No. But from there you can test it
Run mysql -h <ip> -u <user> -p <database>
Then enter the password and if that works you know you have a working configuration
*set of credentials
I gues it needs to be a different server from the mysql server
@proper pulsar
As i already said i could connect perfectly.
๐
And this is from a different server
And from the same server?
Try it with the right one then
Nope, still the same
I did this time
java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5001ms.

The last Caused By line is the relevant line
^
Please use https://bytebin.lucko.me to send files in the future. I have automatically uploaded message.txt for you: https://bytebin.lucko.me/UhZ7ZuC452
Can I see your full pool settings section?
pool-settings:
# Sets the maximum size of the MySQL connection pool.
# - Basically this value will determine the maximum number of actual
# connections to the database backend.
# - More information about determining the size of connection pools can be found here:
# https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
maximum-pool-size: 10
# Sets the minimum number of idle connections that the pool will try to maintain.
# - For maximum performance and responsiveness to spike demands, it is recommended to not set
# this value and instead allow the pool to act as a fixed size connection pool.
# (set this value to the same as 'maximum-pool-size')
minimum-idle: 2
# This setting controls the maximum lifetime of a connection in the pool in milliseconds.
# - The value should be at least 30 seconds less than any database or infrastructure imposed
# connection time limit.
maximum-lifetime: 1800000 # 30 minutes
# This setting controls the maximum number of milliseconds that the plugin will wait for a
# connection from the pool, before timing out.
connection-timeout: 5000 # 5 seconds
# This setting allows you to define extra properties for connections.
properties:
useUnicode: true
useSSL: false
characterEncoding: utf8
# The prefix for all LuckPerms SQL tables.
# - Change this is you want to use different tables for different servers.
table_prefix: 'luckperms_'
# The prefix to use for all LuckPerms collections. Change this if you want to use different
# collections for different servers. The default is no prefix.
mongodb_collection_prefix: ''
# MongoDB ClientConnectionURI for use with replica sets and custom connection options
# - See https://docs.mongodb.com/manual/reference/connection-string/
mongodb_connection_URI: ''
Storage type is mysql or mariadb?
mariadb
@soft cosmos did you recently mess with connection strings?
Caused by: java.lang.IllegalArgumentException: Optional parameter socketTimeout must be Integer, was "30000;useUnicode=true;characterEncoding=utf8;useSSL=false"
Hey BrainStone! Please don't tag helpful/staff members directly.
Give that a try
Good point
I'm using .90 as of now and have a working MariaDB connection
Could you send me that build?
!downloads bottom link
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
here this is .90 https://ci.lucko.me/view/LuckPerms/job/LuckPerms/1256/
@proper pulsar Any idea's?
@young lily Sorry, no
No, not recently
@daring stirrup he was responding to my ping
Hey BrainStone! Please don't tag helpful/staff members directly.
ah ok
@proper pulsar
I fixed it
I changed the timeout from 5000 to 30000
And it works now
Gues my MySQL sevrer is a bit slow
server*
Wait. That wasn't an error during startup?
You can download LuckPerms for Bukkit/Spigot/Paper, BungeeCord, Sponge, Fabric, Nukkit and Velocity.
!latest
5.2.96
im having troubles with my servers on my bungeecord network and lp
ive already went thru the bungeecheck thing
in what way
on one server, my perms are one way, and on the other, its totally different
and i am using a mysql server
/lp info from both a server with "correct" perms, and one with the different perms
hmm ok not what I thought it was
!bungeecheck
Please double check that:
1. BungeeCord config.yml has ip_forward and online_mode set to true
2. All backend servers' spigot.yml has bungeecord set to true
3. All backend servers' server.properties have online-mode set to false
i already did that
You did? Then restart the server, open a new editor, and it should be fixed
i restarted the server that was incorrect, should i restart all of them?
Yeah turn all of it off, db included
oh ok
its till creating the other uuid things in the editor but the perms are all properly synced between severs
The UUID things are people that joined while the network was not configured exactly like this:
!bungeecheck
Please double check that:
1. BungeeCord config.yml has ip_forward and online_mode set to true
2. All backend servers' spigot.yml has bungeecord set to true
3. All backend servers' server.properties have online-mode set to false
So if it is now, you can run lp clear UUIDHERE and it'll remove them on restart or after a while
does deleting it thru web editor work as well?
and they came back
Clear them with the command
ok
didnt do anything
Clear them
Restart
all of it
If it still doesn't then those players are online and your server isn't set up correctly yet
restart my entire network?
That will be guaranteed to remove all the UUIDs that you just cleared from the editor
theres only 2 people online but it adds 9
ok
still there
i think i can live with it
unless you want me to get in a vc and screenshare
How I separate the range from the name
[Owner]Reportado NO
[Owner] Reportado YES
I don't want it to look like this.
And according to the plugin using this: "" I can put it or something if but it's not
In order to link luckperm with a database it is necessary to create special tables in my database ?
Sorry but my permission system not work. Text for wiki plugin: "shop.use - /shop". I'em add shop.use (world: uf-world) not workink. Please help
Context not working
LuckPerms automatically creates the tables if they don't exist
hello
Are you checking /lp group default meta info?
it wont show on the user iirc
what do you mean by that?
That would be up to your chat plugin ivandpf
I have followed the pinned steps, and my panel (Wisp) is able to connect and create database users, however when I try connecting via LuckPerms I get this error too. I have tried setting bind-address to 0.0.0.0 and MariaDB allows the user to connect from anywhere.
Send the full lp user NAME meta info for the default user you just checked
larry 
Hai aber
Figured it out! In my mysql error logs there was a warning, "IP address '172.200.0.3' could not be resolved: Temporary failure in name resolution". I was able to fix this by adding "skip_name_resolve" into the 50-server.cnf file.
hey would anyone be able to help me with something? this is my first time using luckperms and im not super tech savvy
Anything in particular you need help with?
so like i said this is my first time using luckperms and i created groups but 1. when i closed the tab and opened it again my groups werent there and 2. idk how to add my staff
Editor sessions are not persistent and they are local to the web browser
Each time you run applyedits, if you want to keep making changes you need to open up a new session
!editor explained in there
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
!usage might want to give this a read too
Here's a guide to help users understand and use LuckPerms for the first time.
oh ok that makes sense. i was putting the url into my server each time i made changes so i think thats good
but how do i add my staff to each group?
ah ty!
this discord is so helpful
Hello ๐
Somebody has an idea about this on Bungee?
https://pastebin.com/aDNKrpUw
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
!errors read
Here's a page with some common storage system errors.
how to change the default group?
You don't
Everyone gets the group named default on first join
Use that one instead
how can I rename the default group then?
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.
thx
It does not help... Already did it ๐ฆ
Help please ๐ฅบ
https://bytebin.lucko.me/gPJ2l3LfZ0
?ยฟ
Can you for the love of God disable reply pings???
And read the channel pinned message
And why did he send me to this channel? 
fefo chill 
He lads I have a Question, So I dont want to have Jr. Mods being able to ban head mods and head mods to be able to ban admins, so ranks above them I dont want them to ban, is their a way to do this in Luck Perms?
hmm alright, thx for the info
u.u
โค๏ธ โค๏ธ โค๏ธ

hey I have a question is there like a whisper command that whispers to a group instead of a user?
nope
any plugin that can do that?
hey guys I need a hand because even if I keep changing the permissions and I give them to someone they always tell me that they have no permissions
Leave ur request in only in one channel So its not duplicated.
how to add essentials commands to bungeecord luckperms!
any help?!?
you need to install the lp bridge
the rest will setup automatically
this is a plugin>
?
go to luckperms page
you will see spigot jar and bungecoord
right
in order to make lp work on a network you need to install it on all subservers
and on the bungee
also make sure to give every server a name in the config
You need this setup for example to make bungecoord commands to work
and to be able to use bungeecoord plugins
spigot lp for all the subservers?
!bungee
If you run a BungeeCord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
yes
lp needs to be on all servers
It is pretty straight forwards
install bungeecord lp, install it on all subservers
and connect them via mysql
done
the problem i dont have mysql
so...
just don't forget that you need to write every single config
mmh you can also use other storage options
like
but mysql is the best for networks
sqlite
this is
?
it is a storage that is hosted on the server
or you can use file storage
in the file storage
but well sql is the best and most secure one
you can read about this in the wiki
it is explained pretty good
if i give someone rank it is in the all servers?
yea
unless you set context
like I explained in general 1
how to do that?
you set them when you make the permissions
you can define worlds, servers and more
For example
you want a player to be able to build in world 1 but not world 2
i do it in game?
so you set essentials.build true world:1
It is easier to use the lp editor
especially when you are new to lp
in the lpb editor
i dont have a essentials permission
you gotta be in the helpful role
.
ehm
sry was on other discord xD
you need to add those permissions manually
lp suggest permissions tho
how
when you have a plguin installed lp hooks in and checks for the permissions
here you have all permissions of essentials
copy them and add them to the groups where you need them
OK THANNSK
How do I set perms for specific servers on a bungeecord network
Hi, not sure if this is the right place to ask.. I have been trying out plugins for the first time so I'm not entirely sure what I'm doing lol. On my server I have KeepInventory set to true and it works in the overworld, but in the Nether (idk about the end yet) when I die I am dropping all my stuff. These are the plugins I have installed.. could it be a luck perms thing causing this?
did you do /gamerule?
yeah, /gamerule KeepInventory true
may wanna do it while in the nether too
lmao yeah that worked. Thanks ๐ can't believe I didn't think of that
np
hey.
i put prefix on to my rank lpb and it dosent show or do /nick
you also need luckperms on your backend servers
screenshot /lp info and /lpb info
!sync
To sync data between servers, you need to connect each LuckPerms plugin to the same database (for example MySQL) and set up a messaging service.
i cant use mysql
you need a database like mysql etc to sync your data
i cant use mysql
then put your prefixes with /lp and not /lpb
there is another way to do it without mysql
mongo, mariadb, postgresql
what is mongo
?
you don't need mysql man
luckperms has ways to communicate without this
redis, lilypad
redis
you don't need sql it is just the better option
what it is
look up the link
it is explained in the wiki
it host a service inside of your network
how to do it
I use this method to have an adminchat via bungeenetwork
sorry for asking a lot of questions
You basically tell your luckperms to use in in config etc.
How do I make it so the ranks r on top of the tablist?
So like helper mod etc is on top or bottom and normal ranks are below it etc
@wet plover this is a tablist thing not luckperms
your tablist defines the sorting etc.
How do I do it then?
you need to look in the manual of your tablist plugin
oh
oh
Read the wiki hehe not everything is in the preset configs
@wet plover what plugin you use?
how to use redis
for communication and change applies
so how i can storage without mysql
you can use H2 but you cannot sync your data across different servers
Luckperms
But its not for me
Redis etc. are messaning services that inform other server instances of permission changes...
it tells the other servers what to change in the storage
I found a cmd like this /nte group (group) priority (number)
soo if i gave a rank i need to gave it all over the network?
yes you'd need to do the command on every server
are you guys even reading the wiki pages xD
I give up on you two
i read but its not what i need
it is the fuck xD
networksync
what do you think is network sync doing?
Settings for the messaging service.
If enabled and configured, LuckPerms will use the messaging system to inform other connected servers of changes. Use the command "/luckperms networksync" to push changes. Data is NOT stored using this service. It is only used as a messaging platform.
messeging
no rank
s
when you use local storage it transmit the changes via the server
if you use sql you don't need this cause everythign is connected to the same sql server
but if you use storage systems that are not connected you need something that transmit the changes









