#support-1

1 messages · Page 332 of 1

dawn scroll
#

I will post an issue on GitHub

foggy quartz
#

Luck, which type of saving database holds all permissions etc. in RAM memory and only use IO operations in seperate thread from main to update files?

elfin egret
#

in relation to LP? all of them

toxic girder
#

Do i need to set messaging-service in all of my LP configs or just the bungee one?

elfin egret
#

all of them

toxic girder
#

Ok

#

So I should set all my bukkit servers to run it on bungee

#

and set my two proxy servers to run it on redisbungee

elfin egret
#

if you have more than one proxy, you should set them all to run on redis

toxic girder
#

okay thanks

#

Can you run more than 1 plugin off 1 redis database?

elfin egret
#

yes

#

lp doesn't actually use redis to store data

toxic girder
#

If i am creating an addon that is directly editing the mysql will I need to set the sync-minutes to something

#

or keep it as -1?

elfin egret
#

depends

#

without it, data will only be refreshed when you run the sync command

#

or when another connected server notifies other servers of a change

toxic girder
#

Would it affect server proformance to have it syncing consistnatly though?

elfin egret
#

not really

#

it's done async

toxic girder
#

Is there a way I can set default ranks for ceratin servers?

tired turtle
#

LuckPerms already has the default-rank...
But you can let it inherit certain groups for certain servers with /lp group default parents add <group> server=<server> iirc

toxic girder
#

yeah but that wont work with our old promotion system

#

is there anyway I can set a users role to 'User' on join then?

elfin egret
#

yes

#

in the default assignments section at the end of the config file

toxic girder
#

how can I make it so it is kind of like a group on first join?

silver owl
#

how do I set someones prefix like not a whole group but just on that one player?

tired turtle
#

/lp user <user> meta addprefix <wheight> <prefix> should work

silver owl
#

is there not a way without a weight?

#

like in pex

tired turtle
#

no.

silver owl
#

oof

tired turtle
#

LP uses the wheight, to deside, which prefix to show...

lapis ibex
#

Just use a heigh weight

foggy quartz
#

Luck, can i make public static LuckPermsApi api = LuckPerms.getApi(); in my Main Plugin? won't public static affect performance in a bad way?

elfin egret
#

it doesn't affect performance, but it is bad practice

foggy quartz
#

so is it better to call LuckPerms.getApi() many times instead of 1 static?

#

and why there is no u.hasPermission(String permission) ;D? Trying to move API from pex to LP, will I need to create all the time api.getNodeFactory().newBuilder("permission").build() to check if offline player has permission?

elfin egret
#

no, ideally you should be using the services manager to obtain an instance of LuckPermsApi, and store it in your plugin.

#

and no again, you should be using user.getCachedData().getPermissionData(...).getPermissionValue("your.permission.here")

foggy quartz
#

sorry for many questions, but can i store that instance of LuckPermsApi in public static Main class and access it from others?

#

another line seems to be long too ;D with pex it was just u.hasPermission(String), are you gonna make something like this in future : )?

elfin egret
#

for offline players, no

#

for online players, you should just be using the bukkit method.

#

and I already answered your first question.

#

Luck - Today at 19:24
it is bad practice

foggy quartz
#

oh

#

alright thanks

foggy quartz
#

Hey I have a small problem when I use luckperms on my bungee server I can't givemyself permissions for any of my proxy plugins for example /alert

#

Is there a way to override the default bungee permissions to fix this?

lapis ibex
#

@foggy quartz to run commands that affect the bungee you have to use /lpb instead of /lp

#

I also recommend you reading the “Network Install” section in the wiki

foggy quartz
#

lpb does not work

strange river
#

Hello, i have a question. Im managing 2 servers and im doing an update right now. I used luckperms before i delete everything from the main server to transfer the files for the update from the testing server to the main one. I still have the json files with all my groups and such but apparently luckperms is not recognizing them to add the groups normally. What can i do instead of re-creating manually the groups 1 by 1?

chilly sluice
#

the best would be to export from test server and import on the main one

strange river
#

how can i do that?

#

i still have the test server set with the luckperms groups there working properly

chilly sluice
tired turtle
#

😛

strange river
#

Thanks for the help, will look at them

#

for dummies? xD

chilly sluice
#

🤣

strange river
#

im not that dummy 😛

#

just used pex for long time now and it was just a nightmare

chilly sluice
#

Well as I said before and I'll say again;

I use to use PEX, coming from PEX to Luckperms was sort of smoothish. One thing that I will highly suggest. Read the wiki. Still not sure about something - read it again. And once more again. The wiki is well written and answers 99% of the questions I've seen on here and on the github issue tracker

tired turtle
#

^

strange river
#

Yes, i understand. Came from wiki here to see if i can find in real time an answer since im working right now on it. But yea, you are correct.

#

Also, may i ask, about the /lp export that says on wiki, where can i export the files? like, i have to create any file or what? Remember: Not much dummy, but still dummy 😛

chilly sluice
#

<file> is the name of the file which you want to save to/load from. The file is located in the LuckPerms data folder. You can name it whatever you like in the import command.

tired turtle
#

LP creates a file in the LuckPerms-folder

strange river
#

oh i see. Let me do it then.

lapis ibex
#

@Jozh#3790 any startup errors on the bungee?

#

The command not being available suggests it’s not loading properly

small edge
#

brain is there a way for luck to read ranks on discord ?

#

@lapis ibex

lapis ibex
#

@small edge What do you mean?

small edge
#

i want to sync my roles and rank

#

discord to minecraft

#

discordsrv said they cant do it atm'

#

so do you have any ideas ?

lapis ibex
#

Ah. No, Luckperms can't do that

small edge
#

oh okay

lapis ibex
#

LuckPerms doesn't really communicate with anything else

small edge
#

😢

amber mountain
#

@small edge look at DiscordSRV, it has a method of linking and syncing roles with permission groups.

tired turtle
#

@amber mountain Only from mc to Discord, but JayFate want it the other way....

amber mountain
#

oh

#

welp

lapis ibex
#

@small edge How about you link it the other way then?

#

Like assign the wanted groups through minecraft

small edge
#

cause the co owners and admin never used plugins before...

lapis ibex
#

Then they better get used to it

foggy quartz
#

I need a little bit of help

#

I migrated from pex but I have never used luckperms and i dont know where the permission file is located

robust wing
#

I'm getting a major issue where players can't connect due to the new update of LuckPerms.
I'm getting this message:
(player) lost connection: Internal Exception: java.lang.NoSuchMethodError: me.lucko.luckperms.api.User.getGroupNames()Ljava/util/List;>

Anyone have an idea why or what I could do to resolve it

storm geyser
#

I take it you're using placeholderapi with the luckperms expansion? @robust wing

lapis ibex
#

@AHappyLittleSloth#1728 by default there is no permission file.
You can either set all the permissions through in game commands and the web editor (what I’d recommend) (/lp group <group> editor) or you change the storage type to YAML

storm geyser
#

They left :P main reason why I didn't bother replying

lapis ibex
#

Nice

#

Lol. Left within one minute XD

verbal falcon
#

I met an issue about AttachPermission

#

I use RPGItems and LuckPerms together, when I deop myself and then the AttachPermission in that plugin doesn't work

#

after I re login , it works

#

weird..

gilded cove
#

@verbal falcon Make sure you are on latest LP (4.0.10+) An issue regarding attach perms was fixed lately

verbal falcon
#

LuckPerms-Bukkit-4.0.11.jar

gilded cove
lapis ibex
#

@verbal falcon try updating anyways

#

There have been some fixes

verbal falcon
#

👌 will do

#

this kind of attach perms works

#

always

glacial igloo
#

Anyone here have experince with namedisplay mainly just adding colors

lapis ibex
#

What plugins are you using?

glacial igloo
#

Sorry nucleus and luckperms.

#

I just want to simply add 3-4 displaynames colors I think I done it ages ago purely via luck

lapis ibex
#

Well one easy way would be appending colors at the end of the prefix, so they color the name

glacial igloo
#

This the one I did try /lp group administrator meta addprefix 100 "&c"

#

But it always &F it seems after

lapis ibex
#

Then you need to adjust the chat format, so that there are no formatting codes between the prefix and the name

glacial igloo
#

Is that via a config or via the perms themselves? and I will try to figure that out.

lapis ibex
#

Nucleus config

glacial igloo
#

Okay all fixed for anyone who searches this :P
/lp group default meta set namecolour b
/lp group default setweight 1
/lp group admin meta set namecolour a
/lp group admin setweight 2

Will let you set name colors 😛

vocal agate
#

Ive set head-mod to inherit all perms from SrMod but now I can't change the prefix for head mod... Any help?

lapis ibex
#

@vocal agate the priority needs to be higher than the one of SrMod

#

Or if you mean editing the prefix I’d recommend the web editor

foggy quartz
#

How to change prefix/suffix with api? Looked everywhere can't find method 😦

lapis ibex
#

Add and remove the appropriate permission nodes

foggy quartz
#

Hm, I want to set only own prefix for one player not for group

#

like in PEX user.setSuffix("PREFIX",null)

#

i see thanks

lapis ibex
#

Then add or remove the appropriate prefix nodes to the player @iBo3oF#1413

foggy quartz
#

but it's deprecated

#

user.refreshPermissions();

lapis ibex
#

What does the Javadoc of that method say?

foggy quartz
spare forum
#

:o

lapis ibex
#

Press F3

spare forum
#

Eclipse user!

lapis ibex
#

While hovering over it

#

Calm your mammies. Eclipse isn’t bad

spare forum
#

Woah

#

Don't get me wrong

lapis ibex
#

XD

spare forum
#

I like eclipse

#

Anyway, doesn't API talk belong in off topic?

lapis ibex
#

Ah ok. I’m just so used to these words being followed by “you NEED to use IntelliJ”

#

Nope. It’s the LP API

spare forum
#

IntelliJ

#

What's that?

#

Another idea?

#

Ide*

lapis ibex
#

Yes.

#

Admittedly a better one. But most users are worse than Jehovas wittinesses

spare forum
#

K

#

Brainstone, quick question, not in off topic cuz it's not gonna be a convo and I don't wanna force you there. Android or iOS

lapis ibex
#

iOS

spare forum
#

Okay, I'm android. Hate iOS.

lapis ibex
#

Especially if the prices were sane

#

Matter of personal taste I’d say though

spare forum
#

Yeah,

lapis ibex
#

It fits my needs better

spare forum
#

Lets stop before luck, or someone else gets slightly angry.

#

Unless you wanna continue in offtopic

foggy quartz
lapis ibex
#

You haven’t added the source?

spare forum
#

... That sounds bad

lapis ibex
#

Nah. Will work without

#

Just makes developing easier

#

As you’ll have the javadoc

spare forum
#

I still haven't learn Java. I wanna but I keep putting it off.

lapis ibex
#

@iBo3oF#1413 well I’m sadly not an expert on the API

#

I’d say wait for Luck and ask him. Also ask him to update the wiki

foggy quartz
#

Ok, maybe do you know what is difference between Contexts.global() or Contexts.allowAll()?

elfin egret
#

read the java docs.

foggy quartz
#

Ok : ), how about deprecation?

elfin egret
#

same answer 😃

odd flint
#

How can I reduce the number of mysql connections?

#

I'm using MariaDB

#

@tired turtle ?

elfin egret
#

lower the mysql pool size in the config

odd flint
#

thanks

mystic stirrup
#

Is there a way to clear all the user data in MySQL?

lapis ibex
#

Truncate the user table

mystic stirrup
#

Uh?

#

How to?

#

U haven't mastered MySQL...

#

I'll go sleep rn

foggy quartz
elfin egret
#

what's wrong with it

foggy quartz
#

user.refreshPermissions(); is deprecated thought something else is wrong too : )

#

user.getCachedData().recalculatePermissions();

#

is this correct alternative?

#

or user.refreshCachedData(); ;D?

lapis ibex
#

@mystic stirrup run TRUNCATE <user_table>

mystic stirrup
#

In SSH right?

lapis ibex
#

In MySQL

mystic stirrup
#

I'll ask the host to help me 😅

#

I'm noob to MySQL and stuff

lapis ibex
#

And replace <user_table> with the right table name

#

Do you have access to the database through a web panel? Like PhpMyAdmin?

#

@mystic stirrup

mystic stirrup
#

Yed

#

Yes

#

I think so atleast

#

🙄

#

I'm using pterodactyl

#

I think it has it

#

🤔

lapis ibex
#

Then go there. When you are where it lists the tables, there is a button to truncate a table

mystic stirrup
#

Ah ok

#

Thanks

#

I'll do this tmr

#

It's 10:44PM for me.. 😫

lapis ibex
#

Ok

fluid crag
#

Any ideas to the fix? My dev is telling me this.

storm geyser
#

/lp group elite parent add default
/lp group noble parent add elite. If that isn't working, then the default group hasn't got the permissions.

fluid crag
#

Thanks, will let him know.

foggy quartz
#

hi

#

Where is the BungeeCord jar?

lapis ibex
#

Check the #welcome channel for the link to all downloads

#

@foggy quartz

foggy quartz
#

@lapis ibex Ah, okay. Thanks, was wondering why there was no Bungee jar on the spigot page.

lapis ibex
#

You can have one jar there. ANd the download page is linked there too

#

I recommend you using the latest version for both bungee and spigot

#

From the build server

slow whale
#

hello i need some help

#

when i want to set myself the default group

#

it says an error occured

lapis ibex
#

Full error please

slow whale
#

uh wait a sec

#

it says error occured whilst saving user data

#

or something like that

lapis ibex
#

What storage type do you use?

slow whale
#

yaml

lapis ibex
#

And what LP version?

slow whale
#

i dont know, latest i think?

#

i just downloaded it

lapis ibex
#

Check the file name

#

It contains the version

slow whale
#

4.0.1.8

#

my server is 1.8.8

lapis ibex
#

What OS do you use?

#

I mean the server

slow whale
#

ubuntu

lapis ibex
#

Does the user than runs the server have the proper file permissions? (write+read)

slow whale
#

i'm pretty sure it does since it created the config

#

can i delete it somehow?

lapis ibex
#

Can you restart the server? And try again?

slow whale
#

and make it regenerate

#

i tried

#

is there a way i can delete the config and make it create a new one

lapis ibex
#

Yeah you can delete the file for your user or the config

#

Will be regenerated

slow whale
#

same problem

#

restarted it too

lapis ibex
#

Hmm

slow whale
#

i'll delete the whole luckperms folder

lapis ibex
#

Yeah. Don't think it'll change anything but try it

slow whale
#

myea

lapis ibex
#

Does it work now?

slow whale
#

wait its not done

lapis ibex
#

Ah ok

foggy quartz
#

How do I fix lpb not showing up

lapis ibex
#

Do you have it installed on the bungee?

slow whale
#

i'm messing around with screen its gonna take a while lol

#

so apparently

#

this only happens for yaml

#

on h2 it works good...

lapis ibex
#

@slow whale if he doesn't respond within let's say round about an hour, create an issue on GitHub

slow whale
#

ok

lapis ibex
#

@foggy quartz did you see my response?

foggy quartz
#

Can I get help?

slow whale
#

hello

elfin egret
foggy quartz
#

I love LuckPerms of course, but I want ask, if I can disable prefix and suffix in Tablist

slow whale
#

so it got fixed?

elfin egret
#

yes

slow whale
#

i found a bug? mee??? wwoow nice

elfin egret
#

thanks 😛

slow whale
#

np mate

#

how do i get it fixed on my end

elfin egret
#

@foggy quartz depends which plugin you're using to format your tablist. LP just provides the data, it doesn't actually do anything with it

#

@slow whale update your LP jar to the one provided at that link

slow whale
#

ok

foggy quartz
#

I have it all time, when I dont have plugin for tablist, still I have it in tablist..

elfin egret
#

i can guarentee that if you remove all plugins except from luckperms, your prefix will not show in the tablist.

foggy quartz
#

Really?

elfin egret
#

yes

foggy quartz
#

I tested it only with LP, and I have prefix and suffix in tablist

elfin egret
#

can you please show me a screenshot of /plugins whilst displaying the tab list

foggy quartz
slow whale
#

wait i think i broke it

#

i no longer get luckperms

#

in /plugins

#

i downloaded the sponge version

#

goddamn i am an idiot

foggy quartz
#

I added CTSNC today, but prefix I set up like in 5 days ago

elfin egret
#

@foggy quartz Please remove all of your plugins except from LuckPerms, then restart your server and check the tab list.

#

because I know for sure that it won't be formatted 😛

slow whale
#

good it works now

#

thank you luck

elfin egret
#

np

slow whale
#

is that ur cat in the pic

elfin egret
#

sadly no

#

it's a stray internet cat

slow whale
#

same here

foggy quartz
#

u right with magic, I didnt get Prefix and Suffix in Tablist

#

but how can I get it without Prefix and suffix with plugins?

elfin egret
#

work out which plugin is adding it

#

what have you changed recently, other than LP?

foggy quartz
#

I didnt found any option to disable it

#

sorry, I didnt understand what you mean "changed" ?

#

Plugins or configs? or what?

elfin egret
#

well, you need to work out which plugin is formatting the tablist, right?

foggy quartz
#

I know what plugin formatting tablist, but I didnt get how to disable it

#

I didnt found any option for that

elfin egret
#

ok, you need to ask the author of that plugin.

#

not me, I can't do anything 😃

foggy quartz
#

for ask, it is there a way to disable it in tablist?

elfin egret
#

yes

foggy quartz
#

then how?

elfin egret
#

Luck - Today at 20:32
you need to ask the author of that plugin.

#

this has nothing to do with luckperms

#

i cannot help you disable a feature in some other plugin

foggy quartz
#

you right, okay, for the time

turbid wing
#

For the documentation it's noted that one should run a MySQL database to connect a network of servers together. Would it still be possible to do this with, say the YAML database, but using symlinks to connect all the servers to a common location?

lapis ibex
#

It can work, though I don’t recommend it. Instead use MySQL and the web editor

#

Or if you can’t set up a server use at least h2, as that is a format designed to work with multiple processes using the same file

#

@turbid wing

turbid wing
#

I'm aware it's not an optimal solution. Reason I'm curious is because I like editing everything through the text editor as it's the most efficient, old habit from Groupmanager. Setting up a whole new system and it'd be nice to use the YAML for all. I've also used the same method for other things, like FAWE, that don't support MySQL storage, and it has worked fine.

lapis ibex
#

I’d really recommend you trying out the web editor

#

I think it’s a lot more convenient than editing YAML files

#

Let me see if I can quickly find the gif

lapis ibex
#

Yup that one @turbid wing

turbid wing
#

I've used the WebEditor. Don't find it convenient when mass-working.

lapis ibex
#

Have you use the recent versions?

turbid wing
#

Yup

lapis ibex
#

There have been a fair amount of updates

turbid wing
#

I used it last a week or two ago. So if they're more recent, then no.

lapis ibex
#

Like suggestions on the permissions and the ability to edit existing field

#

If I may ask, why don’t you find it convenient?

#

@turbid wing

chilly sluice
#

But if you edit a mysql db incorrectly you can do the same level of damage anyway so YMMV /shrug

turbid wing
#

@lapis ibex, mainly because of the copy and paste feature of the basic YAML.

lapis ibex
#

You can do that too in the editor

turbid wing
#

I guess I'll have to look into it a bit more then. 😃

lapis ibex
#

There are two buttons on the left

#

*right

#

One to delete and and one to copy

#

Also when you add permissions the input won’t get cleared

red iron
#

where do i edit it?

#

the perms

lapis ibex
#

There are several ways

#

You can edit the permissions through commands

#

You can edit them with the web editor: /lp group <group> editor or /lp player <player> editor

#

This is what I would recommend

#

Lastly you can change the storage type to YAML or JSON and edit them in the files

#

@red iron

#

I also highly recommend you check out the wiki (link is in the #welcome channel)

#

It answers at least 90% of the questions

hardy sierra
#

does anyone know what perm it is for chating? i cant seem to find the perm to add to the group, and i have to op everyone on the server just to talk :/

floral ibex
#

whats the plugin which is handling the chat?

hardy sierra
#

one sec

#

ChatEx

#

is the only chat plugin

#

that i have

scarlet vale
#

I'll drop this here -

} else if (identifier.startsWith("in_group_") && identifier.length() > "in_group_".length()) {```

In the latest version of Lucko's PlaceholderAPI Expansion, that line is throwing errors in some cases.
lapis ibex
#

@hardy sierra you can use the verbose feature to see what perms are being checked

#

(See the wiki for details)

#

Or check the plugin page of your chat plugin

#

They should list the permissions there

hardy sierra
#

okay

lapis ibex
#

@scarlet vale try updating either LuckPerms or the expansion

scarlet vale
#

Was reporting for another user.

#

He's on the latest of both.

lapis ibex
#

Can you ask him for the version numbers?

#

Because it wouldn’t be the first time someone is using an old version and claiming to be on latest

#

Latest on LP should be 4.0.22

foggy quartz
#

Luck, API is very complex, are you planning on making it easier for noobs :D? Why there is no method setting like in PEX, just user.setPrefix user.addPermission user.removePermission ;D? I need these methods in different classes, plugins and to repeat them in every class is inefficient and consumes plenty of lines, even for just addPermission, code is: http://prntscr.com/hek8ey and this code if player is online if not more lines to come.

Lightshot

Captured with Lightshot

#

making static inefficient, repeating it is too inefficient, don't know solution. Maybe dispatching LuckPerms commands from plugin seems easiest way...

elfin egret
#

it’s not inefficient - it’s just extensive. 😃

#

and no I don’t intend to make it “easier for noobs”, but if you want a simpler interface, i recommend using the vault api instead.

lapis ibex
#

Also you can create a helper class that has these simple methods.

glacial igloo
#

Would there be performance issues if I decided to go Yaml for LP? I assume it's 100% in the memory so no need to do much write/reading?

#

I kind of want to see how it's laidout and maybe edit via the yaml files as I really enjoyed it a lot in Pex.

storm geyser
#

The performance difference should be minimal, but I recommend you check the editor out. We've made a lot of changes in the past week

fossil sand
#

Hello, I have been trying to do some suffix on my permission groups and i can't seem to get them right. This is what i have been putting in the command line(/lp group helper meta addsuffix 1 Helper) and it doesn't seem to be working.
Everytime when i put that in it seems to go through but then when i go to test it like say hi in the chat it doesn't seem to work. Someone here in the chat who could help me please?

storm geyser
#

Spigot or sponge?

fossil sand
#

spigot

storm geyser
#

Do you have vault and a chat plugin installed?

fossil sand
#

just vault no chat

storm geyser
#

You will need a chat plugin to do the formatting :P Not essentialschat, if you want to use essentials, you must use essentialsX and essetialsXchat

fossil sand
#

i couldn't find (aessetialsXchat) . Can you send a link to it?

glacial igloo
#

@storm geyser Thanks. When you say Editor do you mean like a third party program or the in game editor via commands?

tired turtle
#

@glacial igloo I guess the LuckPerms-editor

glacial igloo
#

Oh wow that is cool

#

For me it's more about I edit them offline server wise. Getting a new pack/server ready I tend to do a lot of hands on editing. That is sweet though I like it a lot

fossil sand
#

Ok then, You mention. I need some sort of chat program. What type of chat program do i need?

glacial igloo
#

I recommend Nucleus

#

As someone used Pex/Essentials for many years 1.7 and older I really enjoy LP/Nucleus

tired turtle
#

@fossil sand One, that supports Vault, to show prefixes like EssentialsXChat, DeluxeChat, ...

ripe quarry
#

Hey guys I got an issue with LP prefixes

#

I had them all working and then I updated Spigot, Essential (and essentials chat), and LuckPerms

#

Now the groups are still there, the permissions are still there, and even the prefixes! They just wont show!

#

Does anyone have any advice?

tired turtle
#

@ripe quarry Essentials or EssentialsX?

ripe quarry
#

EssentialsX for chat, normal essentials for everything else

tired turtle
#

Why not using EssentialsX?

ripe quarry
#

it spammed issues in console

#

i still have them I can use them instead

lapis ibex
#

EssentialsXchat only works with EssetialsX

#

Try getting the latest version of it

ripe quarry
#

that would explain a lot

#

from where? spigot?

lapis ibex
ripe quarry
#

thanks

#

but with essentialsx, /spawn will crash my server

lapis ibex
#

The latest version too? If so report this issue to the authors of it

ripe quarry
#

k

#

well it makes the server stop responding according to console

#

omfg THANK YOU

lapis ibex
#

??

#

Does it work now or not?

ripe quarry
#

it does thank oyu

#

you*

lapis ibex
#

Great 😃

spare forum
#

So, the permission for all permissions of luck perms is permissions.* Or permission.*

#

I forget

#

Bad memory except for passwords

#

Or is it luckperms.*

sweet cove
#

To give yourself all perms you can do /lp user (name) permission set luckperms.* this will give you all luck perms commands

spare forum
#

Ooay

#

I need to negate from admin

sweet cove
#

For access to all plugins commands etc do /lp user (name) permission set *

spare forum
#

I already know how to negate

#

I have been using plugins for ages and know my way around. But thanks

#

Anyway, it's quicker to just add * to admin and remove all I don't want them to access

timid fable
#

Hey

#

i can do the Rank name have capital letters? Like an scoreboard of
Rank: Legend
Not
Rank: legend

ionic mango
#

Hey there,
I'm trying to switch from a single server setup to a BungeeCord setup
Today I've found LuckPerms on SpigotMC.org which seems to be really promising
However, there's one thing I'm really confused about
The LuckPerms wiki says that "LuckPerms must be connected to the same SQL/MongoDB server, and access the same database or collection." for data to sync between instances.
But I don't know what a SQL/MongoDB server is, how it works and how to setup one to work with my BungeeCord network.
Can anyone help me?

ionic mango
#

@elfin egret Can you point me in the right direction?

elfin egret
#

@timid fable use the setdisplayname command

#

@ionic mango who's your hosting provider? most MC hosts will include a mysql database in your package

#

if you host on your own machine, then it's something you'll need to setup yourself

foggy quartz
#

How do I allow a player to build in an area that is protected by worldguard using luckperms permissions?

lapis ibex
#

@foggy quartz give the player/group the appropriate permissions. Which ones to give should be documented on the Worldguard pages

foggy quartz
#

It's okay I've found out thanks

lapis ibex
#

Good

foggy quartz
#

I would like a player to be able to use worldedit. What is the permission node that?

strange river
foggy quartz
#

@strange river thanks but I cannot find the actual Luckperm node.

tired turtle
#

@foggy quartz That's actually the same question like you asked before

#

And treav0r_ give you the answer

foggy quartz
#

No that was building in a worldguard area.

tired turtle
#

LuckPerms doesn't handle WorldEdit. It only handles the permissions from it

foggy quartz
#

Cos one of my players is unable to use worldedit. She needs the permissions.

elfin egret
#

ok, as we've said

#

the permissions for worldedit are detailed on that page

tired turtle
#

You can find them on the page treav0r_ posted

foggy quartz
#

Thanks.

strange river
#

👍

foggy quartz
#

Okay so for the player to use all of worldedit they have to be oped?

elfin egret
#

worldedit.* should cover all worldedit permissions

foggy quartz
#

gaaahhh

#

Okay so I tried that and the player still cannot use worldedit.

strange river
#

what it says

elfin egret
#

use verbose to test which permissions are being checked

tired turtle
#

Do you use another plugin like FastAsyncWorldEdit?

elfin egret
tired turtle
#

Or PlotSquared?

foggy quartz
#

No. Just worldedit.

strange river
#

are you sure you gave him worldguard permissions to build?

elfin egret
foggy quartz
#

Yeah the player has got worldguard permissions.

#

Just not worldedit

strange river
#

can you send a full list of your plugins?

elfin egret
#

just use verbose lol

#

it will tell you exactly which permission they don't have.

foggy quartz
#

@elfin egret Okay I was hoping for a direct answer. Thanks.

elfin egret
#

i've already given you a direct answer and you said they already had that permission

#

so what else do you expect me to suggest?

foggy quartz
#

I meant a direct answer to the first question

elfin egret
#

which question

foggy quartz
#

I don't have time to read up so I just wanted a quick answer as to what permissions node I would need. I don't have time to learn about verbose cos this player needs worldedit now. lol

chilly sluice
#

@foggy quartz the best and quickest way is to verbose to find out exactly what is missing - could be something you've overlooked. Happened to me more then just once as well. Verbose pin pointed it for me very quickly

foggy quartz
#

Okay I will tell the player that they are not able to use worldedit right now. Thanks for the avdvice.

elfin egret
#

no worries 😃

#

unfortunately an attitude of "I'm too busy to solve my own problems and I expect others to spoon feed things to me" won't get you far here.

#

sorry, but that's just not how this channel works.

lapis ibex
#

@foggy quartz if youn ahd spent the time reading the page about verbose instead of asking to be spoonfed, you could give that person the permissions already

chilly sluice
#

^^

foggy quartz
#

@lapis ibex Okay

foggy quartz
#

hello in luckperms is there a way to put a cooldown on a command?

lapis ibex
#

No. The plugin of the command has to provide that feature themselves

#

@foggy quartz

foggy quartz
#

ok

timid fable
gilded cove
#

read the message:p

#

But it's a message not an error

timid fable
#

yes, but it says me every time i left the server, and i dont understand very much english

lapis ibex
#

Use Google translate to translate it

mellow veldt
#

what was the command to set someones group again? was it /lp user (ign) parent set (group)>

#

?

#

@lapis ibex

lapis ibex
#

Yes. Or add instead of set @mellow veldt

mellow veldt
#

ty.

fossil sand
#

Hello, I am trying to set up my shop on my website. i am trying to work out the shop command i need to use. So i can get luckperms to read it and give the user the permission they have purchased.
i was wondering if anyone is here to tell me if i need any other plugin other than volt and the enjin plugin to get it to work?

lapis ibex
#

@chrismuroch8#6900 use /lp user <user> parent add <group> and create a group containing the right permissions for each purchase

fossil sand
#

I am not using groups. I am using individual permissions for my donations.

cosmic ether
#

lp user <name> permission set <permission> @fossil sand

lapis ibex
#

@chrismuroch8#6900 as I said it’s better practice to use groups instead

fossil sand
#

I use groups for my staff but for my donations players they are able to buy individual for missions and this is what i am trying to set up. Which i am still having difficulties with.

lapis ibex
#

Create a group for each individual mission

#

Then give each group the appropriate permissions

#

And when a player buys a mission add that appropriate group to him

#

That is by far the easiest approach

#

Allows you to give multiple permissions per purchase

#

And change the permissions for all players that have them if you need to

#

A player can have multiple groups in case you didn’t know

#

@chrismuroch8#6900

foggy quartz
#

suffix.&f&l» &7 why this doesn't work

lapis ibex
#

You need to add a priority

#

Like suffix.10.text

foggy quartz
#

ty <#

fossil sand
#

ok then, I'll try sending every single permission to a group and see if that works. If it doesn't work. I'll come back and let you know.

foggy quartz
#

How can i name my default rank to Rank-Less

elfin egret
#

the setdisplayname command.

foggy quartz
#

/lp group default renmae rankless

#

i did /lp group default renmae rankless xD

#

but okay

elfin egret
#

that won't work

#

because they'll still just be added to default

foggy quartz
#

okay

#

Just curious is the luck perms version on spigot the same for bungee now or is there a seperate file for bungee

elfin egret
#

separate file

foggy quartz
elfin egret
#

yes

foggy quartz
#

Okay thanks

foggy quartz
#

@elfin egret ?

#

I have question, about move in another world, is there a permission to move in new created world? because nobody cant move

chilly sluice
#

First of all @foggy quartz - don't tag Luck, just ask your question

storm geyser
#

nope, luckperms cannot do that directly. Could be another plugin preventing them from moving in that world

foggy quartz
#

ok, if u can answer better, no problem

storm geyser
#

I recommend you use verbose to see if a permission is checked when trying to move

chilly sluice
#

^

strange river
#

question. i've migrated from pex to luckperms. It transfered tho the players too. how can i reset all players?

strange river
#

@elfin egret

lapis ibex
#

What storage type!

#

?

foggy quartz
#

can I transfer my pex perms to lp?

tired turtle
foggy quartz
#

How do I only give ranks on certain servers ?

elfin egret
#

with the server context

foggy quartz
#

whatcha mean?

elfin egret
#

specify server=<server name> at the end of the command

slow whale
#

hello guys

elfin egret
#

hi

slow whale
#

what up

tired turtle
#

not much

foggy quartz
#

lp user Dayless setgroup Owner Server=Hub-1

#

@elfin egret

elfin egret
#

technically setgroup should be parent set

#

but that alias should work

foggy quartz
#

nope

#

doesnt work

elfin egret
#

use parent set then.

foggy quartz
#

Nope

#

I have mysql setup right

elfin egret
#

what's the output of the command

elfin egret
#

have you set the server property in the lp config file

foggy quartz
#

whatcha mean

#

alos

#

I'm trying to move pex to lp

#

and get that

elfin egret
#

one thing at a time please.

#

the server setting is explained here

tired turtle
#

@foggy quartz You need to define a servername in the lp-config (First option)

foggy quartz
#

General

server

The name of the server, used for server specific permissions.

If set to "global" this setting is ignored. More details about how server specific permissions are groups work can be found here.

Example

server: global

#

But if I set the server to Hub-1

#

that means I can't set global ranks

tired turtle
#

LP sets global-ranks by default

elfin egret
#

global permissions are included too, unless you change the value of include-global

tired turtle
#

That setting is only for telling LP "Hey, this server is called ..."

foggy quartz
#

but what If I dont want global perms I jst make it Hub-1 instead?

elfin egret
#

no

tired turtle
#

Luck just telled it

elfin egret
#

read the description of the option under it

foggy quartz
#

lp user Dayless parent set Owner Server=Hub-1

#

lp user Dayless parent set Owner

#

right?

elfin egret
#

yes, but if you're going to set the group globally, there's no need to also set it on hub-1

foggy quartz
#

set owner is for global

#

No

#

I wanna make it so when people donate they only get it on skyblock

#

thats why I'm trying to fix it

elfin egret
#

then change the value of server in the lp config on your skyblock server to "skyblock"

foggy quartz
#

I will

elfin egret
#

and set the groups which you only want to apply there with server=skyblock

foggy quartz
#

for global staff ranks I can do /lp user name setgroup Mod and for none global staff ranks I can do /lp user name group set Mod server=skyblock

elfin egret
#

yes, absolutely right

foggy quartz
#

ok

elfin egret
#

check your console on skyblockfire for errors

elfin egret
#

check the full log

foggy quartz
#

thats the only thing I have

#

apart from a buycraft error

elfin egret
#

specifically when luckperms enables

foggy quartz
#

Ithere isnt 1

elfin egret
#

pastebin the whole file then

foggy quartz
#

[14:17:22] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.0.18
[14:17:22] [Server thread/INFO]: [LP] Identified the following dependencies: [CAFFEINE]
[14:17:22] [Server thread/INFO]: [LP] Dependency 'caffeine-2.6.0.jar' could not be found. Attempting to download.
[14:17:22] [Server thread/INFO]: [LP] Dependency 'caffeine-2.6.0.jar' successfully downloaded.

elfin egret
#

that's when it loads

#

not when it enables

foggy quartz
#

let me dm you the pastebin

elfin egret
#

just paste it here

foggy quartz
#

no

#

I don't want 292 people

#

knowing my pastebin

elfin egret
#

ok, then you can look for the error yourself.

foggy quartz
#

why are you so much of a dick

#

I only want to pm you it

elfin egret
#

there's really no need for that sort of language.

#

you can either be respectful of me and the people here offering their time to help you.

#

or solve your problems yourself.

foggy quartz
#

you won't let me dm you

#

for what reason?

tired turtle
#

@foggy quartz Reason: This discord here is for helpnîng with LP

elfin egret
#

because I choose to limit my friends list to my friends, and because there's no reason why you can't just post it here. nobody else has ever had an issue with doing so.

foggy quartz
#

well I do

#

get over it

elfin egret
#

ok 💁

lapis ibex
#

I mean it’s not like the log will contain sensitive data

foggy quartz
#

It kinda does

#

but k

lapis ibex
#

What would be sensitive?

#

I’ve been running servers for years. And I know what mc-Server logs contain

storm geyser
#

They left, sadly

foggy quartz
#

need help wen i do this command lp migration groupmanager migrate as global it gives me an Error -> Was expecting true/false, but got migrate instead.

storm geyser
#

can you give us the exact command you were using?

foggy quartz
#

lp migration groupmanager migrate as global

storm geyser
#

it is migrated as global by default, so you just need /lp migration GroupManager

foggy quartz
#

[LP] Command Usage - groupmanager
[LP] > Migration command
[LP] Arguments:
[LP] - <migrate as global> -> if world permissions should be ignored, and just migrated as global

storm geyser
#

try /lp migration GroupManager true

foggy quartz
#

worked

#

thanks

storm geyser
#

no problem

brittle fulcrum
#

Hey..I was wondering if it is possible to allow ALL permissions of a plugin but deny one exact sub-permission??

storm geyser
#

yep, you can do that if you want. * has less priority than other permissions

brittle fulcrum
#

Yea but how do I deny a permission?

storm geyser
#

/lp group <group> permission set <permission> false

brittle fulcrum
#

Will it show up in the groups config file as false?

storm geyser
#

yes

brittle fulcrum
#

So the * can be overritten by other permission?

storm geyser
#

correct. So for example, if we set essentials.* as true, and then deny essentials.fly, they will not have access to /fly anymore.

brittle fulcrum
#

Okay I get it

#

Thank you so much 😃

storm geyser
#

no problem 😛

glacial igloo
#

Sorry I know this is totally wrong but does LP support something like this hehe

#

pretty much spit out a custom error message?

#

or would that be gp's need/doing

storm geyser
#

GP does that itself 😛

brittle fulcrum
#

I was wondering if LP had this feature that the node " * " will allow all permissions for a certain group

storm geyser
#

yep, it does

brittle fulcrum
#

So it allows all the permissions that are within the server

storm geyser
#

so /lp group <group> permission set * true

#

yes

brittle fulcrum
#

Everything

#

Okay thank you

#

How do I set a Prefix/suffix for a certain group and what is the [{example}] so that it appears in chat?

glacial igloo
#

@storm geyser Thanks I will see if they can help with that 😃

lapis ibex
brittle fulcrum
#

Okay thank you

small edge
elfin egret
#

Your MySQL server is just really slow at responding to queries

small edge
#

okay..

#

and i havent even added coreprotect yet....

echo pivot
#

Yo

#

So how does LuckPerms work with Essentials Group chat formatting doesn

#

Doesn't seem to be working atm

echo pivot
#

FIXED: Vault lel

mellow swallow
#

Hi, does anyone have a template or a general list of properties which you're allowed to configure for groups in .json? Thanks

strange river
#

@lapis ibex how can i reset luckperms database? i've migrated everything from pex to lp but i want to re-create everything all over again

#

any ideas?

lapis ibex
#

@strange river delete the database

#

Then you can start over

strange river
#

let me try

lapis ibex
#

If you want to start over, why did you migrate in the first place?

strange river
#

i thought it will transfer only the groups but it transfered the players too

#

im working on a reset for a skyblock server and i want to reset it for an update

lapis ibex
#

What storage type did you use?

strange river
#

i had pex

lapis ibex
#

I mean your LP storage type

strange river
#

dummy here, can you explain? 😛

lapis ibex
#

In the LuckPerms config you can chose your storage type

strange river
#

idk the default. didnt touched

lapis ibex
#

Ok.

#

Then it’s h2

#

Erm do you want to set up a network with a bungee?

strange river
#

yep its h2

#

not really, the server is inside a network

#

im wokring on randomcraft network

lapis ibex
#

I mean you can use LuckPerms for an entire network

strange river
#

yea ik but the other managers using pex thats why

#

i managing 2 servers currently with luckperms

#

other 5-6 servers have pex

lapis ibex
#

I’d say it’s worth to migrate completely

#

There is a guide for network setup

strange river
#

we have it like seperated parts. each gamemode is seperated, we are not connected

lapis ibex
#

Anyways to start over with h2, delete the database file in the LuckPerms folder

strange river
#

so it will be for single use

lapis ibex
#

Ah ok

strange river
#

yea it worked

#

thanks

lapis ibex
#

Great

#

For easier editing I can recommend using the editor

strange river
#

where can i find it?

lapis ibex
#

Run /lp group <group> editor

strange river
#

oh ok

lapis ibex
#

It’ll give you a link. Just open it 😉

strange river
#

yep it worked

#

thanks mate 😃

#

this is why i love luckperms ^_^

lapis ibex
#

I’m glad you do 😃

#

And to save you have to click the save button and paste the command it shows

#

That’s important

strange river
#

yea indeed, thanks a lot

lapis ibex
#

Just clicking save won’t apply the changes

vale summit
#

this is so wierd, it seems there is no config section for group name rewrite :S

#

made fresh config on frsh server 1.12.2 using 4.0.11

tired turtle
#

It looks like Luck actually removed it 🤔

vale summit
#

ohhh

#

i wonder if on purpose

tired turtle
#

I hope not...

#

It was between General and Permission-calculation

vale summit
#

i see that im not using latest version on spigotmc, ill try that

#

true true

#

nope still missing, ill check the update logs to see if he said anything about ot

#

it

#

don't see anything... @elfin egret ?

tired turtle
#

@vale summit Add that under world-rewrite. Maybe it will work

# Rewrites group names. The underlying name of the group does not change, just the output in
# commands / placeholders / Vault.
group-name-rewrite:
  default: Member
storm geyser
#

I'm pretty sure it was replaced with /lp group <group> setdisplayname <new name>

vale summit
#

tyvm 😃

blissful gale
#

Hello?

vale summit
#

hey

blissful gale
#

I need a little bit of help with luckperms

vale summit
#

2 mins but go ahead

blissful gale
#

ok so i need the console to run a command but get the username of the player so this is the command

#

/luckperms user %username% parent add normal

#

Is there a variable to get the users name

vale summit
#

idk any1 else know?

lapis ibex
#

Through what are you executing the command?

blissful gale
#

They go through a portal and then gets the server console to run the command

#

but I need it to get the players name or uuid when it runs

lapis ibex
#

Which plugin is executing the command?

#

Try to get help from them

blissful gale
#

it's called ancient gates but it's LP that comes up in the console with [Server] INFO [LP] %username% is not a valid username/uuid.

lapis ibex
#

Yes. Because the ancient gates command did not replace the string %username% with the username

blissful gale
#

ok

lapis ibex
#

Please use their support

#

As this isn’t a LP issue

blissful gale
#

ok sorry about that

#

All sorted turns out it was lp and it was %p for future reference

vale summit
#

😃

hollow quiver
elfin egret
#

world name is added by multiversecore

#

and the arrows are essentialschat

hollow quiver
#

thanks

jaunty drum
#

hi

#

quick question (i tried figuring it out with the guides but i honestly couldnt get it to work)

#

but how do i set up a prefix for a group and assign a user to said group

tired turtle
#

Are you sure, that you've checked the wiki?

lapis ibex
#

@jaunty drum ^

jaunty drum
#

yes

#

and i used the parent command and everything it said

#

and it said i 'inherited"

#

but i still didnt get any prefixx

#

and that's probably on me

#

but thats why i'm asking

vale summit
#

primary-group-calculation: all-parents-by-weight This is what i always use, but i don't know why, it just worked right or i got told to a long time ago.. wondering if i should use the new default, which is just parent-by-weight

jaunty drum
#

can i ask what essentials plugin is recommended for luck perms?

#

because i think it might be an issue coming from essentials and not your plugin

storm geyser
#

EssentialsX

#

Can you show me /lp group <group> meta info for a group you have assigned a prefix to?

wooden slate
#

How does one make a track

#

Cause I keep getting this

storm geyser
wooden slate
#

And once I set it it does not make that person the rank

#

Okay

jaunty drum
#

so umm

#

for some reason i've lost the ability to see my messages and those of others in chat after using this command

#

/lp group admin meta addprefix 100 "&c[Admin] "

#

idk how a prefix would do that but yeah

wooden slate
#

The gorups dont work

#

People are stuck in 1 group and i cant switch them

#

Anyone

#

KNow

#

Why?

toxic girder
#

Does luck perms have an API?

chilly sluice
foggy quartz
#

I need some advice...I have made a player a member of my admin group and I have set the permissions so that she can use ALL of Essentials commands, but she cannot use any commands. I don't know what to do? She cannot use them anywhere on the world.

chilly sluice
foggy quartz
#

It's okay. I was looking at Verbose earlier but a friend gave me the exact node. It worked.

verbal falcon
#

when one player goes to another server, all the permission changes related to him pop up on console

#

should I disable log-notify to avoid this?

ionic mango
#

@elfin egret Thanks for the help, I've figured out the MySQL thing.

ember root
#

anyone knows how to disable cofh commands with lp ?

timid fable
#

So.. LuckPerms is compatible to Travertine?

lapis ibex
#

@timid fable it should be

ember root
#

btw there are nodes for it but the internet doesnt have them

lapis ibex
#

@ember root then use the verbose feature to figure them out 😉

ember root
#

facepalm

lapis ibex
ember root
#

ye ik

#

didnt think of it yet

lapis ibex
#

Ok. No problem xD

ember root
#

😄

timid fable
#

Doesn't work on Travertine LuckPerms 😦

lapis ibex
#

What's the file name you used?

timid fable
#

Oh

#

LuckPerms-bukkit ;-; i haven't saw the name haah

#

sorry

lapis ibex
#

That's why I'm here, right? 😉

fierce tartan
#

i cant not find more

lapis ibex
#

You can't find what?

fierce tartan
#

for this you need an extetion

#

for lp

timid fable
#

Oh thanks! Im looking for download LP-Bungee

lapis ibex
#

Try these

timid fable
#

where can i disable the SSL connection for LuckPerms? Idk how, My console keep spamming that

lapis ibex
#

Not sure tbh

timid fable
#

Oh 😦

#

I think, Luck can help me with that?

storm geyser
#

Update to latest. Luck added a config option for it

fervent canyon
#

if you have bungeecord how do you set the config like if you get admin rank on server1 you'll get it on server2 too and if you demote someone on 2 it is in server1 too?

timid fable
#

Thanks! 😄

timid fable
#

Luck, How can solve this?

#

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.

#

Im trying switching versions of LuckPerms an nothing :/

#

Tried changing Tables and Database names

tired turtle
#

The error tells you everything

#

You don't have a right SSL to "protect" MySQL

#

if I understand that error correctly

gilded cove
#

yep, it's an info in newer mysql versions

timid fable
#

I didn't understand very much SQL, I have installed for some plugins who requires them..

#

How can i protect the SSL? I dont know how to change because idk where directories need to use

analog prawn
#

i have problems with the bungeecord

#

this is the error from the cmd

#

19:07:03 [WARNUNG] Error enabling plugin LuckPerms
java.lang.NoClassDefFoundError: org/bukkit/plugin/java/JavaPlugin
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(Unknown Source)
at java.base/java.security.SecureClassLoader.defineClass(Unknown Source)
at java.base/java.net.URLClassLoader.defineClass(Unknown Source)
at java.base/java.net.URLClassLoader.access$100(Unknown Source)
at java.base/java.net.URLClassLoader$1.run(Unknown Source)
at java.base/java.net.URLClassLoader$1.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.net.URLClassLoader.findClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:34)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at net.md_5.bungee.api.plugin.PluginManager.enablePlugin(PluginManager.java:304)
at net.md_5.bungee.api.plugin.PluginManager.loadPlugins(PluginManager.java:212)
at net.md_5.bungee.BungeeCord.start(BungeeCord.java:257)
at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:56)
at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
Caused by: java.lang.ClassNotFoundException: org.bukkit.plugin.java.JavaPlugin
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass0(PluginClassloader.java:53)
at net.md_5.bungee.api.plugin.PluginClassloader.loadClass(PluginClassloader.java:27)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 18 more

lapis ibex
#

@analog prawn you have to use the bungee version

#

You can find the link to the official downloads in the #welcome channel

#

@ludozz#8569 see the section “Network Setup” on the wiki

analog prawn
#

thanks

rapid dew
#

@jaunty igloo
What issue are you having with LuckPerms? There are people in here that are far more knowedgable than I am at the current time.

jaunty igloo
#

Who can help me install luckperms

analog prawn
#

i have one questions. i have bungeetablist but i cant my name write with the prefix or so. how can i make this?

lapis ibex
#

There likely is a documentation for the plugin you are using

rapid dew
#

@jaunty igloo ^^

analog prawn
#

i have the bungeecord on , but it doesn't work.

#

20:27:48 [INFORMATION] [LP] Loading configuration...
20:27:48 [INFORMATION] [LP] Identified the following dependencies: [MYSQL_DRIVER, SLF4J_API, SLF4J_SIMPLE, HIKARI]
20:27:48 [INFORMATION] [LP] Loading storage provider... [MYSQL]
20:27:48 [SCHWERWIEGEND] [main] INFO com.zaxxer.hikari.HikariDataSource - luckperms - Starting...
20:27:48 [SCHWERWIEGEND] [main] INFO com.zaxxer.hikari.HikariDataSource - luckperms - Start completed.
20:27:48 [INFORMATION] [LP] Loading messaging service... [BUNGEE]
20:27:49 [INFORMATION] [LP] Loading internal permission managers...
20:27:49 [INFORMATION] [LP] Performing initial data load...
20:27:49 [INFORMATION] [LP] Successfully enabled. (took 1074ms)
20:27:49 [INFORMATION] Enabled plugin LuckPerms version 4.0.28 by Luck

tired turtle
#

@analog prawn Uhm.... That isn't a error...

#

@analog prawn Und weil du Deutsch sprichst...
Also... Dieser Fehler ("Schwerwiegend") ist kein richtiger Fehler... Es ist ein falscher Alarm so gesehen

analog prawn
#

ach super. jemand wo deutsch kann

tired turtle
#

BrainStone spricht auch deutsch

analog prawn
#

achso. seitdem ich das auf bungeecord habe geht luckperms nicht mehr

tired turtle
#

Du musst /lpb für die Bungee-Version verwenden

analog prawn
#

darf ich kurz mit dir reden?

fervent canyon
#

thnx

#

so you need to set the plugin on all the spigot server you want it on and not in the bungee plugin right?

tired turtle
#

@fervent canyon To manage permissions of spigot-plugins: Yes

lapis ibex
#

You need it on all servers. All spigots, and the bungee

#

The last section of the page mentions this btw

fervent canyon
#

k thnx

#

do you need MySQL/MongoDB or they mean like the same storage location?

lapis ibex
#

You need a database. LuckPerms supports several types

#

If you use a hoster they probably offer a MySQL database

fervent canyon
#

but if you have it localhost it won't work?

lapis ibex
#

Sure it will

tired turtle
#

It is even recommendet to have MySQL on the same server

lapis ibex
#

True

fervent canyon
#

oh i have a map bungeecord within all servers and a bungeecord map for the bungee server and the other servers dont have all luckperms but i just want it not in lobbies etc

tired turtle
#

?

lapis ibex
#

?

fervent canyon
#

i have 1 main map within all servers and one of them is the bungee server and i have other spigot servers in the main map but not all are having luckperms cuz i dont want that in the lobbies that will work right only on the spigot servers with the plugin?

tired turtle
#

Still don't get it...

lapis ibex
#

Installing the plugin on the doesn’t manage the permissions on the spigot servers. It just manages the permissions on the bungee and acts as a relay for network pings

fervent canyon
#

i have 1 main map with all servers

lapis ibex
#

*on the bungeecord

fervent canyon
#

1 is bungee and other servers and some of the other servers dont have the plugin on it like the lobbies

lapis ibex
#

As I said

#

But why not have it on the lobbies?

fervent canyon
#

not needed

lapis ibex
#

Ok

fervent canyon
#

but thanks for helping srry if i asked dumb questions

lapis ibex
#

No problem

storm fable
#

Good evening, I try to define the color of the nickname in the chat and to put a space between the group and the pseudo, with groupmanager it's very simple but here I can not find, can you help me please?

tired turtle
#

@storm fable That's the help for LuckPerms and not GroupManager

storm fable
#

I have luckperms

tired turtle
#

oh... sorry.

#

Missread it

storm fable
#

Exactly I say that with groupmanager it's simple, but there with your plugin I do not find how to do

tired turtle
#

To use spaces in the prefix, put it in ""

storm fable
#

So i'm in search of help

#

/lp group joueur meta addprefix 1 "&l&8[&bJoueur&l&8]"

#

/lp group joueur meta addprefix 1 "&l&8[&bJoueur&l&8]""" Like this ?

tired turtle
#

/lp group joueur meta addprefix 1 "&l&8[&bJoueur&l&8] "

#

like this

storm fable
#

Like that it does not work

tired turtle
#

It should.

storm geyser
#

Did you remove the existing prefix?

tired turtle
#

^

storm fable
#

The existing prefix ?

#

Sorry i'm french

#

It not replace the older when I set the new prefix ?

storm geyser
#

Can you show us /lp group joueur meta info please

storm fable
#

OK 😂

elfin egret
#

😎

storm geyser
#

Yeah, many prefixes

storm fable
#

I'll reset that

elfin egret
#

just click on the ones you want to remove.

storm fable
#

Thanks, that's for the space, for the color now ?

tired turtle
#

Use another colorcode at the end of the prefix

storm fable
#

OKKK
everything came from the old prefix

#

Thank's guys

tired turtle
#

np

foggy quartz
#

@elfin egret Whats good fam! I have a problem with the plugin hope you can help me
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.
Im looking how to fix it cause it spam my console any time I join/leave the server
Thanks.
Cordial Greeting.

elfin egret
fiery granite
#

how do I set a world only permission in YAML?

elfin egret
fiery granite
#

do I just add world: worldname

elfin egret
#

and then set useSSL to false in the LP config under "properties"

#

@fiery granite use the commands until you understand the format 😃

fiery granite
#

Ahh balls, tryin gto avoid that

#

so long

elfin egret
#

(but yes, that is correct)

fiery granite
#

just need the world format

#

I get everythign else

#

its just not on teh Wiki

elfin egret
#

because i encourage the use the commands or web editor to make changes

fiery granite
#

Never once added a permisison using a command, thats a way to make mistakes

elfin egret
#

how ironic

foggy quartz
#

Thanks a lot Luck

fiery granite
#

End of the day its text, and a text editor trumps using mineraft as an inpout device

elfin egret
#

use the web editor then.

fiery granite
#

web Ui needs extra steps

elfin egret
#

how so

fiery granite
#

Why cant you just tell me the format for the world in the yaml

#

its so much quicker

elfin egret
#

i already did.

fiery granite
#

I would have to learn to use the comand syntax

elfin egret
#

Luck - Today at 22:15
(but yes, that is correct)

fiery granite
#

which I will never, ever use ever again

#

oh awesome

#

i guessed it

#

thanks man

foggy quartz
#

It works thanks again!

elfin egret
#

no worries 😃

fiery granite
#

I say it every time, but I truely fucking LOVE luckperms

#

just how well you have made it

#

I just dont get why anyone would ever use anything else

#

some guy on reddit was asking a question about PEX or something

strange river
#

exactly

fiery granite
#

and he was messaing about with other plugins