#support-2

1 messages ยท Page 43 of 1

prisma hinge
quaint idol
#

invalid yml

fair prairie
#

hello! I know this is a luckperms server, but what's the best solution against uuid spoofing?

quaint idol
#

simple, online-mode=true

slow wraith
#

Is there a way to let the player buy a permission/group with ingame and/or reallife money?

quaint idol
#

through a seperate plugin, yes

slow wraith
#

do you know a good plugin for it, that possibly can both?

prisma hinge
#

ok so its invalid

zinc spade
#

Hello ๐Ÿ˜„ i have download LuckPerms for bungecoord and essentialX and vault. Now i try about 2 hours to show up prefix in the chat but i cant :/ is it enough to i have LP for bungeecord or also i need it for spigot?

tame hollow
#

!bungee

wintry cloudBOT
crude oar
#

u need the spigot one as well

tame hollow
#

LP should be installed on all servers and connected to a single database (mysql)

zinc spade
#

okay i need LP for the server, for bungeecord and need to connect to a mysql?

tame hollow
#

yes

#

it's best to follow the guide i linked above

zinc spade
#

ah very nice so i try it again ๐Ÿ˜„

prisma hinge
#

Well, i have no understanding on how to connect lp to mysql, i have put the pasword the database and the address and set storage method to mysql, but i still get the error above

#

that i send above*

#

i feel like im dumb

crude oar
#

my favorite feature about verbose is when you hover over a perm node and it shows a ton of text u can't even read cuz it goes off the screen

tame hollow
#

lol. much better to use the web viewer if you want to look at stack traces ๐Ÿ˜†

crude oar
#

yeah lol

#

not sure why it's even a thing in game tbh

zinc spade
#

okay now this work, but why have i now 2 time the sufix and one of them is direktly stick wit my name?

zinc spade
#

ah i have found it ๐Ÿ˜„

devout garnet
#

are you in windowed mode

#

i think its more readable if you switch to fullscreen

prisma hinge
#

i like windowed more

#

i can switch to other programs quickly

soft cosmos
#

not sure why it's even a thing in game tbh

  1. the command existed for a while before there was an online viewer
#
  1. it's much more readable if your gui scale is higher ๐Ÿ˜‰
tepid obsidian
#

How do I delete a Plot world? I created wrong.

barren fable
humble stream
#

Is there a way I can add a variable from skript to the suffix in luckperms

high raven
#

Is there a PlaceholderAPI placeholder for it? That would be the way to do it. Don't think you can add vars from Skript directly in, but idrk too much about skript

humble stream
#

are u talking abt the plugin placeholderapi?

high raven
#

Yes

humble stream
#

i do not

#

okay ill try that ty

barren fable
#

There's a LuckPerms Skript addon, or isn't it?

humble stream
#

oh yeah there i

#

s

wanton marten
#

Hey everyone,

Just wondering if I can setup LuckPerms cross servers WITHOUT having Bungeecoord.
I want 2 separate servers for lot of reasons, but all server will be connected to the same MYSQL database.

I want to to give a group to the player on the other server.

If player reach rank C on server A, he will get VIP group on server B.

btw, I put server: servername in the web editor, but this make nothing :(
The messaging-service is set to sql

Thanks again everyone and hope I can do this without buying a bungecoord server and a lobby since I want both servers separate and dont want to buy new servers for now

stuck coyote
#

yes that is possible

wanton marten
#

๐Ÿ˜ฎ how ? I check online I find nothing ๐Ÿ˜ฆ Do you know how to achieve this?

stuck coyote
#

First of all connect all servers to the same database and use sql as messaging service. Also change the servername for both so they both have a unique name. Now for the rank, make the C rank inherit the VIP rank in the server context for the server 1

wanton marten
#

Ok so I am close to make it work in fact tks for that ;)

One more thing:
If I player reach rank C on server A, how I can give them access to kit test on server B for example?

Sorry for these questions ๐Ÿ˜ฆ

stuck coyote
#

well if you use essentials for kits:
lp group C permission set essentials.kit.test server=ServerB

wanton marten
#

even if they are not on the same bungeecoord?

In the webeditor, I use the context to be server and than serverB, but don't work ๐Ÿ˜ฆ

high raven
#

Are all your servers connected to the same database? what kind is it

wanton marten
#

I will do more testing tomorrow and during the weekend and if I have any question I will ask them here. thanks again for your help and quick reply

stuck coyote
wanton marten
#

few players, not 50000, like 10 players connected at the same time

stuck coyote
#

See the option server: global ? replace the global with the server names

wanton marten
#

Already done, I ll check everything this week-end ๐Ÿ˜›

stuck coyote
#

Server A: server: ServerA
Server B: server: ServerB

#

Okay

#

you can also use verbose to find the source of the problems

#

!verbose

wintry cloudBOT
honest glen
high raven
#

!errors

wintry cloudBOT
high raven
#

Your error and solution are here ^

wanton marten
#

Rainbow, I try the verbose thing on my server A to see if anything goes wrong to send the permission to server B, but when I use the command, it simply display nothing related to this on the verbose.

When I run this from server A:
/lp user usernamehere permission set essentials.kits.bedrock server=serverB
It simply add it on server A and never send it to server B.

high raven
#

Are both servers connected to the same database, and which type is it

wanton marten
#

Both server are connected to the same MYSQL server. Each server got a different table name
The messaging service was set to sql
Each server had their name in the config.yml

high raven
#

The different table name is preventing them from syncing

#

they both need to connect to the same tables

#

If you set different table prefixes, you might as well use different databases

#

configure them both to connect to the same tables

wanton marten
#

in the config file, its say:
"

The prefix for all LuckPerms SQL tables.

- Change this is you want to use different tables for different servers.

"

I tought I need to setup 1 DB TABLE per server

high raven
#

I don't think that's all it says in the config, but no you dont

#

ah it truly is

wanton marten
#

So all server need to have the same table name like: luckperms_ for all server, so each players, groups, permissions will be added in the same table.

That make sense. How I can migrate everything from serverA with a different DB to serverB?
Do I need to export it, put the file on serverB and import this file?

high raven
#

yes, but when you import you need to run lp import <name>.json.gz --merge

#

then they will merge instead of override

wanton marten
#

ok if I dont put --merge, it will overrite it, right

#

ahahah ^^ ;P

high raven
#

indeed

#

and then make server A connect to the same DB and tables as B

wanton marten
#

So in serverA, I need to: lp export test.json.gz

high raven
#

yes

#

keep the file as it is, put in server B

#

also no

#

sorry

#

silllly me

#

just run lp export test

wanton marten
#

Not able to import it, always told me this:
[04:24:30 INFO]: [LP] Command Usage - Import
[04:24:30 INFO]: [LP] > Imports data from a (previously created) export file
[04:24:30 INFO]: [LP] Arguments:
[04:24:30 INFO]: [LP] - <file> -> the file to import from

I also try to do:
/lp import test --merge

or

/lp import test.json.gz --merge

I also try to reboot and do the commands again, same issue.
I will try to update to latest LP version even if I have: LuckPerms v5.1.26

high raven
#

yes update

wanton marten
#

๐Ÿ˜ฎ ๐Ÿ˜ฎ ๐Ÿ˜ฎ Everything works :)

Thanks a lot seriously :)
I love all the time and the amazing job Luck put on this plugin

#

And of course all the time, helpers, mods, etc put on support ๐Ÿ™‚

#

Its really appreciate

high raven
#

:)) no problem!

quaint idol
high raven
#

happy to help

quaint idol
#

thank you for remembering the human ๐Ÿ˜›

wanton marten
#

In fact I have a really big problem

quaint idol
#

cracks knuckles what've we got

wanton marten
#

all permission, prefix and everything also works on the serverA from serverB.

How I can put everything from serverB into serverb instead of global in the db

#

Do you know the mysql syntax to execute to change that?

quaint idol
#

like per-server permissions?

wanton marten
#

yeah

high raven
#

!context

wintry cloudBOT
quaint idol
#

!contect

wintry cloudBOT
#

Sorry! I do not understand the command !contect
Type !help for a list of commands.

high raven
#

ooooof

quaint idol
#

double oop

wanton marten
#

๐Ÿ˜›

#

Yeah but to update all of them by batch edit ๐Ÿ˜›

#

2050 groups to edit from 900 players

quaint idol
#

2050?!?!?!

wanton marten
#

2050 groups from my prison server to change from global to prison

high raven
#

ok

#

do you still have the old tables

#

from prsion

#

the unmerged ones

#

because the easiest way to apply context is before the merge

#

(shoulda told us first :P)

wanton marten
#

yeah I backup the DB

#

dont worry

high raven
#

ok good

#

do you have both halves

#

from before the merge?

#

cause you're gonna need to access server a tables on server a

#

and server b tables on server b

#

but not have them both together

wanton marten
#

NP lets rollback the db ๐Ÿ˜‰ noone online at this time

high raven
#

awesome

#

!bulkupdate on each server, hold up

wintry cloudBOT
high raven
#

lp bulkupdate all update server <PRISONSERVERNAME> "server == global"

#

That will replace all global contexts with prison context

quaint idol
#

NP lets rollback the db
wow the rare person who actually seems to have a grasp on servers and backups and other important info for running a server
not only do you have backups, you know how to use them

wanton marten
#

Yeah I always run backups before running anything that can change it ๐Ÿ˜‰ Same thing as server backups

#

Thanks for this ๐Ÿ˜‰

high raven
#

lp bulkupdate all update server <PRISONSERVERNAME> "server == global"
^ this one for prison
lp bulkupdate all update server <OTHERSERVERNAME> "server == global"
^ this one for the other server tables

then re-merge

wanton marten
#

so re-export and reimport in-fact?

Lets try everything, thanks a lot ^^ I let you know in few mins

high raven
#

basically un-merge, do the context update, and re-merge yeah

#

in that order

wanton marten
#

uuuhhm

I do the bulkupdate and it wipe groups, permissions, users, etc ๐Ÿ˜›

high raven
#

you need first to separate tables, so only prison is on one set of tables

#

the bulkupdate command will add server=prisonservername context to all nodes

wanton marten
#

Already made that.

I rollback the db and re-use the old table for servera

high raven
#

does /lp listgroups have the groups?

wanton marten
#

Only the default one, but the database still have all groups

high raven
#

this is weird, what happens when you run lp editor

wanton marten
#

omfg, im stupid XD

high raven
#

๐Ÿ˜…

wanton marten
#

or not in fact.

LP recreate new table with servera_ but with double underscore XD

#

But config.yml only got 1 _

#

really weird

high raven
#

it adds the underscore

#

to ensure that there is one

#

at least i think it does manythink

wanton marten
#

servera_
prison got luckperms _

Why servera add 2 underscore ๐Ÿ˜›

high raven
#

not sure, tbh

#

easier to rename the server in the LP config though ๐Ÿ˜›

wanton marten
#

๐Ÿ˜›

#

and it work XD

high raven
#

i see, I think the prefix in the config is underscore free cause it adds one

#

awesome

#

now the other one ๐Ÿ˜›

wanton marten
#

yeah the biggest one with 2050 groups ahah

high raven
#

indeed

wanton marten
#

He update the db with 2050 groups in less than 3 seconds ๐Ÿ˜ฎ wow

#

how it is possible

high raven
#

Luck makes things well

#

It's well made

#

also, math

wanton marten
#

funny to see that this bulkupdate command don't touch the group.default permission for all users ๐Ÿ˜›

high raven
#

it can't

#

default is part of the reason LP runs so well

wanton marten
high raven
#

it will add context to the nodes within it though

wanton marten
#

got it twice for a user XD

high raven
#

lol ๐Ÿ˜‚

wanton marten
#

I will remove the one with a servername

#

**EVERYTHING WORKS ๐Ÿ™‚ **

#

Thanks guys ( or girls )

#

Small question. 4gb for bungeecoord was too much? Or 2 gb was ok?

alpine stream
#

Its plenty

wanton marten
#

for less than 20 players

alpine stream
#

4gb for 20 players is WAY more than enough ๐Ÿ™‚

high raven
#

you should be fine lol, on the bungee

alpine stream
#

^

high raven
#

nobody is actually like playing nor is the game running or anything

prisma hinge
#

Hey, I'm trying to remove perms from users, I have about 400 users listed and I'm just looking to reset the user portion completely as I'm currently doing a wipe on my server and just need to make sure that upon wipe their ranks don't transition over, is there an easy way to do this?

high raven
#

All user ranks cleared?

#

@prisma hinge lp bulkupdate users delete will clear all user data. lp bulkupdate users delete "permission == group.%" will remove all groups from all users if you don't want to remove individually set permissions

prisma hinge
#

awesome, the group one actually works out better! thank u so much

slow wraith
#

How can i let the player get a permission on his own with at example a sign?

quick lagoon
#

you will need a plugin that can run lp commands from console upon clicking on a sign

slow wraith
#

Ok thank you, but there is nothing like this already build in?

#

(Has not to be a sign, everything is welcome)

quick lagoon
#

no, lp is a permission manager plugin, for giving permissions without typing of LP commands (or the web editor), you will need plugin for it

tiny mountain
#

Does LP respect * permissions? I thought it did, just for one of our internal plugins is behaving differently with LP (we're trying to migrate from pex)

#

Permission factions.user.* on pex granted all permission nodes that started with factions.user e.g. factions.user.create, but now it doesn't with LP

high raven
#

it definitely should

tiny mountain
#

Aight, seems like I just needed to un-set then re-set it

tranquil dove
#

am i able to edit permissions while my server is offline?

junior lintel
#

Yeah, if you generate a web editor session prior to your server going offline, you can then save and use the applyedits command provided once your server is online again.

tranquil dove
#

oof

#

thanks man!

wanton marten
quaint idol
high raven
#

!faq

wintry cloudBOT
high raven
#

Last point maybe will help

lilac hazel
#

@proper pulsar spam ^

proper pulsar
#

And gone

stuck coyote
#

Mhmm, breakfast spam spam

wanton marten
#

Hi everyone,

Do you know how I can make few sub-domains to all point to the same bungeecoord instance?
I setup all of them to point the bungeecoord IP using A record, but when players choose other domains (not the bungee one) they got this messaGE:

Thanks in advance

Im pretty sure its possible to have multiple subdomains that redirect to the bungee server IP.

play.example.com --> bungeecord
prison.example.com --> Redirect to bungeecoord
serverb.example.com --> Redirect to bungeecoord

high raven
#

I think that's best asked in #general or even /r/admincraft

#

Cause there's a lot of knowledge at admincraft lol

wanton marten
#

Ok ๐Ÿ˜‰

#

It works finally ๐Ÿ˜‰ We can delete last messages if you want

lilac hazel
#

I could never seem to get that bit working, so I gave up :L

#

just ended up using ports ๐Ÿ˜›

prisma hinge
#

Originally asked in #support-1, but it seems a lot of others had questions in there too, so I'm posting it here for visibility.
How do I give each group perms like /sethome now? Even as the server owner I'm not able to do even /help anymore.

lilac hazel
#

!usage

wintry cloudBOT
lilac hazel
#

That'll guide you through setting up LP and enabling permissions for yourself and others

prisma hinge
#

I've done that, but for some reason it's not even letting me do /ban

lilac hazel
#

!verbose

wintry cloudBOT
lilac hazel
#

Use that tool to check to see if you have the right node, if you have the correct node it will say "True" next to its checks.

#

Otherwise it will either say false or undefined, hence why you can't do the command.

#

It will tell you the node you need to use in order to access that command and then you need to add that node

prisma hinge
#

For some reason commands like /ban aren't even showing up here?

#

I'm not even able to change my gamemode at the moment Nervoussweat

quaint idol
#

Sponge completely erases the concept of OPs as soon as it detects a permission plugin, you'll need to set up all the perms yourself

prisma hinge
#

The problem is that I already set up /ban yet I can't use it even though I gave myself admin

quaint idol
#

can you send a /lp editor link here pls

prisma hinge
#

Sure thing

quaint idol
#

!verbose

wintry cloudBOT
quaint idol
#

I suspect you are adding perms for the minecraft commands, when nucleus or something is handling the commands

primal nexus
#

24 hours spent in coding: yes

prisma hinge
#

So I need to remove Nucleus?

primal nexus
#

๐Ÿ˜„

quaint idol
#

no

#

just add the permission nodes for nucleus

prisma hinge
#

How do I do that?

quaint idol
#

!usage

wintry cloudBOT
quaint idol
#

just before we go any further, I just want to double check that you are indeed on sponge with nucleus, and I'm not confusing you with someone else

prisma hinge
#

I do have Nucleus installed as a plugin

quaint idol
#

ok

prisma hinge
#

You may be confusing me for someone else though

quaint idol
#

don't think so

prisma hinge
#

Ah okay then lol

quaint idol
#

!verbose to find the appropiate perm nodes for nucleus

wintry cloudBOT
quaint idol
#

!editor then you can add the nodes to your editor

wintry cloudBOT
prisma hinge
#

Here's the verbose viewer

quaint idol
#

I don't see you running any commands

prisma hinge
#

I think the Nucleus perms are already showing up

#

I just added /ban and /help as test ones

quaint idol
#

as in permission nodes /ban and /help?

prisma hinge
#

It's still not giving me permission to ues them in game

#

Yeah

quaint idol
#

that's not how nodes are structured

#

!verbose read this, do what it says, and it will tell you what the nodes are that you want

wintry cloudBOT
prisma hinge
#

I still don't understand, I'm sorry

quaint idol
#

/lp verbose record
<commands you want to know the perm nodes for>
/lp verbose paste

prisma hinge
#

What do I put for the commands I want to know

quaint idol
#

the commands you want to know the permission nodes for

prisma hinge
#

Can you give an example of how I'd write it out?

quaint idol
#

if I wanted to find the node for /kick (for my paper server at least), I do the commands, as spelled out above

#

if this does not explain it to you, I do not know what will

prisma hinge
#

Looks like they're showing up there now

#

Thanks so much

#

Is there a way to give myself every command available?

quaint idol
#

yes and no

#

* will appear to, but it can have some bad side effects

#

!nwc see here for more info

prisma hinge
#

Why's that?

wintry cloudBOT
prisma hinge
#

Ooo thanks

#

So once I give myself the permission, do I need to restart the server for it to be active or does it work right away?

tidal blade
#

It works right away

prisma hinge
#

Thanks

tidal blade
#

Use verbose, to see why the permissions are not working

quaint idol
#

!editor The editor does not live update, you need to click the save button at the top. Read this for more info

wintry cloudBOT
tidal blade
#

!verbose

wintry cloudBOT
quaint idol
#

Omega, it's still "new node" green, it hasn't been saved back to the server yet

tidal blade
#

good point

prisma hinge
#

lmfao I'm surprised I didn't notice the save button there

devout garnet
#

it doesnt auto save so that people can't use your link to edit your server

#

you need permission to apply the save

prisma hinge
#

IT WORKS THANKS SO MUCH

cedar bobcat
#

hey, I'm trying to deny a permission to a group called admins. I wan't to deny them the use of the track "donor" while still allowing them use of track "staff"
I tried using luckperms.user.promote.donor false but admins still had perms to promote with that track. Can someone help me?

high raven
#

if you're trying to use argument based permissions, check this here and make sure the option is turned on in the LP config

#

!argumentbased

wintry cloudBOT
cedar bobcat
#

if it isn't turned on, how do I enable it?

tame hollow
#

Config

cedar bobcat
#

ok ty

#

should I do it in luckperms or luckperms-bungee

high raven
#

are they synced to the same database?

cedar bobcat
#

yes

quick lagoon
#

you should turn on for all luckperms and luckperms-bungee then

cedar bobcat
#

thank you!

#

will try that

zenith iron
#

how do i make the prefix and suffixes work?

stoic sluice
dusky rose
#

I have a spongeforge server and am trying to get TabModifier working. This is the error I get. ExecutionError: java.lang.NoClassDefFoundError: Lme/lucko/luckperms/api/LuckPermsApi

stuck coyote
dusky rose
#

It still gave me the same error message.

#

I put it in the main luckperms folder too.

stuck coyote
#

thats not where it goes

#

you have to create a folder called extensions inside the luckperms folder, and in that extensions folder, put the extension-legacy-api.jar file

#

afterwards restart your server ( not reload, restart)

dusky rose
#

That is what I did. Sorry for not stating that.

stuck coyote
#

can you screenshot the folder structure please?

dusky rose
#

Sure. One sec

mighty flume
#

i tried using essentials powertool but it has a lot of problems. i need that my axe can summon lighting bolts

stuck coyote
#

Unrelated to LP

mighty flume
#

ok can u help me in offtopic plaessee

dusky rose
stuck coyote
#

can you try moving the extensions folder to the same place where the LP config is?

dusky rose
#

Still got the same problem

zenith iron
#

@stoic sluice i did that but the prefixes show as [] instead of what i put it as

quaint idol
#

[] could be caused by multiverse, you can disable it in their config

mighty flume
#

it's fun that no one is helping me even if 3 helpers are online ๐Ÿ˜ฆ

quaint idol
#

Your message is to do with essentials, which we have no obligation to provide support for

mighty flume
#

oh

#

it isnt essentials

#

i am literally saying that i dont want to use it

quaint idol
#

either way, has nothing to do with Luckperms, so #general please and thx

mighty flume
#

it is off topic

quaint idol
mighty flume
#

i know but i need help in offtopic

stuck coyote
#

@dusky rose can you do lp info and screenshot the responce?

quick orchid
stuck coyote
#

!storage

wintry cloudBOT
stuck coyote
#

that was wrong

#

!errors @quick orchid read this page

wintry cloudBOT
eternal peak
#

why does the prefixes not show?

barren fable
#

!chat

wintry cloudBOT
#
LuckPerms does not display things in chat!

LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!

eternal peak
#

thanks

stuck coyote
#

looks like you are missing papi

eternal peak
#

is that on minehut?

daring stirrup
#

Search for PlaceholderAPI (iif its one of those hosts where you cant install plugins yourself) if you have FTP access you can download PlaceholderAPI

eternal peak
#

i have that installed

daring stirrup
#

Install the Player & Vault expansion

eternal peak
#

okay

quick orchid
#

Well Tobi I figured out the issue and it was was something with mysql 8.0

#

and it was not listed on the system erros but yyou may want to add it

#

in mysql if you have the user profile authentication as sha256 you can get an error about about a public key. you can fix this by deleting that user and making a new one that uses the authentication type standard

ornate ravine
#

Hi, I have a quick question if I import a database, the old one is deleted?, or just adds the commands? i need that

#

Im using mysql

#

And i need to import a h2 database

lean sluice
#

Hey I use luckperms and every single permission I put in works except essentials warps I put in every permission for it and it always says no permission. I was wondering if someone could help. I used verbose and couldn't find the permission, what do I do next?

daring stirrup
#

what did you put after the verbose on?

lean sluice
#

essentials.warps.*

daring stirrup
#

try just doing /lp verbose on essentials

#

then do the command

#

because when you put essentials.warps.* it only checks for permissions that start with that

lean sluice
daring stirrup
#

did you type /warp after you enabled verbose?

lean sluice
#

Nope, ill do that now, sorry I never used verbose

daring stirrup
#

you haven't set essentials.warp

lean sluice
#

Omg that is such a rookie mistake thankyou very much for the help!

prisma hinge
#

How do I link luckperms with buycraft

high raven
#

Get buycraft to run luckperms commands

prisma hinge
#

Ik but what commands

daring stirrup
#

!commands

wintry cloudBOT
high raven
#

Parent commands to add groups

#

To users

prisma hinge
#

I know what cammand but what do I use as a %player%

#

Bc it didn't work

high raven
#

That's up to buycraft

#

Look at its wiki/docs

prisma hinge
#

Thx for help

quick orchid
#

in the console during start it seems to load fine and connnect to the database

#

It connects to the mysql server but it seems to be having an issue keeping the permissions for my character

high raven
#

that link isn't working for me, try bytebin here

#

!paste

wintry cloudBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!

For console errors:

Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!

Other errors:

Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!

quick orchid
high raven
#

Extacontexts?

#

something's probably missing in the way you defined the placeholder in the config

#

!extracontext

wintry cloudBOT
high raven
#
placeholderapi-placeholders:
  allowflight: "%player_allow_flight%"

this needs to be the format for what you're doing, you set the context name and what placeholder it actually is

quick orchid
#

I have this set the same as what it is on my other server

high raven
#

It's a nullpointerexception having to do with placeholderapi, so something, somewhere is missing

quick orchid
#

placeholderapi-placeholders:
allowflight: "%player_allow_flight%"
plothasbuild: "%plotsquared_has_build_rights%"

#

thats all I have

high raven
#

and what does papi parse <yourname> %plotsquared_has_build_rights% show

#

you may have simply forgot to run papi ecloud download plotsquared or whatever the PSq expansion is called

quick orchid
#

I copied the files from the first server and just edited all the mysql settings for some plugins

#

I figured it would still have those

#

I apparently was wrong though ๐Ÿ˜›

high raven
#

๐Ÿ˜‚ well I'm glad it's working now! (it is, right?)

quick orchid
#

well I still don't have permissions

#

but it gives me the admin prefix (probab;y cmi

high raven
#

i think you need to restart the server for the EC to fully apply its config if the placeholder wasn't there before, give it a shot

#

the context key will be plothasbuild and the value will be whatever that placeholder's parse returns

quick orchid
#

I restarted but I still don't have perms

high raven
#

are you sure they're the right ones? (do they work without contexts)

quick orchid
#

its not lgiving me an error about context now

#

I am not sure why but I think it is launching the server in online mode even though in the config its offline

#

just making sure in order to use a bungee network the bungee server should be on online but all the other servers connected to it should be set to opffline right

high raven
#

yeah

quick orchid
#

I am at a loss

#

I have all the expansions I need installed

#

all the same thats on the other server

high raven
#

are you sure they're the right ones? (do they work without contexts)
^^^^^^^^^

#

try adding them without contexts

#

do they work?

quick orchid
#

the only context I have is one for plotsquared and the flight one that came with it

high raven
#

i mean do the permissions apply when you add them without contexts

quick orchid
#

and this is not giving me any permissions

high raven
#

and did you actually enable the PAPI context in the EC config??

quick orchid
#

I think its something about luckperms not recognizing the character

high raven
#

if you can't try what I'm asking I can't help lol

quick orchid
#

well the thing is I cant run any commands on the player

#

I can add perms on the consol

high raven
#

wdym you can't run commands on the player?

quick orchid
#

so I have 2 servers on a bungee network

high raven
#

lp user <you> permission set * should give your character every permission

quick orchid
#

luckperms shares the same mysql database

high raven
#

and they both need to be synced to the same MySQL or similar online db

#

ok good

#

try adding the perms globally!

quick orchid
#

on one server I am admin and have all the perms

#

on the other server it says admin (I think its due to cmi formating chat) but I can't do anything

high raven
#

does lp user <you> info show the exact same thing on both servers

quick orchid
#

yes

high raven
#

then they're synced - did you change the contexts.json or turn off include-global in either LP config

#

(or any of the three settings below it)

quick orchid
#

on all 3 servers they are all true

#

well the 2 servers and proxy

high raven
#

when you run lp editor on each server, is everything in each editor the exact same?

quick orchid
#

yes

high raven
#

send one of those links to me

#

(here, I mean)

quick orchid
#

kinda messy Enjoy :p

#

the character I am using is thebeamer91

high raven
quick orchid
#

I have those worlds on this server

high raven
#

Alright, well I asked ya to try adding those perms to yourself with no context - if you do, do they work?

quick orchid
#

but even then I am not able to even do /lp editor as thebeamer91 on this server

high raven
#

try this - it adds the node luckperms.* to your user

#

/lp applyedits NmSfrsq0d5

#

run it from console

quick orchid
#

I can add those perms without context

#

the problem I seem to be having is that my character on this server is default and not in the admin group

high raven
#

so the lp user <user> info doesn't return the exact same thing

#

๐Ÿคฆโ€โ™‚๏ธ

#

this is why i asked lol

quick orchid
#

it does in the console

high raven
#

send a screenshot of lp info from both backends

quick orchid
#

of both servers

high raven
#

and lpb info from the proxy console

quick orchid
high raven
#

just lp info, not lp user <you> info, pls

quick orchid
#

oh sorry

high raven
#

so they're all identical

#

that's good, you're in admin on both servers

#

there is no problem with anything as far as I can see, ngl. maybe you forgot to name the server in the LP config for the new server

quick orchid
#

name the server

#

I am going to assume I did not

high raven
#

first option in each LP config

#

it's how LP knows server contexts

quick orchid
#

it was set to global

high raven
#

then server-based contexts simply don't do anything, in case you set any

#

there is no problem though because you have the same groups and perms on each server

#

if you want to ensure the context is correct join the server, run lp user <you> info, and see the applicable contexts list

#

that will show you the name of the world you're in as LP sees it

#

and make sure you add that world to the list of contexts that LP sees

quick orchid
#

it shows it on the screenshot I sent you when I did the wrong thing

high raven
#

indeed

quick orchid
#

But on the second server I can not do any admin commands

#

it shows I should but for some reason I cant

#

guess the next thing to do is verbose

high raven
#

definitely

#

or even lp user <you> permission checkinherits <node>

#

for the command you wanna do but can't

quick orchid
#

it came back with [LP] thebeamer91 has permission customizer.* set to undefined in context global. (inherited from self)

high raven
#

then you need to add that perm to admin group

#

or your user

quick orchid
#

wait

#

wrong node

#

well I figured out what I did

#

And I feel really dumb now

#

the majority of commands I was trying to use required op

#

I thought I oped myself but spelled the name wrong

high raven
#

i see

#

well it works

#

๐Ÿฅณ

quick orchid
#

I thought for that command It was a permission not op but I guess thats what I get for letting my second do the permissions in the first place

high raven
#

there are always (for any decent plugin) permissions

#

you can find them on the plugin wiki

#

or using verbose

quick orchid
#

I thought he added the permission nodes to lp I was wrong

high raven
#

i see, yeah you'll need to add those to have em ๐Ÿ˜›

fair prairie
#

Hello!

#

I've got an issue. When my admin logs off the server, for some reason he loses his admin rank. He still has the node, but he can't do hi's permissions, and his prefix is not appearing

high raven
#

That's very strange - is the server online-mode: set to true or false in the server.properties file

fair prairie
#

It's set to false, but he's using the same uuid, and player name. We'we got authme, and other fancy stuff to protect players.

In authme, I set the group move in login. When someon joins, they get moved to a group that has 0 permissions. After they log on, they get the default role, witch allows them to switchs servers.

high raven
#

Doesn't matter, if the UUID changes there's not much to be done in the way of making them keep permissions. And UUIDs change when you steal the game

#

I can't help with offline problems

fair prairie
#

I'm using the original verison, the server is offline because we are doing a survival game with like 15 players, and one of them isn't bought the game.

quaint idol
lilac hazel
#

I'll never get sick of that.. LOL

civic thistle
#

within the vault information it appears that luckperms is chat but not deluxechat

tame hollow
#

ignore that

#

it's irrelevant

civic thistle
#

placeholderapi doesn't do its job with luckperms well and doesn't show my prefixes :c

#

every time I put% luckperms_prefix% a blank field appears

wind dust
#

Have you downloaded the luckperms placeholder expansion?

#

Though, why not just use the vault placeholders?

civic thistle
#

yes,
started since i update luckperms

#

is the same?

wind dust
#

The API changes massively in the 5.0 update, so the expansion needed to be updated

tame hollow
#

%vault_prefix% should work as well

#

there are a few options for prefix placeholders

civic thistle
#

%vault_rankprefix% it helped me ๐Ÿ˜„

#

but deluxechat still doesn't work xd

tame hollow
#

two very conflicting sentences there, lol

#

so it works but it doesn't?

#

anyway probably best to ask the HelpChat guys for DeluxeChat support

civic thistle
#

I had a problem using the placeholder of luckperms but vault solved my life xd

#

Thank you very much for the advice โค๏ธ

wanton marten
#

hmmmm, I replace context "none" by "server: global" in the web editor and save, but when I run the command in-game, it told me:
Is that normal?

Thanks in advance

midnight otter
#

None = global
Unless your server name is called "global"

#

@wanton marten

wanton marten
#

Ah ๐Ÿ˜‰ that make sense. Thanks

tired trail
#

hey could someone help me out with a bulk update command

#

I can't wrap my head around the syntax

#

just want to update all groups with a permission without a context have a context

#

so group.Z no context will be group.Z server=here

high raven
#

lp bulkupdate groups update server NEWCONTEXT "server == global"

tired trail
#

cheers

high raven
#

So for you newcontext will be here

#

Np!

tender ether
#

how would I keep the luckperm message from popping up in chat with commandblocks

high raven
#

lp log notify off

quaint idol
#

(Only those with luckperms.log.notify (or something) get that message, so don't worry, your players don't see it)

tender ether
#

oh ok thanks!

lime fern
#

am i allowed dashes (-) in permission nodes?

quick lagoon
#

nope

#

perms nodes are set the true or false

lime fern
#

oh

tidal blade
#

Adding - to a permission to negate it, is just done by added false instead of true in the command.

lime fern
#

ohhhh ok

#

so how would i use cdne.change-reason permission node?

#

actually nvm ill read up

tidal blade
#

Oh, if it's like that than you can still use - We thought you meant like -some.permission to negate the permission.

lime fern
#

oh ok

#

thx

#

so /lp user mekb permission set -etc would be the same as /lp user mekb permission set etc false?

quick lagoon
#

no

lime fern
#

oh

tidal blade
#

The first one won't work. You need to use the second one

lime fern
#

kk

#

thx

prisma hinge
#

The Players have a prefix in the player list and in the chat
but ...
how to setup, that the players also have their prefix over their skin

rigid fractal
#

Hi, please, how can I fix this? It shows, when I try to log into my server... Permissions data for your user was not loaded during the pre-login stage - this is likely due to a conflict between craftbukkit and the online mode setting. Please check the server console for more information. ๐Ÿ˜„ what?

daring stirrup
#

!paste

wintry cloudBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!

For console errors:

Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!

Other errors:

Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!

daring stirrup
#

Also if you're using (craft)bukkit update to paper or atleast spigot

#

nvm i think you got helped in gen 1

raw lynx
#

How come editing with lp editor doesn't write to my permissions.yml file?

daring stirrup
#

LuckPerms doesn't use permissions.yml

raw lynx
#

Oh okay.

#

So is there anyway to deny myself (an op) a permission?

#

I have a permission that I do not want (Silent Join/Leave) but as op I inherit that automatically.

daring stirrup
#

yeah you can negate perms

raw lynx
#

How so?

daring stirrup
#

set them to false

#

basically you you normally set a perm but with false at the end

#

so /lp user (user) permission set example.perm false

#

!permissions

wintry cloudBOT
raw lynx
#

But as op I auto get it though?

daring stirrup
#

yeah but luckperms denies perms even if you're op

daring stirrup
#

Uhm, make sure it's the right permission? Because to my knowledge it does negate perms even for ops

raw lynx
#

It is the correct one.

#

For some reason

#

Nothing seems to be working

#

I created group admin

#

and set the prefix to "Admin"

#

which didn't work

daring stirrup
#

!chat

wintry cloudBOT
#
LuckPerms does not display things in chat!

LuckPerms is only able to send information to formatting plugins so that they display them properly. LuckPerms does not put the prefix in front of your name, you need a chat formatting plugin to do it, and you need Vault. Same goes for the tablist! If the information appears correctly when you run /lp user <user> info, LuckPerms is doing its job!

raw lynx
#

wait

#

@daring stirrup Do I need to set a DB for this to store to?

daring stirrup
#

No, unless you want to sync stuff

mighty spear
#

For a single server or for a network?

raw lynx
#

Single server

mighty spear
#

Yeah no, you don't need to

raw lynx
#

Okay.

#

Can you help me @mighty spear ?

wintry cloudBOT
#

Hey SteelenVelvet! Please don't tag helpful/staff members directly.

raw lynx
#

-oop

#

my bad

mighty spear
#

Explain the issue?

raw lynx
#

Oh okay.
So is there anyway to deny myself (an op) a permission?
I have a permission that I do not want (Silent Join/Leave) but as op I inherit that automatically.

#

Just copied and pasted

mighty spear
#

Set the permission to false

raw lynx
#

I have.

mighty spear
#

And don't use the OP system

raw lynx
#

At all??

mighty spear
#

Give yourself * if you really want (although that has it's own drawback)

#

It's not ideal to use both at the same time for exactly these reasons

raw lynx
#

Okay Jay, when I grant * true, it overrides anything I have set false.

#

Any reason why?

acoustic raptor
#

It shouldnโ€™t. Pretty certain any negated permissions override your granted permissions.

raw lynx
#

Mind helping me then?

acoustic raptor
#

Well you mustโ€™ve done something wrong. Did you disable the OP system?

raw lynx
#

I've deoped myself.

acoustic raptor
raw lynx
#

"[LP] admin already has discordsrv.silentjoin set in context global."

tame hollow
#

have you tried verbose?

#

!verbose

wintry cloudBOT
raw lynx
#

No, this is kinda confusing.

#

@tame hollow

wintry cloudBOT
#

Hey SteelenVelvet! Please don't tag helpful/staff members directly.

acoustic raptor
#

Iโ€™d recommend you take some time to read the wiki to better understand.

lilac hazel
#

Got your groups/weights set up correctly?

#

If you have not setup weights correctly LP won't know what false permmission/true perm should take priority.

bronze ocean
#

I've got a question, im trying to self host the editor ATM, and right now. I can't seem to load the web server. Does it need any ports open? according to the guide bytebin listens on port 8080, which i opened that, but other then that, it doesn't seem to work.

#

I did the automated installer

bronze ocean
#

bytebin

barren fable
#

Did you add a config option?

high raven
bronze ocean
#

yes, it's reachable

#

but when adding that option, luckperms can't connect anymore to the editor

barren fable
#

What option?

bronze ocean
#

bytebin-url fails

barren fable
#

You want to self host?

tame hollow
#

failed to connect to 192.168.0.90:80

#

should be a good indicator of what's wrong here

bronze ocean
#

should i open port 80?

#

@barren fable yes

wintry cloudBOT
#

Hey kokomo123! Please don't tag helpful/staff members directly.

bronze ocean
#

oops, sorry.

tame hollow
#

that's an address on your local network, is it not hosted on the same machine?

bronze ocean
#

it is located on the same machine, so i guess i better reinstall and just put in 127.0.0.1 right?

#

or localhost?

tame hollow
#

either should work

bronze ocean
#

alright, thanks.

#

ill let you know if it doesn't work again here

tame hollow
#

just try to access it in the browser to easily test it

bronze ocean
#

alright

bronze ocean
#

Localhost doesn't work turbotails...

tame hollow
#

@proper pulsar made the installer, maybe he can help

bronze ocean
#

alright, ill wait for his response

proper pulsar
#

wassup?

#

@bronze ocean

forest carbon
#

alguien habla espaรฑol

#

??

proper pulsar
#

Btw using the local IP should work just fine, if you made the web server listen to that

bronze ocean
#

i tried using my local ip, it didn't load or anything

forest carbon
#

n spoki inglish

proper pulsar
#

Are you using nginx or apache? @bronze ocean

bronze ocean
#

i just used the automated installer, so im assuming apache.

forest carbon
#

what's support

proper pulsar
#

Well if it doesn't ask you about a webserver it uses the one that's installed

bronze ocean
#

hm.

proper pulsar
#

@forest carbon this channel is support.

#

!ask

wintry cloudBOT
#
Please ask your question!

Please ask the question you have. Don't ask to ask, or ask to DM someone. There are people here to help you, but we need to know what to help you with, so please just ask the question you want to in as much detail as possible!

Why shouldn't I ask to ask?
bronze ocean
#

should i just install nginx?

proper pulsar
#

No need to

bronze ocean
#

ah

proper pulsar
#

Can I see the contents of the apache virtual server file?

bronze ocean
#

I had to uninstall it, but i'm gonna reinstall it again... so one moment.

#

where should apache be installed?

proper pulsar
#

Install it as you would normally

#

Nothing special about the installation

bronze ocean
#

alright

#

installing fine...

proper pulsar
#

Btw what OS are you using?

bronze ocean
#

Debian 10, buster.

proper pulsar
#

Ok

#

That's what I've been testing with so I know it works

#

Probably something a bit off with either your configuration or server

#

But nothing that can't be fixed

bronze ocean
#

alright, its installed.

#

so just paste the lines it says to put in?

#

or what do you want me to do

proper pulsar
#

Well I want to see the whole LP web installer log

bronze ocean
#

alright

#

wheres the install log stored? should i just paste it all in the bytebin website?

proper pulsar
#

The log is the output of the script

bronze ocean
#

k

proper pulsar
#

And yes bytebin is fine

bronze ocean
#

alright, im gonna pm you a picture of the log address, or i could just sftp it over then cp

proper pulsar
#

?

#

Just copy the text from the console

#

Just send the stuff here

bronze ocean
#

mkay

proper pulsar
#

It's just local IPs anyways

bronze ocean
#

k

#

that's the full paste

proper pulsar
#

I'm looking at it

#

Something is off

bronze ocean
#

alright

#

what's off?

proper pulsar
#

I'll need to investigate

bronze ocean
#

alright, ill be here

#

I don't know if it matters, but i'm running this on a vm

#

the minecraft server works fine in a vm

proper pulsar
#

No no

#

All good

#

Now I need you to run a few commands and show me the output. It should be small, so just paste it here

#

sudo which apache2

#

sudo which a2enmod

#

@bronze ocean

bronze ocean
#

alright

#

so a2enmod is missing

stuck coyote
#

try aenmod

proper pulsar
#

Yeah. The commands missing is very very odd

bronze ocean
proper pulsar
#

sudo apt install apache2

#

Maybe apache isn't installed properly

bronze ocean
#

installing apache2 now

#

installed.

proper pulsar
#

What? How did it detect it being installed before then?

bronze ocean
#

not sure ยฏ_(ใƒ„)_/ยฏ

#

odd

#

so what should i do now

proper pulsar
#

Run the installer again it should work now

bronze ocean
#

k

#

installing

#

installation successful

proper pulsar
#

Try it

bronze ocean
#

ok starting

proper pulsar
#

Great

#

You can open the website now, right?

bronze ocean
#

Connecting...

proper pulsar
#

I need the log again

bronze ocean
#

of? install log?

#

or server log

proper pulsar
#

Yes

bronze ocean
#

k

proper pulsar
#

Install

bronze ocean
#

this was after apache install

#

i just simply did ./install.sh

tame hollow
#

did you reload apache?

bronze ocean
#

what's apache's reload command

tame hollow
#

dude

proper pulsar
#

The script does that

tame hollow
#

ahh

bronze ocean
#

o

#

oof

proper pulsar
#

Run sudo netstat -tupln for me please

bronze ocean
#

do i need to open 8123 then?

proper pulsar
#

no

tame hollow
#

that's dynmap and nothing to do with LP

bronze ocean
#

ah gotcha

proper pulsar
#

Nope, that's the bytebin turbo

tame hollow
#

really??

proper pulsar
#

sudo ip a please

#

Yes

tame hollow
#

why is it using that

proper pulsar
#

Because I had to put a port

#

And if that is used already it finds a new one

tame hollow
#

oh well that's alright lol

#

i'll just shut up

#

i obviously don't know anything ๐Ÿ˜‚

bronze ocean
proper pulsar
#

I mean I'm kinda offended by your mistrust in my scripting abilities ;P

bronze ocean
#

woah bro, i caused some tension

proper pulsar
#

Just for the lulz can you ping the VM from your computer?

tame hollow
#

is that actually the VM address

bronze ocean
#

yes

#

do you want me to show you network manager

proper pulsar
#

According to the screenshot it is @tame hollow ๐Ÿ˜›

#

Erm can you try to ping the IPv6?

#

And if so try that as the URL

#

Wrap it in [] though

#

The only thing I can think off is Firewall

bronze ocean
#

here's ufw screenshot

stuck coyote
#

where is port 80?

proper pulsar
#

Note there's an important port missing

#

Problem solved ladies and gentlemen

stuck coyote
#

ufw allow from any to any port 80

proper pulsar
#

I already patched the weird edge case with apache being only half installed

bronze ocean
#

alright

#

starting up the server

#

gonna test the editor now, thanks for your help

proper pulsar
#

You're welcome

bronze ocean
#

Cleaning up my screenshots

summer fractal
#

why cant i add some of the commands to groups

high raven
#

not sure what you mean - try being incredibly specific on what you're doing and the circumstances

keen dock
#

he eating restriction is related to worldguard.build.item.apple.use, will I have to add each food individually?

high raven
#

you can add worldguard.build.item.* to allow everything for all items

keen dock
#

Thanks

keen dock
#

can anyone tell me what permission should i give an adm to be able to build on spawn?

quick lagoon
#

try in server.properties set spawn-protection=0

#

if it doesnt work means another plugin is blocking it

prisma hinge
#

Hello So I want a player to get a rank by clicking on a sign So waht is the command I have to bind to give this rank

#

I tried doing /lp user [user] parent set rank

#

but doesnt work

#

is there a command to add ranks without specifying the name of the user

high raven
#

it's up to the sign plugin

#

their user placeholdersare used

cinder saddle
#

Can some one help me ? When I run LuckPerms with MySQL and when I change server my rank isn't updating and my user is save twice one with my nickname and one with my UUID.

quaint idol
#

!bungee has bungee been configured proeprly as per this page?

wintry cloudBOT
cinder saddle
#

I don't have the bungeecord version just the spigot

#

I need to have it ?

quaint idol
#

You don't need luckperms-bungeecord for permission sync to function, but most people generally want it

cinder saddle
#

The problem is when I go to the editor my user is save twice my uuid and by nickname

#

but in the first server my user is just save with my nickname

quaint idol
#

!update I think that was patched fairly recently, try updating

wintry cloudBOT
cinder saddle
#

I already updated the plugin

quaint idol
#

how recently? There's usually a new build at least once a day

cinder saddle
#

I updated it today

#

So ?

oak berry
#

Hello, i have a little problem with my groups and prefix weights can someone help me ?

#

I have 2 players groups

#

The first, the basic is "employe" and has a weight of 500 and a prefix of weight 500 which is "&6[Employe]

#

The second is a sort of a vip group which has a weight of 600 and a prefix of weight 600 which is "&d[Employeur]

#

But when a player has only the "employe" group, he has the prefix of the "employeur" group

#

why ??

#

it's completely strange

#

Do someone has an idea of how i can fix this ?

#

I've tried to inverse the weights but it does nothing

#

just changing the prefix of the user even if he is in another group

#

and yes i have the latest version on spigot, the 5.1.26

high raven
#

@cinder saddle is the server online-mode=true

#

@oak berry try using lp user <name> meta info it will show you where the prefixes come from

cinder saddle
#

No I'm using Bungee cord so I need to leave it false

high raven
#

In the bungeecord proxy it should be true

#

The config for the bungee

cinder saddle
#

Yes it is true in the config

high raven
#

!bungee have you followed the steps on the first link?

wintry cloudBOT
high raven
#

Especially pre-setup

cinder saddle
#

I'll see it and I'll tell you thanks

#

I already made all of this

#

I used the plugin many times but it is the first time I have this problem

wind dust
#

Is this a new server, By_skill?

cinder saddle
#

What do you mean by "new server" ?

#

I created it on my VPS today

wind dust
#

Okay, can you show me the output of /lp user <your username> info please?

cinder saddle
#

Okay 2s

#

It's on the 2 different servers

wind dust
#

The first server does not have ip-forwarding configured correctly. If you're using spigot, make sure you have bungeecord set to true in your spigot.yml again

cinder saddle
#

Yeah I forgot this thing thanks

#

Ok nice it's working thanks RyanJH

wind dust
#

No problemo ๐Ÿ™‚

civic flint
#

i found a epic error O.o

#

i setting vip with this command: lp user {name} parent addtemp vipesmeralda 30d accumulate

#

an user has this temp for more than 1 month O.o

high raven
#

Wdym? That looks like 1 week which is certainly less than a month

oak berry
#

Hello, how can i push the modifications from the applyedits command to the mysql database ?

#

is there a command or something like that ?

#

or this is automatic ?

tame hollow
#

Automatic

oak berry
#

oh nice

#

๐Ÿ˜‰

#

Please, can you help me with my problem ?

#

[Tue, 9. Jun 2020 21:51:45 CEST INFO] [LP] -> 600 - '[Employeur]' (inherited from employeur)
[Tue, 9. Jun 2020 21:51:45 CEST INFO] [LP] -> 500 - '[Employe]' (inherited from employe)

#

I've tried the method of Larry and it tells me the text above

#

i don't understand what i need to do

#

i want the users in the "employeur" group to inherit the permissions of the "employe" group not the inverse

tame hollow
#

/lp group employeur parent add employe

oak berry
#

i've done that already and it doesn't work

tame hollow
#

problem solved

oak berry
#

it doesn't work

tame hollow
#

please explain

#

"doesn't work" is not going to get us far

oak berry
#

it does not change anything at all

tame hollow
#

still too vague. what are you expecting to happen?

oak berry
#

Oops, sorry i lied to you because, i've told you that your command doesn't work because last time i've tried it, it doesn't worked but now, i've cleared all the inheritance between groups and do your command and now it works, i think, last time, i've tried it, i've done shit but now it works !!!!!!! THANK YOU VERY MUCH !!!!!

#

Do you forgive me?

#

๐Ÿ˜ฟ

tame hollow
#

sure :P

oak berry
#

that's nice

green pollen
#

Still doesn't work Larry any other idea?

ornate gulch
#

Is there any way to update a players permissions without sending log messages. (Send the command silently)

high raven
#

yeah

#

lp log notify off

#

only people with the permission will see it anyways though

ornate gulch
#

a "no" would of worked

#

because that doesn't solve my issue. Just telling me to turn off the notify

quaint idol
#

So you'd have rathered larry not tell you how to not recieve that message?

acoustic raptor
#

Or you could just be more specific and not get funny with him for trying to help?

quaint idol
#

Well the part he want's to not see is the log notify, and larry told him how to turn it off already

acoustic raptor
#

I think he means for singular commands, but I'm not a mind reader and I don't think anyone else who tries to help is

quaint idol
#

If you really don't want to see it, I believe the node to recieve the logs is luckperms.log.notify, so can also just set that to false on yourself

#

Yeah usually people who ask that have a commandblock or similar that runs a parent set command after a user presses a button or something. I understand why they want to disable it, but to help prevent people abusing power, we don't have any way to not log actions. Same reason why you can't delete anything from Discord's audit logs

wanton marten
#

Hey, its me again with another really nice question.

I setup some permission from group to be available network-wide.
But the player that got the group before this modification got the permission twice like group.default
One time for the Prison server and another time for the Survival server.

I just want to know if you know something to fix this without having to edit each player one by one.

Maybe a bulk-edit command for every commands that looks like: deluxetags.tag.THETAGHERE
So the plugin will replace every context from server:prison to none when this permission: deluxetags.tag.* is found anywhere in LuckPerms MYSQL Database.

Is this command will do the trick to replace the any permission that start with deluxetags.tag. from prison to global context?
/lp bulkupdate all update permission ~~ % deluxetags.tag. "server == prison"

I think I will do per permission to make sure that all mines related permission from the prison will not be set to global ;)

Thanks in advance

high raven
#

!bulkupdate

wintry cloudBOT
high raven
#

/lp bulkupdate all update server global "server ~~ %" "permission ~~ deluxetags.tag.%

tawdry nimbus
#

is that the command to up date all and not lose your rank and perms

high raven
#

It should yeah, but you should always make a backup and then try it

tawdry nimbus
#

ok i will make a backup

high raven
#

But u weren't the one that asked so I'm confused

#

Are you sure you want all deluxetags to have global context

#

Cause that's what that will do

tawdry nimbus
#

now do you do it in anyone of your servers or do you have to so do it in the bungge

#

and yes that is ok if it dose that

high raven
#

If your servers are synced properly, anywhere

tawdry nimbus
#

ok thank you

#

hey Larry can i ask another question

high raven
#

Yes

mental trench
tawdry nimbus
#

larry my factions servers is different but i don't know if it is bukkit or what it is

quick lagoon
#

as in different server software?

#

screenshot lp info for that server

tawdry nimbus
#

ok thank you

pseudo bear
#

So is there a way to use Essential's kit system with the group system with LuckPerms?

high raven
#

Yeah

#

Essentials kit system is config+perm based

#

You make the kits

#

And then give perms to them to groups

tame hollow
#

Consult the essentials docs for more info or ask their discord

pseudo bear
#

Ok thanks

wanton marten
#

Thanks a lot Larry ( no tag, so if you this, thanks again) and it is what I want ;)
The bulkupdate is very POWERFUL.

You should add little bit more examples on github related to the bulkupdate ๐Ÿ˜‰

high raven
#

No problem! Yeah it's pretty nice, there are a bunch of ways to use it online because it's basically just SQL bulkupdate format, but yeah I should probably add some more to the wiki myself haha

wanton marten
#

Anyway, it works like a charm and its a really fast command. 2050 groups in less than 1 second

#

Any way to implement a flag to prevent me to confirm the command each time?

radiant plaza
quick lagoon
#

!errors

wintry cloudBOT
high raven
#

@wanton marten unfortunately not, for safety reasons so that the only way to do it is to have full access to the console. You can delete an entire server's perms setup in one command and that warrants the extra safety

wanton marten
#

true

#

Funny to say this:
Run /lp bulkupdate confirm 99xx to execute the update.

When the console don't support / for commands ๐Ÿ˜›

high raven
#

it does in luckperms

#

so even people who don't know that, can still use it

wanton marten
#

bulkupdate save me probably hours of work. So cool, much better than pex. Not comparable ๐Ÿ˜‰

high raven
#

indeed ๐Ÿ˜‚

vale cairn
#

Any supoort here?

high raven
#

Yes usually

#

When people can answer they do

vale cairn
#

i linked My LuckpermsBungee to MySQL but after this when i execute /lpb user (Player) permission set luckperms.* true & /lpb user (Player) Permission set bungeecord.command.server true from console
i dont get any permission. Please help.

high raven
#

Send screenshots of lp info from the backends and lpb info from the proxy console

vale cairn
#

Its my friend's problem but he doesn't know english. @limber fiber

#

1min i'll get it from the console.

high raven
#

Then let's keep the support the same lol, it helps if we know what you've already told us or been asked to do

vale cairn
#

Im here because he doesn't know english lol

high raven
#

What's with the weird nickname

#

I'm on mobile and will be unable to tag you

#

Plus hoistings kinda... Er...

#

ยฏ\_(ใƒ„)_/ยฏ