#support-1
1 messages · Page 431 of 1
Well, I'll try to explain a bit what is confusing me
So say I have a track guest -> member -> moderator -> admin
And let's say I tell luck perms that admin should inherit mod, mod should inherit member, and member should inherit guest
So basically full recursive inheritence
So then I add the member rank to a guest
Now they are both guest and member
Correct
But then let's say I have another guest, and I just set their parent to member
So now the only rank they have is member
Yes
Not much in that case
There are a few border cases that behave differently (with weights etc) but for all intents and purposes the only real difference is that the player only has one direct parent now. Which permissions wise makes no difference
Generally speaking it’s better for the player to not have that redundant second group assigned directly
But in 99.5% of cases it makes no difference
unfortunately the add command is probably the only way I can accomplish what I need, as tailz was saying
since doing the same commands with parent set then gives them the ability to even set higher ranks to a specific rank
but that's not the biggest issue
So I think this might have to be my solution for now
You can block the setting of higher ranks. Even with parent set
And with tracks it’s even easier
well by that do you mean I can prevent them from modifying users who are at higher ranks?
Of course
oh, that would be lovely to know
Especially with tracks
I have everyone on a single track at the moment
Then only give access to promote and demote
And limit which group can promote and demote which other groups
Verbose will be your life saver here
So this is what I cannot figure out how to do. I have tried verbose debugging and sharing the debug here but until tailz did his own test debugging no one was really sure about what to do
I personally have tried verbose debugging many times, but can't get it to give me meaningful output that I understand
What it does is display all permissions being checked in real time
So when you execute a command it’ll show you all permissions that are being checked
And what the outcome of that check is
Oh I understand that part, but it's a crazy amount of information and I have no idea how to parse it down enough to make it useful
it was noisy for me as well until i started adding the correct permissions
If it’s a constant flow that means that there are plugins checking on a per tick basis or similar
Oh, I think I figured it out
Well I think the best filter in your case would be /lp verbose on <you> & luckperms
Then you just get all LP checks happening on yourself
Yes! I just tried that
It was still noisy, but not so much that I couldn't read it
Great 👍🏻
There are some checks that do nothing. Like if you run a parent add command it’ll still check for things like verbose etc. Not sure why but that can be ignored
YES
I think I figured it out
This is what I had to apply to get the results I wanted:
luckperms.user.info
luckperms.user.promote
luckperms.user.promote.modify.others
luckperms.user.promote.usecontext.global
luckperms.user.promote.base.member
Thank you!!!
You’re welcome!
🙌
Hello
I was using groupmanager then i found you guys but i am having some difficulties
How can i manage perms of groups or players
Is there an in game command to add a permission to a player
please help 😦
@devout charm https://github.com/lucko/LuckPerms/wiki/Bulk-Editing
It lets you remove/update multiple permissions from multiple users/group, depending on criterias you set
@devout charm I’d also recommend you to try out the web editor for easier permissions editing (groups can not be added or removed there, so you need to create them in-game with commands)
where is the web editor
We have a wiki for these kind of questions 😜
@devout charm https://github.com/lucko/LuckPerms/wiki/Web-Editor
Anyways. Easy way to get started with it: /lp editor
hi so cuz i dont want to do any mistakes how to set it up where all the perms data is stored on the server but the player data(ie what group are they in) is in the database
You'd want user and uuid on the database. That will store the players uuids and the users plus what perms and groups they have in the database
Why not just have it all in the database though?
we ware taking with merjilin#8876
it woud be lass messy since we have diffrent server types...
Alright, well user and uuid would go into the databse for the players data to be saved in the database
Log is just log for the luckperms commands and changes made to players and groups
and do i need any extra settings? cuz i have mysql set up but idk does it require me to change anything to use h2 again
ik....i like them in the database so i can see if anyone runs any lp commands without going to each server
If you wantto change it all back to h2 you'll have to export and import it, other than that nothing else will have to change really
well i mean itll work with no issue rn?
Yeah, it should work with no issues
ty ^^
@toxic girder doesn’t look like it
Make sure you’re on the latest version (download link is the first in #welcome). If it persists, create a bug report on GitHub
Yes
how
Uninstall essentials?
prefix work too ?
If you have another chat format plugin it will work
@vampkalle#8487 any vault compatible will do
nvm he left lol
Hello, is there a possibility to exclude commands for groups ? For example i added griefprevention.user to default, but this causes a possibility which i wont accept
hi all...anyone know a good bans plugin. we used advanced bans. than switched over to mcbans for the web ui and the rep idea but they keep having trubble and it is just frustrating.so im kinda looking for a bans sustem with a web gui for a network/bungiee
a possibility you wont accept?
griefprevention user, allows also the use of the command griefprevention.user.claim.command.info.teleport
but this command is not listed in my persmissions. So the question for me is how do i exclude this command being able to be used ?
so you want to add a perm to lp...
/lp group <group> permission set <permission> false will negate it
@hasty tree as your name says. Turbo thanks
Hey Adamski! Please don't tag staff members.
oh sry
so anyone anything?
i know but it is rather frustrating at some of its quarks
Hm. I patched some quirks out of it recently
What are you referring to?
I’m asking because the only other ban plugin I know that has remotely similar features is litebans. But it’s not free
the locally hosted web interface coud look better and thier hosted one had(idk is it still there) capacha bugs
omg thank you i loe the look of litebans
can someone tell how to setup luckp perm for bungeecord ?
i already setup 2 of my server with luckperm but idk how to setup for bungee
i have mysql.!
Install the bungee version on the bungee server
@timber mica the wiki has a lovely page for you called Network Installation
i installed step by step and config the mysql can send me the commands for bungee i want to set a player for all of my server iron rank for example
All the same commands. Just use lpb instead of lp on the bungee console.
its say iron group doesn't exist
And since you’re using a database already, it shouldn’t matter where you execute the command
Make sure it's connected to the database correctly.
ok let me be sure i check it now
Make sure you’re using the same database and the the same storage type in all LP instances
An if it still says the groups don't exist try updating luckperms on all servers.
address should be like address: localhost or i have to put port ? address: localhost:3306
Same as all the other servers.
The comment above that exact setting tells you exactly what to put there
hiiii....
so im using lpb and i opend the editor using /lpb editor and when i save it...
Update luckperms
oh
Btw the command will work after you updated @signal latch
Or just click save again to get a new link
*command
thanks
yao that fixed my issiue thanks
@sturdy vortex https://github.com/lucko/LuckPerms/wiki/Storage-system-errors#luckperms-cannot-connect-to-my-mysql-server
catch
how much mysql can manage table ?
i control 3 of my plugin with mysql
litebans
friends
webinterface_login
There is no limit @timber mica
Bungee
data:
Uses standard DB engine port by default
MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017
Specify as "host:port" if differs
address: localhost:3306
database: minecraft
username: minecraft
password: '*********9821'
SkyBlock
data:
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: localhost: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: minecraft
Credentials for the database.
username: minecraft
password: '*********9821'
@timber mica what are we supposed to do with that?
i setup correctly ? why lpb tell me a group name iron doesn't exist
As I said before, check the storage type
storage-method: h2
Needs to be MySQL if you're using mysql
I wonder why it won’t use MySQL if it’s set to a completely different type 🤔
so should i set it to MySQL ?
Of course
Generally a MySQL storage type will connect to MySQL and a h2 storage type will save to a h2 database.
what is h2 database
It's a sqlLite-database-file afaik
It's a database. Either way. Change the storage type to MySQL and I bet you it will work.
oh so authme plugin use h2 i wanted to setup skin change on website and i can't load it becasue storage type of my authme is h2 😄
And that's got to do with luckperms How?
Two things you need to know about H2:
It’s not MySQL
It’s file based. So different servers with the same H2 settings won’t share anything
so luckperm create table on MySQL successfuly ty but still say a group iron not found that is i just setup luckperm for bungeecord and skyblock - ihave [ lobby - survival - skyblock ]
Update luckperms
can someone give me direct link for bungee plz
Does the groups show in lp listgroups on the other servers and lpb listgroups on the bungee server.
bungee luckperm
Groups:
default - 0
and the same for skyblock
what the faq why all my ranks removed
Link is on https://luckperms.github.io
😦
Also, sounds like you've set up storage systems incorrectly?
yeah
i setup
for mysql
and i see all data seems like removed
why ?
should i set like this ? https://cdn.discordapp.com/attachments/241667244927483904/480692711033405442/Selection_059.png
or h2
i need to be sure
i need to set this setting like this ?
or leave default as h2
@timber mica To keep your data when you switch storage, you need to /lp backup, change storage, restart and then /lp restore
Just change the storage type back, run the backup command, switch to MySQL (not split storage) and restore
You need to restart the server for every storage system change
And only do it on the server you had the ranks before @timber mica
ok
Since the plugin can’t magically migrate the data from one storage type to another all by itself, you need to do that part yourself (as I described above)
ok bro don't blame me
i'm just start to learn
everything
1 day ago didn't know what is MySQL
thanks for all your helps
@lapis ibex its work
Hey ExtremeLight! Please don't tag staff members.
ok i don't tag again 😄
I’m not trying to blame you. Just trying to get you to think about the things
OK
i get it
so in bungeecord
still show 0 group
but in skyblock fixed
all group loaded
let me reload the config
On bungee just run /lpb sync
not load groups again
but task complete
@lapis ibex i backup my data and switch to mysql and restore data all group loaded in skyblock
Hey ExtremeLight! Please don't tag staff members.
ok lpb is for ur bungiee perms
i check the MySQL everything is fine
lp is for evrything else
so for setting ur parent as iron do /lp user Exttermelight parent set iron
in the normal server console or as an op user/ user with lp * perms
the bungiee plugin is mainly used as a messaging service for sub servers and bungiee perms
jsut i want do set iron rank to all servers
for a player
lp user ExtremeLight parent set iron ?
yes
@timber mica check that you set the storage type to MySQL on the bungee too
its global ?
And make sure you restart the server if you change it
if you had set up the messaging system itll be instant otherwise the rank will be set after the server refreshes
No. The configs are not global. But the data is
@signal latch a messaging service is set up automatically when using MySQL
true ^^
But it’s in the description of the messaging service
anyone know anything about Nucleus?
@ember marlin what do you need to know?
I'm using Luckperms and trying to get my members group to have /kit... they have the perm, but it keeps saying that they don't have the permmsions for it
Use verbose to debug (see LP wiki for details)
now it show all groups on bungeecord
but when i set a group to user /lbp user extremelight parent set iron
mt rank didn't change on skyblock
i type it on bungeecord console
Is sky block also using MySQL?
yeah
Ok. Then check that the messaging-service is set to either none or sql in all LP configs
For a quick fix run /lp sync on the sky block server
For a permanent fix check the setting I mentioned
but why should i type lp synce every time i give a group to user
can i
give a group to a user faster ?
without type lp sync
For the 3rd and last time:
Check messaging-service
ok ok
sty
sry*
messaging-service: none = messaging-service: LP configs ?
change like this ?
No. Make sure it’s none in all LP configs
On bungee AND sky block?
yeah
What LP versions are you using?
i think is old version on my skyblock
let me check
LuckPerms-Bukkit-4.2.58
no is new ithink
yeah
and let me check for bungee
for my bungee 3/16/2018 last modified
Make sure you use latest for both. There are always matching methods
Np
can i ask a new question ?
نمایش دهنده آنلاین رنک های خریداری شده
i want to create soemthing like this on my website
can u give me a source
for web
You can read that data directly from the database
And there isn’t a project I know off that is publically available and works with LP
so i should learn html css 😢
And PHP
:'*(((((((((((((((((((((
HTML is static. To have dynamic content like reading info out of a database, you need PHP (which generates HTML every time you open a page)
That’s why most servers have a dev
You can try to find something public
Just because I don’t know about a project doesn’t mean there is none
Or have it coded for you
i live in iran and i can't exchange money is to expensive for me 😢 1$=10000Rial
and no one do it for free ithink
i ask someone befor
he tell me 150$ for coding my website
forget it
ty for your help
Then you’re left with finding a dev, coding it yourself or finding a public project
is it possible to make it so you can buy access to a command in pixelmon reforged for pokecash
Is there a different version of LP that is required for BungeeCord proxies and I'm just not seeing the link, or is it all the same one? LP never loads properly in the BungeeCord server/proxy after I restart it.
Thank you very much for the quick and concise response! Sorry for being an idiot
@timber elm you'd use buycraft or enjin to run the command to have the permissions attached to the user
It's all good, cat :P A lot of people ask about the proxy version
Is pokecash ingame currency or real life currency?
Cause if it's ingame currency that would change a few things
It's ingame currency. You can use the pixelmon economy bridge to join that currency with another. So the regular economy plugin manages the balance of pokecash
But how do i make it so players can then buy like /pokeheal for like 50000 pokecash or something along those lines
You can't without an additional plugin for that. Of which I do not know one as I've never tried to do that
You could possibly use VirtualChests and make a GUI menu. It supports costs if a person clicks a button
Again, I'm probably just being dumb but I started my server with the correct version of LP thanks to merjilin, and I followed the Bungee/Network setup guide to get it right. I linked the MySQL database with what my server host told me is the username and password, and it seemed to start up fine. There are a lot of lines in console labelled "severe" relating to the database, but the rest of the messages and specific errors are beyond my low level of competence so I don't understand them. Then I can do every LP command except "/lpb editor" to which it says:
Unable to open editor. No objects matched the desired type.
@muted marten the actual log messages might be helpful
Would you prefer a PasteBin link or a spam block of text right here?
Hastebin please
@muted marten you entered incorrect connection data
Okay, I'll try the admin info that it provides instead
Or is the password not supposed to stay inside the quotations?
What do you mean by the same data that is working already? It never worked on the Bungee server
Yeah those ones work, but I never used MySQL with them
I only had one server up until recently so I had very little reason to change it into MySQL storage
The MySQL that I used is for one of the servers, I assume that it's supposed to be the same info for all connected servers?
Anyways the wiki page storage system errors goes over the error you’re having
Yes. It has to be the same on all servers
Else the permissions won’t sync
Alright sounds good. I set the proxy server's "server:" setting to bungee and the subservers' to their respective names, and I'll check that wiki for answers. Thanks for your help!
Sounds good
If you have questions that the wiki can’t answer, or if you’re not sure, just ask here. For the next 90 minutes feel free to ping me too @muted marten
Thanks for the continued support, no other perm plugin does this well 🙂
It’s our pleasure
If I made a hastebin of the plugin config might that help? I'll have to edit out the password for the database and a few other things but I'll keep the rest the same
Nope. The error clearly indicates incorrect credentials
I decided to check the MySQL page and it says the IP is just localhost, but I don't think that will work for going across servers
The server host page gives me a MySQL ip which is what I used, but apparently that's not satisfactory
Seems like it
Does LP need the admin login instead?
If they offer support, try contacting them
Nope. A data connection is fine
LP just needs read and write permissions and permissions to create tables
Hmph, I'll keep checking around while I wait for the support team to respond since I feel like I can figure it out in less than 12-18 hours
Honestly didn't know there was one
Thank you very much for helping! I got it to work... realized the password was off on one of the servers by one character
Hate it when that happens
yup
That issue, when you have just a tini-tiny thing different that screws everything up
If you knew how many times I triple checked things like that to still miss them... 😂
Now I just have to do the super fun permission settings for totally different servers... but at least I actually can now
I don't mind it so much
As a new server I'm constantly adding new things and this plugin makes it really easy
👍🏻
i can't find any source that give me headache
where can i find luckperm web stuff ?
i'm unlucky today
There’s a good chance there isn’t anything available
Most likely...
Why do you even want that?
Imo is that a waste of recourses/diskspace to just show players...
i want to show player ranks in website because i sell ranks monthly
and they they want to check how much left
Never mind
fixed?
Yeah, apparently being an OP doesn't mean anything but being group.owner fixes the world
hi all, can i use colored group names with displayname.?
That's... handy
@flat talon I think so.
Funny thing is every other command works 😛
Assuming the plugin that displays the texts supports color codes
if i try it like displayname.&dadmin then is shows &dadmin and not the color
Then the plugin displaying the name doesn’t support it
its essentialsX that i use for it and essentialschat
Ok. Good
EssentialsXChat-2.15.0.18.jar
didnt test the prefix sorry
If it works with them, just use them instead
i just tested it and for the prefix its working
If you set a player's nickname to include colours, they need the appropriate permissions for the colours to take effect
If you use prefixes/suffixes, colours should apply regardless
I don't think EssentialsX Chat supports group displaynames, only the raw group name, unless LP returns those through Vault?
It does
That's... not what behaviour I would expect, to say the least
The idea behind that is that many plugins allow the vault group name to be used
And setting group displaynames allows you to use capital letters
Or “rename” the default group
The behavior has been designed for that use case
Fair enough
i try to unset te prefix from a player but its not removing it
How are you trying to do it?
lp user playername meta removeprefix
how can i see/do that?
meta info
You’re welcome
In case you don’t know about it yet, we also have a web editor
See wiki for details or just run /lp editor and click the link to get started straight away
hi
how do i add inheritance to a group?
if i wanted gold rank to inherit iron ranks perms
how do i do that?
@lime grove have a look at the wiki
:)
is there a way to check everyones rank/group
not that i'm aware of
Is there a way to notify players of their perms change
like when pex says "your permissons have changed"
or "you have been moved to group "group""
@timber mica I'm not sure if there is a built in method of deleting all user data. You could do an export, then manually remove the user data which wouldn't be hard, then import the file back in
@hasty tree i solve my problem i think i need to setup buycraft and do this things
@next stump I don't think it's currently possible, feel free to submit a suggestion to the github issue tracker
Do i need an account?
could you suggest it for me?
probably but i'm busy and will likely forget
ok, i'll do that
hey gents, anyone available to help me out with a interesting interaction im having with luckperms and factions
What’s the issue?
is there a way to check everyones rank/group
Everyone? Like list everyone’s groups @unreal venture ?
yes
I have no factions permissions set to a group, but users in that group can still use all faction commands, im trying to figure out if its luck perms or something im missing in the factions config @queen latch
Can you /lp user TheirName permission checkinherits <random permission from factions>
how do i set a new default rank?
is ther a way to use somthing like lp group editor ?
so that you only see the groups and nor also all the users ?
Not currently, @flat talon
oke tnx for the info
There are plans to make it like that
is it planed to be implemented ?
for the webinterface, can i also run that on my own server ?
Nope. It’s hosted on GitHub @flat talon
oke tnx for the info
you can host it yourself, actually
Huh?
just clone the repo, upload it to wherever, then add a setting in the LuckPerms config to point it to the new address
LP config add this:
web-editor-url: http://domain.com/editor/
@flat talon
be sure to do git pull every now and then to fetch updates
Hello, can anyone help me understand what does the <priority> does for prefixes?
Either i'm having a wrong concept or it's something else
When the priority is higher, it will be preffered over the other prefixes that may apply
Player A has the rank of a Admin, but also the rank of a builder
( There is no additional prefix, specially tracks, configuration )
The "Admin" prefix has a priority of 10
The "Builder" prefix has one of 1
The "Admin" prefix will be displayed, because priority 10 > 1
it's generally a good idea to give prefixes the same weight as the group they are attached to
I need help with luck perms
Then make sure to let us know what you need help with
Well the thing is idk what’s wrong
What are you trying?
yeah we can't really help you if that's all you're going to tell us. need more details ✌
well once you figure it out let us know :)
I'm going to post my question again because its bugging me hahaha
and remember we have a wiki with loads of information - https://github.com/lucko/LuckPerms/wiki
I have no factions permissions set to a group, but users in that group can still use all faction commands, im trying to figure out if its luck perms or something im missing in the factions config
have you tried verbose?
Dont know what that is.
only one of the greatest features of LuckPerms - https://github.com/lucko/LuckPerms/wiki/Verbose
how do i make it so when players join they automatically have a certain perm group
users are automatically assigned the default group. if that's not what you want then there are 3 options for you: https://github.com/lucko/LuckPerms/wiki/Default-Groups
Question: If group beginner has permissions I can set member to have group.beginner to inherit. If I set vip to group.member does it inherit also from beginner?
@verbal sigil yes
Can someone help me with a few questions i have?
Sure. @shut sentinel just ask
Okey, So
We are running a dynamic network system were servers are created and wiped as needed and pulled from a template file.
I've setup luckperms in the template correctly however its having a few connection errors
Do i have to specify a name for each unique server under "server: global"
No
It just allows per server permissions
It can even be the same name for several servers
Its throwing an error.
And since my crystal ball broke I’m afraid I’ll need the error
Indeed. I'm just pulling it
okay quick question, I have made this:-
# Export group: moderator
/lp group moderator permission set no.perm false
/lp group moderator meta addprefix 100 &e[&5Mod&e]
# Export group: admin
/lp group admin permission set no.perm false
/lp group admin meta addprefix 90 &b[&2Admin&b]
however when im in the admin group it show me the moderator prefix, how to fix that?
Higher priority for higher groups
You’re welcome
so for the default meta the prefix weight should be 1 right??
Should be lowest
Can be any value
Including 0 and negative values. Gaps of any size are ok too
okay thanks a lot for the info @lapis ibex thats really helpful ❤
Hey akai7! Please don't tag staff members.
You’re welcome!
Hey @shut sentinel 😛
@lapis ibex http://prntscr.com/kknmpg
Hey Brad! Please don't tag staff members.
Sowwi
@shut sentinel do you host your MySQL server yourself?
Yes.
Ok. Increase it anyways. Else you’ll run into issues latee
Let me also have a guess
Pterodactyl?
Max connections are set to 5000.
We dont use that.
We are running it through linux screens.
(The first thing won’t fix your issue. Will just prevent future issues. 5000 is good)
Then double check the connection settings
They are incorrect
I will pull the MySQL log for you too.
I doubt the connection settings are wrong. Nothing else would throw that issue?
(Brad is my system admin)
They are 100% correct settings.
Will do.
But that error you are getting means LP can’t even reach the server
I've triple checked and its configured correctly.
I even tested the connection using:
mysql -h <host> -u <username> -p <Database>
Its also created the tables
But still showing that error.
When i enter in incorrect info it throws a different error
is the mysql user named LuckPerms?
Why would that make a difference if your defining username and password?
Yes, for testing it is.
Hello, i am a beginer and i would like to know, where i can find
all the permissions that can be given to players, like a complete register or other.
We do however have a user assigned for each box connecting.
depends on the plugins you are running @wet socket
each plugin usually has its own list
ok so if i use essential i have to use the perms of this plugin ?
yeah, just google "essentials permissions" and they'll be the first hit most likely
@wet socket Each plugin have its own permissions you will need to add to the luckperms list.
same for any plugin
Ok thank; i want to create a group "vip" and give him the fly, but i dont know what is the perm for the fly, i will check
it would be essentials.fly, but always pays to check the documentation
^ only if you have the "essentials" plugin though 🤔😉😂
yes we got the plugin
Best to look up essentials perdition modes, then add them to luckperms under your rank vip
As the others said every plugin has it's own promotion nodes. You have to look them all up and then put them into luckperms
Bump my issue.
@shut sentinel make sure the user has permissions to create tables
If it’s just a test database, delete all tables and try again
It should
It’s still having issues with the initial connection
Do you by any chance use the public IP when connecting to the database while it only listens to localhost?
Nope, Its bound to the public IP
Are you then using localhost?
Try dropping that firewall rule for now
Two seconds.
If it works then, you set up the rule incorrectly
Just to let you know.
Its working now.
Because OVH firewall was blocking it.
While i configured local firewall correctly.
That makes sense
I don’t want to be petty or anything but it clearly says that a firewall could be the issue and to check that on the wiki page I mentioned 😜
It was ovh firewall not local though 😉
Still a firewall 😝
parent add
And for future reference if something can’t connect and the IP/domain is correct, it’s either connectivity or a firewall 😉 @fierce yew
Or an server crash 😜
That’s connectivity 😛
Why are we putting emojis? 🤔
🤫
😈
It cant possibly be now
It works 100% fine on bungee i copied the same config over.
Are bungee and that server on the same host?
Yes
Are the bungee config and spigot the same?
Can you move the erroring server's config to config.yml.old and then make a new config.yml with the EXACT content of the bungee config, please
Sure 😃
I'm assuming you want me to change messaging-service: from bungee to none
Or mysql?
nope, don't change a thing
For now we're just testing if it can connect, setting up messaging comes later
Same Error
Although remind me to tell you about messaging, because from what I gather you've got it set up wrong, but not important now
@shut sentinel so, bungee on the same box, with the same config, can access it?
Same physical machine
Yes
on an ssh connection to the box, can you run telnet <mysql ip> 3306 please
And type random characters, it should disconnect you with a mysql network/protocol error if it's working
Or it'll fail to establish a connection
Let me install telnet then lol
Lmao
Okay, that's what I get with a known working mysql server
Can you take the config, change the password, and censor the last two octets of the ip address, then send it in a hastebin here please
MySQL works as we have it setup with multiple other databases that have no issues.
Sure 😃
I've uploaded it here: https://gist.github.com/VPSync/161021911ec52c6633e63c1cd0cabe26
That is very odd indeed. 👀
Did you honestly copy the working bungee config?
But yeah if you change that to 3306 it should work 😝
It worked?
And I can relate. I gained basically all of the knowledge I have about networking in the ~20 hours solid it took me to get all my proxmox stuff working
Believe so void, thanks for your help 😃
Yeah that’s it haha
Also regarding the messaging service @shut sentinel , set it to sql on all servers
And I’d just leave the port out. If no port is given it uses the default port
Thank you 😃
@foggy quartz Update your luckperms
@spring flare https://github.com/lucko/LuckPerms/wiki/Storage-system-errors#luckperms-cannot-connect-to-my-mysql-server
I do not understand more ...
I have already seen this topic I think.
I do not understand where the mistake comes from.
Hey Aиgεlт9Ðεν! Please don't tag staff members.
That page will give you a list of different solutions to try and fix the issue.
The only problem I can see is that my machine does not accept external connections (the port is not open) ... But how can I check it?
Hello, whitch plugin can i use to display players rank on the tab please ? some plugins don't work
I have essentials for the chat
essentialsX
and it should be for the tab too but it didn't work with luckperms
@foggy quartz do you use the editor, if so your lp version is not up to date
im using the bettercommandsigns plugin how do i make it so the sign adds a perm group to the player that clicks it
everytime i click it after setting it up it says "you do not have permissions to use this sign"
Let the sign execute the command as console.
how exactly do i do that, i thought this plugin is automatically run thru the console
i did its not very descriptive xD
okay lol
is it possible to only allow players to preform the command once?
@hollow niche not with LuckPerms. LuckPerms only cares for permission checks anyways. A command could check multiple times for a permission. And a permission check could happen without the command being executed.
You can have timed permissions though
Does someone know a way how i can install Factions Bukkit Plugin in Sponge Forge server?
@vast loom you can’t. Sponge and Bukkit/Spigot are entirely different systems
nope
So there is no way i could get the Factions plugin working in Sponge :/
Hello,
I have LuckPerms 4.2.58 installed on 4 Spigot servers and 1 Bungee server, all connected to the same database. Just had an issue with too many connections to my database and did a quick "show processlist;" to see what was connected.
LuckPerms currently has 50 open connections across 5 servers. This is about 5-10 minutes after starting the servers up. Is that normal?
Nice react gui
Hello, the plugin TAB dosen't work with LuckPerms event i have Vault on my server and i put TAB's config to get essentials nicknames for players
For another permission plugin like PermissionEx it works
so how can i ajust this please ?
how does the issue relate to luckperms?
from the way you've described it, I'd assume it's an issue between TAB and Essentials?
idk but i think it is from the TAB plugin
because i tried with another tab plugin
it shows the player's rank but cut the player name
so idk
there's a limit of 16 characters for tab prefixes and suffixes
and i want to use TAB so i want to know how to solve this problem
that's a minecraft thing
but with PermissionEx it works
anyway, i'm happy to help, but it doesn't some like you're having an issue with luckperms in this case
with the same tab plugin
ah okay
so when we talk for example
does that work correctly?
are you sure you're editing the nicknames, and not just changing that chat format?
try running /whois <player name> for one of your online players
okay
just telling me it worked with PermissionsEx isn't particularly helpful, I can't really do anything with that information to help you :p
and i told you tha a minor plugin can take the prefix but cute the name
at the middle
for the tab
oh I see what you mean
yeah, I'd imagine that's because that other plugin reads the prefix data directly from Vault
and not via Essentials?
I don't know, that's just a guess :p
okay so in my essential config file
if you're not already, it may be worth updating to the latest EssentialsX versions, just to see if that makes a difference
i can give you if you want or juste show you
but beyond that, I'm not sure what to suggest
might be worth speaking to the author of the TAB plugin to see what they think
okay the last essentialsX version i check that
yep, so just replace those two
ok
I get back to eat
++
and i think i'll tell you again if i can't solve the problem
is there an easy way to disallow luckperm commands from console?
@mental drum don't give console access to people you can't trust
You're approaching this problem from the wrong end
The console is supposed to have 100% access to everything
Okay i found a think @elfin egret , LuckPerms is not directly supported by Vault like PermissionEx
Hey Maxime! Please don't tag staff members.
So i don't know how to solve this but i have the reason why it doesn't works
it doesn't matter that it's not "directly" supported
in-fact that is a bit misleading
it is supported, it's just that the integration is provided by luckperms itself, not vault
@steel geyser the reason is likely the tab plugin that supports PEX directly instead of Vault
hi, so odd qustion for here....who is clippy? like what bot is it?
It's Clippy
Luck wrote it himself
thats why i coudnt find it
is there a way to have acess to it?it is a great bot and we do have thesame issue that it is solving
Sadly no
awwwww
Not open source
it is a great bot idea
I fixed it ! I just had to remove some comments in Essentials, the config file
like #add-prefixe-suffixe : true
to add-prefixe-suffixe : true
😂
👍
im learning more about luckperms
anyway
when you do the " lp group <group1> parent add <group2>" command and say if i replace the <> with this " lp group default parent add helper" would the helper rank get all the perms default rank got as well as the extra perms i give it?
No.
group1 inherits/gets all permissions from group2 when using the parent-command
So you have to swap the places of default and helper in the command, to let helper get the perms of default
okay cool thx!
I ♥ THIS PLUGIN CUS ITS SO CONFIGUARABLE ONLINE!
just saying XD
ANDRE so know they get the same perms etc. my default has a perm for prefix so does my helper so what will happen there will it mess up or will the helper keep his prefix?
@unreal venture thats the server properties file
its enabled in there
a plugin blocking it?
I think LP
perms for what
for u XD
cool
MY QUESTION 4 me XD : so know they get the same perms etc. (when doing the parent command) my default has a perm for prefix so does my helper so what will happen there will it mess up or will the helper keep his prefix?
@unreal venture could be that ur builder or sr mod has a perm that blocks it or the ones they r connected to. I highly doubt lp is blocking it though cus you have to literally get a essentials command that blocks that block. its def something else
@tacit glacier Admin prefix will take priority over helper. If the weights are set up properly.
weights?
The priorities.
turbo it says 0 for all of them XD
you set weight with /lp group <group> setweight <weight>
yeah that's not ideal, you want to set weights on them all
none AFAIK
best practice is to do them in increments of 10 or 100 to give you breathing space later on if you decide to add new groups
yh thats why i asked if there is a maximum number
XD
BTW its been bugging that when i migrated from gm to lp my ranks changed from e.g. Owner to owner. Any fix? Not to fussy tho.
/lp group <group> setdisplayname <name>
LP only works with lower case group names but changing the display name should be good enough
correct
it's like using a player's username vs their nickname for commands
should only use their username, the nickname is for display purposes only
@unreal venture Sponge or Spigot?
On Spigot you need OP
No way around it sadly
On Sponge you just need the right permissions
I'm sure this is a common question, but the latest version on sponge ore saysa it needs sponge 8.0, is there a version I can find that will run on sponge 7.1?
@drifting lodge it says it has been built with API version 8.0. Not that it needs it
Anyways current versions support API 5-8
cool cool, thanks for the response!
You’re welcome
why when i replace my groupmanager to luckperm authme data was removed?
i setup luckperm with MySQL
for the MVdWPlaceholder the placeholder is {luckperms_prefix} rite?
Mvdw placeholders are for his premium plugins.
yea i know, i want make something with his plugin which require luckperm placeholder
Then that should work. Try and see what happens.
okay
why that happen because luckperm no recognize un logined befor ?
authme data still in folder
but need to register all user
should i import groupmanager data to luckperm ?
@lapis ibex I have sponge
Hey Louie! Please don't tag staff members.
@unreal venture Then you'll need to find the right permissions for it.
where can I find that?
Sponge documentation, google, the LP verbose command (maybe)
Hey folks
I really need some help
Just copied all my mods/configs over to my new server
and all my luckperms ranks aren't there
How do I pull them across?
give this a read, similar concept
What is the command to give somebody a rank (for buycraft command purposes)
Ive only started using LP a few hours ago
lp user %player_name% parent add <group>
If %player_name% doesn't work just try %player%
lp user %player_name% permission set <permission> true/false
Thanks, you have been a great help
check out the wiki if you haven't already
https://github.com/lucko/LuckPerms/wiki/Usage
One more question, to inherit, could I put group.helper in Mods permissions?
Yeah you can, or use the parent command but instead of user just use group <group name>
@unreal venture don't bring that in here please
thanks
I have a concern
I cant place down command blocks, I think Lp might be blocking it.
they're enabled and all but I just cant place them
Hello, every time a connect MySQL in LuckPermsBungee doesn't work, it doesn't give me perms and ignoring all luck commands, :/
@toxic wagon
Hey HnoDYy250! Please don't tag staff members.
@warm geode Firstly, don't tag staff members like clippy said.
Are you getting any console errors?
xD
Ermm, is it possible to change a group name? I messed up and All the permissions are there..
have a concern
I cant place down command blocks, I think Lp might be blocking it.
they're enabled and all but I just cant place them
@unreal venture You need to find the right permissions for it like BrainStone said.
what permission
importalshard | Can i send the log here?
Upload it to pastebin and send the link
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.
@unreal venture Find it, with google or the verbose command
yeah I did that. I did /lp verbose record then paste and this is what I got
ill paste it on pastbin
there look at that
How do you get the idea of creating the top 10 errors in the menu?
Importalshard can i send it private please?
Just send the error here.
Hey Louie! Please don't tag staff members.
@warm geode please dont tag members
haha
@warm geode https://github.com/lucko/LuckPerms/wiki/Storage-system-errors#luckperms-cannot-connect-to-my-mysql-server
what do I put in the <>
whatever permission your command block is trying to use
no, the dont place. command blocks dont place at all
I try placing them and they dissapear
did you try verbose?
yes I and heres the link
@unreal venture griefprevention.flag.interact-item-secondary.minecraft.command_block.source.minecraft.player Try that permission
Imortalshard where do i write this?
GRANT ALL PRIVILEGES ON [databasename].* TO '[username]'@'[ipaddress]';
no nothing