#support-1
1 messages ยท Page 807 of 1
no lol, not the place to ask
I told myself I would never use MYSql here I am lmao
I'd say bungee isn't necessary unless you have a huge ass server like hypixel
Actually Ben I mean you may know the answer to my issue.
@foggy quartz We have SkyBlock, SkyWars, Capture the Flag, KitPvP and SMP it gets painful having them all on the same server.
But I would agree.
Yes
CTF
Lol and its addicting
I am using localhost for mysql, but I cannot make it connect to my database.
When I create a database in my system, do I need to restart the VPS??
Everything is correct, but console shows Connection refused
!errors maybe try seeing this
Here's a page with some common storage system errors.
nothing is working for me
is there a free mysql host I can use besides freemysqlhosting
I am hosting my server from my server hosting company
I am not going to disclose any other info about that here
People knowing what company you host though is hardly disclosing private information however its your decision
you can contact your server host if they can provide an SQL server for you @chrome smelt
I see, then I suggest you some invest time into looking into having mysql integrated to the computer system running your Minecraft your servers
I got it fixed!
Systems can be picky... had to put 127.0.0.1 of course that's my last option too
what were you trying to use before lol
0.0.0.0:3306
cp.#########.###:3306```
Not giving out my website
ya 0.0.0.0 wouldn't work
!network
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
ya but 127.0.0.1 is the loopback address so you want to use that if you are connecting to mysql on the same machine
is your MySQL hosted on the same computer as your Minecraft server?
Yes
just 127.0.0.1 will work
check that you enter your database, username and password correctly
note password needs a single quote password: 'your password here'
>> 10:56:08 [SEVERE] Sat May 09 10:56:08 CEST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.```
!errors look at the ssl part
Here's a page with some common storage system errors.
When I added the last two options I got this: Connection is not available
!paste full startup log
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!
check your config
ensure you have the 2 lines in teh correct place and all your databaase info is correct
note password needs a single quote password: 'your password here'
Whenever anyone joins my server they get a error and dont have any of the permissions. None of my plugins effect the UUID of players and i have no idea why this is happening.
@covert junco are you using bungeecord?
yes
!bungee ensure you set it up as shown in the link
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
@little sphinx im pretty sure i have set up everything correctly. Here is the console error if this helps.
Hey akbcurse! Please don't tag helpful/staff people directly.
Anybody else can help but this is the issue
@surreal stirrup i got that error when i set up my Mysql wrong. double check you did everything right
oml forgot to type lp export SQL
@covert junco I dont even think I set up MySQL correct tbh lol
do you have online-mode: true in bungeecord proxy config @covert junco
how would i use inheritance?
It would say Online mode is enabled
!usage look at inheritance part @novel elk
Here's a guide to help users understand and use LuckPerms for the first time.
cant find the section
@little sphinx i have online mode as true in the proxy config
Hey akbcurse! Please don't tag helpful/staff people directly.
@covert junco also ensure you are joining in bungeecord proxy and not the server itself
really check that bungeecord: true in all your server's spigot.yml as well
Making a group inherit another group @novel elk
at least take some time to look
How am I supposed to use online mode?
oh sorry
It just says Online mode is enabled
it wasnt for you lol, look at the tag
Oml sorry somebody tagged me
i got that error when i set up my Mysql wrong. double check you did everything right
and I took a quick look.
!errors maybe check this
Here's a page with some common storage system errors.
just ask
I have bungeecord as true in the configs of all the servers
ip-forwarding to true in bungeecord config as well?
ya
there isnt much i can do, is your server was previously in offline mode when that player joined?
I am using the web desinger I have say but for example Helper I have written as & (Yellow color code) [Helper] but on tab it dont show
why
It wasnt. I am going to delete luckperms and reinstall on all servers and see if that will fix it
you need a tab plugin for prefix to show in tabs @unkempt notch
ok show me screenshot of /lp user USER info
if prefix shows there then LP is working
ok wait
!downloads @covert junco make sure you use the latest version
You can download LuckPerms for Spigot/Paper, BungeeCord, Sponge, Nukkit or Velocity.
i startup the server
Can somebody with MySQL enabled for this plugin send me their config (Obv censor what I dont need to see but I just need to compare it to mine to see the problem.)
!paste your config
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!
Should I set my Database to well for example I set a user as Bukkit is that the name of the database or is it root?
i suggest setting a non root user, yes
tbh the username is up to you to decide
Define the address and port for the database.
- The standard DB engine port is used by default
(MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
- Specify as "host:port" if differs
address: 127.0.0.1:3306
The name of the database to store LuckPerms data in.
- This must be created already. Don't worry about this setting if you're using MongoDB.
database: PEX
Credentials for the database.
username: PEX
password: '...'
lol PEX
It was PEX then I was like why tf am I using PEX
There is no report this is sh**
support*
Or # Define the address and port for the database.
- The standard DB engine port is used by default
(MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
- Specify as "host:port" if differs
address: 127.0.0.1:3306
The name of the database to store LuckPerms data in.
- This must be created already. Don't worry about this setting if you're using MongoDB.
database: root
Credentials for the database.
username: PEX
password: '...'
?
is your database named root??
Should it be root or the last one lol
PEX
then put PEX
Should I make it root and see if I have a difference??
uh uty
xd I just cant think of another isue
I mean is there another way of linking through bungee without sql?
nope
My server is on 1.8.8 do I still download the latest version?
Yes
Ok
Hmm now I get an ip forwarding issue so I think it worked :/
Because that would only come up if I was sent to a server
did you set bungeecord: true in spigot.yml
ip-forwarding: true and online-mode: true in bungeecord pwoxy config.yml
No just bungee
Resetting it all back now to that
Because I just set the spigot things to bungeecord: true
you need to set online-mode: false for all your spigot backend servers
k
Well thanks! ๐
Now is my SQL setup is correct
Do you suggest anything for connecting to
multiple servers?
!bungeecord
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
I dont rlly wanna download that xD
cant
what does it say.. ??
oh
Yes dont need to know that
could not find expected ':'
in 'string', line 99, column 3:
# The name of the database to st ...
^
I mean I think you accidentally removed a colon there : maybe reset your config.
Using Web Editor; How do I change default group to a different name such as "guest"?
Better yet, can anyone assist me for a spell in the web editor and getting the groups/tracks set up?
set displayname.<name> as a node to change the groups name
!errors read here for the SSL warning
Here's a page with some common storage system errors.
as for the tables already existing... i have no idea why that is happening
maybe change the table prefix in your config?
Turbotailz, "displayname.Guest" as a permission node works?
try it
Thanks.
Another question, how do I make a track of ranks that all user types can progress through?
Just put it at a higher weight than the groups themselves? I want them to display a suffix. Will that work with the groups I already have made being the prefix?
!tracks
Tracks provide a method for you to promote/demote players along a track (or ladder) of groups.
tracks just contain groups, the group weights are defined within the groups, along with the prefix/suffix
Ok, so I'd have to make a separate track for each group?
The groups are meant to be standalone.
THe tracks are meant to be progression.
So, I'd have to make a mod track with the suffixes being the ranks, yes?
And the same for admins?
No, I know what I'm going for.
I want a prefix denoting the group role.
And a suffix denoting rank in a progression system.
That all users can enjoy.
Hello I need elp I am working on luckperms bungee
But It doesn't hook on my vault
Hi i'm having an issue migrating from PEX to luck Perms, its copying all my groups and users but the main thing is its putting everyone as lucky perms default rank
Anyone got an app to open the .db
why will you need to do that?
/lp group default parent add GROUP to set your previous pex GROUP to be given by default @carmine apex
@lethal timber whats your server version. Also you need to have LP on ALL servers
So lp group default parent add Peasant
as that was my pex default group then reimport?
Hey Eto! Please don't tag helpful/staff people directly.
oh question how would i setup for different worlds
okay thanks
@carmine apex yes, but dont need to reimport
different perms for different worlds
!context @novel elk
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
@little sphinx but all 945 records are "default" when in pex they all had different ranks if that made sense not all users were peasant/default
Hey chris_61! Please don't tag helpful/staff people directly.
basically all ranks players are in should import
nah its put them all to rank default
do lp editor in console aand send the link here
it says 500 records butr its actually 945
oh wait
on that web editor it does say the rank
although it says primary group default
it should go peasant > adventurer > citizen > knight > guardian > paladin > mayor > royalty > veteran
ohhh
its due to the web editor limit of 500 players
its not that the rest is not present in your perms
can u rename default to peasant and i can do away with peasant group as i cant see a way to delete group default
#general for that
you can do lp group default setdisplayname peasant
but you will need to move you perms
ok and then obviously i just set adventurer to weight 1 > citizen to 2 > knight to 3 obviously as it put them all at 5 when i imported?
yes but i suggest setting them like 100 apart so like: adventurer to weight 100 > citizen to 200 > knight to 300
it so that if you want to add a group in the middle next time you can
!weights for more detailed explaination
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.
thats actually a great idea :)P
ben in the mysql database should the default group be default?
for all the users
Best to leave default be, tbh, it just regenerates a new default group and makes it default if you do change / break anything
But yeah default group is default
!default
LuckPerms provides a group that every player is added to upon joining the server, called default. You can use multiple methods to change the default group or change the name of it.
All my users have a primary_group of default though is that right? yeah? because some of them are higher than default so i would have thought their primary group would of been somehting other than default. Sorry im new to luck perms. Trying to convert from PEX
Yeah, the database is a strange creature. It's best to ignore it in my experience lol, sometimes it looks like it's broken but if it works in-game/through the editor, it works. Plus, primary group is usually calculated by weight - have you set weights up?
i did ๐
it does show as veteran in-game so i guess it's working , just the database looks a bit weird ๐
Seems to do that- best not to analyze or edit the database, its just confusing
Same issue how can I check my mysql is correctly setup?
Is there a command I can run in the MySQL 8.0 Command Line to ping a database?
how do i add someone to a group
!usage will explain
Here's a guide to help users understand and use LuckPerms for the first time.
/lp user (name) parent set (group name)
i suggest you read that link ^^ it contain basics on how LP works which is useful
Hey uhh if I use /lp group default permission set how can I unset?
Replace set with unset...
Find all of the available LuckPerms commands on the wiki.
โ
don't just use random commands lol, learn what the plugin uses
Hello. I have ur plugin on my server and it works rly good, but one player cant use one plugin although he has the permission for doin this. He is the only one and has the same groups like the other players...
!verbose see what perms LP checks (use that playname as filter)
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
i dont really understand how this command works... maybe its my bad english. sry
i think i need a little help with it..
/lp verbose record PLAYNAME
ask that player without perms run commands he suppose to be able to run
/lp verbose upload
see if the nodes are true or false/undefinited
How do you set a permission for a server? i dont see it in my web editor a server option
!context
You can set a permission or group on a per-world/per-server basis, through what we call "contexts".
๐
you need to first set server: servername in eaach server's LP config.yml
cant do the command.. : https://luckperms.net/verbose/#FoYPtl6811
i dont understand the problem
What command?
ultimateclaims.claim is false
can i change it in the config?
Just give that permission?
how? i dont the plugin exactly, my mate knows it better but has no time... sry
!usage learn the basics first
Here's a guide to help users understand and use LuckPerms for the first time.
!editor then look into using the web editor
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
okay ty
After a restart this morning, LP is going nuts on my server ๐ฆ Any idea what would cause this? [me.lucko.luckperms.lib.caffeine.cache.LocalAsyncCache]: Exception thrown during asynchronous load
ben and Tobi, it works now.. thank u very much
Where can i download luck perms bungeecord?
!downloads
You can download LuckPerms for Spigot/Paper, BungeeCord, Sponge, Nukkit or Velocity.
Thanks very mutch :D
!paste full server startup @hidden sentinel
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!
[12:25:28] [Server thread/INFO]: Starting minecraft server version 1.15.2 [12:25:28] [Ser - 71b80630
I use LP on Bungee + the Bukkit servers; it's only this one Bukkit server doing this all of the sudden ๐ฆ
hello , ineed some assistance please !
i wanna create a region called shop1 and set a permission to this region only i used this context
lp group sellers permission set insaneshop.create true region=shop1
i geuss there is no context called region ?
oh !
when i install the extracontexts plugins do i need to do some configs or its all set
you might need to enable it
@hidden sentinel whats your server's specs and how many multiverse worlds do you have?
Uhh 16mb ram, 4 cores, 5ish mv worlds?
im not sure if the errors is due to LP or cause of other plugins
bcu you have alot of errors from various plugins
it looks like the entire permissions engine is failing for some reason
and at a completely arbitrary time :/ the first few perms checks work OK but then its like it gives up
Using 8 threads for Netty based IO
you changed it from 4 to 8?
if you did, change it back
it appears that aternos server dosnt not support extracontext , can i add this context(wg-region) manually to lp vai configs?
I've almost fully converted from PEX and i'm loving it so far the bungee support is amazing. One last thing and i think i will be done. I had deluxe menus checking permisisons like this for and it worked with pex:
'''' view_requirement:
requirements:
perm:
type: has permission
permission: parkour.complete.easy.barn.2 ''''
this doesn't seem to work anymore i do have the permission in luckperms
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
@burnt pelican you will have to install the extra context plugin
you get what you paid for I guess
well aternos hosting provider doesnt allow you to install new plugins , only ones that lready there
Get a better host then
If you are restricted to what you can and cant install on your own minecraft server than you will struggle adding amazing features
after all Aternos is free, so just work within the limits
hey, i just came back to mc yesterday and started coding a bit... Heard that LuckPerms is the best alternative to PEX, is there anything like -modifyworld.* ? I cant get it to work on my server
you dont put a -
modifyworld isn't a thing in LP
ah that as well ^
how can u set smth up that doesnt let default users do anything?
all perms should be default to indefinited, i.e. false
i mean i dont want new players to be capable of doing anything (breaking blocks what ever) or would it be easier write a freezing plugin / spawn them into a barrier room or smth ?
you need a plugin to do that
something like worldguard or any plugin other thaat can prevent breaking blocks
then use LP to set the appropriate permissions
nah, i dont use other plugins, just wanted a perm system the rest should be coded
but thanks for the help so far
Hi, I use luckperms for my sponge server but the prefix of the rank don't apear on the chat.
!char
Sorry! I do not understand the command !char
Type !help for a list of commands.
!chat @tribal bronze
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
show a screenshot of /lp user USER info
luck perms cant search for server in placeholders?
requirements:
perm:
type: has permission
permission: parkour.complete.easy.barn.2 ```
works if i do /lp user chris_61 permission set parkour.complete.easy.barn.2
but not if i do /lp user chris_61 permission set parkour.complete.easy.barn.2 server:parkour
I donโt think context have auto complete
You just do server=servername for context
i was thinking of using %luckperms_has_permission_<permission>% but that doesn't work either if the permisison is in server:parkour
But rmb to set in LP config.yml server: servername for each server
Thanks
Thank you ben that worked yet again ๐
How can i set multiple server contexts for 1 permission? or do I have to add it for each server?
@ me in response
add a permission for each server
dang, ok
!commands
Find all of the available LuckPerms commands on the wiki.
โ
Look into temporary modifier
Nucleus don't work
You didnโt add temporary modifier...
/lp user nick parent addtemp vip 7d accumulate @foggy quartz
luckperms shows an error message everytime someone talks after moving from pex
!paste full error
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!
shoot that's not the error msg lol
How do I do 2 ranks, I wanna do store ranks and rankup ranks
So like [Rank1] [Rank2] George
Tracks provide a method for you to promote/demote players along a track (or ladder) of groups.
!stacking
Display multiple prefixes/suffixes alongside a player's name.
(NOTICE) Fixed Bulkers's group at world 'and'. Don't worry, this was a harmless bug in the last update (v2.0.0) and it is now fixed.
except it wasn't fixed apparently
because everytime someone talks
that msg shows up
So you migrated from pex to LP using the LP migrate command?
!download the latest LP version if you havenโt
You can download LuckPerms for Spigot/Paper, BungeeCord, Sponge, Nukkit or Velocity.
IDK my server owner did it, I was busy at the time
Update to the latest version first
we did it last night I'm sure its the latest version, but gimme a sec to check
and then Ensure PEX plugin is removed from your server
Learn about the process of migrating from another permission plugin.
then remove pex
can you give me info on how to fix it if that isn't the problem (because he made a ton of changes and now for some reason I dont have console acces :P)
You kinda need console access unless you have been given LP command permissions
I have the '*' permission
But having 2 permission plugin may cause weird things with perms
so best is do migration command in console
Then remove pex
Eh if you disable hwo to migrate lol
I think it's already migrated...
Then just remove pex
you will be good to go with LP
ok, I will contact again if there are any more prob;ems
@little sphinx Sorry for ping but do you know a way to ping a mysql database to make sure there is actually a database on the port?
Hey Tozzleboy! Please don't tag helpful/staff people directly.
Actually
eh you host your SQL on your own computer right?
Port checkers are saying they can see it on my network and ye
ok then
LuckPerms just cant access my database
!errors
Here's a page with some common storage system errors.
I am wondering if I can ping a database to ensure there is a database at the end of the track
most likely a firewall issue
or your database info in LP config.yml
Alright
are you sure the wiki will have an answer to this?
cant say for sure as DB issues usuaally isnt related to LP not working
Yea
Still getting it after messing with the confug
config*
Dont know if I am setting the storage type incorrect
I just put in MySQL
with those caps and without aswell they both dont work
but with port checker it definantly sees the port.
How can I give someone the Default role and a store rank role at the same time, but have the store rank roles prefix be primary
Also what placeholder gives a tracks prefix
itโs a shame fabric is so hands-off in terms of offering standard features like permissions service provider registration. it could really benefit from permissions
@surreal stirrup seeing the port doesnt mean able to connect to DB
!placeholders @foggy quartz for your second question
Display data such as user prefixes and groups from LuckPerms in other plugins.
you can set it to anything, basically
Advice is to leave a sizable gap between priorities so that you can come back and add stuff in the middle ez, but, beyond that ๐คทโโ๏ธ
Hello, Do you know how to use luckperms bungee to add bungeecord permissions to a permission group on a chosen server
!weight @foggy quartz low to higher priority in increaasing number
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.
!bungee @foggy quartz
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
you will need an sql database
what doesnt work?
Well its like, you need a rank to rankup to the next rank. So you need Default to get to Peasant otherwise rankup wont work. So when I do that. Then they have to have Donor ranks & Default rank on at the same time. Which then brings up a problem with tab and stuff making default rank primary and showing them as default. Etc etc. I cant make any other ranks default too, so they get 2 default ranks
so you want multiple prefix shown? like [Peasant] [Donor]?
I'm pretty new to this... I tried reading the wiki and couldn't find how to assign a user to a group? XD
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
look at Adding a user to a group
./lp user {user} parent set {group}
Nofyr
Ben, yeah. I want like [Owner] [Peasant] ItsRye
Okay. Now how do I make it so people cna progress along the track?
Tracks provide a method for you to promote/demote players along a track (or ladder) of groups.
!stacking for Rye as well
Display multiple prefixes/suffixes alongside a player's name.
Ben I got that to work
I meant through automation, such as a currency exchange.
But its just I cant have 2 default groups
@marble phoenix you will need a plugin for that
maybe send your /lp editor link so i have a better understanding of your ranks
you dont haave any tracks
and more thaan half your ranks dont have weights
I deleted my track
what exact problems does it cause
Having someone with default group and staff/donor group messes it up
!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.
you have not set them up for like 70% of your groups
both group and prefix weights need to be correct
nope, all your prefix weight is 1
https://github.com/lucko/LuckPerms/wiki/Weight#meta-weights look into this
B r u h
I know how to do weights
It's working now
Even thought I dont have any weights set
Idk why
no clue too
but do set your weight properly, the editor link you sent proved otherwise. with most ranks not having weights and all prefix having the same weight of 1
/lp user <user> meta info
nvm it has him being stupid
is there a way to disable a prefix in chat so it doesnt appear in the chat? @ping me if you can help
- dont set any prefix OR
- set in your chat plugin to not display prefix (with will be #general )
So i constantly save what im doing the LP editor but it will still delete perms from my ranks. how do i fix that
create a new session after every save
thats all?
Yes, you need to do that
alright
I have to put what in place of h2 to use a mariadb database ? https://prnt.sc/sdqz3y
Depends on the database type you are using
MariaDB ?
if you are using MariaDB as you sql database, then yes
Ok, my spigot and my bungee are connected to the same database, if I want to create a group that uses bungeecord permissions, I must use / lpb or / lp to create the group
either will work
bcu both are going to save the perms into the same database
only if you run LP commands in bungeecord proxy console than you have to do lpb
how can i make luckperms add a user to a group automatically? i renamed default group to deviant
and i also dont know how to make it so that they can break and build bc they're unable to
- every new user is added to defaault group automatically, if you want other group to be give by default, run
/lp group default parent add GROUPNAME
- its not LP causing it but rather a plugin that blocks building. Do your happen to have essentials antibuild or Grief protection plugin?
can you send a screenshot of /plugins
this is all in plugins
and i wasnt able to break anything BEFORE i even added any plugins
i added luckperms to see if i can add permission to users to break blocks and stuff but i cant figure that out either
unless... there is a gamerule set? need to check
nope, i dont think there is such thing
i tried lucking up a permission for it but couldnโt find anything
!verbose you caan try this
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
but i highly doubt its a permission issue
whats the perm for using pots
btw
should i try to make groups and add permissions through the editor
i completely forgot about it
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
What is the refresh time when you place an order to add a permission and use a mysql database?
its not showing @little sphinx
Hey Superbility! Please don't tag helpful/staff people directly.
@foggy quartz if you set messaging-service as sql in LP config.yml , itshould be as fast as LP can write the new perms to the database
prob not like immediate, but a few seconds at most
Can i get some assistance
I installed Luckperms to my server
However its not working
No config file has been created
and i cant use the commands in game
me trying to place or break blocks with verbose isnโt logging anything @little sphinx
Hey denyed! Please don't tag helpful/staff people directly.
That's not an LP question
Does LuckPerms not work with Essentials?
Does it only work with EssentialsX?
yes
How do we do when we are in version 1.7.10?
EssentialsX does not work in 1.7.10, there is a lot of bug in this version
Does anyone know how to disable the message that OP'd get when console gives players a permission?
Any1 know how i get my friend up in rank? Like promote him ๐
i dont know the command
Any1? ๐
/luckperms user [username] parent add [group]
Ty man!
Hey ๐ How i add for example bungeechat.chat.tabcomplete to the permission folder. It does not work on my server :/
hello can you help me
what happens is that I have a server and when I want to make the ranges I don't know how to put the permissions like: gamemode, tpa, kick, ban, etc please could you help me by telling me how I put the permissions
...
./lp group [group] permission set minecraft.command.gamemode true
I'm back Luck. So...I managed to get every command turned off except for ones that I want to allow on specific worlds. However...For some reason, players still have access to /towny. Typing in towny.* and setting as false did not work.
Starting to suspect I need to change something in the config file. The world or server parts to false or true.?
...
./lp group [group] permission set minecraft.command.gamemode true
@fresh mauve it doesn't work I get a message in red
./lp group default permission set minecraft.command.gamemode true work very well on my server i tested it for a few seconds
so lets say i do /lp user itzsimplyjoe permission settemp essentials.fly and i have multiple vouchers for this and i redeem 2, how do i make them stack
rvp ???
?
I get the following error when starting up my bungeeporxy 17:39:44 [SEVERE] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 17:39:44 [SEVERE] SLF4J: Defaulting to no-operation (NOP) logger implementation 17:39:44 [SEVERE] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Is there anyone on here that has a few minutes to walk me through getting few plugins to work in a multi world server. Having problems getting commands set to be world specific. Luckperms site is not much help. PM me if you have few.
@carmine sandal I have bungee cord. Is there specific settings for it that I need to configure?
No, I apologize that is LP 152 or BungeeCord version issue
How do I make it so that the prefix puts a space between "[Mayor]" and the persons username. It looks like this in chat. [VIP] [Mayor]Username how do I make it [VIP] [Mayor] Username
So a space between "[Mayor] and their username
Perhaps _. I don't know though. Not familiar with Prefix
hi, if i dont give the default rank any permissions, does that mean they cannot do anything on the server?
Hi
can i make the luckperms like PermissionEx?
If you want to set " * " perms must use console to type it
I really hope can have this :(,or already have?
@foggy quartz configure your chat formatter plugin
hi, if i dont give the default rank any permissions, does that mean they cannot do anything on the server?
No, they just don't have any permissions. It varies between plugins and what you see as "anything"
@carmine sandal I forgot about that, thank you.
I don't quite understand your question Darrien. If you mean you want to use *, yes, that works with LP too. But it's not recommended.
the prefix&suffix doesn't work
anyhelp? :c
i have vault&essential chat already installed
Make sure you're using EssentialsXChat
But as LP displays the prefix correctly, there isn't anything much we can do. Maybe try asking EssentialsX support:
!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.
Does LuckPerms have any known incompatibilities with OpenJ9? I'm getting a NoClassDefFoundError on 5.0.159 (latest) during the 'Loading storage provider' phase. Full error here: https://pastebin.com/jKzb03Di . Apologies if I'm missing something really obvious.
This is using AdoptOpenJDK w/ OpenJ9 252-b09 and Paper 1.15.2 #267
EDIT: Just tried switching from H2 to SQLite, getting same error.
Not sure if it's an essentialsx issue or luckperms issue. Is there a way to prevent the towny dialogue box from popping up when a player types /towny? Basically make it to where nothing comes up in other worlds besides the towny world.
I got the perms working just fine for now. However when a player is in skyblock world or another and they type /towny. The towny info about the plugin pops up.
So it seems like any database storage option is causing the error. Switched to YAML and everything is fine. Is there any disadvantage to using YAML over one of the flatfile databases?
@rapid quartz YAML is slower and has some odd quirks that make it not super stable iirc
I need some help with FateHub. When I start up my server LuckPerm's give's me a error on the startup before FateHub even loads
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!
Delete the contexts.json file (in /plugins/LuckPerms)
Okay
Ah, that's a shame. Are any of the other text file alternatives any more stable? (JSON, etc.)
Any text file can more or less simply break by human error.
Maybe try deleting /plugins/LuckPerms folder Dinxy?
Can I disable so people can't type luckperms commands from ingame?
Just had a default player set his perms to *
@bitter coral Worked like an absolute charm, both flatfile options are working perfectly now
Hey Commissar Dinxy! Please don't tag helpful/staff people directly.
oh heck sorry
uhh
Was some dependency added recently. But nice to new it works.
contexts.json should come back, but with content
https://gyazo.com/f94523d361b9e32e23cd40f18c5ae40d I dont think it did?
Yup. Make sure the file is actually deleted. You can also rename it
https://gyazo.com/8e655ad208a24db9212fa45ef8d70bf4 is it out of date?
!downloads
You can download LuckPerms for Spigot/Paper, BungeeCord, Sponge, Nukkit or Velocity.
Can I disable so people can't type luckperms commands from ingame?
Just had a default player set his perms to *
answer plz
Is there anyway to restrict logs only on certain actions?
@strange trench As long as you do not give any luckperms permission will players be unable to use LuckPerms commands. It's that simple
What about a hacker who just did it?
There's a permission default has, May I know how do I disable it?
!verbose @foggy quartz Use verbose to find what permissions are checked
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
@strange trench unless you are on a improperly set up bungee network or a cracked server, hackers can't just gain permissions.
@strange trench If someone gains access to set * permission to themself, then you messed something up.
Being it not protecting the OP system, giving the wrong person the wrong permission or running a server in offline mode without proper setup.
The tl;dr is, that LP doesn't give hackers a chance to just gain access to permissions. Someone had to mess up.
Rejoin
JustManteh joined the server 2 minutes before this happened:
[19:46:27 INFO]: JustManteh issued server command: /lp user Berdoze set *
[19:46:30 INFO]: JustManteh issued server command: /lp user Berdoze permission set *
And?
again though, somewhere along the lines you have something messed up
if you would like me to point it out to you, PM me a /lp editor link
Andre thanks for your help but that wasnt my question
I just wanna know how to remove a specific perm from the default group
I guess it's just professional hackers or something
By setting it to false obviously
Woizz, I garuntee they are not
PM me a editor link, and I can double check if it is a permissions issue on LP's end. If not, you either have a messed up bungee network (forgot to read the big red "After Installation" instructions) or are running offline mode with no security
Quick question....I'm running a paper server. When choosing which lp jar to download do I want the spigot version since you don't have a specific paper version instead of downloading the bukkit version
yeah you want the bukkit/spigot version
By setting it to false obviously
@tired turtle I suppose the command is /lp group default permission set "node" false
Is it?
yep
(paper is based off of spigot which is based off of bukkit, so anything that works on bukkit will therefore work on paper)
Or click the "true" when using the editor
There isn't such a thing?
There are placeholders for the group and then those for the prefix/suffix
Good deal also is there an issue with essentialsx and lp? I have the latest snapshot of essentialsx and lp. It seems one rank I have can have 3 homes....but another can't. I have it set the sameway on both ranks and only one of them can set more then 1 home
Weights set up properly?
Inheritance set up properly?
Set the right permission?
There are many reasons for this
Does anyone know how to fix this issue when I start up my server LuckPerm's give's me a error on the startup before my HubCore named "FateHub" even loads.
didn't setup inheritance they are just 2 different ranks (didn't think to inherit) never set up weights either. Didn't think that would be a problem but can be easily set up
Is there a placeholder to get a different group than their primary?
@tropic verge double check essentials config, I think they have group based homes configurable in there as well
hi
Inheritance is not working properly. How do I get it to not interfere with worldguard? For instance, my track is 'default>builder>architect>admin', and I need to have each of them have 'group.<groupname>' for worldguard to work, so how do I set inheritance without it interfering?
Someone help me with a problem I have
create the range but it doesn't come out in the chat
!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.
@flat parcel it was an operator error. I set the weights and removed the second rank and will reset it using inheritance but I got the perms working agian thank you ๐
Hey StolenMiracle! Please don't tag helpful/staff people directly.
๐
oops sorry totaly forgot about the tagging rule lol
dw, I don't care if people ping me to say it worked
hey there! I'm not sure why, all of a sudden I've been getting this error everytime any player tries joining my server: " [LP] A databse error occurred whilst loading permissions data. Please try again later. If you are a server admin, please check the console for any errors." I'll send the latest logs right now. Also, recently, I used to get a warning saying something like "WARN: Establishing SSL connection without server's identity verification is not recommended.", but now it's spamming it in my console, so while I'm at it, perhaps I could also ask for support on that one. I apologize if this is too much ๐
!errors for the SSL error
Here's a page with some common storage system errors.
Do I need a storage server for LuckPerms on BungeeCord?
yup
!bungee more info for setting up bungee here
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
!errors
Here's a page with some common storage system errors.
I would ask if I were you. Don't ask to ask :D
Hi there. :)
Is there a way to turn of achievements (from mc) on a server?
Best regards,
FlakeZ
@urban berry I don't think that's a luckperms thing. Have you checked out the gamerule for announcing achievements?
my problem in the prefix rank is that it doesn't show in the chat
the prefix
the prefix
@pallid bramble are you using a chat formatter with the correct placeholder to show the prefix of the player in chat?
i have an issue
@remote tiger i put /lo groupcreste Founder
And the commands to add prefix
But doesn't work
I think you typed the command incorrectly
Mmmmm
so im used to running mc and i am relitivly new to lucky perms
Monster, if you created a group called Founder, it wouldn't necessarily show in chat yet, because you would require a chat formatter from a plugin like EssentialsChat, or ChatControl
im running a spigot 1.15 server with luckyperms and world edit, everytime i join my client gives me this error "Outofmemoryerror Java Heap Space" i have 16gb of ram
what am i doing wrong here
Can anyone else join?
no
I need have essenrialchat?
but the server struggles with a reload and all sorts
Essentialschat?
my computer in task manager says its only using 10% of its ram or so so i cant figure out why mc cant get any
@pallid bramble That's how I did it. Btw, do you set "change-displayname: true" in the EssentialsX config?
@remote tiger what's plugins i need to see the prefix ranks un the chat
just look up any chat formatter
here
For all those people who find it more convenient to bother you with their question rather than search it for themselves.
@pallid bramble essentals has one
EssentialsChat specifically, which is even written in the Essentials config file
yeah
Anyways so I seem to have found the solution for the SSL warnings, but I'm still not 100% sure what's wrong with the error that's occurring, since I never modified anything within my config files and the MySQL I'm using is still online. It just stopped allowing anyone to join the server today.
I'll try updating LuckPerms and restarting the server, hopefully we'll see some changes ๐ค
is it possibal to link one of the servers up to easc other, Cause I try to add cosmetics and want it so that if you get the item in the hub you can get it everywhere
!bungee
If you run a Bungeecord network, learn how to correctly setup LuckPerms on all server instances (including Bungee).
Syncing data between servers
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
posibal to do without SQL?
Syncing permissions between servers? @winter spear
Ye
Cant get SQL in
Can't get SQL in where?
On the server, il continue trying then. Thanks for support
@lapis ibex hey
Hey IIMonsterJrII! Please don't tag helpful/staff people directly.
!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!
!chat
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
yes i have the plugin vault
but te prefix donยดt watch in the chat
you can join in my sv
to help me
!chat
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
There are you instructions
all
Well, there's a lot more described there
Like for example did you try to run the command it mentions
well
i tried use another rank plugin
but i need back to permission ex
thanks
for all
If reading 2 pages is too much for you, then yes, you need to use PEX
i am mexican!
So what?
I learned it too
:c
If it's really that hard, use a translator
ยฟ?
Let's assume I gave you step by step instructions (which essentially are on the wiki already)
That means you have to read them too
Doesn't it?
So why is reading my instructions not too much, but reading a well written wiki page is?
Feel free to ask questions if you don't understand stuff on the pages
No problem
But don't expect me to type out the pages for you
Because that's so pointless
I DONยดT KNOW NOTHING i donยดt know the commands
i know nothing :,c
thanks for all
have a good day
/lp creategroup <group>
you donยดt say this beforeยก
:v what
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
There are quite a few commands
And if you want a place to easily edit your permissions, have a look here:
!editor
LuckPerms offers an easy to use, powerful Web Editor, with which you can add, delete and change permissions of groups and players.
LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!
If you keep asking the same questions without reading the info I gave you, you won't get a different answer
D,:
I know you can read and understand that snippet
Because you have already read 20 times as much just written by me
Obviously not
I mean you're talking with me just fine
What's the difference between me typing
but my english conversation is so fine
Necesites dos otros plugins
i go to use the voice of traductor
Ok
Depiende
Necesites EssentialsX Chat tambiรฉn
ChatColor2-v1.9.4.jar Installed Remove
Clearlag (1).jar Installed Remove
EssentialsX-2.17.2.0.jar Installed Remove
HolographicDisplays.jar Installed Remove
LuckPerms-Bukkit-5.0.152.jar Installed Remove
PermissionsEx-1.23.4.jar Installed Remove
PrivateChests.jar Installed Remove
ServerlistMOTD.jar Installed Remove
Vault.jar Installed Remove
worldedit-bukkit-7.1.0.jar
y Vault
Uhh, no se como explicarlo
si
sรญ
conflict?
i installed a few seconds
Which files?
of permission ex
Yes
i deleted it
Good
Ahora tienes EssentialsXChat?
Add that plugin Creeper gave you
lo estoy instalando
okay
Ok brainstone
And then I'll ask you to continue in #general, as setting up the chat isn't part of LP itself, ok? ๐
how i put the rank in my user
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
Thanks so mucho BrainStone
THANKS SO MUCH
y a ti tambien @frail brook
you resolved my problem
De nada