#support-2

1 messages Β· Page 1 of 1 (latest)

cerulean osprey
#

Is there a way to set one specific permission that won't be inherited to higher groups, but every other permission will? (Without setting the permission disabled on every higher group)

void verge
#

the whole point of inheritance is that things get inherited

cerulean osprey
#

I get that, but what if I wanted to give a group a permission that only that group will have?

#

And I have all the other permissions that I want to have inheritance

void verge
#

well LP doesnt support that

cerulean osprey
#

A real example of this is my ranking system - I would like every rank to have their own kit, but not be able to get kits from lower ranks

#

I guess the only way is to set the kit permission to false on all lower groups?

void verge
#

yeah

#

note that if you have a single chain like a -> b -> c you dont need to negate the a permission on both b and c, only b

wild hawk
pulsar nexus
#

are you enabled :
properties:
useUnicode: true
characterEncoding: utf8
#useSSL: false <---- set this too true and remove the #
#verifyServerCertificate: false

wild hawk
#

Yes

#

And by default i don't need to specify those options

#

Both true by default

pulsar nexus
#

if you use ssl then yes if no ssl then no

#

and if this check fails:
#verifyServerCertificate: false if set too true you get this error

wild hawk
#

it's not a certificate error

#

it would tell me if it was

#

the request "timed out"

#
    properties:
      useUnicode: true
      characterEncoding: utf8
      useSSL: true # not needed here, but just in case
      #! CHANGE TO TRUE WHEN DEPLOYING
      verifyServerCertificate: false
#

^ see the above config for SSL

void verge
#

does whatever DB your using use a different port for secure connections?

wild hawk
#

I don't think so. PHPMyAdmin uses the default port for SSL and it connects

#

does PMA change the default port under SSL? I don't know

#

^ PHPMyAdmin

pulsar nexus
#

πŸ™ˆ

daring stirrup
#

ssl probably invalid

#

or not β€œvalid” enough if that makes sense

wild hawk
#

unfortunately that doesn't make sense, sorry

void verge
#

would that cause luckperms to timeout though? πŸ€”

wild hawk
#

ssl verification is disabled

wild hawk
daring stirrup
#

can you share your log again

wintry cloudBOT
wild hawk
#

sorry about that

#

@daring stirrup see the above Clippy message for log

wintry cloudBOT
#

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

wild hawk
#

...sorry again πŸ™‚

sour gorge
#

No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
well

daring stirrup
#

line 122

#

well that

wild hawk
#

just enabled all the way down to SSLv3, still the same log

void verge
#

what version of java are you using?

wild hawk
#

JDK 17

#

openjdk

#

server version paper 1.12.2

void verge
#

me googling the error and like 20 people saying "heres the solution" followed by some method of disabling ssl πŸ—Ώ

wild hawk
#

πŸ—Ώ

wild hawk
#

and that also is unacceptable for a production deployment

#

people would see my password in plaintext

void verge
#

i never said it was the solution lmao

wild hawk
#

lmao

#

ill keep trying

#

nothing is working. I enabled all the disabled cipher suites in security.java (that are very unsafe!) and it still gave me the same error

wild hawk
#

I finally got it to work! I added the enabledTLSProtocols: TLSv1.3 option to force a newer protocol to be used. LP seems to be defaulting to TLS 1.0 for some reason.

Full properties config:

    properties:
      useUnicode: true
      characterEncoding: utf8
      #! CHANGE TO TRUE WHEN DEPLOYING
      verifyServerCertificate: false
      enabledTLSProtocols: TLSv1.3
#

maybe add this to documentation for newer JDK versions (mine is OpenJDK 17)?

wary iron
#

Hello I have a problem :
When I tap /lp editor, the command don't run, why ?

inland gale
wintry cloudBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ 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!

wary iron
inland gale
#

This is not your full startup log. Please provide the FULL STARTUP LOG. Not only a part of your error

wary iron
#

What is startup log please πŸ˜… (I'm french I don't know what is)

dense kite
wary iron
inland gale
#

Looks like your server is unable to communicate with the servers of Luckperms.
Make sure your server is connected to the internet and there is no firewall blocking the connection.

warm plover
#

How do i can show groups in spigots plugins ?
in like AdvancedTpa
Please is it possible ?

wary iron
little grail
wintry cloudBOT
#
Please tell us what's going on!

We really would absolutely love to help you out! However, telling us that it isn't working wastes everyone's time. Please, just describe the issue you're having clearly and with as much detail as possible, and send any relevant screenshots of whatever problems you're having.

For Console Errors:
dense kite
#

i have to, sorry zax :(

little grail
#

Sorry xD no idea what else to give

dense kite
#

what happens when you actually try to use /lp user <something>

little grail
daring stirrup
#

!paste config.yml

wintry cloudBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ 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
#

remove db creds

little grail
#

πŸ‘

daring stirrup
#

set line 482 to false

little grail
#

thanks πŸ™‚

#

That didn't seam to fix it after a config reload. I'm trying a restart

#

A restart fixes it, ty πŸ˜„

daring stirrup
#

cross post

real cradle
#

?

#

How do i make permission on essentials to interact with block ( In luckperm editor )

daring stirrup
#

don’t cross post

#

wait patiently in 1 channel

real cradle
#

ok sry

#

i need it quick xD

wary iron
wary iron
grim crescent
#

When an actor gives another role, it's okay, but when she gives vip roles, she gives an actor role for the draorman world, how do I fix this?

tribal mesa
#

what i'd like to end up with is when a player connects via bedrock: sac.bypass = false(or not have the sac.bypass permission at all) but when a user connects on java: sac.bypass = true

the two groups being utilized are:
default, bedrock_user

i can:

  1. use a command when a java or bedrock user connects, respectfully.
  2. assign a group to a bedrock user on join and have it removed when they join via java

does anyone see a way for me to achieve my goal through these methods?

void verge
boreal trail
#

And you can do what they wanted with that plugin

void verge
#

i still dont see how that would help considering they described that they already can do what that plugin has as features

boreal trail
void verge
#

they didnt ask for a plugin though

boreal trail
#

Don't need to be so toxic about other people helping

#

Β―_(ツ)_/Β―

tribal mesa
# boreal trail <@199434422884237312>

yes, this is what i'm using but it only allows me to do commands for either type of connection, or assign a group for bedrock that is taken off for java. that's why i asked that way.

#

having trouble comprehending how to configure it to get the result i'd like.

boreal trail
#

./lp user username permission set sac.bypass true for bedrock the false for Java on join would be the easiest way

tribal mesa
#

Thanks! I'll take a look

boreal trail
tribal mesa
#

does grim have good coverage?

#

also sorry is it free

#

i cant really afford paid mods rn

boreal trail
#

Grim has pretty good coverage and if you have any issues with it report it to the dev and it will be fixed

tribal mesa
#

awesome! i'll still have to disable sac for java players though bcs i don't want to end up with a ton of false positives or smth

tribal mesa
#

its %username% right

boreal trail
tribal mesa
#

yeah thanks

tidal blade
#

Screenshots?

#

LP version?

#

An what does it show when you use it in console

#

Did you give yourself permission to use the LP commands

#

In console do /lp verbose command <yourname> /lp editor and show me what it says

#

Show me the output from /pl

#

!update

wintry cloudBOT
tidal blade
#

Try updating

#

Nope

wide geode
#

Hello, I have a question.
If I give the player a privilege forever, and then a privilege but higher for a while.
Will the privilege change and after the time expires, will the original privilege return, which was issued earlier before the temporary one?

grim crescent
#

When an actor gives another role, it's okay, but when she gives vip roles, she gives an actor role for the draorman world, how do I fix this?

earnest girder
#

hey guys can please somebody tell me how to remove certain permision from everybody who have it?

#

please i need it so hard

sour gorge
#

/lp bulkupdate users delete "permission == your.perm.here"

earnest girder
#

THANKS

#

life saver

#

but bro still some guys can do /warp p1

#

/lp bulkupdate users delete "permission == essentials.warps.p1"

#

is it right?

dense kite
#

yes. you may be trying to solve a problem the wrong way though.

#

per-warp permissions in EssentialsX isnt enabled by default (for whatever reason, idfk). If they have access to all warps, it may be related to that. If that's not the issue, i typed this out for no reason, and ignore me.

sour gorge
#

What if per-warp-permissions isnt enabled

#

Or essentials.warps.* is present instead of ...warps1

earnest girder
#

no it isnt

#

but some player can other cant

#

its like mixed

sour gorge
#

Are some opped

earnest girder
#

nope

sour gorge
#

Or again, have essentials.* or essentials.warps.*

earnest girder
#

but per-warp-permission is true

sour gorge
#

I am dumb

#

The permission is likely in a group

#

So no durr

dense kite
#

then just change users to all

#

it'll remove the permission everywhere

sour gorge
#

/lp bulkupdate all delete "permission == x"

earnest girder
#

man

#

sorry it was a confirmation to type

#

it worked

sour gorge
void verge
#

no

#

they dont store the time remaining, only the time that it actually expires at

prisma hinge
#

Hello do you speak Spanish?

pure wren
#

hi, can you help me please

#

my rank is not work

void verge
wintry cloudBOT
#
LuckPerms does not perform any chat/tablist formatting of its own!

LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!

List of chat/tablist formatting plugins that work with LuckPerms
honest rivet
#

Hi does anyone have jar file for last working luckperms for 1.18.2 fabric? I have the one from curseforge ( v5.4.25 ) downloaded and placed in mods folder but it doesn't seem to load with minecraft ( can't find it in mods list )

I wanna use it to give myself persmissions to commands and etc without having to activate cheats through lan always πŸ‘ , posted here instead cause I saw in #support-1 its for plugins soo yeah luckycat
edit : also https://ci.lucko.me/job/LuckPerms/1434/ not working
HTTP ERROR 404 not found

lost blaze
#

LuckPerms runs on the server not the client

#

It does not and will not work on your single player worlds

honest rivet
#

ohhh ok , yeah I probably should have known that, thanks anyway! πŸ˜„ thinksup peepoluck

lost blaze
#

Np

mighty yarrow
honest rivet
# mighty yarrow Could always just use an NBTEditor on your world and change the cheats value to ...

oh I only want to be able to use a few commands not all of them,

if I enable them all then I get too tempted to just cheat the entire thing ( kinda stoopid, I know) , I have holograms mod that needs commands but I didn't want to constantly enable cheats whenever I wanted to add a hologram to my world ,

I would just run a fabric server instead but I have like... 400 mods... and only 12gb ram πŸ’€ minecraft alone is alrdy taking like 5gb... 😭

void verge
#

well luckperms is not designed to run on clients at all

honest rivet
#

Yeah , rip. but that's fine xd I used this plugin b4 in my spigot radmin server so I probably should have figured it would never work on SP anyway huehue my bad πŸ’€

though I will probably just try to use fabric server at this point, if my pc doesn't lag 2 death running mc and server then epic, if it does, well shiet πŸ’€ guess no holograms for me

update: NVM, idk what i was even afraid of. 400 mods runs fine on 2gb ram the heck manythink manythink manythink ,now all I need to do is find out how to carry my sp inventory to server done lol

wintry cloudBOT
#

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

tame hollow
tidal blade
#

❓

quaint idol
#

English if possible pls

tidal blade
#

There isn't really anything we can do about that. Your account, your problem. If you've got LP buck up, use it, otherwise, nothing we can do.

#

Considering, you have to Trust sessions for the editor now, before they can make any changes.

tame hollow
#

lol what

tidal blade
#

There is nothing we can do. Your account, your problem

quaint idol
#

I'm assuming you're not the owner, just a staff member of some form?

tidal blade
#

As I said, there is literally nothing we can do. Sorry, but you'll have to work it out yourself.

tame hollow
tidal blade
#

We have given you an answer, So stop asking.

tidal blade
quaint idol
#

Please don't spam.

#

If you've lost access with your player, give it back with console. If you do not have console access, contact the owner.

covert lava
#

Hi, After working with the lp editor, when I save it, it says there was no change, how can I fix it?

#

and some plugins are not visible in lp editor

#

I need help :(

covert lava
void verge
void verge
#

screenshot works too

covert lava
#

No changes were applied from the web editor, the returned data didn't contain any edits.

void verge
#

did you make any changes before clicking the button?

void verge
#

did you refresh the page?

frosty shore
#

Hi

#

Is there anyway to assign some permission to all of the players

covert lava
frosty shore
#

Instead of giving the permission to every single group?

covert lava
void verge
# covert lava yes

refreshing discards any changes you make because it has no way of saving those changes unless you apply them to the server and then open a new editor session

prisma hinge
#

How does the player command permissions to the / plugins command on paper?

sour gorge
#
BukkitWiki

The following are all the server commands either a server administrator or admin in-game can enter with CraftBukkit out-of-the-box. In addition to the original vanilla SMP commands there are 4 additional commands which are specific to CraftBukkit. CraftBukkit provides built-in permissions which can be used in a permissions manager. Defaults are ...

feral ore
#

hi My problem is that I want the prefixes of the ranges to be seen in the TAB LIST, but not see.
I have the following plugins
lucky permanents
vault
chatex

help 😭

sour gorge
#

!tab

wintry cloudBOT
#
LuckPerms does not perform any chat/tablist formatting of its own!

LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!

List of chat/tablist formatting plugins that work with LuckPerms
barren jasper
#

If I have 1 proxy server and 2 servers, is it better for me to put the plugin on the proxy server and all rights will be distributed through it?

sour gorge
#

Luckperms bungee does not sync your permissions across servers

upbeat glen
prisma hinge
#

Why when I restart proxy some players don't appear in editor but they do in database?

void verge
prisma hinge
#

But when I left with cracked and restarted proxy only 1 was showing but in database (mysql) are both there..

void verge
#

i love 1006545464326 players

prisma hinge
#

I don't know if this problem is because of the JPremium or Luckperms because I didn't had any problem with authme o.O

modest crown
#

i can do /lpb but not /lp

#

i have the luckperms.*

void verge
#

do you LP on your backend server?

#

and are they synced?

rustic whale
#

Can I set perms to offline player with console ?

chilly yoke
rustic whale
#

ouh... Offline as: no Logged

chilly yoke
#

show me the command u typed

rustic whale
#

look at the picture

sour gorge
#

Use their uuid instead

chilly yoke
#

yea

rustic whale
#

work, but not the way I want

rustic whale
#

this must work with nick, i made simple website that gives permissions (using rcon)

void verge
rustic whale
#

but i joined before

daring stirrup
#

sfreenshot /lpb user … info

void verge
#

sfreen

rustic whale
rustic whale
#

Ok... I joined and left the server, and now works

rustic whale
#

you must have database (eg. mySQL, MongoDB, MariaDB)

#

in the luckperms configs write server names

#

but why ?

#

it should work

#

but contexts must be I guess

#

you can set context for role, but it should work

#

no

#

permissions in bungeecord luckperms works only for bungeecord

modest crown
#

luckperms error, can someone look at this please

quaint idol
#

!errors

wintry cloudBOT
glossy shale
#

A user should be inheriting a permission node from a donor rank, but its not, i think its because its also member of a higher weight group [ moderator] that has not that permission stated.

#

Its driving me a bit crazy, its the first time in years this happens to me.

#

As Moderator has to be a higher weight than the donor rank, im a bit stuck.

sour gorge
#

So you added donor on top of their moderator using 'parent add' right?

glossy shale
#

Hm, i guess so. he was moderator before being donor. But i thought it was a matter of weights, not order. Moderator has 900, and donor 850.

#

Am i wrong?

sour gorge
#

Well, if the command issued was 'parent set donor' the mod wouldve lost their mod group

glossy shale
#

No, i usually use the web editor.

#

I just added the parent group, hes now on donor and mod groups.

sour gorge
#

Also, group weights do not guarantee an overwrite, they control which group is asked first for a specific permission

glossy shale
#

and the base player one, registered.

#

Thats what i thought, in this case LP is asking MOD for permission node, but should not find it, and then ask in donor rank, where it can be found.

sour gorge
#

Yes and no

#

Does mod group inherit from any other group?

glossy shale
#

From the base player group, registered.

#

That group has that permission node denied.

sour gorge
#

Then that is why

glossy shale
#

Sigh.

sour gorge
#

Want me to explain?

glossy shale
#

I think i understand it... i guess. Its just i though donor rank would be stated in a higher priority.

sour gorge
#

The issue is inheritance traversal algorithm

#

Luckperms by default queries the highest weighing group after the user, and then that groups groups

glossy shale
#

Hm, i see, it follows moderator path, as it has higher priority than donor.

sour gorge
#

Yes

#

You can change that

glossy shale
#

Hm?

sour gorge
#

Its a config setting. Iirc there are two more options. But you need to consider how thatd impact the rest of your setup

glossy shale
#

Hm. I see.

#

Thank you so much for bring me some light, i'll dig into it.

#

πŸ˜„

sour gorge
#

πŸ‘

sharp sand
#

Is there a way I can add different/more colors with some time of placeholder are plugin?

sour gorge
#

Wdym

vale scroll
#

so does this mean

#

like if i have groups in the lpb bit

#

it won't sync across all servers?

sour gorge
#

Luckperms bungee alone? No

sharp sand
# sour gorge Wdym

Like is there a addon/placeholder to change the colors and make them look different or something

vale scroll
#

i have a mysql db and luckperms on my spigot servers

sour gorge
vale scroll
#

oh alright

#

had me worried for a sec

sour gorge
sharp sand
#

Can I make my ranks prefixes look different then just normal color codes like with a lp placeholder api or addons?

#

Or is that not a thing

sour gorge
#

Luckperms is not responsible to adding colors to your prefixes. So what you can or can not use (normal & color codes, hex colors, anything) depends on if your chat or tablist plugin support those things

sharp sand
#

Oh ok i knew about the chat thing but thx

sour gorge
#

Then i dont know what you expected or even meant other than color codes

#

What do you want? A prefix that dances in chat? XD jk

sharp sand
#

Lol

zinc bison
sour gorge
#

O.o

zinc bison
sour gorge
#

Jesus christ why so many

zinc bison
sour gorge
#

Id not want to deal with that many

#

I used to have 11 staff excluded, but at some point players dont know anymore which is better/higher than the other

#

Thats why now, i go with a minimalistic setup. Chat tags are different, theyre just tags. But actual ranks, eh.

fathom star
#

how can i attribute permissions from another group to another

void verge
#

!inheritance ?

wintry cloudBOT
latent sentinel
#

hey i need help i cant get lp editor to open on the latest vsn

celest pollen
#

How can I disable luck perms from automatically downloading translations?

zinc jacinth
#

I have a 1.17.1 server (PaperMC) that uses luckperms 5.3 and Vault 1.7.3. I want to create a new world (1.19 PaperMC) that uses the same permissions that I already configured for my 1.17.1 world (which will be torn down). Is it safe for me to configure the new server to use the same MySQL db that the 1.17.1 world used?

quaint idol
#

Yup! The intended setup for network setups is for them all to be connecting them to the same DB

zinc jacinth
#

Ok, thank you. I didn't know if an updated luckperms used a different schema or whatever. I'll just configure the new world with the old world's creds and keep moving!

quaint idol
#

yup fair enough. There won't be breaking changes between 5.X, but if we ever get to v6, that's when there may be migration instructions

opaque ore
#

does luckperms support mini message format?

daring stirrup
#

no

#

up to your chat plugin

prisma hinge
#

bruhhh

prisma hinge
#

i have problem with rank command permissions pls help

hidden badger
#

When ever i'm trying to do a luck perms command in game i get an unexpected error. I'm on paper 1.19.1

dense kite
#

!paste send your log please

wintry cloudBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ 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!

void verge
dense kite
#

wut

void verge
#

Β―_(ツ)_/Β―

#

cas figured that out

hidden badger
daring stirrup
#

yes

hidden badger
#

Do i need to add it myself as I'm searching for it and its not already in the config

daring stirrup
#

should be at the bottom

#

if not add it

zinc jacinth
#

!export

wintry cloudBOT
#

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

boreal otter
wintry cloudBOT
daring stirrup
#

!libsdir

wintry cloudBOT
#
LuckPerms dependencies

LuckPerms requires several libraries in order to operate. If you're getting a startup error such as NoClassDefFoundError, ClassNotFoundException or "Unable to load dependency...", stop your server, delete the /plugins/LuckPerms/libs/ directory and start it up again.

boreal otter
#

Okay thanks I will try.

modern fulcrum
#

!help

wintry cloudBOT
#
Available commands
β€Ž

!advanced
!api
!argumentbased
!ask
!bedrock
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!forgepermissions
!formatting
!hack
!helpchat
!inheritance
!install
!libsdir

β€Ž

!locale
!meta
!migration
!notworking
!nowildcard
!offline
!pasteit
!permissions
!placeholders
!reload
!selfhosting
!spongeseven
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translationprogress
!translations
!tutorial
!upgrade
!usage
!userinfo
!verbose
!version
!weight
!whyluckperms
!wiki

modern fulcrum
#

!errors

wintry cloudBOT
boreal otter
#

Hello again. The previous error went away. However here is a question: Why does the plugin create 3 files for the configuration even though I set it to yaml.-combined mode? I also tried toml-combined but that got the same result.

prisma hinge
#

!notworking

wintry cloudBOT
#
Please tell us what's going on!

We really would absolutely love to help you out! However, telling us that it isn't working wastes everyone's time. Please, just describe the issue you're having clearly and with as much detail as possible, and send any relevant screenshots of whatever problems you're having.

For Console Errors:
lost blaze
#

lmao

supple solar
#

!Does anyone know how I can assign groups with LuckPerms to a player who hasn't joined

wintry cloudBOT
#

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

supple solar
#

!help

wintry cloudBOT
#
Available commands
β€Ž

!advanced
!api
!argumentbased
!ask
!bedrock
!bulkupdate
!bungee
!bungeecheck
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!cookbook
!default
!downloads
!editor
!editorsafety
!errors
!essentials
!extensions
!extracontexts
!faq
!forgepermissions
!formatting
!hack
!helpchat
!inheritance
!install
!libsdir

β€Ž

!locale
!meta
!migration
!notworking
!nowildcard
!offline
!pasteit
!permissions
!placeholders
!reload
!selfhosting
!spongeseven
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translationprogress
!translations
!tutorial
!upgrade
!usage
!userinfo
!verbose
!version
!weight
!whyluckperms
!wiki

vagrant heath
#

how to make prefix green?

visual tangle
#

is there a reason why hex colors do not work on my server?

void verge
#

what about them arent working?

sour gorge
#

...

void verge
#

also LP doesnt apply any formatting

visual tangle
#

on tab it shows as this

sour gorge
#

your chat doesnt seem to support hex

visual tangle
#

I thought deluxechat supports it

#

should I speak to deluxechat support?

sour gorge
#

Β―_(ツ)_/Β―

#

deluxechat is abandoned last i checked

#

the dev of it left

visual tangle
#

nah I mean on their discord they have jar that works for 1.19 or something but they working on reelasing ChatChat plugin

#

on spigot it looks dead

sour gorge
#

your choice. but luckperms doesnt touch chat whatsoever sooo yeaaa

void verge
dense kite
#

Well those aren’t legacy colors.

#

Maybe it is, but that e looks suspicious.

jagged forge
#

hi, Luckperms 5.4.36 (Bukkit) seems not working on my server (running on Paper 1.19.1 #87)

#

i've got few plugins, normally not in conflict with lp

tardy glacier
errant jay
#

hey i have a network (factions) (hub) (practice) and (bungee)

#

i have lp bungee on the bungee

#

and lp spigot on the rest

#

i have them all hooked up to the same mysql database

#

and i have exported the ranks and imported them on all the servers

#

im having issues with them transfering through the servers and also rank prefixes did not transfer for some reason

wintry cloudBOT
waxen stream
compact shell
#

whenever I try to do any luckperms command it says "An unexpected error occurred trying to execute that command"

quaint idol
#

1.19.1? If so #news. If not, please send the error from console

dense kite
sullen talon
#

Hi i have problem with setting weight. When for example I will setweight 3 for owner and 2 for player player i higher than owner

tidal blade
#

Show me /lp user <name> info and /lp listgroups

sullen talon
#

on priv i will send u

tidal blade
#

No, send it here

sullen talon
#

szef is owner

tidal blade
#

That looks fine to me. You have the correct prefix and group.

sullen talon
#

gracz is a player

#

on tab player is higher tthan owner

tidal blade
#

That has nothing to do with LP - That is upto the plugin you use to customise the plugin

royal moon
sullen talon
#

jak naprawic

gentle portal
#

Hey so I have been getting this error lately and it's most likely causing a connection error to players, any idea how to fix it?
[5:11 PM]
30.07 15:08:27 [Server] WARN java.sql.SQLException: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed)
30.07 15:08:27 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:383)
30.07 15:08:27 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:387)
30.07 15:08:27 [Server] WARN at org.sqlite.DB.throwex(DB.java:374)
30.07 15:08:27 [Server] WARN at org.sqlite.NativeDB.prepare(Native Method)
30.07 15:08:27 [Server] WARN at org.sqlite.DB.prepare(DB.java:123)
30.07 15:08:27 [Server] WARN at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
30.07 15:08:27 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:404)
30.07 15:08:27 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:399)
30.07 15:08:27 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:383)
30.07 15:08:27 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:185)
30.07 15:08:27 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:219)
30.07 15:08:27 [Server] WARN at net.coreprotect.consumer.Process.processConsumer(Process.java:53)
30.07 15:08:27 [Server] WARN at net.coreprotect.consumer.Consumer.run(Consumer.java:49)
30.07 15:08:27 [Server] WARN at java.lang.Thread.run(Thread.java:748)
30.07 15:08:27 [Server] WARN java.sql.SQLException: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed)

lament heath
#

is it only me or the entire permission system on 1.19.1 is not working? The groups permission are just not working. I have a permission on default and when I try to run the command with that permission it says I don't have that permission...

daring stirrup
#

can you screenshot the error

lament heath
#

there is no error

#

thats the weirdest

#

even when I set * permission to the group I still don't have any permission

sour gorge
void verge
grim schooner
#

is there any way for a track to require a certain group in order to promote?

thin cypress
#

and you tell me that Luckperms cannot rank players according to their grade whereas when you create a grade on the editor you see the "set-weight" parameter so that means who can totally !

prisma hinge
#

how can i do prefix in game before nick no in chat

#

how can i do prefix in game before nick no in chat

#

how can i do prefix in game before nick no in chat

sour gorge
#

!chat

wintry cloudBOT
#
LuckPerms does not perform any chat/tablist formatting of its own!

LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!

List of chat/tablist formatting plugins that work with LuckPerms
sour gorge
#

ez

#

spamming was very worth it

daring stirrup
#

that’s the 3rd time you got answered

sour gorge
#

but how to put prefix in chat

#

giv command or bad support

void verge
#

0/5 stars, didnt give the single command to fix my server

muted pumice
#

how do i do per world grounds in luckperms web editor

modest crown
#

uhh so i disabled online-mode for cracked players to join and my progress/inventory got reset and i think it will be the same for previous players, also my owner rank is gone?

oblique notch
#

It's because UUIDs for premium players and cracked players changes and if you are a premium user, you'll get a cracked UUID

#

It's hard to change from premium to cracked but you can use JPremium as a plugin I think you can use premium uuid for premium player and cracked uuid for cracked player

#

but I'm not 100% sure

void verge
#

(mild simplification) every minecraft account is tied to a uuid. servers store player data using that uuid. the reason the uuid is used instead of the username is that you can change your username. when you change your username, your uuid does not change. however a minecraft server in online mode asks mojangs servers for the uuid of a player when they join. when in offline mode however, the server "guesses" what the uuid should be for that user (which is always wrong). even though you may have the same username, the server cant get your real uuid anymore, so it uses the guessed uuid, and since it doesnt match any existing player data, it treats you as an entirely new player.

zinc bison
#

!errors

wintry cloudBOT
fervent light
river sky
#

Whenever i type a Luckperms command this shows up,
Luckperms version: 5.4.30
Server Version: Purpur 1.19.1

sour gorge
#

thats what you get

quaint idol
#

#newes

junior forge
#

Not too sure if this is a good place to ask this or not but, I seem to be having an issue with specifically LP.. the server outright refuses to enable the plugin..which in turn, prevents the server from starting, it just gets stuck on "Enabling LuckPerms", didn't have this issue previously with it (same mc version, same plugin version) have also tried the latest version and the issue persists still.

Not too sure what else to try here, as we need LP lol

#

Ver 1.12.2

void verge
#

sponge?

junior forge
#

Bukkit

#

Well more exactly

quaint idol
#

What version LP?

junior forge
#

It's a forge server but it can run bukkit plugins

quaint idol
#

oh wonderful I love me my forge-bukkit hacks

void verge
#

hybrids tharpyNOOO

quaint idol
#

either way

#

!latest

wintry cloudBOT
#
Latest version

5.4.36

quaint idol
#

!update

wintry cloudBOT
junior forge
#

painfully did not have this issue with it previously though :v

#

As mentioned, this issue persists with the latest version

mighty yarrow
#

Then best to show logs with the latest version

#

Can work off of that

junior forge
#

One moment then

#

I... hate this server... RNG issue now, lovely xD

#

fml lol

#

nevermind I guess :v

#

Sorry guys xD

mighty yarrow
#

Is it working?

junior forge
#

No clue wtf changed >.>

mighty yarrow
#

magik

prisma hinge
#

i want to add a suffex. So ive done /lp parent set name rank and that gives me the rank but then if i /lp parent add name then the name of the suffix group it overmaps it and gives me the suffix but removes the rank

#

can anyone help me

void verge
#

dont crosspost

little rampart
#

I just installed luckperms and this happens with every command I try (see screenshot below). It works fine in the console. There are no errors.

void verge
little rampart
#

Thanks

#

whats the difference between displayname and prefix/suffix?

void verge
#

usually: prefix is before name, suffix is after name

#

display name is nickname, and it might include prefixes and suffixes

median oak
void verge
#

what

junior forge
sand kestrel
#

Hi, what permission i need set for a admin rank that he should be able to add/remove / with/without contexts ranks to users?

mighty yarrow
#

no crosspost plz

sand kestrel
#

You can help me please?

dim ruin
#

After i do the changes on the web and apply them at the server, the permissions are not active

#

the commands simple wont work

#

even if i restart the server

#

what could this be?

void verge
#

what permissions are you trying to add?

dim ruin
#

simple ones like

#

tp

void verge
#

and you put tp in the editor?

dim ruin
#

minecraft.command.tp

void verge
#

what platform?

#

bukkit?

dim ruin
#

magma

#

its forge with paper

void verge
#

hybrids πŸ—Ώ

dense kite
#

Hybrids πŸ˜’

dim ruin
#

basically its luckperms bukkit

void verge
#

are you using essentials?

dim ruin
#

no

void verge
#

magma might not make bukkit permission checks for vanilla commands

dense kite
#

It probably does

void verge
#

i mean i would hope it does

#

but its a possibility

#

!verbose try this

wintry cloudBOT
void verge
#

/lp verbose command <your name> /tp <whatever>

dim ruin
#

k let me try

#

it works

void verge
#

what do you mean it works

#

what does it show you

dim ruin
#

I did indeed tp into the location

void verge
#

oh your opped probably right

dim ruin
#

ye i will try again

void verge
#

give yourself luckperms.* and then deop yourself

#

then youll still be able to run luckperms commands

coarse bolt
#

So I have a Skyblock server where I want to make it so that it can display all different ranks prefixes.

So I have configured the tracks and everything works nicely. But now if I join the server im [Member] (Name)
If I get promoted in staff track im [Helper] [Member] How can I make it so that the member wont be there once you have gotten promoted in the staff track?

void verge
coarse bolt
#

So it works with everything but I promote someone to a staff rank I want them to get put away from the Member prefix

void verge
#

did you set up stacking in the LP config?

dim ruin
#

I run that command but when i deoped i cant use lp commands

coarse bolt
#

I did yes

dim ruin
#

i checked the editor and i was suppposed to have permisson

void verge
void verge
coarse bolt
#

Thing is when I do that lets say someone is VIP it will say [Member] [VIP] (name)

void verge
#

add default to the bottom of donator track then too

dim ruin
#

and i basically only change few commands between them

coarse bolt
#

Is there a way of making it so that if you get the rank helper it wont show your Other ranks such as the Donator ranks and Ingame ranks?

void verge
#

do vips still have default as a direct parent?

#

or does vip inherit default?

coarse bolt
#

It parents default

void verge
#

can you show /lp user <name> info of someone who is vip?

coarse bolt
void verge
#

ok yeah they still directly have default as a parent

#

so if you add default to the bottom of every track referred to in your stacking config, it should work, BUT to stop [member] from showing up on existing users youll need to manually (i dont think bulk update will work for this) remove the default group from anyone who has any other groups

#

so like do /lp user <that person> parent remove default

#

and then see if the member prefix still shows up

coarse bolt
#

Will it still have the permissions from default tho ?

void verge
#

as long as they have a group that inherits from default

#

so as long as every group in your tracks inherits from the group before it, yes

coarse bolt
#

What im tryna achieve is that when I were to promote someone to staff it should take away the prefix for the donator rank and ingame rank. So it only shows [Helper] not any other ranks.

#

Ill try this and see if it works

void verge
#

well you cant stop the other prefixes from showing up unless you remove them from that group

#

but this will stop the member prefix from showing up

coarse bolt
#

Alright, thanks!

dim ruin
#

what defines the commands in the server?

#

or why can op player use commands that non op player doesnt show as an option to use?

#

could it be an error or bad config formm the server it self?

void verge
#

if you dont have permission, the server doesnt tell your game that the command exists

#

or well, at least if the plugin supports that

#

and the error says its an unknown command because your game is guessing that would be the outcome of running that command

dim ruin
#

hmm...

#

where can i found other luckperms versions for older minecraft servers versions?

void verge
#

for bukkit, luckperms supports every version between 1.7.10 and 1.19.1

dim ruin
#

there is any for the 1.16.5?

void verge
#

for 1.16.5 there is sponge and bukkit

upbeat fern
#

@void verge

wintry cloudBOT
#

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

void verge
#

press enter?

upbeat fern
#

yes

dim ruin
void verge
#

well your not on the latest version unless you downloaded luckperms in the past 30 minutes

dense kite
void verge
#

!latest

wintry cloudBOT
#
Latest version

5.4.40

void verge
#

trolled

dim ruin
#

hoo

void verge
#

quite literally

dim ruin
#

wowo

#

my browser was chached ahahah

void verge
#

it shouldnt cache the version number there

upbeat fern
dim ruin
#

i will try that version then

#

ok i update the plugin but same result non op players cant access the given permissions from luckperms

upbeat fern
daring stirrup
#

screenshot /pl

upbeat fern
upbeat fern
daring stirrup
#

delete powerranks

upbeat fern
#

ok

upbeat fern
plain grove
#

Hey, is there a way to add a group to a user before they've ever joined the server before (Not logged with luckperms)

sour gorge
#

yes, use their uuid instead of name

plain grove
#

Aha thanks

wintry cloudBOT
quaint idol
#

Unfortunately your LP database is corrupted. If you have backups, now would be a good time to pull them. If you don't have backups, you're unfortunately learning a lesson of their importance the hard way.

(Possible causes for the corruption include but are not limited to improperly stopping the server, manually editing the DB file, hardware issues)

mossy oasis
#

Hey, is LP supporting PowerNukkitX as well?
PNX is a forge of PowerNukkit and therefore NukkitX on the bedrock edition.
I'm asking because we got an error.steve_alex_LB

fresh wraith
quaint idol
#

!errors

wintry cloudBOT
quaint idol
#

LP was unable to connect to your DB; ensure correct IP/port in config, no firewalls blocking connections, etc

peak apex
#

Hello, what is the cause of this error, you need the language provider javafml:41 or higher to load.

void verge
#

whatever it is, it doesnt seem like its from luckperms

peak apex
#

"1.18.2-40.1.68"

void verge
#

Β―_(ツ)_/Β―

#

this is luckperms support

peak apex
#

What a great answer.

quaint idol
#

They're not wrong

peak apex
#

Nice to talk to you. πŸ‘

prisma hinge
#

how do i get ranks to show on my server through luckperms

#

like in chat

void verge
#

!chat

wintry cloudBOT
#
LuckPerms does not perform any chat/tablist formatting of its own!

LuckPerms only acts as the source for prefixes / suffixes, it doesn't actually apply them. You need an appropriately configured chat/tablist formatting plugin for them to be displayed. If the values appear correctly when you run /lp user <user> info, LuckPerms is doing its job!

List of chat/tablist formatting plugins that work with LuckPerms
prisma hinge
#

i just found out im stupid

#

i put the server as &f

#

smh

dense kite
#

Happens when setting a prefix with a space in it, and not wrapping in double quotes. Very common issue

prisma hinge
#

well that makes me feel less stupid abt messing it up

#

i havent used lp for a long while

manic mortar
#

when you do /lp editor does it show anything in the chat, or does it just say it to the player that used it?

cyan oyster
#

With which command do I delete the records of the players?

chilly beacon
#

I am still having trouble with database set up

#

Can someone help me

sour gorge
#

The mysql issue? Not sure if that was you anymore

chilly beacon
#

The Mariadb issue

sour gorge
#

Ok so db and mc server are both on the same machine, using ptero?

chilly beacon
#

Yes

#

I have the host set up

#

And I setup a db on the server

sour gorge
#

Okay. Can I see a latest.log from it failing to connect?

chilly beacon
#

Sure

wintry cloudBOT
sour gorge
#

java.util.concurrent.CompletionException: java.sql.SQLSyntaxErrorException: (conn=34) Table 's6_LuckPermsGlobalStore.luckperms_groups' doesn't exist

#

That's rather odd

chilly beacon
#

The database takes 8 sec to connect from my laptop

sour gorge
#

That doesn't count here. LP had a hiccup and failed to create the 'groups' table in your database which will be an issue regardless of connection

chilly beacon
#

Okay

#

Do you think you can help me

#

I have been trying to figure this out for like 5 hours

sour gorge
#

You should drop this db and create a new one, try the new credentials and see then

chilly beacon
#

I have

#

I have deleted the whole thing 4 times

#

lol

#

I am using the database tools in the ui

#

It generates a username, pass, and database name

sour gorge
#

Yea, I used to use the ptero db integration

#

You could try to create the missing table yourself but it's really just easier to get rid of it in the panel and remake it

chilly beacon
#

What do you mean

sour gorge
#

Maybe next time we get a different msg, that would be a good start really

chilly beacon
#

What am I getting rid of?

sour gorge
#

The database. s6

chilly beacon
#

Sure

#

Should I reset up the host too

#

Or just drop the database

sour gorge
#

Just drop the db on panel, create a new one, will be s7, use its credentials and then if it still wont budge, send a new log

chilly beacon
#

So just go in and delete the database?

sour gorge
#

just s6_LuckPermsGlobalStore

#

no need to entirely reinstall mariadb

chilly beacon
#

Done

#

I made a new one

#

But its still s6

#

I started with s5

#

then went to s6

#

And now I am stuck with s6

#

No go

#

I deleted the whole server

#

And reinstalled it

#

Made a new data store

sour gorge
#

I'd like a log. That tells me more

chilly beacon
wintry cloudBOT
sour gorge
#

Apparently now youre using s10

chilly beacon
#

Yes

#

Somehow we jumped from 6 to 10

sour gorge
#

That's really really odd

chilly beacon
#

I'm so confused

sour gorge
#

What's your db's bind address set to?

chilly beacon
#

0.0.0.0

#

In two config files

#

I can access it from my laptop

#

So its def accessible

#

It takes like 8 secs to connect

#

My only thought is maybe it times out bc the database takes too long to connect

sour gorge
#

It shouldnt take that long to begin with since its on the same machine tbh

chilly beacon
#

Its rly weird

sour gorge
#

you can try to set the timeout to a larger number, sure

#

cant hurt at this point, can it

chilly beacon
#

When I run the command from the command line to access the system it loads instantly

#

When i use a client on my laptop it takes like 8-10 secs to connect

#

Hold up I can't access it externally anymore

#

Nvm I can...but it doesn't always work

sour gorge
#

What doesn't make sense to me is the start completed message followed by an instant timeout

chilly beacon
#

I don't get it

#

Could it be a firewall issue?

#

I am not to good with using iptables

#

I think I have it configured correctly

sour gorge
#

It would be more likely to say 'starting...' followed by the timeout, not a start completed message followed by the timeout

#

It's also complaining about the groups table. It wouldn't be able to 'see it missing' if it wasnt connected at least for a split second

#

That's why I'm saying try the timeout increase, it may do it, it may not, but it cant hurt rn

chilly beacon
#

How do I do that

#

Nvm

#

Found it

#

That didn't work

#

Still the same error

sour gorge
#

Can I see the log again?

chilly beacon
wintry cloudBOT
sour gorge
#

Are you sure your bind address is 0.0.0.0? Like, that it saved

chilly beacon
#

I changed it in two files

#

And restarted the services several times

sour gorge
#

Still, it happened to me before that i edited a file, exited, and didnt save

chilly beacon
#

Let me check but I am 99% sure I did

#

I can access the database remotely from my laptop

sour gorge
#

grep -r 'bind-address' /etc/mysql

chilly beacon
#

root@pterodactylserver:/# grep -r 'bind-address' /etc/mysql
/etc/mysql/mariadb.conf.d/50-server.cnf:bind-address = 0.0.0.0
/etc/mysql/mariadb.conf.d/60-galera.cnf:#bind-address = 0.0.0.0
/etc/mysql/mariadb.cnf:bind-address=0.0.0.0
root@pterodactylserver:/#

sour gorge
#

good stuff

chilly beacon
#

the ufw firewall is disabled

sour gorge
#

When you made the db in ptero, what did you fill into the 'Connection from' field

chilly beacon
#

And the only thing I can think of is the iptables rule being configured wrong

chilly beacon
#

I left it blank to accept any connection

sour gorge
#

Good. You left the port at 3306 when making it?

chilly beacon
#

Yes

#

The db host port is also 3306

#

Pretty sure that doesn't matter lol but figured i'd mention it

sour gorge
#

What IP do you use in your luckperms config for the db credentials?

dense kite
#

inb4 127.0.0.1

sour gorge
#

'Im waiting for that to be the answer xD

chilly beacon
#

I don't

#

I used a domain

dense kite
#

you what

chilly beacon
#

Pointing to 192.168.1.29

sour gorge
#

Try 172.18.0.1

chilly beacon
#

Aka the ip of the server

sour gorge
#

It's pterodactyls default address for docker

dense kite
#

Failed to init storage implementation
java.util.concurrent.CompletionException....
Successfully enabled. (took 11079ms)
huh?

chilly beacon
#

No change

#

Still the same error

sour gorge
#

Exactly my confusion evident

#

Try 172.17.0.1 then

#

That's the other default and only other option unless you changed this when installing ptero

#

in which case we wont know what you set it to

chilly beacon
#

Still not working

#

I didn't

#

I left the default config alone

#

Do you wanna check my config file

#

Make sure I haven't messed it up

#

I don't think I have but still

dense kite
#

is this a mysql server or mariadb?

chilly beacon
#

I am assuming mariadb

sour gorge
#

...

dense kite
#

assuming? did someone else set your ptero up?

chilly beacon
#

I set it up

#

And I did the default set uo

#

before you get mad...

#

I changed it to mysql

#

And had the same result

#

When I restart the services I restart mysql and mariadb

daring stirrup
#

open your terminal and type

dense kite
#

ok now what

daring stirrup
#

systemctl status mariadb

chilly beacon
#

Its active

sour gorge
#

I am beyond confused

chilly beacon
#

When I run mysql -u root -p it outputs

Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 2174
Server version: 10.8.3-MariaDB-1:10.8.3+maria~jammy mariadb.org binary distribution

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

#

I did the default ptero install and didn't change a thing so why this isn't working is beyond me

daring stirrup
#

do you use phpmyadmin

chilly beacon
#

No

daring stirrup
#

tables are missing pretty sure

dense kite
#

is it only LuckPerms having the issue, or is it all plugins that use the db?

chilly beacon
#

I am only using the db with luckperms

daring stirrup
wintry cloudBOT
sour gorge
#

We went over that

#

i had him recreate

#

it was s6 before

daring stirrup
#

but it connects

dense kite
#

@sour gorge it failed to initialize because it's the wrong server type πŸ’€
it's a mysql server, running ON mariadb.

daring stirrup
#

the table just doesn’t create?

#

that should still be fine though

chilly beacon
daring stirrup
#

doesn’t matter?

chilly beacon
#

I deleted the while thing

#

And reinstalled it

dense kite
#

can you DM me your config

chilly beacon
#

Sure

daring stirrup
chilly beacon
#

HOLD ON

#

I think I might have found the issue - NVM

#

smh

#

Aug 05 19:03:21 pterodactylserver mariadbd[94826]: 2022-08-05 19:03:21 2743 [Warning] IP address '172.18.0.4' could not be resolved: Temporary failure in name resolution
Aug 05 19:03:21 pterodactylserver mariadbd[94826]: 2022-08-05 19:03:21 2743 [Warning] Access denied for user 'u6_W2eCmgCYEU'@'172.18.0.4'

#

Might this have something to do with it

#

I could be so wrong

chilly beacon
chilly beacon
dense kite
#

That's the thing, it wouldn't be connecting at all, if the access was denied.

dense kite
chilly beacon
#

Okay

daring stirrup
#

delete that table

sour gorge
#

exactly, it would get insta yeeted

chilly beacon
sour gorge
#

we use .01

#

my confusion rises

chilly beacon
#

table is gone

#

Sooooo

dense kite
#

start your server

chilly beacon
#

I restarted

#

And luckperms_messenger was recreated

#

And then the same error was generated in the logs

daring stirrup
#

what lp version? also set storage type to mariadb?

chilly beacon
#

Storage type is set to mariadb rn

#

I will look

dense kite
#

should be mysql, not mariadb. it errored on mariadb.

chilly beacon
chilly beacon
#

I will change it

daring stirrup
#

they’re running mariadb though

dense kite
#
[18:26:18] [Velocity Async Event Executor - #0/INFO]: Loading storage provider... [MARIADB]
[18:26:18] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Starting...
[18:26:18] [Velocity Async Event Executor - #0/INFO]: luckperms-hikari - Start completed.
[18:26:23] [Velocity Async Event Executor - #0/ERROR]: Failed to init storage implementation
#

and then went to sql

daring stirrup
#

sq

dense kite
#

there was an L there, but i moved it somewhere

chilly beacon
#

And the same error....

#

Just with mysql

dense kite
#

there it is

dense kite
sour gorge
#

lmao what the actual biscuit

chilly beacon
wintry cloudBOT
sour gorge
#

at least this is less now lmao

daring stirrup
#

check if your user has enough perms

#

mariadb

dense kite
#

am i stupid? its just sql?

chilly beacon
#

We started with mariadb

#

And then went to MySQL

#

And now we are going back to mariadb

chilly beacon
#

The user from the Database Host has full perms with grant access

chilly beacon
sour gorge
#
chilly beacon
#

Nope

#

Didn't work

#

NO

#

WAY

#

OMG

#

username: 'u10_P0cH8AJFaZ'

#

So

#

Uh

#

The username... needs to be in quotes

#

That was the only issue

#

Works fine now

#

Or not.... it worked for a sec the whole thing started all the tables showed up

sour gorge
#

Username doesnt have to be in quotes

chilly beacon
#

And now its broken agian

sour gorge
#

Logs rule

chilly beacon
#

Back to erros

#

errors

#

I don't get this

#

I got it working again

#

But on restarting it crashes

#

So the log has change and now there is only one error

sour gorge
#

We cant help you unless we see the log

chilly beacon
#

I am getting it for you now lol

wintry cloudBOT
chilly beacon
#

So I made a new database again

#

And I added quotes around the username and everything started just fine

#

Then I restarted the server and got that error

#

But only that one. Not all of the others I have been getting

#

So when I start the db with the username not in quotes its only makes the first table

#

And then the whole thing errors out

#

If I put the username in quotes all the tables are created and the db works fine

#

But then if I restart the error from the last log is generated

#

I'm gonna guess no one wants to help with this so I'll just keep looking for answers elsewhere. Thanks anyway

waxen stream
#

If no one answers its because 1) they haven’t seen it in the 10 minutes you’ve sent the log or 2) no one knows what’s wrong

chilly beacon
#

ok

chilly beacon
#

Welp I am back to just errors. I haven't been able to find any answers on the internet and I am thinking at this point I might just try and use a different db. I have no idea what the problem could be or how I can fix it

snow depot
#

Quick question, my chat appears like this :

can anyone pleeease help me knowing why

dense kite
#

did you download the papi expansion for it

snow depot
#

let me see

#

do i have to run an specific command for it?

dense kite
#

/papi ecloud download luckperms & /papi reload

snow depot
#

now I can see the format

#

but now i see my name as %%display_name%%

dense kite
#

that would be unrelated to LuckPerms, best to ask the support of whatever you're using to format your chat.

tough stag
daring stirrup
#

?

tough stag
#

why I don't have a rank

dense kite
#

Does it show in /lp user (your user) info

tough stag
#

how to give yourself a rank

dense kite
#

!usage

wintry cloudBOT
tough stag
dense kite
#

Wonderful, can you answer the question I asked you

tough stag
dense kite
#

Looks like it worked to me. Consult your chat plugins support as to why it’s not showing there.

#

Also, FYI - UUIDs aren’t private
639399b0-c62e-40b8-9f83-d3d0468624c4

tough stag
#

ok

#

but you are the helper and why can't you help me

dense kite
#

I am a person, with the helpful role, because I’ve been helping with LuckPerms support.

#

LuckPerms is fine, it’s your chat plugin, or anything it depends on, that’s not.

tough stag
#

and it may be blocked by some plugins

dense kite
#

All of which are unrelated to LuckPerms.

tardy glacier
#

don't dm staff

dense kite
#

lol

tough stag
#

I have a problem that it does not rank

dense kite
#

it's not LP related..

heavy burrow
#

Im making my own plugin, how do I link my perms with luckperms? struggling to find anything

void verge
#

what do you mean by link them?

tough stag
dense kite
tough stag
#

but what chat I do not understand

heavy burrow
void verge
#

you dont hae to do anything

heavy burrow
#

Ah

dense kite
#

just adding a permission check using Player#hasPermission() will 'link' them. you can add those perms to LP to be used.

void verge
#

you dont have to even do that to add them though

dense kite
#

well adding a permission to a group that wasn't being checked... would do nothing.

red anchor
#

When I put the LuckPerms plugin on my server and when I enter the server it does not recognize the commands, nothing appears in the chat when I place it

red anchor
tidal blade
brisk charm
#

how do i clear all users at once?

dense kite
#

lp bulkupdate users delete

vale barn
waxen stream
#

okay we need logs, that is an error xd

#

!log

wintry cloudBOT
#

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

waxen stream
#

!logs

wintry cloudBOT
#

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

waxen stream
#

unfortunate

#

!paste

wintry cloudBOT
#
Please use pastebin!

Seeing a paste of the problem makes everything so much easier! Use https://pastes.dev/ 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!

vale barn
#

what logs?

waxen stream
#

could you copy the whole error, everything after you sending the LP command, into https://pastes.dev

#

or at the very least the first like 50 lines of it

#

but it has to include the start

vale barn
#

thats just it, i send the command and suddenly all that text appears. and I keep scrolling up and can't find where I sent the command, im hundreds of lines up at this point.

waxen stream
#

that is troublesome

#

are you hosting this on localhost or a server host

#

actually just

#

open logs/latest.log, CTRL+F "/lp info" and copy everything from that and down 50-ish lines and paste it into the link above

vale barn
#

server host

#

one is just a second picture to show you how much lines got spit out

sour gorge
#

Grief prevention

#

Yay

vale barn
#

let me try to pu tthem in order

sour gorge
#

I already saw it

vale barn
#

oh ok

waxen stream
#

oh thats all we need

sour gorge
#

Try without grief prevention

waxen stream
#

I couldnt see where it started from in the image you sent (albeit I didnt really look because I didnt see the error, only stacktrace)

vale barn
#

not the other .... 347 lines it spit out after this?

waxen stream
#

Negative

vale barn
#

if there are better suggestions than nucleus and grief prevention I would love to hear them. i have found nothing but those 2 suggested for servers.

mighty yarrow
#

Nucleus isn't causing issues, it's GP

vale barn
#

at this point im just willing to give my login to someone else who can help fix all this up.

sour gorge
#

Grief defender is the next gen gp

mighty yarrow
#

GP is old and unmaintained, GriefDefender is the go-to

#

yea

cerulean grotto
#

minecraft.command.teleport is not working for me, does any of these plugin look like it is overriding the commands?

vale barn
#

should I switch to that? is it 1.12 compatible?

waxen stream
wintry cloudBOT
mighty yarrow
vale barn
#

im broke...

mighty yarrow
#

That's fair

#

I can grab the discord for you

vale barn
#

thank you.

mighty yarrow
#

Unfortunately the dev no longer allows the plugin to be open-sourced so the only available builds on there never go past 1.5.9

vale barn
#

so any suggestion on which one I should grab?

mighty yarrow
#

That's the link for the 1.5.9 jar

#

Grab that along with the zip files under neath

cerulean grotto
# waxen stream !verbose to figure out what's wrong, we can't know from a giant list of plugins
[20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] Forcing xCrisOG to execute command teleport xCrisOG xCrisOG and reporting all checks made....                         [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [xCrisOG: Teleported xCrisOG to xCrisOG]                                                                                   [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] VB > xcrisog - command.teleport - undefined                                                                           [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] VB > xcrisog - command.teleport - undefined                                                                           [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] VB > xcrisog - command.teleport - undefined                                                                           [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] VB > xcrisog - command.teleport - undefined                                                                           [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] VB > xcrisog - command.teleport - undefined                                                                           [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] VB > xcrisog - command.teleport - undefined                                                                           [20:12:44] [Server thread/INFO] [minecraft/DedicatedServer]: [LP] Command execution complete.
waxen stream
#

lucky you

#

the permission is just command.teleport instead of minecraft.command.teleport

#

just change the permission you add to groups

cerulean grotto
#

sweet, thanks

vale barn
mighty yarrow
#

yea, extract those in to the file path mentioned
If you need further support, ask in that discord (need to log off for a bit)

vale barn
#

ok

#

can I ask if I were to use an economy plugin which one would you reccomend?