#support-1
1 messages ยท Page 418 of 1
cause for some reason co-owner was getting Owners tag
i dont really understand prefix's well either
the highest rank would be the lowest child
i didnt mark ranks
im new to this style of permissions havent had a server since 1.7
owner is top then co then admin then mod
ok
but atm i only got owner and co
so your command was the correct way /lp group owner parent add co-owner
and co-owner should not inherit owner
Hello!
I have established 2 servers using both a linked sql & redis databases, however changes to one rank does not seem to reflect on the other. Does it still need installed on bungee to work properly?
Thanks!
You need to add the server=<Servername> when you apply the group to a user
huh
leave off the server= part
./lp creategroup builder creative
use that when you add inheritance
no, just /lp creategroup builder
groups are always global but you can define servers when you add them as parents
/lp user <Your Name> parent add builder server=<creative> <-- An example.
or you can apply it to a group
/lp group default parent add builder server=creative
and that will give everyone the builder group on the creative server only
ahhh
as long as they still inherit the default group
I'm sorry, I'm not sure if my message was removed or simply had not posted before shutting my PC down. Could I have some insight in linking luckperm rank changes across a network? I have both mysql and redis properly configured & connected.
make sure you have a messaging service configured in each config file
@half yacht That's what you wanted. It means they will get the builder group in the creative server, if they are also apart of the default group.
i don't know anything about redis though so can't really be of much help
but it says defualt inhaerites from builder
I have them configured via redis, the same connection used in my chat. Bungee can be used as an alternate if it's installed on the bungee server as well correct?
@half yacht Yes, only in the creative server. That means everyone who inherits default will get builder rank.
@jagged pelican or you can use sql if you are using a mysql/mariadb database
this makes no sense
Mysql can sync perms and change all ranks at the same time?
it says defualt
I have mysql setup to store ranks
inheaits from bilder
sounds like builder is the firsat rank
@half yacht It makes sense. You did /lp group default parent add builder server=creative which means Default will inherit all perms from builder rank in the creative server.
we were only giving you examples, if that's not what you want then you need to be more specific
For some reason when I change the rank on one server it doesn't reflect on the other even after /lp networksync or /lp sync
so when i add builder + make builder parent builder ?
Builder+ would have builder as a parent.
Or default it seems would work
so is that backwards
Make sure your databases are set up correctly in each server's LP config @jagged pelican
You can use /lp info to double check what is currently loaded
@half yacht /lp group builder+ parent add Builder <- that will make the builder+ rank inherit all the permissions from Builder
What should I look out for turbo? It appears they have connected
Yes
okay its confusing
I figured mysql was for storage and redis passed the actual command to change the perms
because it lit says defualt inherats builkder
I don't really know much about Redis, but if all your servers are on the same hardware then you shouldn't need it for a messaging service
meaning it takes from builder
^ but only on creative server
@half yacht That's correct but it only grabs the permissions from the builder rank on the creative server.
One server is on a different VPS
yes, but we recommend sql above all others
Alright ill give it a shot tomorrow thanks! :)
maybe redis is what you need then, I don't really know sorry
You set the weights how you want them.
oh okay
Just give them the permissions for it.
worldedit.wand
Anyone here familiar with WorldBorder and know of a bigger default size to fill the world with, rather than 20? I don't want to corrupt my chunks just by trying to speed up the process.
Anyone know how to apply more than one prefix onto a player?
How would you do it in mc?
did you look at the wiki page he linked?
yeah
so what about that is not clear with you
cna someone please send mewh the link gfor bungee luck perms
Same as any other group. If all servers are linked to the same database it doesn't matter where you create the group.
I saw an update was done prior to 1.13's release, but it states this plugin works in 1.13?
didn't need updating
Majik
I am using a test server 1.13 and LP is working 100%
no reason it shouldn't :P
What version of LuckPerms will work on 1.7?
oh yea that's it ty
Sorry @hasty tree
Hey Sectory ~! Please don't tag staff members.
Sorry @wanton stratus
heya,
i need some help setting up my luckperms i have a modded server and i downloaded the latest version of luckperms from Sponge, i am also running sponge in my server, with pixelmon now al mods are running great, altho i cannot seem to figure out how to setup ranks in this mod/plugin, al it says in game (i am OP) is that i have no permissen even for commands like /help i really need some help
Try giving yourself the permission luckperms (it should be like that in sponge... idk)
where do i give myself the permisson tho
i cannot find anything in any vonfig file
i could let you log on to my server?
to start configuring luckperms, you must run lp user <your username> permission set luckperms true in cosnole
that will give access to all luckperms command. Then you need to find the permission nodes from other plugins and sponge themselves, which you then add to your groups. Those permission nodes will be found in that plugins/the sponge documentation
okay i got a message in game
so now i can add groups?
i'm in the config/luckperms/luckperms.conf folder but i cannot find anything
*sigh*
i'm new to this sorry
LuckPerms does not save Groups in the main conf....
Also it's not recommended to edit the Groups manually. We recommend using the Editor instead
After you create the groups with the commands first.
where can i find the editor,
Did you even read the link i sent you. It shows you how to use it.
i did
i added some permission to it, but it wont work on my server still says no permission
Did you save the editor and use the command it gave you?
yes
Did you add them to yourself or a group?
Probably not using the right permissions for the commands then. Use the verbose command to find out what permissions it checks for.
i cannot get it to work
[java.lang.Throwable:printStackTrace:634]: at me.lucko.luckperms.common.storage.dao.sql.SqlDao.getPlayerName(SqlDao.java:986)
26.07 10:17:27 [Server] User Authenticator #3/INFO [STDERR]: [java.lang.Throwable:printStackTrace:634]: at me.lucko.luckperms.common.storage.dao.sql.SqlDao.savePlayerData(SqlDao.java:916)
26.07 10:17:27 [Server] User Authenticator #3/INFO [STDERR]: [java.lang.Throwable:printStackTrace:634]: at me.lucko.luckperms.common.storage.AbstractStorage.lambda$savePlayerData$20(AbstractStorage.java:287)
now ic ant join
if i use the h2 file system how can i search all perms from users and delete a permission? example i want to remove (essentials.fly) from any user who has it?
@grave hollow https://github.com/lucko/LuckPerms/wiki/Bulk-Editing
also /lp search essentials.fly
cool thanks, if i have a copy of my online server but ive been editing perms/groups on my offline server and wanted to update my online server with it, would i just simply export it from my offline and copy and paste the users and groups to a new file and re-import it?
yeah, export the offline database, then remove the online server's database, upload the import file and then run the import command
@lusty wadi on my 1.13, many. Not all, I'll give you a list as soon as I get home
What plugin do you use for chat?
Essentials Chat
Use EssentialsXchat
Oh I use EssetialsXChat
Ok. That should work then
Work when type &7test
But "&cAdmin &7" chat color It's not turn to gray color
prefix : "&cAdmin &7"
sorry for my bad english
So you want that it says in red Admin and the name + Chat in grey?
yes
Guys , any of you known what is the permission for sponge worldedit which add every right?
I believe it's just worldedit @vestal leaf
Yeah that was it. I tried with the wildcard but wasn't. Thanks a lot !
Cool. dw man
Hey? So I know that scanning permissions like group.RANK can be used to find inheritances, However how about the default group?
Is it possible to see if the user inherits the default group indirectly, I don't think group.default works
Hi guys ! I have in server.properties exposed gamemode 2 . After installing luckPerms , players began to be issued gamemode 1 . Who knows what the reason is ? And yet , how to solve to open chests, etc.?
Server core :SpongeForge
@pearl swan make sure your Chat format doesnโt reset colors
hey. In pex, my chat formatter automatically does {pl_prefix} and it puts the pex prefix. For luckperms, does it use the same placeholders? If not, what is the player prefix placeholder?
Hi, please help me now
My server network use LuckPerms plugin, but from last day (sorry my bad english :/ I'm hungarian)
I give this message, NOT the MySQL server the problem, the plugin. I update the LuckPerms version, i reinstall all LuckPerms plugin on my server network, not work. I connect my LuckPerms to an another MySQL server BUT NOT WORK
What is the problem???
@dire dagger Could you please put your console into a hastebin
Which console? Proxy server or another server? e.g. auth, lobby, skypvp "meg a tรถbbi" (sorry, not speak english)
the authlobby
yes, I need to only see one console, and in the screenshot I see the error from authlobby
[19:04:49] [Server thread/WARN]: Caused by: java.sql.SQLException: null, message from server: "Host '37.221.209.211' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"
this line indicates your database has blocked your authlobby and other servers
Do you host the database yourself or is it from your minecraft server host?
minecraft server host, this host is the Clans HU
This is a hungarian gameserver hosting
You will need to contact their support and show them this error
Okay
What has happened is, you have made a config mistake at some point and the database has blocked your IP for security
Okay, thanks to help ๐ Hi
hey, i use the extracontexts and set wg-region to true but when i lp user info, the context doesnt have wg-region
any idea?
Hey so I just wanted to make sure I am doing this right to set up the tracks so staff can do /promote and /demote
if I wanted to have the GateKeeper inherit the same permissions as the Member would it be
Gatekeeper then member or the other way around?
still kind of new to luckperms and permissions in general
hello,
i want to know if there is any one that can help set Luckperms up i have tried going thought the wiki but i don't
know what I'm doing wrong in the set up prosses . I have add all the permissions to the default group that i wanted but i still don't have access
to any of the commands
can somebody help me with installation? maybe in German ๐ค my english is only google english ๐
java.sql.SQLTransientConnectionException: luckperms - Connection is not available, request timed out after 5002ms. everytime i have this error. i'll try it on the gameserver, on the home server on a root server but everytime the same so i think in my config is something wrong
Hey StrenghtyPvP! Please don't tag staff members.
Can you help me
hey. In pex, my chat formatter automatically does {pl_prefix} and it puts the pex prefix. For luckperms, does it use the same placeholders? If not, what is the player prefix placeholder?
Are you using ChatControl (Pro)?
Then it should work the same, as long, as you have Vault installed, since LP uses Vault to provide the prefix(es)
ok, just basically just uninstall pex and it will work? thanks btw. Since u seem experienced with chatcontrol lol, do u know how to make spaces that show up in the motd?
no
uh
okay
so i need help with the setup of lp
I run a bungee and I do not understand wiki
What do you not understand
everything ^0^
if you ask a question, somebody might actually stand a chance of helping you...
I cant tab/autocomplete /lpb commands. Is there a setting for that?
@restive tangle Huh, it works fine for me
when people first join the server do they Automatically join the Default group ?
is the luckperms alternate to pex user {PLAYER} add {PERMISSION} lp user {PLAYER} permission set {PERMISSION}? Also, can u set prefixes in the web editor?
yes and yes
command equivalents for pex can be found here
https://github.com/lucko/LuckPerms/wiki/GM-&-PEX-Command-Equivalents
ok, thank you
any way to have lp execute a command when a temp perm is done?
also, sorry, more weight makes it higher up on the ladder?
when you export from LP and add "/lp group default permission set nuclues.fly.base true server=set" under one of the groups will it give access to that command to the users in that group when reuploaded to the LP?
@silver viper yes, higher weight = higher priority
where to add suggestions
github
In an issue ^
though it's unlikely that feature would be added as it's out of scope for a permissions plugin
How so? Actions that can be executed when a temp permission is expired
You can use the API to do that if you like but I agree it's out of scope
when you export from LP and add "/lp group default permission set nuclues.fly.base true server=set" to the file under one of the groups will it give access to that command to the users in that group when reuploaded to the LP?
there is no structure to an import file, all the commands are executed as they are written. so your example above would add the nucleus.fly.base permission to the default group on a server called set.
hey im trying to hook LP into my MariaDB server but it keeps refusing to connect any ideas?
Read the โStorage System Errorsโ wiki page @shy haven
It covers the most common cases
I tried what is said there and no luck
What's the exact error message?
This checklist is complete: https://github.com/lucko/LuckPerms/wiki/Storage-system-errors#luckperms-cannot-connect-to-my-mysql-server
So your issue is one of these things
thats the one i just went through
The error in essence means that LP can't even reach your server
its a localhost mariadb server ๐ฆ
So it might be a wrong host, firewall blocking it, or that it can't reach the IP because of containers
Are the servers running inside a Docker container or in other words are you running Pterodactyl?
Containers can't access localhost
You need to make MySQL listen to all IP addresses, block external access through a firewall (optional but highly recommended) and then use 172.18.0.1
172.18.0.1 is the host system
localhost (127.0.0.1 and ::1) only refers to the container itself
You can try to just use the IP without changing the mysql settings, but if I'm not entirely mistaken, that's not enough
Though I don't remeber entirely
172.18.0.1 didn't work hmm
Then you need to make MySQL listen to all addresses
Just comment out the line that makes it listen to 127.0.0.1 and restart
in mysql config?
with firewall?
Yes
It shouldn't
Though be aware that by default the Linux firewall isn't persistent and you need additional software to accomplish that. But Google will help with that.
Hey
What would be the best way to remove a user permission from every user?
When I used Pex, I would use VSCode's ChangeAllOccurences in the YAML file to remove them all
but as lp uses different files for every user I can no longer do that
use a database and then run a simple query?
There is also the bulk edit command which I'd ^
(imagine would do the same trick)
Thanks Turbotailz.
When I do /lp bulkupdate, it just comes up with a list of commands?
I bet ik why
actually
nvm
found it
brain what ports could i be missing for the panel i set 8443 and 2022 and i cant connect to it now ๐ฆ
Don't block everything and add exceptions if you don't know what you are doing
Do the reverse
blacklist the mysql port for external connections
Do you know if a 1.13 world vanilla world is safe to use on 1.13 spigot
1.13 basically isn't safe in general
your world will work, but this is a pretty horrific release
so i be better start A new world?
i'm avoiding it like the plague atm
Like would it be better to just host a vanilla server?
With a minecraft server jar?
Spigots official stance is basically to treat 1.13 as if it will break stuff
Your vanilla world should work fine
Sponge ftw
Sponge haven't even touched 1.13 yet to my knowledge
Hey, I want to delete multiple permissions from users.
spawner.1, spawner.2, spawner.3 etc.
I've tried "lp bulkupdate users delete "permission == spawner._" & "lp bulkupdate users delete "permission == spawner.%"
What else should I try?
Well basdicly If i upload a 1.13 vanilla world t Nonthing bad will heppen or am i safeer not uploading a world and just leting it gen on it's own?
@mellow mica looks like you should use a % instead of *
@foggy quartz it should work fine with a vanilla world
oh I did try that lmao, I mistyped
๐
The documentation uses similar instead of equals when using "%". Should I try that?
That worked ๐คฆ๐ผ
hi guys, any idea how to get permissions for commands like gamemode or weather? I tried minecraft.commands., minecraft., even * but nothing works ๐ฆ
your best bet is to use verbose to see what permissions are being checked for
@old valley If you're using the essentials version, it's like "essentials.gamemode.*"
Thanks! Tried it but it gives this:
27.07 00:31:23 [Server] INFO [LP] VB > bonfi96 - minecraft.command.gamemode - true 27.07 00:31:23 [Server] INFO [LP] VB > bonfi96 - minecraft.command.gamemode - true
So I do have the permission
wtf
did you add a filter to the verbose command?
Whats the context part for prefix & suffixes?
determines whether the prefix should be displayed on a single server/world or globally
ok thx
although, dChat is a paid plugin
Free alternatives:
Bungee - BungeeChat
Spigot/Bukkit - EssentialsXChat
EssentialsXChat can have Json hover effects?
neither of those offer that, no
ok
try venturechat
https://www.spigotmc.org/resources/venturechat.771/
k
I didnt saw the json part. My bad
is there anyway of giving the owner group all commands or do you have to put it in by hand?
Permission: *
that it just " * "
yes, that should grant access to all commands
it's not recommended though and you should take time to set it up correctly.
what is the right way of going about it
setting up all perms individually :3
dam over 500 commands to set up
the web editor should make it a bit easier
you can also use wildcards as well
bungee.* :3
like worldedit.*but only do that for certain plugins
you don't want to use it for something like essentials that has negation perms
oh okay, im not using essentials just
Nucleus
isnt that a sponge plugin?
yes it is
Nice
oh nucleus is even better better because it has commands to set up the perms for you
wait really
if i could i would come over and give you a HIGH FIVE man
๐
๐
Anyone here use AreaShop?
Are there bungee luck perm commands?
whats the command to set EA_Games_507: <EA_Games_507> so it looks like [Member] EA_games ?
@jagged pelican just put a b after the /lp
I also have essentialsXchat installed
do you have vault installed?
Check the chat config
Have you checked the chat config and ensured that it's configured to display prefixes?
does this plugin have a clear lag function
I do have Vault
You'll want to configure essentials to actually show prefixes/suffixes by adding {PREFIX] and {SUFFIX} in the format config
you probably need to update essentialsx
You can't have two permission plugins installed at once
ok
Having PEX and LP breaks of course
In general even if it was possible it would be a terrible idea
ok
I moved to my test server now
{PREFIX} in the essentials config dose not show the group prefix
And if i do {GROUP} is say default when im in the global lpb owner group
What version of essentials do you have installed?
Make sure it's EssentialsX you have installed.
and make sure that you've got the same version of EssX chat installed too...
Pex is no longer being maintained which is why I switched to lp today
lmao
and better timed permissions with Luck
the fact that group works but not prefix suggests that you've got an older build of essentials(x) chat...
@mellow mica I agree haha. It's much better.
I haven't tested this, but do timed permissions stay between reconnects from the client?
and restarts
yes of course
of course, doesn't with Pex ๐
no, higher the priority the more important it is
No... the higher the weight the higher the weight.....
And the weights never have to be consecutive
if the prefix shows in user info, it's not a weight issue
It dose
Your issue is going to be your chat plugin
I have essentials to set the chat format
format: '&8{DISPLAYNAME} &6ยป &7{MESSAGE}'
EssentialsXChat
You want to add {PREFIX} in there
Displayname does prefix as well i'm pretty sure
Ess is /very/ weird in how they handle that stuff
I might be wrong
pretty sure displayname combines the prefix / nick
there is no {PREFIX} there is {GROUP}
but could be wrong
You need LP on the Spigot too
It all needs to be accessible via vault
I have LP on spigot
๐คฆ
Are they all sharing the same database?
But you can easily sync the data between all instances
have you configured updates properly?
All my servers share a database
ugh... what's the output of /lp user <user> info
you previous screenshot was on bungee
and essentials can't access anything on bungee
unless your database is shared across all servers, which hopefully it is
``/lp user BUTTERFIELD8 info'`
ding ding ding
Ok so theyโre not syncing
I feel like this is a classic case of /r/talesfromtechsupport rules 1 and 1.1, users always lie and users donโt know theyโre lying
no prefix! so your databases aren't synced.
But lpb info shows the prefix
It means your servers aren't synced.
That doesntmatter, bungee and spigot are completely seperate in terms of prefixes and vault
what storage type are you using? you need to use a remote database like mysql
In Short there are two wiki pages you should read
https://github.com/lucko/LuckPerms/wiki/Syncing-data-between-servers
https://github.com/lucko/LuckPerms/wiki/Network-Installation
Network installation and Syncing data between servers
./lpb listgroups and /lp listgroups have 2 different lists of groups
You need to check the MySQL database config is identical in bungee and spigot, make sure itโs mysql not h2, yaml or json, and ensure messaging service is sql
Yes. Do what has been suggested, linked and explained and sync the servers
@toxic wagon lol. Exactly the pages I meant ๐
Where can i invite people to my server?
@wanton root Read the two pages i linked. They will help explain it all and how to link them.
Lol, I'm just too fast for your Brain ๐
@barren palm there are websites you can use, like planetminecraft or reddit.com/r/mcservers
@wanton root no they are not. Follow the guide
@wanton root Read the pages i sent. It will show you how to link it all.
If I link my lp groups will I be able to have per server groups and perms?
Yes you will
๐คฆ yes
hey how do you fix this
check your chat format
^
that's not LP related
Right now, your backend server is completely separate to your bungee, there is no correlation. If you link them all to your database you can set per server perms, and prefixes will work properly @wanton root
ok
I doubt people will continue to answer your questions if you donโt do what is suggested.
how do you add your self to a group i know its stupid
/lp user <user> parent add <group>
thanks man your a life saver
remember there is a wiki :P
LOL i know i have been working on my server sens 6:00 am
take a break!
That means nothing to me since weโre probably in different timezones but a clear mind is better than a half-brain-dead brain
If I work on a project for more than about 4 hours I just start making stupid mistakes
6:00am - 8:15 pm
Ok so all my servers + Bungee are connected to a database with the same table prefix. Only the bungee ranks are appearing in the database
Show me the config of LP Spigot database config, but cut off the password
you leave behind all the other databases when you switch storage type, if you want the ranks from your servers you need to switch back, export them, switch again to mysql, then import
Oh yeah sorry
they have always been mysql
All server including my bungee server are in the same database with the same table prefix but only the /lpb ranks (bungee ranks) are in the database so all I have to do is change the bungee prefix correct?
if they're both not seeing the same data, they're either not looking at the same database, one of them isn't configured to use a database, or you didn't configure network sync properly
what's the outout of lp info and lpb info
Then theyโre not seeing the same database
@wanton root Double check all the database settings in ALL the configs and make sure they match.
Also make sure you have set the messaging-server up as sql
dose the bungee server need a separate table prefix?
No
No
My messaging server is bungee atm
Change them all to sql
k
# Available options:
# -> bungee uses the plugin messaging channels. Must be enabled on all connected servers to work.
# -> lilypad uses lilypad pub sub to push changes. You need to have the LilyPad-Connect plugin
# installed.
# -> redis uses redis pub sub to push changes. Your redis server must be configured below.
# -> none nothing
Set it to sql
k
but that's not going to solve your mismatched database issue
It will help to prevent it in the future though
double check ALL the database details on EVERY server is the SAME
^ copy and paste it
That includes the table_prefix
How would you migrate between data types btw?
so in the end my lpb and lp groups should match
Yes
That is the end goal
Ok they are matching! I just deleted everything but the config and now they match
does anyone got an template
of perm they can bless
and its for like a sponge server if it is any different
Try and remove it via the editor
that's not going to get me anywhere, but ok
I think i found the issue
it was listed as group.VI
uppercased
turns out it helped. Thanks @toxic wagon
You're welcome
Hello !
im having a bad brain fart how to i make it so default rank gets automaticlly put the person into the next rank
is Luckperms supported in 1.7.10 version ? I've seen wiki but don't found any information about that
Yes, but you need the legacy jar
ohhhh , so this error is normal Caused by: java.lang.IllegalArgumentException: INVOKESPECIAL/STATIC on interfaces require ASM 5
like is a player joined the server default rank will put them into the next rank
sorry for the ask
@fickle ridge https://ci.lucko.me/view/LuckPerms/job/LuckPermsLegacy/213/ use that version
can i use the same DB as the 1.8 version ? ( MySQL )
@half yacht So you mean essentially changing the default group?
yes but remember im dong server spific rnaks
yeah , thanks for help ! ๐
so i need efualt to push them to the next rank for them
my probleme has stayed
wait the config where i can make it check if they have default and make them any rank i want if i edit in a server will it only work in that server because i have bungee hooked up
did you replace the special source jar?
yeah , check the begin of error , [04:58:44] [Server thread/ERROR]: Could not load 'plugins/LuckPerms-Bukkit-Legacy.jar' in folder 'plugins'
See the pinned messages, you need to replace a library that thermos bundles for it to work
@half yacht What you could do, Is add all the groups to default as a parent but use the server contexts, so they only apply on that server, and give the groups a higher weight.
i dont understand
if they are defualt and i make a rnak that parents it in hub only
how do they get the prefix of the hub only rank
and not defualt
Set the prefix to have a higher weight.
so if i do that then how do i make it so in each server so they wont just get the top prefix
if you want a prefix to only appear on a certain server, you must add a server context to that prefix
im gonna make server only ranks
im having 1 rank in hub
its gonna be the name of my server
if i set their weight so it over rides defualt
the next server imma have like 5 ranks
how do i make it so it wont just go tot he top prefix
Set up the weights, for the groups and prefixes, the highest prefix the user has access to will apply.
can i do server only prefixes so i cna just put them all on defualt
yes
Yes, just add the server context to the prefix when you add it to a group
if you want a prefix to only appear on a certain server, you must add a server context to that prefix
what server are you on
hub
Does Luckperms Config for hub show the servername: as hub
also do /lp user rxlizard500 info and paste a screenshot
ok sorry ill copy pasta it over there
what is the right version for Spigot 1.8?
Use Spigot 1.8.8 Then you can just use the latest version from https://luckperms.github.io/
It says my version of paper is 9 behind, but I'm afraid if i replace it I will lose my map and settings / properties
Hi, i need help.
My luckperms doesn't work fine. My luckperms is connected a MySQL database. The permissions are not work, but the ranks is fine. /lp listgroups is listed the ranks fine. /lp group Titรกn permission list is listed the Titรกn rank permission's fine. But the permissions not working ๐ฆ No error in log
What is the problem?
Sorry my bad english, but i'm hungarian
I use the newest LP version
@dire dagger You can try /lp verbose on to see which permission checks are failing - a plugin's website can sometimes be incorrect. Also, what server software? Sponge, Spigot etc
I have a server network, BungeeCord and Spigot. But all server not work :/
okay, i try. One minitue
One minitue, i use google translate, "mert nem tudom, hogy kell leรญrni"
because I do not know how to describe it
If I entered a command I had previously had (eg / warp), then verbose wrote the permission to undefinied. If I entered a command I did not have the right to (eg / tpohere), then I wrote the permission to false
@dire dagger Ok I think I understand. The permission that it writes to undefined is the one you must set with /lp group <group> permission set <the permission it wrote as undefined>
And do this with all permissions? : c If we look at every rank we have at least 500 permissions
I'm sorry, I believe there's an error in communication here
I suggest you wait to see if there's another hungarian online, or find a discord in your language because this is going to be extremely difficult to troubleshoot
Sorry
Quick question
Sure?
Okay ๐ฆ
@toxic wagon ๐ฎ Mod now? GG
Is there a way to look up who has a specific permission node?
I've forgotten who I gave a certain permission node to and I need to take it off them
I guessed it would be you next, Immortal
@mint notch gimme a second ๐
Dw!
dose anyone know where i can find the default minecraft Permission list. running forge server
@civic wolf What do you mean? Afaik for spongeforge it's on their wiki
i need to know the permissions nodes for like giveing game mode 1 out @queen latch
so if i make a video on luckperms anyway it can be added to the spigot page
@civic wolf Are you running spongeforge?
yes im running Spongeforge @queen latch
@foggy quartz It depends on the quality of the video and other things but it's a possibility ยฏ_(ใ)_/ยฏ
are you sure though
@foggy quartz I'm not sure if they would put any at all but I know for a fact they wouldn't put a low quality video
But I'm not a mod (yet ๐๐) so I can't say
i mean i can show my video quality
@foggy quartz Send it here and I'll give you a 1-10 in my opinion of whether it'll be added
@foggy quartz I'd imagine there's a chance it'd be added, if Luck is looking to add any
I'd ping him tbh
(once you've made it)
please let me know when its made i will take all the help i can get
hello, this is the dumbest question ever but how do I add a prefix? lpb group {group} meta addprefix and then?
@grim ibex A number from 1-100 with the weight and the prefix
lpb group {group} meta addprefix {weight} Hello
Yes
Yes, the higher the more important the prefix is
So if Admin has a prefix with 50 and Mod has a prefix with 40, a player with both admin and mod groups will show the admin prefix
dw
so for a reason the prefix isnt working, I tried it with pex and the prefix works but not with luckperms
im confused again
U need vault and a chat addin
Yeah, you need Vault and a Vault compatible chatmanager like EssentialsXChat
What do you see in chat?
nothing or the prefix from pex xD
You should only use one permissions plugin. Not two.
true
i know this stupid but no minecraft.command nodes work when add to a group in lp any ideas why?
Sponge adds it own override permissions. They were in the link you were given earlier
Use sponge.command instead of minecraft.command As the link stated you were given
And, BRokenmc, PEX overrides other permission plugins due to its crappy implementation not obiding by the SuperPerms system properly. If you remove PEX luckperms will work as intended
alright
I wanted to use luckperms from the start, but some other people (you can say staff) wanted pex xD
Tell them to bugger off ;) They aren't setting the plugin up
Ah yeah, perhaps something that will convince them to use LP is the editor. /lp editor If they don't like it, they're idiots
If they don't like it, demote them
xD
yeah the editor
is epic
Hey, so I removed pex but the prefix doesnt still work I dont know why
What does /lpb user <Your name> meta info show?
It says you don't have a prefix, only a suffix.
What chatmanager? EssentialsXChat?
Ah Okay, it might be your chat format then.
chat control
Ah okay. Does it have a suffix placeholder?
essentialsxchat
Make sure your using the correct placeholders in the format. {Displayname} will do prefix and suffix. As well as name.
See the third example format
You need the prefix, displayname, suffix format, afaik
the essentialsxchat
alright I will trythat
Use that one, see if it works
xD
so this happens when I do it
displayname is enought
also about the member thing
idk
where it came from
A group maybe.
alright
Now make sure you're member of the tester group and see if it works.
And your user info?
omg yeah you are right, I have messed up with lpb and lp
I suspect that's where we're going wrong, your backend server has either another permissions plugin or a non-synced db
Ah okay
xD
So you need to configure both bungee and spigot to point at the same DB
thats the groups I found when i did /lp not /lpb
Are you using mysql storage?
Make sure all the server are using the same database.
but the server dont have the same mysql
Do that on bungeecord and switch to mysql
And configure all of your servers to point to the SAME mysql
got it
alright cya in some minutes
And make sure you set the server name in the config
And change the messaging service in all the config to sql
^^
omg now im losing it
Also this is worth a read
ok I will found it out
alright
All instances of LuckPerms must be connected to the same storage system.
xD
Yeah
Once LuckPerms has been installed, you need to stop the server, open the main configuration file
what server?
all of them, the ones I have with bungee or the bungee
In this case, each server as you change the config
So stop bungee, set up the config, start it
Do it for all servers basically.
and I have staff on, sad for them xD
rippo
Make sure to export the data from the backend server first. Before changing it. Then import it after you change it.
backend server?
The actual minecraft servers
Spigot/sponge server.
got it thanks a lot
luckperms export <file> thats how I will export the data from the backend servers?
Yes.
Yes, export it from whatever server has the most perms set (probably bungee) and you should only have to import once
Only need to do it if you wanna save the data.
Yeah.
Then you'll use that name for the import command.
Do it on whichever server has the most data.
alright
You can only import once, on the new database
Once they're linked together, all perms will be the same unless you set them to have a server=x
alright
So you really only want to import one time, once you've got it all linked
got it
But export it before you link it.
^
wait what
Do the export, link the servers,import it.
ok
And if you want to export hub remember to a) be on hub and b) Use /lp not /lpb
you might now this, but I have no idea what im doing so gl
๐
๐
It's easy to learn. Remember to have a read over the wiki as well. It's what it's there for.
It doesn't matter
oh
As long as you use the same database
So just make that one there, yeah
But connect the hub etc to it too
here we are moment of truth
That's very likely incorrect
damn i suck
a) storage method should be mysql
b) fill in address, database, username, and password that the database page gives you
localhost:3306 for the address should work.
True.
its a hosting company
Most of the hosts I've used have a seperate database node like db.host.company
@grim ibex Yeah. fill in the values from what the Create new Database page gives you
Also make sure you change the messaging service to sql while you're on the config.
3306 for MySQL.
@toxic wagon His host might give a seperate port in which case it needs to be on the end of the address, unless it's 3306 then not neccesary
Most use 3306 anyway.
yeah
Yeah
wait let me ask them the company has a discord server
So host is address, name is database, username and password are verbatim
If the host doesn't have a :1234 or whatever then it'll be 3306
So don't worry about that
host as in the text in that screenshot not as in the people who run it
Yes.
Yes, so make sure to keep the quotes
If it's bungeecord set it to bungee
here
@queen latch that's only if not using MySQL.
@grim ibex yup
MySQL has it's own messaging service.
None is fine. It will default to MySQL.
Then once you're done with one config, copy paste the entire thing and put it into every other server, changing only the server: bungee to a sensible name like server: hub
not global?
It's reccommended you use the same names that bungeecord sees the servers as, so if you join the server with /server hub set server: hub in the hub server
Yup correct
can I add it later?
what I mean is
in some servers I dont have luckperms I dont why
like the one is a setup xD dont ask
Yeah you can
Just make sure to use the same config when you add it, and change the server name
The server name is really only for if You want server specific perms and groups.
yeah
But you should have it set anyway ยฏ_(ใ)_/ยฏ
now starting up the servers?
Yes. And fingers crossed everything is good.
I have done the thing with the configs
yeah
oops forgot to close the other server well I will just restart
is that bad
Best to stop and start.
to late
Lol
?
In the bungee server: https://pastebin.com/7W9dn3Dh
In the hub: https://pastebin.com/CDBRQTnQ
In the "ffa": https://pastebin.com/LJW1X2zq
Its the same for every you can say
idk
Use sql for it.
?
Ah, you made a slight mistake, it's sql not mysql
Not mysql
Sorry, (kinda?) my fault ๐
why
Restart any you see that error for
Well you said mysql messaging and I said yeah ๐
And read that link to fix the ssl error.
got it
If it's only happening in bungee then fix bungee config and restart, but if you set them up by copypasting then fix all of them
I should probably fix that tbh all my servers do that
cool?
oh got it
Although I don't know if it is case sensitive ๐ค
and yeah I copypaste
I think it is void, could be wrong though. Lowercase is just the safe route.
^
I just migrated from PermissionsEX on my 1.13 server and my prefixes are not showing, but they are tied to the groups. How would I fix this? I'm using the original Essentials plugin btw.
Is it compatible with 1.13? I didn't see it on the tested versions.
Yeah it Is, but little buggy as is anything 1.13 related atm.
eyyyy 27.07 16:59:08 [Server] INFO Loading messaging service... [SQL]
๐
now the sql errors
You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
You should see useSSL in the configs. Just set it to false.