#support-1

1 messages · Page 655 of 1

brittle vessel
#

Yeah ok

hasty tree
#

@reef echo listmembers doesn't work on the default group.

brittle vessel
#

PEx coming back to me xd

hasty tree
#

They mean parent set, btw. Not permission set.

tacit ore
#

@stuck badger no it does not, you'll need another plugin for that

hasty tree
#

Don't think there is a "permission add" command

tacit ore
#

Oop, you're right

#

I was getting his question mixed up with IRONSIGHT's

stuck badger
#

And when are default-assignments checked? On join?

tacit ore
#

Correct

hasty tree
#

I'd avoid adding permissions directly to users if you can help it.

tacit ore
#

☝️ This!
It gets hard tracking permissions by username, much easier to assign permissions to a group and then a group to a user.

brittle vessel
#

Well that’s what I wanted to do

#

Used player as an example

tacit ore
#

In that case...
/lp user <name> parent add <group> will add the parent group to the user; while still retaining previous groups.
/lp user <name> parent set <group> will remove current parent groups and replace with the parent group being set.

brittle vessel
#

How do I add a permission to a group

tacit ore
#

You can use the web editor

#

!editor

wanton stratusBOT
tacit ore
#

Or... add it via command

#

Example:
/lp group member permission set essentials.fly true
Would add the /fly command from the Essentials plugin to the group member.

#

You can also include contexts, such as permissions per specific server (if using a BungeeCord/Lilypad network for a per server basis) or world (such as MultiVerse)

#

!context

wanton stratusBOT
hasty tree
#

It's basically the same as adding a permission to a user except you replace user with group

#

The commands are pretty straightforward like that

shut tusk
hollow flax
#

I don't think you installed the extention

shut tusk
#

I installed

#

extension-legacy-api ?

hollow flax
#

right

#

it goes in the luckperms folder

#

thats where you put it right

shut tusk
#

luckperms/extensions right?

hollow flax
#

right

shut tusk
#

yes

hollow flax
#

weird

shut tusk
#

The "temporary modifier" argument accumulate is not working

marble wagon
#

is luckperms open-source?

#

can't seem to find the github

hasty tree
marble wagon
#

oh nvm

hollow flax
#

@lapis ibex What your asking on ticket isn't making sense, are you saying to go to an older version of lp v4 that I already am?

wanton stratusBOT
#

Hey Database! Please don't tag staff members.

marble wagon
#

not sure why luckperms isn't in the organization, while everything else is

lapis ibex
#

No. I’m saying that you need to recover your data in v4

hollow flax
#

Oh, your saying re-import export it

#

with a clean db whne re-importing

lapis ibex
#

I’m saying recover your data on v4, then upgrade to v5

#

No need to export again in v4

hollow flax
#

then i'm sort of confused

#

I've made an export of my data

lapis ibex
#

My understanding was the following:
Your storage is busted and you’re on v5. You also have an export/backup from v4.
So what I’m saying is to downgrade to any v4 (the one you had before is fine), delete the storage file while the server is off, start the server, import your backup and then finally upgrade to v5

hollow flax
#

oh I made a full backup of the luckperms folder

#

I just restored that

#

and went back to v4

lapis ibex
#

That works too

#

Then you can restore that and use v5 straight away

#

Storage didn’t change one bit

#

Also regarding your bulkupdate issue

#

I don’t think you can call bulkupdate from the API

#

But you can do it with a command

hollow flax
#

any way to do b-z without typing out each one manually

lapis ibex
#

Give me a sec

hollow flax
#

I've been doing that for the last like 16 maps

lapis ibex
#

!bulkupdate

wanton stratusBOT
lapis ibex
#

That’s for me btw

hollow flax
#

i knew that

lapis ibex
#

/lp bulkupdate users delete "permission ~~ group._" "permission != group.a"

#

Be sure to make a backup though!

hollow flax
#

uh

#

I got like

#

donor ranks

#

staff ranks and staff too

#

:p

lapis ibex
#

That will just delete b-z

#

Unless you have other one letter groups

#

Or reset these ranks from players

#

Or do you want them to be changed to group a?

hollow flax
#

nah just remove if they have b-z

#

thats what i do

lapis ibex
#

Ok

#

Then that will do

hollow flax
#

I think it worked 😄

#

that is going to save me

#

9 years

#

of my life

lapis ibex
#

You’re welcome

hollow flax
#

Weird, after re-importing its at 50mb now the file

#

instead of almost 750

#

that normal? O_o

hasty tree
#

750 is a lot

#

i'd say that wasn't normal

#

unless you have millions of users

marble wagon
#

oof

lapis ibex
#

Yes it is @hollow flax

hollow flax
#

aright just making sure

#

we've easily had 50-100k + users join

#

over time

lapis ibex
#

H2 stores a lot of extra information. That isn’t actual data. But it accumulates over time

hollow flax
#

What about sql ?

#

we use sql for some of our gamemodes

lapis ibex
#

It doesn’t

hollow flax
#

aright

lapis ibex
#

Or at least in different spot, so you can easily tell what’s data and what not appart

limber cipher
#

We just added bunggecord and added a hub
We are having 2 issues.

  1. Users name with rank don't have color in the hub

And no users below admin can switch servers

hollow flax
#

ahaha we use luckperms for bungee too

limber cipher
#

More concerned about the second one

hollow flax
#

xd

lapis ibex
#

Make sure you have ip forwarding enabled on the bungee and all backend servers have bungee mode enabled too

limber cipher
#

Only those with "*" access can switch

lapis ibex
#

(Assuming it’s spigot you’ll find that setting in the spigot.yml)

#

Also make sure to give the appropriate permission to switch to everyone

#

The default group is probably the best choice for that

limber cipher
#

What's the permission in luckperms?

lapis ibex
#

The same as everywhere else

#

LP doesn’t have any influence over the actual permission nodes

#

Those are determined by the plugins or the platform itself

#

And make sure those two settings I mentioned are enabled

#

That’s very important

foggy quartz
#

Hello, quick question If I given someone fly or nick for a temporary time. When the time runs out I want fly disable and nick reset on them? Is that possible?

toxic wagon
#

You'd need another plugin to handle that. All LP will do is remove the permission

foggy quartz
#

how can I make everyone use warp cmds

muted cosmos
#

If you want someone to have access to a specific warp(im guessing youre using essentials), the permission node would be essentials.warps.warpname

The node for giving players the ability to warp is essentials.warp and essentials.warp.list if you want players to see a list of all warps.

#

Make sure you have per-warp permission enabled in essentials for it to work for each warp you want players to have access to.

foggy quartz
#

@muted cosmos is there a way I can let everyone that joins use the warp cmd

muted cosmos
#

Yes, give the default group(new players are assigned to this) the permission essentials.warp

#

That gives the ability to use /warp

#

Place the permission in the group named default

foggy quartz
#

So, everyone that joins will get a default group and make ppl in the default group have access to warp cmd

muted cosmos
#

Yes. The group default is what every new player is assigned to when they first join

foggy quartz
#

ok thanks, sorry new to this server stuff

muted cosmos
#

No problem 🙂

foggy quartz
#

🙂

#

@muted cosmos what would be the cmd I write

muted cosmos
#

To add a permission node?

foggy quartz
#

to give group default access to warp

shut tusk
#

/lp group default permission set permission.here

muted cosmos
#

^

hasty tree
#

please consider reading the usage guide

#

!usage

wanton stratusBOT
shut tusk
#

yep

muted cosmos
#

/lp group default permission set essentials.warp

#

and so on.

shut tusk
#

Turbo

foggy quartz
#

thanks 🙂

hasty tree
#

we don't actually know if they use essentials

foggy quartz
#

I do

hasty tree
#

well there you go

foggy quartz
#

lol

hasty tree
#

but you should really check the essentials docs for their permissions reference

shut tusk
#

Should I open an issue on github?

hasty tree
#

for?

hasty tree
#

meh too much clicking lol. i'm supposed to be doing work. i'm just gonna say yes, make an issue.

shut tusk
#

ok thanks

lean idol
#

I feel I am having problems with my perms and I am not doing something correctly somehow.

#

I have Default. Members. Members+, Moderator, Owner as just basic 'Groups' in Luckperms. Each group has their own set of permissions.

For some reason, while a player has been put into Members with /lp user StabbyMeowkins promote upgrades - They are put into the Members section.

However, they are not able to use the permissions they have been given while being in that group. Is there something small I am missing at all?

#

I have the editor session copied as well, to allow you to look at the perms I have set up so far, to see if there is something random that I might of missed.

hasty tree
#

what makes you think the permissions aren't working?

#

have you tried verbose?

#

!verbose

wanton stratusBOT
lean idol
#

Because when I am opped, I am able to use anything and everything, but when I am not opped, I am unable to. It shows I am in "X" group, and each group shows X permissions, so theoretically I should be able to access it.

Iam not too sure how Verbose works. Honestly.

#

Not sure how I would go about trying to test verbose on an account that has no LP permissions, either.

hasty tree
#

when I am opped, I am able to use anything and everything, but when I am not opped
Well, yeah, because Op gives you all permissions.

lean idol
#

Even while turning verbose on, I deopped KnifeKat(admin account) and trying to use a command wouldn't issue any information in the console.

hasty tree
#

De-op yourself. Make sure you're in the correct group with /lp user <user> info. Activate verbose /lp verbose on <your name> then try the commands that you believe you've added the permissions for.

lean idol
#

Ah, alright. let me try this then.

#

I tried it and I don't understand it too much. It says I am in the default and member groups. Which should in turn give me the ability

#

To see the Races I can choose from in the Races GUI menu.

#

Which it turns up blank. (You cant see races you don't have permissions for.)

#

It shows:
races.race.humans true never cn survival none deletecontent_copy

#

Server is CN. World is survival. CN is set in Luckperms in that server folder.

#

But I do not have the ability to see Humans at all in the GUI when it autoloads upon logging into the game.

#

Or when I am given a Race Token to reset race at the NPC.

#

Even says when I am trying to use the token at the NPC, it shows on verbose I do not have the permissions even though I am in the correct permission group that has the token.use permission.

#

Its like its not recognizing a person being in that group at all even though the LP user namehere promote upgrades

#

Shows they were placed in that group.

viral current
hasty tree
#

please use screenshots where possible

#

this could even not be a luckperms issue, and maybe more to do with your npc plugin

#

i have no idea what it is or how it works so i can't really offer any support there

#

all i can say is that if verbose is showing true for those permissions, then LP is doing its job correctly.

hasty tree
#

that says the permission is false?

lean idol
#

None of those permissions work because the GUI only displays races that you have permissions for.

#

That is Verbose saying the permission is false, but I have it set to true. I am in the right group "Member" as well.

hasty tree
#

but LP is saying it's false

#

so it's not true

lean idol
#

Look at the first picture.

#

It shows I have it set to true.

#

I am in the Members group.

hasty tree
#

yes but it's being checked as false

lean idol
#

Members has a True entry for token.use.

hasty tree
#

hold on, you probably haven't set weights on your groups

#

because default is your primary group

#

where i guess member is meant to be?

lean idol
#

So if I am in the right group, it has the permission set to true, and it shows its true, and I don't have a permission entry making it false, why would it say false?

#

I wanted it to be default > Member( > Member +(Can use/make shops) > Mod

#

Just as a test.

#

But, Members is set to inherit the previous group's perms as well.

I have not set weights. Is that making it where "Default" is being prioritized as a main group over

hasty tree
#

set weights

lean idol
#

the Members group?

#

Is that how the weight system works, higher the weight, the higher the priority is?

viral current
#

Yes

lean idol
#

Ah, so the problem lies in the fact that since there is no weight to a group, its going in order > Default > Members > Members +

#

Meaning Default overrides any other perms you get from other groups, since it doesnt have any perms, it don't matter what perms the other group is giving me

#

Instead of Members+ > Members > Default

muted cosmos
#

Yea, use weights of priority to prevent that issue.

lean idol
#

I knew it wasn't a LP issue, I just wasn't understanding the functionality of the plugin. I appreciate the prompt responses @hasty tree and @muted cosmos it really helps. Thank you.

wanton stratusBOT
#

Hey Xzerper! Please don't tag staff members.

lean idol
#

Christopherr, since I've already made my groups, what would be the command to add a weight to a specific group?

muted cosmos
#

When youve created a group, Did you assign a prefix to it?

lean idol
#

Would I just do weight.2 and weight.3 in the editor?

#

I gave Members, and members+ and Moderator and owner a Prefix. Yes.

muted cosmos
#

Open up /lp editor

#

And find where it says prefix.[whatever]

lean idol
#

Wouldn't that just make the prefix a weight and not the permissions in that section/group?

#

Since I want to make the entire group to have a weight

muted cosmos
#

To add the weight, manually put a number between prefix and the actuall prefix itself, example: prefix.1.[whatever]

lean idol
#

So Members is prefix.1

muted cosmos
#

Yes, prefix.1.theprefixitself

lean idol
#

I would change that to 2, and essentially it should work?

muted cosmos
#

Yes, since now member is a higher priority

lean idol
#

I am guessing Default is considered a weight of 1 by default.

muted cosmos
#

Yes, or whatever you want it to be the lowest.

lean idol
#

I added a weight, but logging out and relogging

#

The user StabbyMeowkins

#

Shows as it still doesn't have any usage of those permissions at all.

#

Even though they are still in the correct member group.

#

I am guessing I need to add a weight to the group default, too?

muted cosmos
#

Yea.

lean idol
#

Ah, thats it then.

muted cosmos
#

Also

#

Are your groups on a track?

lean idol
#

I believe so. I can go /lp user StabbyMeowkins promote upgrades it'll come up with a track, I am geussing that will show that I went from default > members, then from Members to > members+

#

etc etc

#

I can make a weight of 0, correct? Don't need weight of 1.

muted cosmos
#

To promote a user ona track

fallow siren
#

Hey, random question is there an option someplace to toggle usessl=false some place?

muted cosmos
#

0 isnt valid.

#

Its 1-whatever

fallow siren
#

I've gone through the config, haven't found anything

hasty tree
#

You have to add it

fallow siren
#

I'd reccomend having your weights set by 10's or 100's incase you want to add more groups between

#

To the config Turbo?

#

or the src?

#

Ah wiki helped Thanks Turbo

lean idol
#

Alright, Christopher went through with me for an hour about weights, resetting my tracks and everything inbetween.

#

Tracks, weights and everything else is set up correctly. The player StabbyMeowkins is correctly placed and in the right group on the track.

#

However, its not registering as having any of the permissions in that group. LP user StabbyMeowkins info shows they are in the Members group inheriting the default group permissions as well as Members group.

#

What would / could possibly be the issue/problem?

#

servers:
hub:
motd: '&HUB Host'
address:
restricted: false
cn:
motd: '&1Survival Host'
address:
restricted: false
skyfall:
motd: '&1Skyfall Host'
address:
restricted: true
test:
motd: '&1Test World Host'
address:
restricted: true

These are the settings in the Bungeecord configuration file.

#

For the names of the servers. So an example permission that is set in Members is the following:

#

racesofthana.race.dragonborn true never cn survival none

#

So in hindsight, it should register and see that they are in that group and be able to use that permission for example

#

Verbose shows that they do not have that permission, or the race.token.use permisison to use the Race Change token.

#

This is also set in the survival world in Luckperms

#

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

- When set to "global" this setting is effectively ignored.

- In all other cases, the value here is added to all players in a "server" context.

- See: https://github.com/lucko/LuckPerms/wiki/Context

server: cn

fallow siren
#

Are you using a yml editor, or cli?

lean idol
#

Notepad++ - I almost always use it for everything.

fallow siren
#

Ah, I find it easier to set up Luckperms with commands, also I'd look into Atom over Notebook++

lean idol
#

I've used Notepad++ for yers for LUA file editing, always worked for me.

fallow siren
lean idol
#

years*

fallow siren
#

Sorry removed it cause my MySQL password was there 😛

#

Also I used to use notebook++ when I was on Windows but I've moved away from Windows 10 and its crap

foggy quartz
#

Hello, question about settemp. I wanted to double check if someone had let say "/fly" for 30 minutes and than they got fly again but for 1 hour or 30 minutes, does the time add up?

toxic wagon
#

@foggy quartz You need to use the temporary modifiers for that.

foggy quartz
#

what do you mean Omega?

toxic wagon
#

That should help.

foggy quartz
#

oh is addtemp? not settemp right

north sapphire
fallow siren
#

I can't count the times I've used set and not add parents xD

lean idol
#

Its strange, though. Upon using the command: /lp user namehere permission set permission here

#

It gives that player that permission and I can use that permission

#

On Said character. But, being in a group, that group's perms doesn't apply to the player at all

#

But manually giving the character that perm works...what is possibly wrong?

#

The tracks is correct, the groups are also setup correct.
Yet even though the user is in that group, it does not allow them to do anything. But setting and unsetting a perm manually to that player allows them or denys them that command/permission.

fallow siren
#

uhm, chance there is a group above/below it with the permission negated, with a higher weight?

hasty tree
#

Nice to see my own Reddit post mentioned here 😆

lean idol
#

Nothing is negated besides a single /about command permission and /plugins command permission.

fallow siren
#

uhm, weird.

lean idol
#

Wouldn't understand why the set and unset permission per-player permissions work, but setting permissions in a group, and then assigning a player a group, and not being able to use those perms wouldn't work.

eager gulch
#

Is there a way I can see which mod/plugin registers which command? I have a mod/plugin overriding my default /tps command and the perms check doesn't show in /lp verbose

lean idol
#

That command output there

#

That picture I just posted, I feel so damn stupid.

#

I literally solved my own issue Christopherr and B Ping.

#

I changed the server name to CN for the sake of clarity last night. That verbose told me the information and what the permission should say.

#

Server is CN.

#

World is also called CN

#

I had it called survival in the permissions.

#

Boom, Headshot.

muted cosmos
#

Oof..

lean idol
#

before I didn't see that because my client is very small on the in game client.

#

So I didn't see that, upon doing it fullscreen I figured that line would show an error, and the world/server=cn solved it immediately

muted cosmos
#

So all is good now I guess? 😁

lean idol
#

Yep, it works Christopherr. Groups, and everything.

muted cosmos
#

Yayy!

lean idol
#

Perms etc, just have to change all those perms in the editor to reflect the ACTUAL server name now.

fallow siren
#

@eager gulch /lp tree will bring up a list of permission nodes if plugins/mods are written propper, if not hopefully the devs have them posted in a wiki someplace

muted cosmos
#

Hurrah

fallow siren
#

Xzerper got er figured out?

lean idol
#

Finally thanks to Christpherr, the lovely people here and me making my client bigger to see the full display of the verbose informal information to see that it needed to be server/world=cn - and I had the world name set to survival last night.

#

The reason it didn't work last night I am 100% sure was due to improperly setting the tracks wrong and not applying weights, which Christopherr spent an hour with me fixing.

fallow siren
#

Nice 😄

lean idol
#

Then the other issue where I changed the server name and information thinking that was the issue.

#

So now both are resolved indefinately.

muted cosmos
#

😁

fallow siren
#

I'm moving over to hosting everything myself, from MySQL to my web server for admins, MySQL is a royal pain

muted cosmos
#

^

fallow siren
#

Totally forgot I was still on a hosts SQL server, that was a fun reboot

hasty tree
#

Reminder that bulkupdate command is a thing in case you want a quick way to change mass contexts

fallow siren
#

Yeah, I haven't really used it. I built mine with commands with only 35 or so groups according to list groups

lean idol
#

I host MySQL on my Network machine as a OS Service. I won't pay for it when I can make and maintain one of my own.

#

Sad that doing MySQL and everything else is easy, but something as simple as a word misshap on a Minecraft server is the bane of my existence.

split veldt
#

I mean if you're already paying for hardware that can run it, why not

fallow siren
#

Yeah, I was at 70 bucks a month for 5 severs

split veldt
#

I think I managed to get my server costs down to about $10/month

fallow siren
#

Which isn't bad compaird to some. My only fee now is my intenet now

#

well, my domain I guess 10 bucks a year

lean idol
#

Have any suggestions for simple easy to use websites for Minecraft servers?

split veldt
#

do it yourself

#

😛

lean idol
#

I want one thats itneractive, playful, looks nice and simple to use that I can just pay for someone to host for me and my players can join and use it/check it out.

split veldt
#

WIX?

lean idol
#

Rather not go through all that trouble and I know little to nothing about web editing.

split veldt
#

I think they do a template base system also #general seeing as its not LP

lean idol
#

There was this one about a site that had some cartoony-minecraft looking site(most them all look the same though). Thought would be neat and simple to use for my family/relatives(We have about 50 people playing on the same network so would want something we all can use/enjoy without going overboard with it.)

hasty tree
lean idol
#

Ah, sorry about OT ;6

fallow siren
#

I'll move those links there 😛

remote basin
#

anyone know how to add a player to a group, whats the command?

fallow siren
#

lp user {user_name} parent add {group_name} @remote basin

remote basin
#

thank you so much

fallow siren
#

No problem 😄

hallow pilot
#

Hey, how do I give Admins specific perms? Such as /lp user {user} parent add/set {group}, but they wouldn't be able to give ranks that are higher than their rank, such as Owner.

fallow siren
#

use luckperms.group.parent.add.owner false

toxic wagon
#

@hallow pilot Read these

#

!argumentbased

wanton stratusBOT
toxic wagon
#

!permissions

wanton stratusBOT
hallow pilot
#

I hope I understand it.

fallow siren
#

Or you could keep groups you don't want admins to promote in a different track

hallow pilot
#

Honestly, I don't really get it. The thing he sent.

#

So do I just give them luckperms.user.parent.add and they will be able to add groups? But would that not let them add groups that're higher than them? @toxic wagon

wanton stratusBOT
#

Hey Yosi! Please don't tag staff members.

hallow pilot
#

Oh, sorry.

#

I'm asking it because I did do the group weight, so I wonder if that would just do that.

remote basin
#

so when i set my owner groups prefix and type in chat, it displays this, "[][Owner]Cian"

#

why does "[]" exist before owner?

tired turtle
#

Not LP issue

#

LP doesn't manage your chat

hallow pilot
#

Hey Andre, could you answer my question please? Thank you!

tired turtle
#

OmegaWeapon_ already provided an answer to your question.
You enable argument-based command permissions and set the right permissions.

#

Use verbose to find out which one

#

!verbose

wanton stratusBOT
hallow pilot
#

It's a bit confusing me, not gonna lie.

fallow siren
#

Check what ever plugin your using to manage your chat formatting

stuck badger
#

Hi, does default assignments have lagging potencial?

toxic wagon
#

No they don't. Just keep in mind default assignments have been removed in lp v5

remote basin
#

useless

stuck badger
#

Omg why?

#

They are great

tired turtle
#

default assignments is not that great since it may be complicated for people to setup and it also artificially increases storage space used.

stuck badger
#

Its not that hard. You just have to follow instructions. And it's really usefull. Without them I would need some other plugin to give ranks on some conditions

toxic wagon
#

@stuck badger it's meant for a work around for the default groups but ask Andre said. It can also increase storage space as it means every user who joins then leaves or it bot attacks happen. Each of those accounts can get stored which is not what you want happening. That's why Inheritances is the best work around If you don't want to use default group.

stuck badger
#

But I use default group. I use default-assignments for only for premium ranks

#

E.g player buys premium rank on one game server, and it automaticly gives him that on hub, but not on other game servers

#

Is there some other way I can achive that?

tired turtle
#

inheritance perhaps

stuck badger
#

Can I do that by inheritance?

   if:
     has-true: (<sv/group.vip> | <sv/group.vip14>) & <sv/group.vip+check>
     lacks: <sv/group.vip+>
   give:
     - sv/group.vip+
 rule2:
   if:
     has-true: <sv/group.vip+>
     lacks: <sv/group.vip+check>
   take:
     - sv/group.vip+```
#

It's for giving temp group vip+ only if player has regular vip already, and bought vip+check for temp time

tired turtle
#

Not sure

#

You can assign a group to another group per server/world

stuck badger
#

But I want to give vip+ only if player has already bought regular vip

#

If he hasn't he'll have useless rank vip+check

#

Ultil he buys regular vip

#

And vip+ is temp rank, so I cant use track

#

There is no temp track

tired turtle
#

Honestly.... It should be a option of whatever donation system you use to allow purchase of rank x if user has rank y (aka. Upgrades)

toxic wagon
#

Most donation systems allow that type of feature.

stuck badger
#

In Poland we don't have any good donation system.

#

And tebex, and other US based stores don't support Polish money operators

#

So I just use my own simple store

toxic wagon
#

You could always add vip to vip+ as a parent. So when they get vip+ they also get vip for a temp time.

stuck badger
#

But I don't wanna do that. Vip+ cheap addon for vip

#

But you have to rebuy it after month. And vip is permanent

toxic wagon
#

You'll have to change it eventually or change up your donation system. Because default assignments won't work in lp v5 unless you install the extension. But no idea how long that will stay a thing for before it's fully gone.

stuck badger
#

But why ditching that? It's really usefull for many reasons

#

Why can't you leave that?

karmic zodiac
#

please tag me if you reply

trim ice
#

hi all im new to server creation and just made my own server and i cant get luckperms to work properly. Ive tried giving myself permission through the console then creating a group and adding myself, and adding permission for a command but it still says i dont have permission. Have i missed something or done something wrong?

reef echo
#

to give yourself all permissions with childnodes it has to be permissionsparnetname.*
and cant be just parentname*

#

other than that idk

tired turtle
#

Perhaps it would help if you actually tell us what you did?

#

Like what commands

#

And remember that the console doesn't use / in commands

trim ice
tired turtle
#

That doesn't answer anything

#

You give 0 information like logs or screenshots. We can't help if you don't provide any information

fallow siren
#

Stupid question, how does bulk editing work xD

#

Just export the db and reimport it?

tired turtle
#

That is not bulk editing

fallow siren
#

Thats me being simple lol

tired turtle
#

!bulkupdate

wanton stratusBOT
fallow siren
#

Thanks cheif I'll go over it 😄

#

ah that makes sense merci

reef echo
#

Hey, is there a way to connect the permission groups with worldguard groups?

fallow siren
#

I'd assume it'll be a matter of finding worldguards permission nodes

reef echo
#

i wanna use is to allow players in the group "verified" to leave spawn (wg region) and give permissions to that exact same group

tired turtle
#

It's the job of worldguard.

#

Not LP.

#

But from what I know can you add a group as a "member" of a region... But you're better off asking in the EngineHub Discord

reef echo
#

yeah i know that. my question is, are the LP groups available to other plugins, i.e. global or are they local to lp?

fallow siren
tired turtle
#

Groups can be used through either the API of LP, or through Vault

#

Suggest it in the GitHub

fallow siren
#

Cool

fleet socket
#

how do you put someone in a group?

tired turtle
#

!usage

wanton stratusBOT
fallow siren
#

jeez your quick have macros set for em lol

tired turtle
#

nah

fallow siren
#

Though I see why you send people to the wiki, pretty much the same questions over and over again

lapis ibex
#

And more importantly it raises awareness for the wiki. Which means some people will check it first before asking

weary steppe
#

Does anyone have any screenshots of the new web editor?

#

Of v5.

tired turtle
#

Why?

fleet socket
fallow siren
#

check their wiki, if they have one or check /lp tree

#

Also I can't lie, for the longest time I hated LP once you understand how it works it's pretty powerful

fleet socket
#

i still cant figure it out

tired turtle
#

You need to learn how to find permissions.

#

It's not our job to spoonfeed you every single information, especially for not LP-related stuff.
The wiki is available and LP offers tools like the verbose command to help you.

#

!verbose

wanton stratusBOT
fallow siren
#

looks like it's a decent plugin just going through there github though they could have better documentation

#

Check lines 698 - 804 for there permissions

#

in the config.yml

heady roost
#

Why do i have permissions to anything as default group

#

i have /gm and other things that i should not have

#

nvm

#

i didnt connect to database on the other server

#

xD

foggy quartz
#

Hello

#

So i want to give temporary rank on first join automatically

#

And i don't mean default rank, because i want to add extra rank

#

And my question is, how can i make it?

tacit ore
#

You'll need a plugin to handle that

foggy quartz
#

I was thinking about using ur API and write it myself

#

Oh okay

#

Thanks

tacit ore
#

You can assign a new group upon join to players prior to v5 but if you want temp roles, you'll need another plugin

#

If you're using v5, I believe you need the install the extension

foggy quartz
tacit ore
foggy quartz
#

Okay, thanks for help

magic summit
ruby breach
#

Hi I am using luckperms v5.0.9 and it appears when I give owner rank luckperms.autoop with ops disabled and autoop on, command blocks still don't work and it's odd

magic summit
#

you need to be in gmc

ruby breach
#

I have 1 network I am owner on, on 1.8.8 paperspigot and the autoop and command blocks work fine but on 1.14.4 paperspigot autoop doesn't work

#

and yes I'm in creative

magic summit
#

and if command blocks are disabled in the main config, they wont work

ruby breach
#

enable-command-blocks=true

#

in server.properties

#

it give the message you must be a opped player in creative mode while we have autoop perms and are in creative

magic summit
#

have you tried giving autoop to yourself instead?

fathom forge
#

How I convert permissionex for luckperms?

magic summit
#

!migration

wanton stratusBOT
fathom forge
#

Thanks

#

Do you recommend I set permissions on permissionex first and then luckperms?

#

It's just that I never used luckperms

ruby breach
#

I gave myself luckperms.autoop personally and no command blocks still don't work and ues I relogged

muted cosmos
#

The migration will set everything up for you.

#

Even if you have an empty group, Itll still set it up

ruby breach
#

JG I tried what you said but to no avail

fathom forge
#

@magic summit I have 2 server (1 Lobby and 1 Fullpvp) how do i migrate the 2?

#

The same command?

#

/lp migration <plugin name>

#

in bungeecord?

wispy moth
#

How can i delete all users wich have a temporally group

#

¿?

fathom forge
#

or on each server?

wispy moth
#

remove some group that is temporally from all users in all servers

tired turtle
#

@fathom forge bungeecord and spigot are two complete separate instances

fathom forge
#

I use spigot in lobby and paperspigot in fullpvp

#

but I want put luckperm for bungeecord

#

how i put?

wispy moth
#

you can download from official page the bungeecord version

#
#

And connect with pluginmessaging

#

if you like

#

in the same database

fathom forge
#

what is pluginmessaging?

tired turtle
#

!bungee

wanton stratusBOT
wispy moth
#

Originally, plugin messaging was implemented so server-side plugins could send any kind of data to client-side mods. Before, they would have needed to implement custom packets, but the problem with this is that it meant the Minecraft client would get disconnected from the servers using those custom packets with an incomprehensible error message, because it would be unable to read that packet. To fix this issue, Mojang introduced the "Custom Plugin Message Packets".

#

you can use to connect all servers

#

Andre

#

how can i remove some group that is temporally from all users in all servers

#

¿?

tired turtle
#

Idk

wispy moth
#

ouch

#

xd

fathom forge
#

For example I use in my login plugin the database of lobby, and I will have create a database in my bungeecord server for I put in LuckPerm?

tired turtle
#

!bungee

wanton stratusBOT
tired turtle
#

Follow that page

fathom forge
#

ok

ruby breach
#

is autoop broken in the latest version of luckperms

lapis ibex
#

What makes you think so?

ruby breach
#

I enabled ops and opped myself and I'm in creative and command blocks still don't work so it might actually be paper or maybe improper upload of paper or smth

#

because I'm never seen this type of behavior before

#

and i am using default op system now and command_blocks still don't work

#

so gonna try to update paper jar or smth and I'll get back to you

craggy wraith
#

what has autoop to do with minecraft related cmd blocks

blissful arrow
#

Can you access offline players to remove permissions from them?>

heady roost
#

Guys how to give temporary rank?

tired turtle
#

@blissful arrow use their UUID instead of their name

blissful arrow
#

ahh ok what about searching a permission? Is there a way to search a perm and see what users have it?

shut tusk
#

The "temporary modifier" argument accumulate is not working when a try /lp user player parent addtemp time accumulate, has anything changed?

blissful arrow
#

man the new editor is amazing, great work!

lapis ibex
safe cedar
#

Ok thanks

#

Just a question how do i create nte?

lapis ibex
#

nte?

heady roost
#

Theres a plugin or sth for temporary ranks on luckperms?

safe cedar
#

Yeah im trying to add Jr Mod and Sr mod for a prisons server but the Letters wont show up next to the name

lapis ibex
#

@heady roost yes. It's called LuckPerms

#

That's a case for NTW support @safe cedar

unborn urchin
#

Can i append to someones group if there not online?

lapis ibex
#

Yes

safe cedar
#

Where?

heady roost
#

i cant find the command for the temporary rank in docs

lapis ibex
#

!commands

wanton stratusBOT
heady roost
#

i was searching there

safe cedar
#

Brainstone how do i can a case for NTW?

lapis ibex
#

addtemp @heady roost

#

@safe cedar what's NTW?

safe cedar
#

you said it b4

#

That's a case for NTW support @safe cedar

#

tthats what u said xd

lapis ibex
#

My bad

#

I meant NTE support

safe cedar
#

how do i get that?

lapis ibex
#

You were just asking about nte

#

In other words, check their docs

safe cedar
#

yeah but how do i get the support of it

lapis ibex
#

What do I know

heady roost
#

ily brainstone

lapis ibex
#

You're welcome

#

You'll be happy to hear that I'm not taken @heady roost 😛

heady roost
#

Uou

urban berry
#

Hi there. I have some issues with setting permissions for a single server. I have a bungeecord network with servers like SkyBlock-1, TurfWars-1, etc. If I set a permission with the server name it doesn't work. It only works with global :c

foggy quartz
#

can i set a negative permission

#

if that makes sense

tired turtle
#

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

foggy quartz
#

/lp group pleb permission set dynmap.hide false

#

i did that but people in pleb group can still do /dynmap hide

#

@tired turtle

wanton stratusBOT
#

Hey elwolf6! Please don't tag staff members.

foggy quartz
#

sorry

tired turtle
#

Perhaps this is not the right permissions?

foggy quartz
#

it showed up with the autocomplete

#

there is nothing similar to hiding either

tired turtle
#

Then make sure the people are actually in the group

foggy quartz
#

they are

#

i have it so default inherits from pleb

#

and everyone has default

tired turtle
#

then it should work

forest cliff
#

Hey, is there a way that I can allow the negated permissions within a group override the user permissions of a user? It seems that luckyperms is forcing it on me that the users permissions will always override the group permissions. Which is pretty annoying. Is there a fix to this? Am I just dumb?

tired turtle
#

LuckPerms

#

Not LuckyPerms

#

Where do you guys get that name from?!

split veldt
#

🍀

forest cliff
#

Doesn't matter, is there a solution to my problem? I can't figure this out :/

tired turtle
#

And no. It makes sense that user permissions, which are individual per user, are stronger than group permissions

forest cliff
#

Well that sucks, literally luckperms is supposed to do everything permissionsex can do and more, but I actually found something permissionex does that luckperms doesn't, and that I rely on sometimes. Permissionex allows the user to have non-negated and negated permissions at the same time. So I can negate the permission of the user (while they still have the normal perm) and then later remove the negated permission, allowing them to use the normal perm. But luckperms just doesn't allow this 😦 Or am I wrong?

untold venture
#

Negatives permissions override positives ones

forest cliff
#

Yes, but you can't give the user both at the same time

untold venture
#

you can

forest cliff
#

that's my problem right now

#

how

untold venture
#

ah

forest cliff
#

Your telling me it's possible?

#

I'll I've found is "true" or "false"

#

not both

untold venture
#

but you can just re add the permission in true

split veldt
#

Sounds like you are doing it the difficult way. Why not use groups instead of individual player perms

tired turtle
#

@forest cliff User permissions override group permissions.
So if you allow essentials.fly for default, but deny it for userA then userA can't use /fly while userB can

forest cliff
#

I'd have to actually what my intention is for it to make more sense. All I know is, with permissionex, I can allow both negated and non-negated, which is useful for negating the permission of a user (while still saving their non-negated perm) which I can use later when removing the negated permission. (This is useful for like switching classes or something) With luckperms, I'd have to make like 30 groups to do what I want. That seems absurd to me.

untold venture
#

....

glad aurora
#

You just want to negate a node? @forest cliff

tired turtle
#

@forest cliff dude

untold venture
#

you can do /lp group <group> permission set <permission> true
then when you want to remove it, you can just the same command but replacing the "true" by a "false"

forest cliff
#

You aren't understanding me @untold venture

tired turtle
#

Just... aloow perm x for group y and negate it for user z

#

What is so difficult about that?

#

You can just remove it later from the user

forest cliff
#

This would be so much easier if I could set the weight of a user

spring hawk
#

is it possible to move the permissions of 1 standalone server to the bungeecord? because we migrated from using luckperms on each server to using luckperms on bungeecord but we do not want to redo the perms.

tired turtle
#

this wouldn't make sense

#

Since group weight is used to determine what group is most important if user has multiple

#

But for user it would make 0 sense

forest cliff
#

It would make more sense if I'm wanting the group permission to override the user permission

#

which I can't do

magic summit
#

then why would the user have the perm?

glad aurora
#

^

tired turtle
#

^

split veldt
#

Flip the node assignment around like Andre said

tired turtle
#

That seems confusing and way to stupid

untold venture
#

Luminescent, if you are using Luckperms on Bungeecord, you can't use permssions from your others servers, only bungeecord's ones
so you have to use Luckperms for Bukkit/spigot everywhere else
(except if it's not a bukkit/spigot serv)

split veldt
#

Users should have the negated assignment to block them from using it by default and set it to true to allow them when you want

forest cliff
#

I'm needing this for class switching. Lets say a user ranksup half way through a class and they have (x) amount of permissions. When they switch to the next class, I'd like to give them a group, that negates the permissions of the previous class, that way their information is still stored, but they can't use those perks. The only other solution I've found to this problem is to make a different group per rank of each class. That seems like insanity to me.

spring hawk
#

i have it set like that, but when i connect the luckperms to the database to connected all of the luckperms from every server together, it just completely wipes every single permission from every server (since the bungee perms arent set at all)

untold venture
#

Luminescent but you can connect your Bungeecord version and Spigots/Bukkits and others to a database, and then migrate from the old datas your had to mysql

split veldt
#

Most if not all servers have groups per class.

magic summit
#

so dont use inheritance.

split veldt
#

It's the easy way to do it

magic summit
#

they wont get perms of previous group.

forest cliff
#

I don't care what "most servers do" and no it's not easier to make 30 groups vs 3. Sorry I disagree.

split veldt
#

You're assigning perms already, what's the difference

forest cliff
#

making 30 groups for each classes permission, and then negated that through another group. Sounds like way too much work.

spring hawk
#

can we move this to dm's tang

forest cliff
#

it makes more sense to give them (x) amount of permissions, and when they switch classes, they get a group that negates those permissions. That made 30 groups down to like 2.

spring hawk
#

ill explain more there

untold venture
#

ok

forest cliff
#

if I'm having to make 30 groups for something, that just seems enefficient to me

magic summit
#

Lum - a perm not being set on bungee can not wipe perms from other servers.

tired turtle
#

Just deny group.<group> for the user... geez

#

And later allow it.

split veldt
#

Or just put then in the next group with perms you want them to have and negated perms you don't want them to have

forest cliff
#

That still means I have to make 30 groups

tired turtle
#

Or ask to add that weird feature of yours to be added

#

GitHub exists and is open for ideas

forest cliff
#

so it seems like luckperms has limitations, and I'm going to have to do this an extremely difficult way

tired turtle
#

Or your system is overcomplicated and could probably simplified

magic summit
#

limitation? lol

forest cliff
#

Yes @tired turtle I agree with you on that, that's why I'm here

wanton stratusBOT
#

Hey Mortal! Please don't tag staff members.

forest cliff
#

I think everything I'm doing for class switching is way too diffcult, and there's probably an easier way

split veldt
#

Groups

forest cliff
#

if anyone wants to join a call with meh, and help me figure this out, that would be epic xD

split veldt
#

🤦

forest cliff
#

I haven't been able to figure this out for 2 days

tired turtle
forest cliff
#

I just don't see how making groups for each rankup of each class is easier when I'd need to make 30 groups. I just don't get that.

high iris
#

hey i have a moderator and vip group, the moderator group inherits vip and in tchat i have Moderator vip Player format

#

how do i remove the vip ?

split veldt
#

Weights @high iris

#

Group and prefix weights

magic summit
#

if you want 1 or more users to share the same perms at a given state, a group is what is done. thats how permissions work

split veldt
#

If they all start with the same prefix.1... then they all weigh the same. The heavier the weight (bigger number) the more priority it has

urban berry
#

Can someone tell me how I add permissions for a specific server?

magic summit
#

!context

wanton stratusBOT
urban berry
#

Yes I already saw this, but my server for example is called SkyBlock-1. I'm only using the webeditor

#

If I add the name, the permission won't work :c only with server=global

high iris
#

i set weight for groups but still don't work, is there a meta weight ?

magic summit
#

Flake - you put server=skyblock-1? is that the name you put in LP config under server ?

tired turtle
#

@urban berry HOW do you apply the name in the editor?
Please actually give valid information like screenshots of what you're doing

magic summit
#

@high iris send a link from your /lp editor

urban berry
#

Ah JG, I think ur right. I thought luckperms get that out of the server.properties

#

mb

magic summit
#

that would be from bungeecords config.yml anyway

#

but no, you set in LP

tired turtle
#

There is an option to do that but it is useless on servers with 1.13 or 1.14 as the server name was removed

magic summit
#

i dont even set those server names lol

urban berry
#

I thought its only done by doing this, without adding it to the lp config

#

we are running on 1.12.2, so there are still "server-names"

tired turtle
#

Nope. You have to set the name in the LP config

#

And for the BungeeCord version of LP are the servers "worlds"

urban berry
#

I have luckperms installed on bungeecord and spigot. So I have to write the servername to the world field and server=global?

#

Sorry for those stupid questions. 😄

magic summit
#

if you want to use server context on that server, yes

#

it will still pull global perms, unless you turn those features off, but allows you to specify certain perms for certain servers

#

everything

#

we have great support

#

LP is always being updated

#

web editor

#

no promote exploit (like pex has and never patched)

spring hawk
#

what is the /lp import command for

magic summit
#

you answered your own question. /lp import <filename>

#

dependencies? no

spring hawk
#

what kind of files fors it import

magic summit
#

only vault and a chat plugin if on spigot and want to display prefixes and stuff in chat

spring hawk
#

oh ok

magic summit
#

nice

#

Lum, see this for import/export:

#

!switchingstorage

wanton stratusBOT
magic summit
#

yea, i never liked gm

#

pex was eh, but after finding LP, i love it

spring hawk
#

i was hoping it would import a database file containing the old luckperms permissions

magic summit
#

yes - you can do that, just import that old file

spring hawk
#

the file is in the luckperms folder and i tried

#

"luckperms-h2.mv.db"

#

i mean

#

-/lp import luckperms-h2.mv.db

magic summit
#

thats a database, not an exported file

spring hawk
#

oh i need to export it first?

#

using lp export

magic summit
#

to import from that db, youll need to place that db in the folder and switch to H2 storage, export it, then switch to the new storage

urban berry
#

So if I write server: lobby in to my config I can use the context in the web editor in the server section? Global perms will still work on every server, also on lobby?

#

*spigot config

magic summit
#

Apoc - r/mcstaff probs

#

Flake - so you change LP config server setting to lobby on the lobby server, yes. global perms/groups will still work there. also, any perms/groups you set with server=lobby context will only work on the lobby server

urban berry
#

Now I got it. Thank you very much!

magic summit
#

nothing to do with spigot config though

#

np

urban berry
#

And what about the lp config on my bungeecord. There is server: bungee I mean, where is the difference between global, if I only have one bungeecord server. :c

split veldt
#

leave it as bungee

magic summit
#

^

split veldt
#

It will function fine

urban berry
#

All works, I'm not really sure why, but it does what I want. luckycat

#

Do u recommend to go for the v5?

magic summit
#

I'm not really sure why
because you set it up how you needed it 😉

urban berry
#

found it. Should search before asking ^^

magic summit
#

there is no node for build perms (by default). LP isnt like PEX that has modify-world mess

#

would need another plugin to handle that, such as Modify World, World Guard, EssentialsXProtect, etc

urban berry
#

display name and prefix isn't the same right?

magic summit
#

correct

urban berry
#

What is Displayname for?`

magic summit
#

its more behind the scenes type thing, like if you want the default group to show as Member

urban berry
#

Ah I see. thx:p

tacit ore
#

Probably a plugin preventing it

magic summit
#

if you installed all the modules, yea

#

in most cases, dont need antibuild, protect, etc

#

only need the base, chat and spawn

#

its literally that. anti build

lapis ibex
#

What's antibuild for?
To prevent people from building

#

In other words the thing you are having issues with

magic summit
#

EssentialsProtect is a basic world protection system, this module allows you to configure basic rules for the server to abide by, such as preventing creepers from destroying buildings, and preventing fire spread, controlling which mobs are allowed to spawn.

#

use world guard instead though

#

you can have LP context within regions if wanted/needed

#

also, do make sure you are using EssentialsX and not the old essentials

urban berry
#

What about the wheight of groups. It's not important to set a value or am I wrong? Or is the wheight important only for inheritances (prefix, etc)? default - wheight=0, member wheight = 1 and parent to default

#

so If Im member i get the prefix member and not default

magic summit
#

I find it best to set group and meta weights. having them the same is also helpful. so if you have admin as weight.1000 then you would have prefix.1000.<adminprefix>

lapis ibex
#

In most setups it's not relevant

#

The group weight that is

#

Prefix weight is important as soon as you use inheritance

magic summit
#

yea, all servers i setup each higher donor/staff group inherits from the other and there are many times people have multiple groups assigned to them, so i just by default set everything up and dont have issues. it does depend on your server though

#

id rather do in the beginning than have issues later and need to adjust stuff

#

weighting more comes into play say if you have perms set false in one group and true in another and the player has both groups.

urban berry
#

Okay, I see. I think I should try this out. Best support. Waited days for answers on other discord servers 😄

magic summit
#

😉

muted cosmos
#

Question. Lets say I want to remove someone off a certain track entirely, meaning that rank from that track wont show up anymore and wont have anymore inheritance to the said rank(s) anymore. What would I use for that?

tired turtle
#

/lp user <user> parent remove <group of track>

muted cosmos
#

So /lp user someuser parent remove nameoftrack ?

lapis ibex
#

/lp user <user> parent remove <group of track>

#

Or on track

tired turtle
#

*in

river ivy
#

Setting multiple homes using essentials perm but need it limited to 3 homes
This seems to not work

essentials.sethome.multiple[3]

Would someone tell me what I have wrong thanks

tired turtle
#

Also, this is #general as it isn't LP related at all

river ivy
#

I thought it was in the editor where I errored sorry

urban berry
#

If I want colors for my prefix, can I add this into lp?

tired turtle
#

Yes. Just make sure that whatever plugin is used for chat, or where you want to display it supports those too

urban berry
#

Thx. 🙂

urban berry
#

Is this possible? prefix.100.&4Admin

muted cosmos
#

Yes ^

#

Personally prefer some sort of brackets on the prefix but hey, your choice 🙂

foggy quartz
#

So I give perms for default group to use two 2 kits, and I go on my alt to try it out and It dont work

#

@muted cosmos

#

you helped me last time that why i @'d u

muted cosmos
#

How do you have the perm for the kits setup? are you using Essentialskits?

foggy quartz
#

yes

muted cosmos
foggy quartz
#

ok

true vortex
#

how would i make it so everyone gets set as a group

muted cosmos
#

The default group does that for you.

#

Or are you asking for how can someone choose a group?

true vortex
#

im trying to set it as the default group

#

i got it working, thank u so much

muted cosmos
#

The default group is assigned automatically to new players

#

Ok, no problem (:

dense osprey
#

Is there any way to opt out of the beta? I really don't like it and it crashed within two minutes of me using it, and I don't want to deal with that right now

#

The beta meaning the web-editor beta

muted cosmos
#

You can still use v4 if you arent comfortable with the new beta editor in v5 yet.

ruby nacelle
#

is there any way to make a group not giveable under the parent set command?

magic summit
#

I think you are more asking if you can restrict giving a role. This is possible, say, not allowing admins to give owner, etc - youll need to enable argument based command permissions, read this for more info:

#

!argumentbased

wanton stratusBOT
weak skiff
#

How do I do the contexts? I have already read https://github.com/lucko/LuckPerms/wiki/Context and I can't get what I want to work. So basically I want to have the same ranks on all servers for the staff and one global rank. I want to have the same rank on all servers but with different permissions. Im not sure how to set it up. I have been trying for a few days now and I need help lol pls help

craggy wraith
#

!context

#

Heh

#

!context

wanton stratusBOT
lapis ibex
#

Just use the server context for the permissions you want to apply on one server.

#

And there’s a lovely table worth reading on that page

foggy quartz
toxic wagon
#

Depends on your chat plugin

#

or another plugin modifying the chat at the same time

foggy quartz
#

Somehow they got added after testing the Buycraft plugin. And no, I haven't added another chat plugin.

#

Only plugins altering chat being Essentials and LuckPerms itself.

toxic cliff
#

Hello, for add temporary rank to user it's "lp user <user> parent addtemp <group> <time>" ? And the time is in second or minut ?

toxic wagon
#

Do you have any plugins like towny or multiverse?

#

@toxic cliff Can be either

foggy quartz
#

Hold on a second.. yes I installed Multiverse. That might be the culprit.

#

Yep, it was the culprit. I just needed to set prefix chat to false on Multiverse's config files.

#

Thank you 😄

hasty tree
#

Just FYI, LP doesn't alter chat at all.

frosty rune
#

hey i have an error

#

can u guys help me

#

can anyvody help me with this error

#

plz

bitter coral
#

If you are a server admin, please check the console for any errors.

frosty rune
#

but i dont understant the error

#

because tey are u much lines

#

and i dont understand

magic dome
#

Just send a console log over pastebin in here

frosty rune
#

ok i just fixed

#

i have 1 more question

#

see can i set that my manager only can give a youtubers and staff rank

#

?

#

how

#

which is the permission

tired tide
#

hi people how to configure auto-deletion of groups for players who have not logged in to the server for a long time

#

in authme there is a parameter Purge. there is only pex

#

removePermissions: true

#

whether this parameter will work on LuckPerms?

#

I apologize for bad English, translate through Google

dull pendant
#

Hi guys, i need some help.

magic summit
#

thats nice, but unfortunately, without more information, we are in a stand still

dull pendant
#

i alredy opped myself

#

nothing

magic summit
#

then look on the plugins perms page or use verbose to find the perm. op does nothing on sponge once you have a permissions plugin.

#

!verbose

wanton stratusBOT
dull pendant
#

i know

magic summit
#

you know what?

dull pendant
#

i alredy opped myself on luckperms too

#

lp user AgenteDog permission set luckperms.* true

magic summit
#

op does nothing on sponge once you have a permissions plugin.

#

and luckperms.* is not op

dull pendant
#

oh

magic summit
#

that just gives access to all LP permisisons

#

not permissions from other plugins

dull pendant
#

neither from vanilla minecraft

#

i see

magic summit
#

are you using nucleus? they have a setupperms feature that is helpful.

dull pendant
#

no

magic summit
#

but i would start with verbose

#

it will list all permissions being checked

#

that way you can see what you need to set

dull pendant
#

ok

#

but wait

#

i have to do this with every single command?

#

cant i just do it with all commands ?

#

i just want vanilla commands :/

#

verbose helped

#

thx

magic summit
#

np

#

verbose LP is life

dull pendant
#

i just checked what nucleus is

#

its pretty much essentials

topaz junco
#

how do i set a default group?

dull pendant
#

it is alredy set by default

topaz junco
#

how do i set the default group to something else

dull pendant
#

in the editor

#

/lp editor

magic summit
#

!default

wanton stratusBOT
magic summit
#

@topaz junco ^ see there for info

#

the default assignments is no longer as of V5 though, if using that version.

tired turtle
#

Plesse don't advertise @grizzled kayak
One and only warning

foggy quartz
#

Hii~ Is there somewhere specific we should discuss help/issues?

tired turtle
foggy quartz
#

I was wondering if Luckperms could get support for # in the yaml file. It's really just for ease on my eyes when looking at the groups, but something like this.

mighty dune
#

hey can anyone help im getting this error when someone trys to rankup they said its luckperms but im not sure

craggy wraith
#

@mighty dune ive seen that error a lot aswell

mighty dune
#

mhm okay thanks will wait on fix im not allowed to complain about the v5 since i love it

frosty rune
#

hey where can i download 4.3.2 bungeecord

#

!help

wanton stratusBOT
#
Available commands:

!advanced
!api
!argumentbased
!bulkupdate
!bungee
!commands
!context
!default
!editor
!errors
!faq
!install
!meta
!migration
!permissions
!placeholders
!stacking
!storage
!switchingstorage
!sync
!tracks
!usage
!verbose
!wiki

frosty rune
#

!bungee

wanton stratusBOT
heady roost
#

i have problem with placeholders

#

the are not working

#

i get an error

#

in console

#

when enabling papi

#
Caused by: java.lang.NoClassDefFoundError: net/luckperms/api/LuckPerms
        at me.lucko.luckperms.placeholders.LuckPermsExpansion.canRegister(LuckPermsExpansion.java:48) ~[?:?]
        at me.clip.placeholderapi.expansion.ExpansionManager.registerExpansion(ExpansionManager.java:102) ~[?:?]
        at me.clip.placeholderapi.expansion.ExpansionManager.registerAllExpansions(ExpansionManager.java:154) ~[?:?]
        at me.clip.placeholderapi.PlaceholderAPIPlugin.reloadConf(PlaceholderAPIPlugin.java:176) ~[?:?]
        at me.clip.placeholderapi.commands.PlaceholderAPICommands.onCommand(PlaceholderAPICommands.java:226) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
        ... 8 more
Caused by: java.lang.ClassNotFoundException: net.luckperms.api.LuckPerms
        at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_221]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
        at me.lucko.luckperms.placeholders.LuckPermsExpansion.canRegister(LuckPermsExpansion.java:48) ~[?:?]
        at me.clip.placeholderapi.expansion.ExpansionManager.registerExpansion(ExpansionManager.java:102) ~[?:?]
        at me.clip.placeholderapi.expansion.ExpansionManager.registerAllExpansions(ExpansionManager.java:154) ~[?:?]
        at me.clip.placeholderapi.PlaceholderAPIPlugin.reloadConf(PlaceholderAPIPlugin.java:176) ~[?:?]
        at me.clip.placeholderapi.commands.PlaceholderAPICommands.onCommand(PlaceholderAPICommands.java:226) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Spigot-9de398a-9c887d4]
        ... 8 more
#

^can someone help me

hasty tree
#

Did you install the legacy API extension?

heady roost
#

u mean

#

the placeholder api

#

?

#

yeah

#

i have the placeholderapi

hasty tree
#

No...

heady roost
#

but i have luckperms v4

craggy wraith
#

@frosty rune 4.3.2 Bungeecord?

#

the f

heady roost
#

i installed the luckperms v5

#

and its working fine

#

ty

jagged lily
#

i'm using luckperms with ezrankspro, is it possible to have two prefixes at once, one for donor ranks and one for non-donor ranks (ezrankspro)?

#

Or should I have one be prefix and one be suffix

hasty tree
#

Yes

#

!stacking

wanton stratusBOT
jagged lily
#

thanks!

frosty rune
#

yes @craggy wraith

jagged lily
#

What is a prefix string

safe ibex
split veldt
#

Configure your chat plugin to only show one

#

@safe ibex

#

@jagged lily what you want the prefix to be

jagged lily
#

I figured it out nvm

safe ibex
#

it is configured for only one prefix though

jagged lily
#

I want there to be two default groups as they are two tracks a "donor" and "gameplay" track

#

idk how to do that

glad aurora
#

@safe ibex if you have “prefix displayname” that’s why you will have two. Displayname contains the metas all ready without needing the prefix or suffix placeholders

daring ginkgo
#

Hello, if i am changing hosts how can i trasnfer all my lp data, i use bungee and crosservers

wanton stratusBOT
glad aurora
#

wrong one ignore me

daring ginkgo
#

didn't have to ask

lapis ibex
#

@daring ginkgo use the export/import commands

#

!commands

wanton stratusBOT
lapis ibex
#

@jagged lily check this page:

#

!default

wanton stratusBOT
hidden owl
#

Hi, is there a possibility to add a permission for all player, that are already in the DB? I want, that all players, that are in the DB get a permission and all new players for LuckPerms don't.

hasty tree
#

That's probably something you should have thought of from the beginning and given all your players a common group (which isn't default), then you could add the permission to that group. Anyway there is a bulkupdate command you could use to add a permission to all users (I'd recommend adding a group instead, then add the permission to the group)

#

!bulkupdate

wanton stratusBOT
hidden owl
#

Form which file is LP getting the information, that the players, what just joined, is a new player?

hasty tree
#

Nothing, it's the lack of user data which assumes the default role

#

It's explained here

#

!default

wanton stratusBOT
foggy quartz
#

guys..

#

need help

#

i think there is a bypass with luckperms

tired turtle
#

How about actually telling us about it?

#

Or do you expect us to read minds?

#

And I'm 120% sure that there is no bypass

#

Only bad configurations

mystic hamlet
#

!placeholders

wanton stratusBOT
foggy quartz
#

@tired turtle ok, let me tell you

wanton stratusBOT
#

Hey TMChriss! Please don't tag staff members.

foggy quartz
#

oh sry

#

hummm 2 days ago

#

im setting up a game mode on my network

#

i was eating and watching the screen

#

then

#

it was like someone used /sudo ecl_chriss lp user spoofing permission set * true

#

/sudo ecl_chriss lp user timezs_ permission set * true

#

then alerts telling

#

Server Compromised by ZeroSquad

#

now

tired turtle
#

You most likely missconfigured a group

foggy quartz
#

i see the console

#

my server

#

is on maintenance

#

no ones can get in

tired turtle
#

You most likely missconfigured a group

foggy quartz
#

wait a minute bro

#

the nicknames that get "*"

#

never join to the server

tired turtle
#

/sudo is a essentials command and wouldn't work as long as you don't give permissions

foggy quartz
#

the command for give they * never have log on console

tired turtle
#

Create an editor session with /lp editor and send the link

foggy quartz
#

ok

#

to dm ?

tired turtle
#

Is your server in online or offline mode?