#general

1 messages · Page 326 of 1

regal ledge
#

I'm a bit new and I don't know where to find it

vague plume
#

Sir, please download the LuckPerms bukkit version from the website. Then open your server files and put the jar into your folder called 'plugins'

trail shuttle
#

!download

outer vesselBOT
regal ledge
onyx mason
#

..

#

Read

trail shuttle
#

use paper

quick cargo
#

do you have a page where I can make an itemshop for a server without a company? (best if you can pay there with Polish zlotys)

vague plume
#

what

quick cargo
#

?

#

itemshop without a company

scarlet light
#

What does that mean? Like, you want a store?

quick cargo
#

Yes

#

but for everyone I have to have a company founded ...

scarlet light
#

then use tebex or craftingstore. not sure what "without a company" is supposed to mean

quick cargo
#

because in each one I have to fill in the NIP (tax identification number) of the COMPANY as well as the name and address

scarlet light
#

not with either of the ones i just said.

quick cargo
#

Okay, I'll see

#

only that it is impossible to pay in zlotys on tebex

vague plume
#

just make a paypal and convert it?

quick cargo
#

it's a pity it's not hot ...

#

WHAT

#

translator is silly

vague plume
#

what the hell xD

quick cargo
#

it's a pity it's not that simple

vague plume
#

¯_(ツ)_/¯

quick cargo
#

co mam wybrac

#

what should I choose

#

java?

vague plume
#

depends on your server

quick cargo
#

can you write in Polish?

vague plume
#

No. I know minimal slovenian if that helps lol

quick cargo
#

can you set Polish zlotys here?

vague plume
#

How would I know?

quick cargo
#

polecasz to wiesz

#

you recommend, you know

vague plume
#

<.<

#

What I meant was use dollars or something in your store as well as make a paypal that uses dollars and then once you send money from there, you can let paypal conver it

quick cargo
#

But how can people from Poland pay in dollars?

vague plume
#

Other people should be able to use any currency to make payments iirc, it will just be converted, which may cost you a little conversion fee

quick cargo
#

but it's a Polish server, so a Polish store ....

#

I'm not gonna put in dollars, just jerks

vague plume
#

welp

onyx mason
#

welp

#

@short warren still dead?

#

i will get you demoted

short warren
#

please

gilded nova
#

@wind condor this is not the place for advertising servers, please read the rules 🙂

west lynx
#

!help

outer vesselBOT
#
Available commands

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

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

west lynx
#

!extensions

outer vesselBOT
bronze tide
#

l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l l

sonic wyvern
onyx mason
#

Because it’s FUNNY

outer vesselBOT
west lynx
#

another meme because im bored

#

and i dont have anything else to do then make memes

scarlet light
violet hamlet
#

!help

outer vesselBOT
#
Available commands

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

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

violet hamlet
#

!colors

outer vesselBOT
vague plume
#

!nwc for me

outer vesselBOT
vague plume
sonic wyvern
#

how many do you have

#

the maximum is apparently 255

vague plume
#

o.O

#

yea i might have hit that

#

xD

sonic wyvern
#

bruh

vague plume
#

wait

#

per class?

sonic wyvern
#

per method

vague plume
#

<.<

#

f me

#

whyyyy

#

i need to punch different colored and styled texts together. and stupid fx wont let me edit properties of text in a textflow individually so i am forced to make a million strings and slap em together

lofty night
#

there's a maximum of everything in Java

#

there's a maximum amount of constants (in the constant pool) per class, there's a maximum number of methods, parameters, local variables per method, etc

#

these all exist because Java has to be compiled to bytecode, which has limits because the number of bytes per instruction must be known (and is set to a maximum of 1 for most instructions, 2 for anything xxx_w)

#

so if you're using more than 2^16 strings in a class, you're also fucked

#

because there's only 2^16 constants supported, and a string in source code is a constant

vague plume
#

yea thats cool n all but that still doesn't help me in condensing it

vague plume
#

nvm figured it out

steady tangle
#

!tab

outer vesselBOT
#
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
onyx mason
#

hi everyone

nova garnet
#

hey

scarlet light
nova garnet
#

I have a question on my server, the plug-in just disappeared like that, can you help me by any chance ?

scarlet light
#

Re-download it?

sonic wyvern
onyx mason
#

=D

trail shuttle
#

d;docs

lyric mesaBOT
#
Java:

Official javadocs for different JDK versions.

• jdk11
• jdk16
• jdk8```
trail shuttle
#

d;jdk17 classnotfound

lyric mesaBOT
#
public class ClassNotFoundException
extends ReflectiveOperationException```
ClassNotFoundException has 1 all implementations, 2 methods, and  1 extensions.
Description:

Thrown when an application tries to load in a class through its string name using:

  • The forName method in class Class.
  • The findSystemClass method in class ClassLoader .
  • The loadClass method in class ClassLoader.

but no definition for the class with the specified name could be found.

Since:

1.0

west lynx
#

!editorsafety

outer vesselBOT
#
It is safe to send an editor link in public.

Any changes made in the editor have to be applied using the /lp applyedits command - impossible unless the person with the link is also connected to the server and with the required in-game permissions to use LuckPerms commands. It's effectively just as safe to share an editor link as it would be to share a screenshot of your permissions or a pastebin of a configuration file. The editor doesn't contain any sensitive data (except perhaps player names).

Concerns about the proprietary nature of your permissions setup?

Please, don't be. We're here to help, not steal your permissions setup. Additionally, permissions can be tested by players simply joining your server and seeing what they can do.

west lynx
vague plume
#

Put another dude, hitting lp with a saber from behind yelling "WOOORRRKKK!!!"

west lynx
#

good enough

vague plume
#

😂

trail shuttle
#

does anyone that use(s/d) PowerRanks know if they still store data in a config or a database?

#

trying to see if i can make a pr for the migration plugin

west lynx
#

idk

vague plume
#

I can just slap it on and see

west lynx
#

here is another meme tho, since im bored

trail shuttle
#

but..... papermc isn't a server software :p

west lynx
#

idk im just slapping text on images im not a genius

west lynx
# west lynx

actually for this one i needed advanced photoshop tactics to get the lightsaber pointing in the way i wanted

steady tangle
#

meme team

vague plume
#

Cas i still have the migration jar on my test server as well, would you need something else like stack trace/log or somethin? Idk if any of that would make it easier

trail shuttle
#

just need to know how they store their stuff

#

i'd test it myself but I don't have access to mc

vague plume
#

Dw, am on my way

trail shuttle
#

can you create a few groups, and add yourself to them?

#

if they have weight or primary groups also that

#

this new api is confusing

vague plume
#

Ill have to look up the commands lmao

lofty night
#

from the PowerRanks github resources folder, it seems they support yaml and mysql, at the very least

trail shuttle
#

rn it gets the primary rank and subranks/worlds from some config

west lynx
#

new nickname

trail shuttle
#

there's a method to get the primary rank but that needs a Player instance (bukkit) which i dont think would work for offline people?

vague plume
#

Correct it doesnt. I used the migration on a compatible ver while no user was online, so via console and it yelled at me that player is null

trail shuttle
#

what was the full message?

vague plume
#

Id have to find it in the logs from yesterday, hang in there

lofty night
#

why would people even use powerranks

#

like does it have anything that other permission managers dont have

#

that make up for this apparently horrendous api

vague plume
#

it has subprefixes and subsuffixes xD

lofty night
#

whats that

vague plume
#

no friggin clue lol

lofty night
#

lol

vague plume
#

!paste

outer vesselBOT
#
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!

vague plume
#

i believe that was that

trail shuttle
#

on the latest version or the supported one?

vague plume
#

so its incompatible with the migration currently

trail shuttle
#

ok i give up someone else can do it

vague plume
#

ahahah

#

all scattered^^

#

not sure what usertags is but i assume player specific prefixes n stuff

west lynx
#

Question: What premium plugin is most worth its price?

#

(in your opinion ofc)

opal void
#

Does LuckPerms only work on Premium Servers

#

Like online-mode

trail shuttle
#

no

opal void
#

Like for bungee

#

Cause everything wont link

#

idk why

west lynx
#

!network

outer vesselBOT
opal void
#

wait

#

so I set server to the server name?

#

or leave it

slow wren
#

Hello who knows a system for proxy player synchronize? So that I can run multiproxy?

steep bear
#

this is my survival chat in discord it shows the lp group the users in like here is Jrstaff
I would like not to show the group the users in

vague plume
#

Remove the placeholder for the prefix from the format

sonic wyvern
#

like 2 years

steep bear
forest helm
#

!latest

outer vesselBOT
#
Latest version

5.4.16

trail shuttle
#

d;paper Enchantment

lyric mesaBOT
#
public abstract class Enchantment
extends Object
implements Keyed, Translatable```
Enchantment has 1 sub classes, 38 fields, 2 all implementations, 25 methods, 2 implementations, and  1 extensions.
Description:

The various type of enchantments that may be added to armour or weapons

lyric mesaBOT
#
public interface Cat
extends Sittable, Tameable```
Cat has 8 methods, 2 extensions, and  24 super interfaces.
Description:

Meow.

forest helm
#

what specifically about chat do you want?

#

What code do you have and how's it not working?

trail shuttle
#

show code

uneven coral
#

bot love cats

#

d;paper chat

lyric mesaBOT
#
public final class ChatEvent
extends AbstractChatEvent```
ChatEvent has 1 all implementations, 3 methods, and  1 extensions.
Description:

An event fired when a Player sends a chat message to the server.

uneven coral
#

@gilded nova
this?

trail shuttle
#

lol

#

explain the problem

uneven coral
#

whe there no bot channel?

trail shuttle
#

that’s what this channel is for

uneven coral
#

2 pepls: chatting
3rd pepl: trying to find chat class in paperdocs

#

with this will hard to discussing something

trail shuttle
#

@gilded nova

#

then use asyncplayerchatevent

balmy jolt
#

Is it possible to prevent users with luckperms.user.permission.settemp from gaining all permissions

sonic wyvern
#

!argbased

outer vesselBOT
balmy jolt
#

Cheers

west lynx
#

d;paper waffle

lyric mesaBOT
#
public interface Wall
extends Waterlogged```
Wall has 4 methods, 1 extensions, and  3 super interfaces.
Description:

This class encompasses the 'north', 'east', 'south', 'west', height flags which are used to set the height of a wall. 'up' denotes whether the well has a center post.

trail shuttle
#

it saves using uuid not names

vague plume
#

ok i think im done with github for today xD

sick lotus
#

It's addictive

#

Like ig or tt

vague plume
#

more or less

gilded nova
#

!api

outer vesselBOT
gilded nova
#

!cookbook

outer vesselBOT
red nexus
#

Hi

vague plume
#

👋

waxen cargo
#

dm me

vague plume
#

Cool. But rules state this server is not to be used for advertisement.

scarlet light
#

For shame

zealous jackal
#

onion rings are weird

teal sun
#

@waxen cargo Best not to advertise here 🙂

west lynx
#

waffles are my favourite

#

they are very yum

#

i should sleep

full sonnet
#

How is everyone

floral hare
#

help, I don't know how to make each group of my server have its kit, the default kit can grab all the kits and I don't want that, it can't fix it :/ help xfa

#

can you help me xfa

forest helm
#

your kit plugin would need to support per-kit permissions. If you're using EssX, you need to enable it in the config iirc

floral hare
#

yes yes, I have essentiaslx, and how do I give permission?

#

could you join my server and fix that for me?

forest helm
#

No.

#

We don't spoonfeed blobspoonfeed

outer vesselBOT
scarlet light
#

!latest

outer vesselBOT
#
Latest version

5.4.16

sudden geyser
#

Totally irrelevant but all nametag edit plugins are dead on 1.18

Does anyone know of one that works

vague plume
#

TAB works ;)

sudden geyser
#

Alright

#

thx

vague plume
#

If you already have scoreboard/tablist, you might want to disable those features. But it does have tags as well, per group, custom ones, nickname support - everything you could ask for, but that also means the config is a bit large, gotta mingle on the wiki for a bit to get it maybe.

sudden geyser
#

no, problem! I'm used to developer stuff

Thx for the help though, appreciate it!

scarlet light
#

Do you develop in Java? 👀

onyx mason
#

no, this is patrick

sudden geyser
scarlet light
#

nah, I was talking to aber

onyx mason
#

.

scarlet light
#

IT WAS MY PHONE, IM SORRY

onyx mason
#

?

#

what

scarlet light
#

Oh, uhh. Nvm then! :)

onyx mason
#

why did you send it here

gilded nova
#

nice log

scarlet light
#

Emily I beg

#

Please don’t

gilded nova
#

:)

onyx mason
#

what the heck is going on

scarlet light
#

I called you amber

gilded nova
#

"his phone"

scarlet light
#

IT WAS

gilded nova
#

right

scarlet light
#

😭

gilded nova
#

funnily enough it's not the first time aber is called amber OMEGALUL

sonic wyvern
#

Once I sent a aber and it autocorrected to a bear

onyx mason
#

oh

scarlet light
#

@short warren you still alive?

sonic wyvern
#

So I think evidents is better lmao

onyx mason
#

@gilded nova guess what

short warren
onyx mason
#

i seeded namelessmc with 100k users

#

and it broke

gilded nova
#

lmao

#

why

short warren
#

Some Canadian dude with the helpful role killed me 😤😤

onyx mason
#

im experimenting

#

WOA

scarlet light
#

Musta been Larry. I don’t know any other Canadians with the Helpful role

#

Uh

onyx mason
#

who even r u

scarlet light
#

I’m Evident

gilded nova
#

clearly..

#

or should I say...

scarlet light
#

No!

gilded nova
#

Ev~

scarlet light
#

🫠

gilded nova
#

amazing

scarlet light
#

It’s a new iOS emoji

gilded nova
scarlet light
#

newPlead along with this

gilded nova
#

This emoji is from a server that is either private or unavailable.

scarlet light
#

Yes

onyx mason
gilded nova
scarlet light
#

That

gilded nova
#

yes

scarlet light
#

What-

gilded nova
#

yes

twin warren
#

added backup monitoring to my dashboards :>

scarlet light
#

👀

sick lotus
gilded nova
#

hello

dire wedge
#

I’m probably gonna get muted for this 1.18 smp I added plugins so we can have shops now if you wanna join we also have a pretty active community of around 7-11 people join 815foxsmp on minehut

scarlet light
brittle sleet
golden ocean
#

!message

outer vesselBOT
#

Sorry! I do not understand the command message Did you mean usage?
Type !help for a list of commands

golden ocean
#

!messaging

outer vesselBOT
#

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

golden ocean
#

!help

outer vesselBOT
#
Available commands

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

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

golden ocean
#

!hack

outer vesselBOT
#
Has LuckPerms been exploited/hacked?

Most certainly: no. In most cases a 'LuckPerms exploit' is a simple case of human error, which can be avoided easily. Look below for some tips to be on the safe side.

Don't give random people full ( * ) permissions / admin permissions

While this should be obvious, a lot of times a exploit can be traced back to faulty permission settings. You should always take your time with permissions and read the plugin documentations. In 99% of all cases the plugins have documentations explaining each permission, in the rare case that the plugin you are using does not have a documentation, you could still:
A: Ask the plugin developer for help
B: Use LuckPerms verbose functionality ( !verbose )
C: Select a different plugin with proper documentation.

Do not run your server/network in offline mode

If you are running your server or network in offline mode, hackers have it really easy to steal your, or any other admins identity. While the server is in offline mode, certain checks ( which exist to prevent exactly this ), are being skipped, and the server does not verify if the person joining actually is the person they claim to be. While there may be plugins which increase the security of offline mode servers by adding things such as admin codes, you should just switch it to online to prevent the issue in the first place.

Do not download plugins from shady websites / sent by friends

You should never put anything on your server which has not been downloaded by yourself from official sources. Plugins can be infected with malware which injects itself into all other plugins, and thus is hard to remove. While it may look like a plugin has been hacked, you most certainly downloaded a modified version of it and it is not the plugin authors fault. In case your server has been infected by such malware:

  1. Stop the server
  2. Delete all plugins in your plugins folder, and just to be safe also the server jar file
  3. Re-Download all plugins and server jar files from official websites such as SpigotMC or official plugin websites ( luckperms.net for example ).
  4. Check if there have been any modifications to the permission system and remove unknown users and wrong permissions.
    if you follow these steps you should have a clean server by the end, without exploits.
twin warren
sick lotus
golden ocean
#

where i can advertise my public plugin that uses luckperms api? or i cant?

scarlet light
#

Not here

steady tangle
#

!commands

outer vesselBOT
gilded nova
#

@vague plume that's quite an analogy lmao

vague plume
#

Ask evident, im known for my creativity with those by now xD

#

Its not perfectly accurate but it gets the point across i think lol

gilded nova
#

it very well did

quiet salmon
#

go look at r/startpages

scarlet light
vague plume
gilded nova
#

lmao that's great

west lynx
#

I've fallen inlove with docker

#

its very epic

neon fjord
#

@onyx mason 🥺

outer vesselBOT
#

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

gilded nova
#

Hi

onyx mason
vocal rivet
boreal meadow
#

hi

#

i got in somebodys luck perms lmao

#

i didint change anything tho

onyx mason
#

wat

steady tangle
#

wut

gilded nova
#

wot

marsh rune
#

wet

scarlet light
#

wit

vague plume
#

wöt

vagrant storm
#

i had a question

#

is there a way to give multiple groups the same perm

#

at the same time

forest sinew
#

Guys, is there any permission at all that can prevent people from using stuff like levers ?

vague plume
#

Not vanilla permission per say but plugin with permissions for interactions

vagrant storm
#

nvm i figured it out

gilded nova
#

okay google is being a pain in the rear

#

lol

#

not able to activate my free trail because it's not accepting my debit card

lofty night
#

downloading rust and saw this; is clippy rusty? :(

scarlet light
#

definitely not

onyx mason
#

..

lofty night
#

i think you're lying to me

#

it says it right there

#

you probably recoded clippy in some javascript just to make it seem all shiny

#

but really it's just rusty

outer vesselBOT
#

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

onyx mason
#

hi

lofty night
#

aber

#

what in the world happened with your nickname

onyx mason
#

@rigid widget ?

rigid widget
#

?

#

@onyx mason ?

#

i am writing! a paper! what frivolousness smh

#

how could you fail to read my mind

gilded nova
#

that's what support people do best, no? read minds?

rigid widget
#

exactly

#

oh i see

#

it's an

onyx mason
#

who dun it

steady tangle
#

thanks I'm blind now

#

😭

onyx mason
#

seizure alert btw

steady tangle
#

oh damn

#

thank you amber you saved my life

onyx mason
#

👼

gilded nova
#

yeah Larry no, I'm deleting that

#

cOnSiDeR tHiS a wArNiNg

steady tangle
#

YEA LARRY

gilded nova
#

smellarry

full sonnet
full sonnet
#

Nighty night :3

steady tangle
#

!verbose

outer vesselBOT
golden ocean
#

I have make a full server setup for download. There is a place here that i can advertise it? It is for free or course

golden ocean
steady tangle
#

!editor

outer vesselBOT
placid bane
#

guys my luckperms isnt working with a shop plugin it used to but now it still say insufficent permissions

split pewter
#

anyone know how to make nether void without plugin?

zealous jackal
#

mine every block

scarlet light
#

lol ^

#

Including the bedrock

vague plume
#

!libsdir for me

outer vesselBOT
#
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.

tepid nexus
#

türk var mı

vague plume
#

Emily I'm waiting for part 3 of fefo explains java, you're quite late on finishing that eh

onyx mason
#

emily explains java*

gilded nova
#

wtf that's still public?

vague plume
#

Glad it is, it reminds me of some basics that get lost while hitting that "oh shit how do i do that" wall

gilded nova
#

oh my gooooood

vague plume
#

Ahahaha

gilded nova
#

this was for a couple of friends at the time

#

jesus

#

they wanted to make ProjectKorra abilities

vague plume
#

Figured, it sounded like you were addressing someone specific

gilded nova
#

yea

sonic wyvern
#

Where is this amazing guide located at

vague plume
scarlet light
#

how tf did i not know about that

gilded nova
#

;-;

vague plume
#

The amount of honesty in this makes it funny to read

scarlet light
#

download zip before made private

vague plume
#

Keeps up the mood, not like other tutorials where you just feel like in a history class

sonic wyvern
#

I know Java (at least somewhat) still gonna read it all though

gilded nova
#

I don't think there's anything you don't know, this is like as basic as I could get it to

#

oh god

scarlet light
#

but Bukkit doesn't give us any other options, huh.
Have you met skript?

vague plume
#

Oh god

sonic wyvern
#

Why use Java when you have skript instead :)

scarlet light
#

Right!

vague plume
sonic wyvern
#

I just remembered how ugly intellijs default theme is

scarlet light
#

sorry, DEFAULT?

#

you can change it?!

gilded nova
#

LOL

vague plume
#

I like it though

sonic wyvern
scarlet light
#

😭

sonic wyvern
#

Search up atom icons, pretty sure that’s what I use

#

And I think I use like gradianto or something like that

vague plume
#

Colored brackets is all I need xD

sonic wyvern
#

I’ll send a picture of my ide in a minute

scarlet light
#

I barely open IntelliJ anymore. VSC is my go-to, until i decide to pay for webstorm again.

vague plume
#

I'm somewhat scared I'll get an aneurism looking at a lot of colors n stuff in a bit^^

scarlet light
#

Well yeah, i don't do much java

vague plume
#

Well then you suck too, evident

scarlet light
#

vsc would be my last resort for java

vague plume
scarlet light
vague plume
#

xD

sonic wyvern
vague plume
#

Back to the roots, emily please, more?

trail shuttle
gilded nova
#

oh my

onyx mason
gilded nova
#

there actually is a part 3 on my computer...

vague plume
#

oh god amber

scarlet light
vague plume
#

thats eye cancer

onyx mason
#

what

#

what is cancer about it:(

scarlet light
#

I like the syntax highlighting

onyx mason
#

Atom One Dark theme thinkyeah

sonic wyvern
#

Is it just me or is the text extremely tiny

vague plume
#

I am a person who gets distracted so easily and I loose track as soon as i look at something else other than my project. Those colors arent helping that xD

scarlet light
#

big screen?

onyx mason
onyx mason
vague plume
#

my brain "oh look, pretty purple"

onyx mason
#

interesting

vague plume
#

also my brain "fk where was i...."

scarlet light
#

oh! actually, i think i did use a theme on webstorm.

scarlet light
gilded nova
onyx mason
onyx mason
#

woa

#

the text is cool but i couldnt handle the bg

scarlet light
#

It looks cool, but i would probably spend more time staring at it, than working

vague plume
#

Thats my worst nightmare right there

sonic wyvern
#

i like it, idk i just dont like the one colour default background

onyx mason
#

if you dont use any of these, its very clean w/o them

vague plume
sonic wyvern
vague plume
#

Emily part 4: explaining arrays, arraylists, maps lulululululu

gilded nova
#

arrays and array lists were gonna be part 3, a brief introduction to generics and the difference between primitive and boxed types

sonic wyvern
gilded nova
#

jetbrains academy pleading_face_with_3_hearts

vague plume
#

Already tried, 100% failure

sonic wyvern
#

it gets pricey after the free trial, but i just didnt pay it after, i'd learnt a pretty decent amount from it

sonic wyvern
scarlet light
#

for what i did, i loved it.
not much

vague plume
#

The un-fun-ness idk its like history or math class

#

why so serious yk

#

Emilys texts had my attention way better even if i know that stuff already

sonic wyvern
#

i liked it, i can see what you mean at some parts, but i kinda just pushed through and i learnt quite a lot

vague plume
#

¯\_(ツ)_/¯

#

Ill get there one day

sonic wyvern
#

but yeah each person learns in a different way

#

my first proper project in java was a crappy discord bot which failed in every way possible

vague plume
#

My very first one was a chat plugin, obviously a disaster. Then i tried java swing to bring it to the basics, now im making an lp tutorial thingy using java fx and thats the first thing keeping me interested

#

Thats why the lp pr was a nightmare for me. I had a bit help but my brain exploded

onyx mason
sonic wyvern
vague plume
#

It isnt lmaoloop

#

I got hex colors working though

#

But fml

sonic wyvern
#

aber knows about the fun i had with legacy + minimessage the other day

vague plume
#

I dont even need to hear it, i feel the pain already

sonic wyvern
#

it was not fun, the server used legacy, but we wanted to use minimessage for the event. i came up with a scuffed solution but it didnt look very pretty

scarlet light
sonic wyvern
#

uppercase package names 😠

scarlet light
#

okay listen

gilded nova
#

lol

scarlet light
#

it works

#

and that's all that matters

#

thank you emily

sonic wyvern
#

ok evident this too far now

scarlet light
#

STOP.

sonic wyvern
#

are you writing c# lmao

scarlet light
#

😭

vague plume
scarlet light
#

im going to continue using my utils class

sonic wyvern
#

hi

vague plume
#

Idk why i just remembered this

scarlet light
#

error: directory is not empty

gilded nova
#

y'all want to see a really classic riddle that hurts your brain

#

?

onyx mason
#

ok

short warren
#

yes

woeful willow
#

Sure

onyx mason
#

deenoh peepoClapJamminMoment

woeful willow
#

Aber!

placid bane
#

anyone know how to get money to be displayed in score-board

vague plume
#

Just use the appropriate placeholder in it

placid bane
#

like %money% %balance%

dense meadow
placid bane
#

ty

scarlet light
#

Doesn’t mean they’re right.

vague plume
#

%vault_eco_balance_formatted%

dense meadow
#

Idk

vague plume
#

and you need the vault expansion

dense meadow
#

Yes

placid bane
#

ill try the vault one after

vague plume
#

Remember you can't use placeholders to which you do not have the papi expansion

dense meadow
#

You also to reload the placeholder right?

scarlet light
#

Need to reload placeholderapi after installing expansions. It tells you that in chat

placid bane
#

None worked

vague plume
#

You do have papi installed, right

placid bane
#

whats papi?

vague plume
#

oh dear

placid bane
#

sorry

vague plume
#

placeholder api

placid bane
#

yes

#

i got that

vague plume
#

you did /papi ecloud download vault?

scarlet light
#

Do you have vault installed?

placid bane
scarlet light
placid bane
#

lemme check

vague plume
#

/papi list will tell you what expansions you have

#

again, you cant use vault placeholders if you dont have the vault expansion

scarlet light
placid bane
#

nvm not worth the pain ill just use another plugin

vague plume
#

another plugin will not fix it

#

it will be the same thing^^

scarlet light
#

90 percent of eco plugins on spigot use vault in some way.

feral oasis
#

Hey

#

How is everyone

hasty breach
#

guys

#

how to chance the permission to default

trail shuttle
#

ok

fringe furnace
#

Йй руским

short warren
#

😤

sick lotus
#

personal computer I guess

forest helm
#

ok

sick lotus
#

a VM inside your PC

forest helm
#

ptero does come bundled with docker-compose files which allows you to easily start it up in a docker container aka a boiled-down VM

sick lotus
#

if you want to use ptero on a VPS with public IP is recommended to use domain name with ssl, that's why I ask

forest helm
#

the IP is 192.168.X.Y, implying it's on his LAN

sick lotus
#

Ye

delicate beacon
#

Hi

wintry hawk
#

Does anyone know if LPC has a discord because I can't seem to find it

scarlet light
neon fjord
#

@rigid widget 🥺

outer vesselBOT
#

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

steady tangle
short warren
scarlet light
#

you deserved it

#

:)

woeful sonnet
#

@gilded nova

outer vesselBOT
#

Hey Emilia | Emily is a cutie! Please don't tag helpful/staff members directly.

gilded nova
#

u3u

woeful sonnet
cunning tree
#

hey

#

everyone

#

how can i a h2 file migrate to mysql

#

help me

vast isle
#

!switch

outer vesselBOT
grizzled osprey
#

guys i need help

#

how do i give someone a group?

sonic wyvern
#

!usage

outer vesselBOT
steady tangle
#

!chat

outer vesselBOT
#
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
onyx mason
#

@scarlet light 🏩

scarlet light
#

@onyx mason

trail shuttle
#

cus for whatever reason you have SF on your client

#

it should be on server, not client

#

that’s for both spongeforge and LP

vague plume
#

You don't need it on your client

#

Your game on your pc can't tell other players to not touch your server, thats the server's job

trail shuttle
#

are you running the server from single player?

dull remnant
#

HELP ME PLS

#

I'm trying to set up ranks

#

And i do everything right like permissions prefixes

#

And when i like say something in chat it doesn't show it

#

I've tried like 100000 YT videos

steady tangle
#

Have you got a chat plugin + vault?

dull remnant
#

no

steady tangle
#

Well then

#

there's your problem :)

#

!chat

outer vesselBOT
#
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
dull remnant
#

these are the plugins i have

#

@steady tangle

outer vesselBOT
#

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

steady tangle
#

Well you know what you need x)

dull remnant
#

x what?

steady tangle
#

wut

gilded nova
#

read like 5 messages up

#

my god

plain ether
#

this is a very random question but can someone please reccomend me a crate plugin with a gui i've tried a lot of them but they all seem broken

dull remnant
#

Goldencrates

plain ether
#

after the rename its pretty bad as I know

plain ether
vague plume
#

NexEngine or similar errors I assume

plain ether
#

yeah something like that

vague plume
#

Read the whole error then. You are missing a dependency, the plugin isnt broken

#

Why do I know this off the bat...

plain ether
#

could you explain what that means i really new thats why I'am asking

onyx mason
#

because you spend all day here

vague plume
#

True xD

#

Vacation for you guys^^

#

But not for long. Gonna go back to work soon since my operation was done

vague plume
plain ether
vague plume
#

'To depend' = Need, must have

plain ether
#

okay

vague plume
#

Goldencrates depends/needs another plugin

#

Called NexEngine

plain ether
#

got it

#

so thats all I need?

vague plume
#

It's that easy yea xD

plain ether
#

thanks

vague plume
#

Granted, that's really the error you get. Can't confirm unless I see it but ye

plain ether
#

Well thats f uped since I checked (I'm hosting my server on aternos) they dont have that plugin -_-

dull remnant
#

also is there a way u can make it shows the ranks on tab too>

#

?

#

cuz i've just created ranks and it dosen't show on tab

plain ether
vague plume
#

...

dull remnant
#

Hmm i wonder

vague plume
#

LMAO

plain ether
#

ohhhhh

#

lmao

#

use luckperms

#

my personal opinion

vague plume
#

TAB by neznamy is good. It also offers scoreboard and nametag (above player head)

dull remnant
#

Name?

vague plume
#

TAB

dull remnant
#

ogh

vague plume
#

literally

dull remnant
#

oh

plain ether
#

I use animated Tablist

vague plume
#

hahaha

plain ether
#

it adds animations

vague plume
#

TAB has animations too

dull remnant
#

so does it work with luck perms?

vague plume
#

Generally yes.

plain ether
vague plume
#

Ofc you need to configure it

vague plume
plain ether
vague plume
#

Nope. It's what I've used for ehhm forever. Never switched

plain ether
#

okay

steady tangle
#

!latest

outer vesselBOT
#
Latest version

5.4.18

golden ocean
#

You are all day helping people here

vague plume
#

No im not interested in that.

golden ocean
#

Hmm

#

You probably will get it

#

I always see you helping

#

You helped me in installing LP on network and getting permissions sync in all servers

#

So now my server setup are complete :)

vague plume
#

They cant force it on me lol
Really i dont want it. I know a bit about lp so why not pass that on. I dont need a pink name to do that

golden ocean
#

I want to say thanks to you because my network setup (for download) are complete

#

You helped me in get permissions working across servers

#

They only need to import the backup and connect database info to get it working

#

It have kitpvp, skywars, survival and hg

vague plume
golden ocean
vague plume
#

Haha lol

#

Biologically a female

golden ocean
#

Cool

#

I can get luckperms sourcecode and create a kitpvp plugin with it? So i will have a luckperms kitpvp hybrid in one plugin

#

With sourcecode it is possible :)

gilded nova
#

Out of curiosity, why would you make that mix lol

#

LuckPerms is open source yes but it also provides an extensive API for other plugins to hook into it and do all kinds of things (more than you can think of really..)

#

in any case

#

!source

outer vesselBOT
#

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

gilded nova
#

aaaaaa

#

!github

outer vesselBOT
#

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

gilded nova
#

clippy hates me

vague plume
#

!api

outer vesselBOT
vague plume
#

That what you needed?

onyx mason
#

😭

vague plume
#

😐

golden ocean
#

Yes. I think that i will hook into it

#

Instead of using in The same jar

small spindle
#

😂😂😂😂

#

What is this shit 😂😂😂

#

OVH 🙃

#

Xeon-E 2388G 🙃

onyx mason
#

🙃

small spindle
#

🤷‍♀️

small spindle
gilded nova
#

ok

onyx mason
#

indeed

gilded nova
#

🏵

tacit quarry
#

How can I change the language

#

The plug-in doesn't seem to be able to determine the system language and make changes by itself

#

Is anyone there, please

onyx mason
#

It uses the client language of each player

gilded nova
#

Is 5 MB enough to run luck perms on MySQL?

onyx mason
#

5MB of what

steady tangle
#

ducks

gilded nova
#

5MB of storage

sick lotus
#

it entery depends on how many rules/players you're goint to register

gilded nova
#

So around how many players and or roles can 5 MB hold?

gilded nova
sick lotus
#

many

#

I can't estimate

#

like 20-50

#

my current LP DB is 0.15625000 MB

#

but a a pretty small private server

gilded nova
#

20-50 roles or players?

sick lotus
#

don't know 🙂

#

roles can hold many permissions

#

players can have many permissions and roles

#

thats more a try and see answer

teal stump
teal stump
broken sapphire
#

Theres Pacific mod I hate now on aternos but I'm not going to say the name of it

opal haven
onyx mason
#

The overlap of the icons and the player count above is bad

#

The gray dots on the left hand side are a little odd

earnest walrus
#

Hi

#

I really need help

#

who can help?

vague plume
#

Nobody will know if they can until they know the problem since some ppl know more than others

earnest walrus
#

where to start lol

onyx mason
#

.

gilded nova
last locust
sonic wyvern
#

Hi

gilded nova
#

hi

golden ocean
#

!help

outer vesselBOT
#
Available commands

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

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

golden ocean
#

!upgrade

outer vesselBOT
golden ocean
#

!nowwildcard

outer vesselBOT
#

Sorry! I do not understand the command nowwildcard Did you mean nowildcard?
Type !help for a list of commands

golden ocean
#

!nowildcard

outer vesselBOT
golden ocean
#

!offfline

outer vesselBOT
#

Sorry! I do not understand the command offfline Did you mean offline?
Type !help for a list of commands

golden ocean
#

!offline

outer vesselBOT
#
Offline mode/cracked servers

Running a Minecraft server in offline mode can cause a lot of issues, particularly with UUIDs and security vulnerabilities. Some people also view it as unethical (piracy). We understand that some people need to run their servers in offline mode. However, due to the reasons mentioned, some users will choose to not support those running a server in offline mode (this does not apply to those running in a Bungeecord network). Please respect their decision, you may continue to seek help for your issue but in most cases, it can be resolved by setting online-mode=true in server.properties.

golden ocean
#

!bungeecheck

outer vesselBOT
#
Running a network and getting UUID mismatches?

Please double check that:
1. BungeeCord config.yml has ip_forward and online_mode set to true
2. All backend servers' spigot.yml has bungeecord set to true
3. All backend servers' server.properties have online-mode set to false

golden ocean
#

!advanced

outer vesselBOT
golden ocean
#

!help

outer vesselBOT
#
Available commands

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

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

golden ocean
#

!placeholders

outer vesselBOT
golden ocean
#

!usage

outer vesselBOT
scarlet light
#

@steady tangle I need help

steady tangle
#

@scarlet light then go find it

scarlet light
#

I found it, you’re my help

steady tangle
#

bro

charred plover
#

@gilded nova ау шалава

dull remnant
#

does any1 know how to make that when a new user joins he is given a role automatically ?

vague plume
#

LP gives default to everyone so why not make use of that

dull remnant
#

Yes but i made like a member role

vague plume
#

Then you have the choice, either:
1.) Make default inherit mmber group so ppl get member through default or
2.) Use the editor to easily move all permissions from member to default and get rid of the member group

dull remnant
#

Thanks!

upbeat dawn
#

what is the permission for all luckperms commands?

#

!inheritance

outer vesselBOT
upbeat dawn
#

!permissions

outer vesselBOT
vague plume
#

Have some cuteness

upbeat dawn
steady tangle
#

Yes

upbeat dawn
#

Nope

gilded nova
#

Yes

scarlet light
#

Definitely

trail shuttle
#

lowercase

narrow geode
#

Does anyone have a premade survival config, ill pay 5$ cashapp for one

#

SMP

narrow sigil
#

Anywho.. Luck has a very strong grasp on Java. I’m wondering where he learned it. Does anybody know? I’d like to know more about how he taught himself

narrow sigil
#

Maybe I’ll have luck asking in his personal discord. (Pun intended)

sonic wyvern
grim idol
#

what riddle

thorny kernel
narrow geode
#

Does anyone have a premade survival config, ill pay 5$ cashapp for one
SMP

gilded nova
#

no

fluid willow
#

Hi

upbeat dawn
#

hi, how can I make a command not work on players with a defined range
Example: That the invsee command cannot be used on MVIP+ players but works on other players

steady tangle
#

That depends on the plugin providing the /invsee command

#

and if it supports per-rank exceptions

visual kite
#

any suggestion for free hosting service?
other than
Aternos
minehut
server.pro
scalacube (cuz I need plugins)
freemcserver.net (doesn't support discord plugins)
falixnodes cuz of whitelist thingy (||ik it can be bypassed I have problems with owner tbh||)
and finally Apexnodes cuz I can't even create server
I hope those aren't all the hosting out there
oh and oracle cuz that needs payment method :/

lofty night
#

uh

#

what about paying?

visual kite
#

I am broke

#

and I am not allowed, I am 17 and gotta obey parents

lofty night
#

you can make some money doing literally whatever, then ask your parents for their card and just give them cash?

visual kite
#
  • ping me (reply with ping)
lofty night
#

well I don't know any free server hosts other than the ones you mentioned

#

they all have restrictions, quite heavy ones at that

#

given that it's free, and hosting isn't

visual kite
#

ik but thats my conditions I need free server with no much limitation

scarlet light
#

Good luck.

#

Stuff isn’t free without limitations for a reason

visual kite
#

ic I didn't complain but idw dumb limitaions :/ like freemc doesnt allow discord mirroring

steady tangle
#

Apart from self-hosting, there's literally no other options

#

You get what you essentially pay for

#

If you just wanna run a server for a few friends, Aternos works fine

#

If you intend on running a full on public server, a free host will not help

scarlet light
#

There are even okay public servers run on MineHut.

scarlet light
#

free

visual kite
#
  • I am still testing I can't launch a full server now ||time probs||
visual kite
steady tangle
#

What do you expect?

visual kite
#

skript not allowed - ftp not allowed - any plugin they don't like not allowed :/

vague plume
#

But do you know the reason

visual kite
#

I know that even free hosting costs money but some hostings are better than others

#

I am looking for the "best"

steady tangle
#

You ruled out literally all of them, there is no "best"

visual kite
#

which by far not aternos under any circumstances or the popular ones like minehut or server.pro

gilded nova
#

"you get what you're paying for"

visual kite
steady tangle
#

What do you intend to do?

visual kite
visual kite
#

my pc is a piece of potato

vague plume
#

Define 'real'

scarlet light
#

Not fake

visual kite
#

regular servers all plugins support

steady tangle
#

confusion

vague plume
#

Plural

#

So

visual kite
#

like any public server but under test

vague plume
#

Bungeenet

visual kite
#

oh ig I found good server hosting ||there will be a plot twist soon ik by heart||

vague plume
visual kite
#

its called skynode if someone wants it :/

steady tangle
#

You wanted free luckythonk

visual kite
#

well it will work for now .... for now

#

I knew it!

#

if u don't renew for 48 hours server gets deleted :/

#

not that bad tho

lofty night
#

yeah and you need to renew like every 2 hours for server.pro

#

unless they changed that since I last used it

scarlet light
#

Okay

sage perch
#

@hot wadi cyborg MC uses luckperms?

visual kite
#

Limitations on hardware sre reasonable but limitations on software don't make much sense

queen oracle
#

guys a question that has nothing to do with luckyperms. Who knows a site where you can download schematics for free?

scarlet light
#

PlanetMinecraft has some. depends what you need.

queen oracle
#

i need arenas for pvp type space

#

do u know some?

#

not planetminecraft

visual kite
queen oracle
#

i need only a site for sme schematics

gilded nova
#

hey @gilded nova, this isn't the place for self-promotion, please make sure to read the #rules!

wintry gyro
#

Guys is there any way to actually use the plugin to promote players to a higher rank upon achieving a task

vague plume
#

Not with luckperms alone, you'll need a third party plugin that launches the lp command of your choice upon a trigger

#

I can only recommend a plugin called conditional events. Gui's work too and many other types as long as they can fire commands, however you mentioned "task" so yea

wintry gyro
#

will take a look at it

#

thanks a lot

jovial vigil
#

Hey

sharp elbow
#

hey

#

i need help for my sethomes group

#

i have 5 groups Default, member, moderator, owner and vip

#

but in my essentailas homes
sethome-multiple:
default: 3
vip: 7
staff: 10

#

but my vip can in make in the game max 3 homes and not 7

vague plume
#

He doesnt have essentials.sethome.multiple node

sharp elbow
#

and how can i give him that?

vague plume
#

Either in the editor you can add that permission to the groups needing it or via command

#

!commands permissions -> set

outer vesselBOT
sharp elbow
#

okay thx i go test it thx its just new for me i use luckperms 2 days haha i must teach haha but thank yuo

#

you

vague plume
#

I'm currently setting up a discord that has almost everything the wiki has. I've done a small editor tutorial already, maybe that helps you get the hang of it

#

Seeing what you add (editor) is imo better for starters. Commands feel so 'blind'

sharp elbow
#

but sorry how can i set that in editor

#

that permission

vague plume
#

shove it up the editor's face

sharp elbow
#

what you mean?

#

i'm now in editor in the group vip and by "add permissions" have i now "essentials.sethome

vague plume
sharp elbow
#

okay thx

vague plume
#

Don't trust suggestions in the tab

#

If you know the permission exists, shove it up his face

sharp elbow
#

but the essentials.sethome.multiple stand not in the list?

#

is that normale?

vague plume
#

Are you german by chance?

sharp elbow
#

im from belgium

vague plume
#

Ah damn. I couldve explained in german

rugged gorge
#

alguém help me

sharp elbow
#

ho is see it

vague plume
#

If the bar where you add permissions into does not show the permission as suggestion, that does not mean the permission does not exist

#

essentials wiki says the permission exists

#

so type it in

sharp elbow
#

i have save it on luckyperms and the code cop and paste in my game

vague plume
#

ok good

#

did you give vip essentials.sethome.multiple.vip too?

sharp elbow
#

but i must do it for al the groups now?

vague plume
#

Groups who can set homes more than default (3) need essentials.sethome.multiple and essentials.sethome.multiple.[config name]

sharp elbow
#

thats stand in my group VIP

#

ho i don't can send pic

#

i don't understand you now sorry

#

first i must in al the groups on luckyperms set essentials.sethome.multiple

vague plume
#

Yes.

sharp elbow
#

because i have owner, moderator and member but now i have set essentials.sethome.multiple only in de Vip group

#

okay

vague plume
#

And now you need to tell luckperms how many

#

essentials.sethome.multiple.[config name]

#

for example essentials.sethome.multiple.vip

#

why?

#

this is the name you set in the config

#

vip: 7

#

right?

sharp elbow
#

ha okay now i must set in de game chat essentials.sethome.multiple.[config name]

#

but one question on luckyperms i have 5 groups but on config file stand 3 must i change that?

vague plume
#

Yes you need to add to the config

sharp elbow
#

okay thx

#

okay i think for the vips i go test it

#

i go now eat en check it later and hope it work but thx for the help

#

is that okay?

#

?

valid patrol
#

best permissions plugin, have my eternal respect o7

sage perch
#

His server doesn’t

scarlet light
#

Definitely not.
LP and Pex aren't the only two options.

vague plume
#

evident

scarlet light
#

Zero

gilded nova
#

ly

vague plume
#

question

scarlet light
#

ok

scarlet light
gilded nova
#

the ceil.

scarlet light
#

ing?

vague plume
#

if i do /lp group owner parent add default gamemode=survival - what would happen

#

i think my brain broke

#

a group cant have a gamemode but uhh does it go by user

scarlet light
#

owner will only inherit default when you're in gms

gilded nova
#

👀

vague plume
#

ya my brain broke

#

im overcomplicating things lmao

#

try to explain every context and how its calculated lmao

scarlet light
vague plume
#

ik dumb question but youve seen what i been doing

#

so yea, im suffering rn