#general

1 messages Β· Page 303 of 1

steady tangle
#

I volunteer Silver as tribute

gilded nova
#

xD

steady tangle
#

:>

#

make it in MCreator

#

even better

gilded nova
#

Oh right

#

I need contributors

#

Models

trail shuttle
#

d;waterfall ProxyConfig

lyric mesaBOT
#
public interface ProxyConfig```
ProxyConfig has 30 methods.
Deprecation Message:

This class is subject to rapid change between releases

Description:

Core configuration adaptor for the proxy api.

gilded nova
#

@fallow quail hello :)

#

Does DisplayFormatter support MiniMessage or legacy formatting?

#

okay now I am sad

#

@steady tangle hello :)

steady tangle
#

@gilded nova hII

#

i am here

#

no sadness allowed

gilded nova
#

uwuwu❀️

steady tangle
#

uwuwuw

#

❀️

gilded nova
#

And I just found out LP's command parsing is kinda broken lol

#

sick

steady tangle
#

oof

#

unbreak it

#

ez

gilded nova
steady tangle
#

man I should be a dev this stuff easy

gilded nova
#

I can teach you Java :))

#

Or better yet

#

Clojure 🀀

#

Actually no I can't teach Clojure, I am learning Clojure lol

#

But I can teach Java nevertheless :)

steady tangle
#

might learn at some point, probably when uni starts up and my brain starts working again x)

#

it is something i've wanted to get in to

gilded nova
#

Java has a lot of very rough edges as a beginner

#

Like the very first thing you make, 80% of the things you are told to type, you ask "What does this mean?" and you're told "We'll see about this later"

#

Thankfully there's a REPL which completely yeets all of that

#

A perfect environment to learn and play around

scarlet light
#

i had a course online for learning java in school, and... i used google for a lot of it.
it was kinda dumb, and i didn't understand anything other than scanners, and system.out
working on plugins kinda helped me understand how java works, but i need to learn java basics at some point.

gilded nova
#

i used google for a lot of it
still do lol

#

Scanners man

scarlet light
#

okay, yes but
i at least understand how it works.

gilded nova
#

I have never ever used a Scanner in my life other than the classic hello-world for user input

#

It's actually a really useful class

#

But I've never used it lol

scarlet light
#

other than minecraft, and a discord bot, i've got no idea what java is even used for 🀑

gilded nova
#

It's actually used a lot

#

microservices is probably what first comes to mind

#

Minecraft and bots are probably among the minority of applications

#

In total, the number of mobile phones running Java is 3 billion

#

EXACTLY

carmine salmon
#

when installing LuckPerms

#

do I place it in

#

plugins

#

or mods

fathom yacht
#

everyone make sure you paste this every server you can, DO NOT CLICK on random nitro links
they are scam
do not click them
not even by mistake

woeful willow
#

If you do it by mistake, how would you have prevented it πŸ‘€

scarlet light
#

Never installing discord

short warren
scarlet light
short warren
#

I just ip logged you, time to leak your unix uuid/ipv6 combo so your token is on the tor black market

scarlet light
#

D:

#

Jokes on you, my ISP doesn’t offer ipv6

fallow quail
#

I love adventure and somehow still missed out on that

visual furnace
#

hi luckperms

#

what should i build here

gilded nova
#

place a tnt column and let the magic happen

spring cradle
#

btw do you know what the new lightblock is called in essentials?

gilded nova
#

?

spring cradle
#

no iam asking

#

what is it called in essentials?

gilded nova
#

And I am asking what is a lightblock to begin with

spring cradle
#

this is the lightblock

gilded nova
#

Well, that page even lists a java edition give command example

spring cradle
#

it doesn't work :9

gilded nova
#

Perhaps because basically this is an illegal block lol

spring cradle
#

wdym an illegal block?

acoustic tapir
#

i got a question
i cant see commands that other operators do
how to fix that
like i can only see the commands of aall operators but they can't see my commands

#

ping me if you know

wheat rampart
#

guys, why my luckperm limit my authme permission, how2solve that?

steady tangle
#

!faq

outer vesselBOT
steady tangle
#

2nd last question

wheat rampart
#

ok i found it thxx

gilded nova
#

hello

spring cradle
#

okay so this isn't related to luckperms but I think you could help mobs still spawn in the day and the undead ones don't burn

#

anyone please?

lunar pawn
#

I just rebased upstream so it has linear history

#

looks like licenser is getting some issues now though, and Gradle 7.0.2 seems to be a bit broken for whatever reason, so I'll update Gradle again to latest and see if I can fix that licenser issue

#

and updating to the moved project under org.cadixdev.licenser seems to fix the issues

#

all good to be merged now when ready

twin warren
#

I hasn't been merged because I was waiting on a reply to my question :p

lunar pawn
#

oh, my bad lol

#

idk really, probably more personal preference and better knowledge than any actual gains, and I just thought it was better since processResources seems to be more widely used as well

#

I can revert it if you want

twin warren
#

Yes please! minimal diff to get it all working would be ideal

lunar pawn
#

alrighty then

#

oh actually, I think ik why I changed it

#
Execution failed for task ':fabric:processResources'.
> Entry fabric.mod.json is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.
#

the fabric one seemed to break

gilded nova
#

you're using from aren't you? πŸ‘€

lunar pawn
#

yes

gilded nova
#

yeah don't

lunar pawn
#
from(sourceSets.main.resources.srcDirs) {
        include 'fabric.mod.json'
        expand 'version': project.ext.fullVersion
    }

    from(sourceSets.main.resources.srcDirs) {
        exclude 'fabric.mod.json'
    }
```this is the original one
gilded nova
#

yes, Luck bad

lunar pawn
#

lol

twin warren
#

for spark I just did this

#

gradle is so fucking stupid sometimes, ugh

gilded nova
#

πŸ₯΄

lunar pawn
#

if you set the duplicates strategy then you might as well just use processResources lol

#

this is why filter on top xD

gilded nova
#
processResources {
  eachFile { expand("version" to version) }
}
``` (or `filesMatching(**/plugin.yml) { ... }` etc)
lunar pawn
#

alright

#

should I replace that everywhere?

twin warren
#

sure, I'd prefer that to having to import filter

#

then pls confirm that it is actually working (jar contents the same)

gilded nova
#

redpilled

lunar pawn
#

yeah I figured that was the vastly superior Kotlin DSL version xD

#

objectively* vastly superior

#

right, now time to check JAR contents lol

#
Execution failed for task ':fabric:processResources'.
> Could not copy file '/home/bombardygamer/IdeaProjects/LuckPerms/fabric/src/main/resources/luckperms.conf' to '/home/bombardygamer/IdeaProjects/LuckPerms/fabric/build/resources/main/luckperms.conf'.
   > Failed to parse template script (your template may contain an error or be trying to use expressions not currently supported): startup failed:
     SimpleTemplateScript2.groovy: 1: Unexpected input: '(' @ line 1, column 10.
        out.print("""####################################################################################################
                 ^
```lol what
#

okay so maybe we do need the inputs.property then lol

gilded nova
#

tbh idk what that inputs.property line is for lol I never used it and it all seems to work fine luckythonk

#

On a completely unrelated note: I hate android dev

#

This sucks

lunar pawn
#

I switched it all to filesMatching instead of eachFile and used the inputs.property on Fabric and now it seems to work

#

man, what is it with all these platforms choosing to use the inferior plugin metadata files rather than the superior plugin annotations though lol

gilded nova
#

how is it inferior?

lunar pawn
#

idk, just a bit of circlejerking lol

gilded nova
#

I mean I'd rather have a meta file pointing to all the entry points needed rather than scanning every class file 'till I find the annotated one I need lol

lunar pawn
#

I mean, the annotations are processed in to metadata JSON files anyway

gilded nova
#

ah

lunar pawn
#

so you get the same performance for a bit more cleanliness imo

#

in the case of Velocity, you probably actually get better performance

#

also, I do find it quite amusing that 3 of the 6 (7 on feature/krypton in my fork xD) platforms that LP supports require jar in jar because they don't provide a way to append to classpath

#

no idea what Fabric does lol

gilded nova
#

Man Android dev is so painful

#

oops I didn't actually mean to send that

#

but it is true :^)

lunar pawn
#

also, I just noticed that the remapped task in the fabric module is still using deprecated stuff because I didn't notice it lol

#

not even sure what to do about the input assignment in there though, since it wants a RegularFileProperty

gilded nova
#

hm? where?

lunar pawn
#

at the bottom of fabric's build.gradle

#

there's a remapped shadow jar task

#

not even sure why that exists, what does this do that regular shadow jar can't?

gilded nova
#

.. remapping?

lunar pawn
#

ah

#

anyway, I used my head and fixed the issues lol

gilded nova
#

heh

lunar pawn
#

just had to use set for the properties

#

right, fixed anyway

#

and pushed

gilded nova
#

sweet

lunar pawn
#

you can tell I work too much on a project when I forget about a PR for 2 months lol

#

thinking about that project actually, an updated LP for Krypton will be coming out soon

#

I'm only working on the project now because I need something to test my new totally not at all nicked from Velocity permission system lol

#
org.spongepowered.configurate.serialize.SerializationException: [meta-value-selection] of type java.util.Map<java.lang.String, ? extends java.lang.String>: No type serializer available for value type ? extends java.lang.String
```don't we just *love* generics
#

had to write my own config adapter since LP is still using configurate 3.7 and we use 4.1.1

#

probably something to do with Map's value type being covariant

#

oh btw, are any of the default values for any of the config values ever going to be null?

spring cradle
lunar pawn
#

yep, looks like the default value in getString can be

spring cradle
#

Did you ever hear or see something like this before?

gilded nova
lunar pawn
#

er... ```
java.util.concurrent.CompletionException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: A file path that is implicitly relative to the current working directory is not allowed in the database URL "jdbc:h2:plugins/luckperms/luckperms-h2". Use an absolute path, ~/name, ./name, or the baseDir setting instead. [90011-199]

gilded nova
#

never seen that one before

lunar pawn
#

yeah, newer versions of H2 require absolute paths

#

actually, I think it's been like this for a while

gilded nova
#

did you upgrade the version it uses or something?

lunar pawn
#

nope

#

not sure how this has never been discovered before though, since I'm about 95% sure this has been a thing in H2 for a long time

gilded nova
#

I mean, just no one using LP experienced it lol or if they did, didn't report it

lunar pawn
#

maybe

gilded nova
#

how are you starting the server btw

lunar pawn
#

after that Gradle PR gets merged (if it hasn't already, haven't checked yet), I'll submit another PR

#

wdym?

#

from within my IDE

#

I can try running it from the JAR, but I doubt it'll make a difference

#

same error

#

yeah I'll PR a fix after the Gradle PR gets merged (because I cba to make another branch and reset to upstream/master lol)

orchid bone
#

@gilded nova hey shit ass

lunar pawn
#

wat lol

gilded nova
orchid bone
gilded nova
#

paper

lunar pawn
#

because if it doesn't occur with Bukkit then it might be something I've done lol

gilded nova
lunar pawn
#

lol

gilded nova
#

a

#

a

lunar pawn
#

this guy funny

#

@everyone doesn't work lol

woeful willow
#

Very cool

orchid bone
gilded nova
#

ah sweet

#

wait, you think?

#

what?

lunar pawn
#

honestly, the brains of some of these people

teal sun
#

Hmm I have my DMs off

orchid bone
#

tried to scam me 3 times in a row lmao

orchid bone
#

sorry

teal sun
#

No worries πŸ˜„

gilded nova
teal sun
#

But if you do need me feel free to ping me

orchid bone
#

Yeah I messaged @sleek niche who doesn't seem to appear in the thing now

outer vesselBOT
#

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

orchid bone
#

what

#

oh ok

lunar pawn
#

@gilded nova the bug might have something to do with the data folder I'm giving LP I think

outer vesselBOT
#

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

lunar pawn
#

there's a reason you have no friends Clippy

#

you on Linux btw emily?

#

because file systems vary between OS's ofc

gilded nova
#

WSL

lunar pawn
#

ah

#

I wonder if this sort of bug occurs on something like Velocity, since Krypton and Velocity's plugin loading logic is very similar

twin warren
#

@lunar pawn is the PR ready to merge?

lunar pawn
#

you bet it is

twin warren
#

cool, ty

lunar pawn
#

any time

#

literally xD

twin warren
#

just getting jenkins ready

lunar pawn
#

I thought you already did that thonking

twin warren
#

yes, but need to switch the configs over

lunar pawn
#

ah

lyric nova
crude patio
#

Question

#

is this reliable ?

lunar pawn
#

pretty sure LPC is the most basic chat formatter you can get that's designed for usage with LuckPerms

#

I think I've used it before, and yeah, it's alright, it does the job

gilded nova
spring cradle
#

Oka thank you

lunar pawn
#

seems like it checks groups, but I'm in default lol

gilded nova
#

typing luckperms πŸ’€

#

typing lp 😌

lunar pawn
#

probably me doing a programmer PEBKAC

#

oh also, btw, just out of curiosity, why does every call to SenderFactory#wrap create a new AbstractSender?

gilded nova
#

to piss off the gc

lunar pawn
#

lol

#

could this issue have something to do with not using the CONSOLE_UUID constant for the console's UUID and instead using the UUID from the identity which uses Identity.nil()?

gilded nova
#

maybe? does it check for reference equality?

lunar pawn
#

lemme see

#

doesn't seem like it

potent moon
#

How do I create a group that is displayed in chat again? I forgot smh

lunar pawn
#

omfg knew it

#

I didn't override getPermissionValue in KryptonPlayer, so it was always returning TriState.FALSE from its superclass KryptonEntity's implementation

#

AAAAAAAAAAAAAAAAAAA

merry ginkgo
#

is 20 tps good ?

trail shuttle
#

Yes

gilded nova
# merry ginkgo is 20 tps good ?

20 tps means your server is running perfectly and smoothly. Since each second is 20 ticks in minecraft, that means your tps is perfect

merry ginkgo
#

oh thanks

#

I didn't even use money

latent tendon
#

U have 20 tps?

#

Amateur

#

Mines 22

#

Idk how but i broke it

merry ginkgo
#

what

gilded nova
#

Quick question, do you guys know why my commands.yml isn't working? Like the aliases aren't registering for some reason.

command-block-overrides: []
aliases:
    icanhasbukkit:
    - "version $1-"
    blocky:
    - "blocke"
astral turtle
#

lol imagine icanhasbukkit

gilded nova
#

Yeah haha, any solution tho? 😦

scarlet light
modest compass
#

!essc block

outer vesselBOT
#

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

modest compass
#

oh this is lp discord haha

#

If you are talking about essentials, it should be eblocks

little lynx
#

!commands

outer vesselBOT
little lynx
#

Luckperms commands list

gilded nova
#

What

#

They literally joined just to do that lmao

spring cradle
#

some people are weird

scarlet light
#

Vouch ^

gilded nova
spiral fossil
#

E

spiral fossil
#

oop

#

sowwy for ping

lunar pawn
#

Oh btw, @twin warren, just out of curiosity, could you tell me how you got your Jenkins to support Java 16? Because the LTS is built on 11. Is there a plugin for it?

outer vesselBOT
#

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

gilded nova
#

Agreed.

spiral fossil
#

yeah

#

so basicly i have atleast 6gb

#

client side

#

4gb server side

#

and yet its handling it

gilded nova
#

Interesting.

spiral fossil
#

THIS IS ILLEGAL

#

except i hatE THIS

gilded nova
#

Well, you arent the only person using luckperms on fabric, so how do other ppl do it?

spiral fossil
#

Β―_(ツ)_/Β―

#

use

#

styledchat or something

#

and don't bother w/ prefixes

gilded nova
#

If you ever feel useless, remember diorite has a crafting recipe

spiral fossil
#

XD

gilded nova
#

xD

spiral fossil
#

Right imma add w/e to get rid of diorite

#

in a 1k radius

#

also fill is more broken than you think

#

i tried to make a

#

outline of stuff

#

and i broke my build

gilded nova
#

Yea ik, depends on version. On latest for paper its not as bad

spiral fossil
#

not //fill

#

/fill

#

vanilla fill command

gilded nova
#

Ah

#

Yea, i don't touch that

#

cant touch dis

spiral fossil
#

i found that w/e is broken on forge

#

specially w/ the pasting

gilded nova
#

Well, afaik the pasting of non-full blocks such as fences and walls is whacky (yes, i felt that) as well as stair rotation

spiral fossil
#

not that

#

the

#

uhhhhhh pasting instelf

#

will be like wrong spot

gilded nova
#

Really? I mean, depends where you were standing when it was saved

spiral fossil
#

then again it is 1.16.5

#

it was a //copy //paste

gilded nova
#

Yes

spiral fossil
#

but

#

it put it

#

like right nexto it

#

when i wasl ike 50 blocks away

gilded nova
#

But if you //copy when the build is south of you, it will paste it south of you in the same orientation

spiral fossil
#

but

#

does it paste right nexto it?

#

when your

#

somewhere else

gilded nova
#

Again, depends where you are standing. If you are 100 blocks away when copying, it will paste 100 block away same direction

#

It takes orientation and distance in save/copy to paste

gilded nova
#

How much experience is in a single Minecraft level?

#

You start out at Level 0 and as you get to higher levels in the game, it will take even more experience points to reach the next level. For example, it takes 7 experience points to go from Level 0 to Level 1, but it takes 9 experience points to go from Level 1 to Level 2.

#

Thank you so much, where did you find this?

#

I punched into google 'exp by level list minecraft' xD

spiral fossil
#

XD

gilded nova
#

damn looks like I need to tune my googling skills πŸ˜„ I just searched by how much experience in single minecraft level and results were crazy to say the least

#

Only searching for critical keywords works best

#

Thank you SilverCore πŸ™‚

gilded nova
#

what plugin do i use to display ranks in the leaderboard that u press tab

#

TAB is what I generally suggest

#

not in aternos plugins tho

#

im just starting out

#

!formatting The second link in this embed has a few suggestions (whether you can use them or not.. yeah gl), though I personally have used.. none other than TAB lmao

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
gilded nova
#

wait

#

essentials x chat works on tab list/

#

?

#

No, that's for chat

#

Read that section of the page carefully

spiral fossil
#

also i just noticed CMI isn't on there

gilded nova
#

so i downloaded nametag edit

#

how do i use

#

kk thx

#

bro

scarlet light
gilded nova
scarlet light
#

You have to run the server, so it generates a folder. The configs are in there.

gilded nova
#

ok

scarlet light
#

What problem exactly ?

gilded nova
#

same one

#

ye

scarlet light
#

You can’t open the jar to edit? That problem?

gilded nova
#

no

#

i did like u said

#

turned on server

#

waited 1 minute and no file generated

scarlet light
#

Do you know how to troubleshoot plugins not working?

gilded nova
#

nah bro i was born dead

#

i dont know nothing

#

idk why im doing this in the first place honestly

#

i got a idea

#

i have a spare laptop with 4 gigs should i use it to host an local server??

gilded nova
#

You don't need a plugin to remove that

#

how how do i do that

#

Open essentials config and find your chat format and remove them from it :)

#

thx

#

config.yml right/

#

Yep

#

like this?

#

Yes

#

save

#

done

#

thx

#

hey and do you have and prefix ideas for these groups?

#

owner, head admin, admin, head mod, mod and member?

#

btw

#

how do i add tab to aternos

#

i can add additional .jar plugins

plain moon
#

spricht wer deutsch ?=

gilded nova
#

@unique ivy this isn't the place for recruiting or ask for services, use an appropriate guild for that such as discord.gg/helpchat

#

hi

unique ivy
#

Ok sorry

golden gate
#

when were illagers added

gilded nova
#

Quick question, how would I would adjust the displayname itself? Since a lot of plugins have displayname with no way to change it, where it wouldn't show the prefix + username.

steady tangle
unique ivy
#

Anyone know how to fix my issue in #support-1 I have no clue

golden gate
scarlet light
#

Pillagers and Illagers were added in the same update.

merry ginkgo
#

is there a way to list groups ?

#

Oh i found theΓ  command

novel crest
#

how do i add a user to a group

novel crest
#

You are wrong.

novel crest
golden gate
#

alrighty dope

#

thank you

scarlet light
#

send a screenshot of your /ess version please

potent moon
#

Kk

scarlet light
#

run /ess version in-game.

potent moon
#

Ok

scarlet light
potent moon
#

I’m just curious why it says players don’t have perms even tho the perms are set in the default rank on luckperms

scarlet light
#

perms for what specifically

scarlet light
# potent moon

oh shoot, i didn't even realize you were on 1.17
you might have to update to a dev build if stuff isn't working right.

potent moon
#

1.17 is sht ngl lol

#

Broke like 90% of plugins

potent moon
#

But as you can see the perms are set

#

So idk

#

Before I went to 1.17 everything worked fine so I’m thinking it’s just this update

scarlet light
#

but as you can see
well, not really

#

hmm, is it only essx permissions that aren't working?

gilded nova
#

❀️

#

teehee

gilded nova
#

Hi! LuckyPeople luckperms

scarlet light
#

o/

placid snow
#

,

steel pelican
#

o/

potent prawn
#

im very unlucky :(

gilded nova
#

That sounds like a you problem

sick fern
#

noob question i have a group called admin
do i do this
/rg flag spawn -g admin passthrough allow

rich tree
sick fern
#

i figured it out

#

thank you

#

just gonna ask here cause mv support is dead
do u guys know if multiverse core 4.3.1 works with 4.2.2 portal?

shy summit
#

can someone help me im trying to give perms to my smp mebers but so they cant use any commands can someone help me

#

im having problems because when they can break blocks they have all the commands

outer vesselBOT
gilded nova
#

anyone knows good hosts for free

shy summit
#

dose anyone have any good basic commands to start off for very basic mebers?

shy summit
fallow quail
#

Said a guy in an open-source plugin discord server

scarlet light
#

Good and free don’t usually go well together with hosting. (Almost never)

magic quiver
#

Hiii

primal oxide
gilded nova
#

Sooo it alters the prefixes existing in luckperms?

primal oxide
#

yeah

gilded nova
#

Never seen that. I see lots of issues coming with this but ok. Your choice

primal oxide
#

issues?

#

where

gilded nova
#

For example. Imagine you have a prefix of 100 weight in luckperms such as [Owner]. Now you use this plugin to alter it. Then will it add a prefix to your user with a higher weight than the owner one? How will it know the weight and know what number it needs to overwrite?
Or will it change it per group, and if per group, then if one player with member group changes the prefix, it will change for all members.

primal oxide
#

oh thats not how it works, it changes per player

gilded nova
#

Then how will it know what weight it needs?

primal oxide
#

its hardcoded over 600

#

and all my groups i put below 600

gilded nova
#

So what stops people from making their prefix to [Admin] and fooling/threatening other players while you aren't watching, pretending to be admin

primal oxide
#

because you can blacklist admin

gilded nova
#

How will people know, when they changed their prefix, what actual rank they are?

primal oxide
#

they don't have to know their rank because its just a friendly server i gave them the same rank ;p

#

im not selling ranks or anything

gilded nova
#

I see. Well that works then. I was thinking if you add only one rank above, it will get messy

#

You dont need to be selling ranks to have a ladder-type system

primal oxide
#

yeah but many do

gilded nova
#

True. Well, I've never seen this plugin, but it can be useful i guess.

primal oxide
#

you know any plugins that works the same?

gilded nova
#

No

#

I use predefined rank tags for my server and just deluxetags on top so my players have the ranks where the prefix does not change, but they can collect tags and add those to the chat

primal oxide
#

rank tags as in prefix?

gilded nova
#

Luckperms prefix then deluxetags tag then message

primal oxide
#

and deluxetags can be changed by player?

gilded nova
#

If you give the permission, they can create them yes

#

But again, i dont want to end up with 5 million tags so i also predefine those

#

What's there is there, what is not, can be requested but no guarantee I'll add tags users want

primal oxide
#

i understand its annoying on a bigger server

#

but for me 5-10 not that bad :p

gilded nova
#

In that case your server is more populated than mine

primal oxide
#

just simps ;p

gilded nova
#

welp

primal oxide
#

oh

#

you using a multicore verse or something

#

or multiverse

gilded nova
#

That too, but i have a bungee network

primal oxide
#

what is hurricane?

#

love your scoreboard

gilded nova
#

A subserver, survival basically. A friend had trouble with his host so we added his server under our network so his ppl would still have a place to play

primal oxide
#

oh i like survival more than anything tbh

#

bedwars is way to sweaty πŸ˜‚

gilded nova
#

I agree lol. Recently ive been enjoying anarchy a lot

#

I can let off some steam there xD

primal oxide
#

haha

languid breach
#

Hi, how i can check all users with a specific permission please?

gilded nova
#

Like, see a lits of all users that have that permission?

languid breach
#

Yes

#

@gilded nova

gilded nova
#

I think there's a command for it but i cant recall it rn. What I'd do is grab an /lp editor and use the search function in the top right and youll get to see all users and groups that have this permission

coral wing
#

I need help

random hare
#

xxxxxxxxxxxxxxxxxxxxxxxxxxx

wide lynx
#

Yooooo

#

So i wanna use luckperms

#

But i made a whole island upgrade system for my skyblock with deluxemenus

#

But giving permissions isnt that optimal because if i want to reset all the upgrades i have to remove all those permissions

#

So does anyone know a plugin which works with luckperms? Then i can just wipe the data folder from that plugin

gilded nova
#

A plugin that works with luckperms in what sense?

wide lynx
#

I want to use luckperms on my bungee network

#

But when people buy an upgrade from my deluxemenus skyblock upgrade menu

#

I give them a permission with luckperms

#

But if i want to reset my skyblock servers

#

All those players who previously bought those upgrades will still have those

gilded nova
#

So you are aiming to yeet certain permissions from users or?

wide lynx
#

Yeh

gilded nova
#

I think bulk edit can help with that :)

#

!bulk

outer vesselBOT
wide lynx
#

So with that i can remove a certain permission from all the players who have that permission?

gilded nova
#

Yep

wide lynx
#

Nice

#

Thanks!

trail shuttle
#

@gilded nova

gilded nova
#

e

#

thx

flint saddle
#

ye

#

im here now

#

tis is the tablist right know

#

@gilded nova

gilded nova
#

No need to tag. You think im going to run away mid-conversation?

flint saddle
#

no, sorry

gilded nova
#

Anyway, do you have placeholder api?

flint saddle
#

i dont think so

gilded nova
#

you should get it, its amazing. ill tell you what we can try after you got it

flint saddle
#

got it

#

server is restarting

gilded nova
#

I'll list you a few commands to get your server the most basic placeholders

flint saddle
#

alright

gilded nova
#

/papi ecloud download server
/papi ecloud download player
/papi ecloud download luckperms
then
/papi reload

flint saddle
#

do i have to do thatcommands?

#

done

gilded nova
#

ok now lets do some magic

flint saddle
#

im scared

gilded nova
#

do /papi parse me %luckperms_prefix%

flint saddle
#

done

gilded nova
#

What did it return in chat?

flint saddle
#

the prefix [neutral]

gilded nova
#

perfect, means u did it right ^_^

flint saddle
#

yee

gilded nova
#

So question, do you have vault?

flint saddle
#

yess

gilded nova
#

Ok good. Just making sure.

flint saddle
#

i understand

gilded nova
#

The thing is this now: i dont see a format for players in the config. so let me see if i can find anything how you can add the lp prefix in front of the player name

flint saddle
#

alright, do your thing

gilded nova
#

you shouldnt just wait for me to do research for your server though, try to find something too. such as google it, or try to find if the dev has a discord server

flint saddle
#

im also searching

#

think i found it

gilded nova
#

I can't find anything tbh xD

#

Rally? Share your find

flint saddle
#

i just need the other plugin

#

the animated tab

#

there it is included

gilded nova
#

Ah. Well, yea, thats what i was gonna say. I don't think this one has prefix on name support

flint saddle
#

ye, i will use the other one

#

thanks for helping

gilded nova
#

So let's just try another one. Having placeholder api is still going to be useful no matter what tablist you go with

flint saddle
#

does someone know a plugin voor a scoreboard on the right of youre screen

gilded nova
#

Please use google lol. We can't provide you with everything you ask for xD

cunning frigate
#

someone know wich is the best chat plugin compatible with luckperms?

gilded nova
#

Literally anything the works with placeholder api placeholders is good - the rest is up to what you like to have

#

I heard stylizer is amazing, it has a tablist as well

gilded nova
#

Add default papi support lol

scarlet light
#

I believe there are plans for it.

gilded nova
#

If they do, i will gladly recommend it lol

#

Also would be cool to have standalone essentials chat ngl

#

u need ess and esschat <.< like... why

scarlet light
#

That’s pretty much that Vault Chat Formatter is though, no?

scarlet light
gilded nova
#

Sorry but i dont like vcf lol

scarlet light
#

😬

#

I’ve never used it.

gilded nova
#

i tried it

#

and... no

#

im awfully picky and i always look for plugins with a heck ton of fancy advanced settings

scarlet light
#

We’ll both vcf and essx chat are meant to be pretty simple.

gilded nova
#

Yea, just the {} make me go WHY

#

imagine youre new to servers, you get the hang of essentials internal placeholders and you suddenly get told that the other 99% of the earth uses %

#

#MindBlown

scarlet light
#

😬

#

ChatInjector :D

gilded nova
#

Still no xD

#

tries to keep plugin amount as low as possible
Evident: Yea soooo you need this and that and this and oh, that one too... 2 hours later List is 200 items long

#

btw

#

is your essentials smarty bot open source?

modest compass
#

You mean Chester?

gilded nova
#

yea

#

I want to integrate it's smartness into my clippy version

#

And I'm definitely not going to go though all it's commands xD

sonic wyvern
#

it is oss

gilded nova
#

WEEEeeeeEEE

#

I'll be busy for the rest of the day xD

scarlet light
#

(Sorry I’m late xD)

gilded nova
#

lol

scarlet light
#

I couldn’t figure out how to compile Chester. I’m too dumb to use it

sharp sable
#

can someone help me test something on my minecraft server?... i need to test chat formatting stuff for default members.. (yes i could do this myself but i dont want to screw around with deleting playerdata and resetting groups)

#

DM me if you can help out :D

#

ty!!

rain edge
woeful willow
#

Watchdog timed it out, server was lagging.

latent tendon
#

i made my own plugin wich works like essentials but without all the crap it comes with

#

πŸ˜„

latent tendon
#

Private

#

Meet kitty

trail shuttle
#

Because you set tje forwarding to none

#

Forwarding handles uuids etc

#

And skins

trail shuttle
#

Why?

#

use a regex for your log to Replace ips

#

Sounds like a really stupid thing imho

forest helm
#

if it's DiscordSRV handling that, iirc it has regex too

#

(might be wrong, been a while)

light folio
#

Runs

latent tendon
#

tackles

scarlet light
latent tendon
#

HEY N9 SHOOTING

#

GDI

light folio
#

shows pant content

latent tendon
#

@light folio what ya need

light folio
#

just posted a meme

#

xd

latent tendon
#

Smh

#

Did he srsly just leave

gilded nova
#

Lmao

gilded nova
#

I need help to make the default rank have a name in minecraft like in tab menu and chat

compact ivy
#

please anybody can tell me why permissions are not working of kitpvp

#

please tell me default permission for this

gilded nova
#

i need help so theres my rank in my luckperms for example [TITAN]Kenszo (message)

#

how to i seperate the tita with

#

titan with the name

scarlet light
#

Put a space after your prefix in luckperms, or edit your chat format to have the space.

gilded nova
#

How to fix double prefix in essentials

There is a setting in the essentials config on line 60 called add-prefix-suffix. Remove the # in front of it and set it to false, then do /ess reload ingame. The double will be gone :)
You have to understand that in essentials, displayname means prefix+name. So if you have {prefix} {displayname}: {message} in your config, what will come out is prefix+prefix+name: message.

Why Prefixes are squished with the player's name and how to fix that

Again, you have to understand that in essentials, by default, displayname includes the prefix and the player name without a space in between.
The setting above will strip the 'prefix' part off of the displayname, meaning you can use a standalone {prefix} placeholder and add a space between the prefix and your name.

#

im doing it by

#

wait

#

when i added a space

#

ok nvm

#

and can someone tell me how to remove red chat cause i am op in chat

#

First setting in essentials

#

Ops name color '4' set to 'none'

#

config.yml?

#

Yes

#

i dont get it

#

A color code between 0-9 or a-f. Set to 'none' to disable.

In 1.16+ you can use hex color codes here as well. (For example, #613e1d is brown).

ops-name-color: '4'

#

what do i make ''

#

Either set the color a different one or put 'none'?

#

4 is corresponding to red

#

when i put none it still says red

#

even after reloading

#

You need to save the config, and do /ess reload in chat. Do not reload your server, it breaks most plugins

#

ok

#

If you used /reload already, then you need to do a server restart

#

silver

#

Yes

#

do you know

#

how to remove my name is yellow now

#

when i did prefix for owner

#

prefix.18.&6[Owner]

#

how do i fix that my name is yellow

#

I see

gilded nova
#

So the prefix color wont get taken into the name. You can then just use {prefix}&r {displayname} : {message}

#

the &r Means reset any and all formatting that took place before here

#

it resets my entire name leaving with no prefix

#

Show me your chat format

#

in essentials config

#

format: '{DISPLAYNAME} {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

#

ok copy this

#

format: '{PREFIX}&r {DISPLAYNAME} {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

#

You see the difference?

#

You didnt do everything i said.

#

yes

#

do i still leave the

#

add-prefix-suffix?

#

without a tag

#

Leave add-prefix-suffix to false, or else you will get double prefix. Did you even read what i posed for you? I literally explained what that setting does

#

like this

#

add-prefix-suffix: false

#

Yes

#

k

#

I think you could benefit from my clippy tutorial <.<

#

works healthy but my name has a problem

#

[OWNER] Kenszo hello

#

So too many spaces now?

#

yes

#

Open your lp editor and remove the space you added after the prefix

#

ok

#

The space already exists in your chat format, so thats why you get doubles now

#

thx

#

works

#

tysm bro

#

:)

#

sTablist

#

does this work to display my prefixes in the tab

#

That is up to your tablist plugin really. I don't know that plugin, so no idea

#

1 question

#

when i do /nick

#

why does a ~ appear

scarlet light
#

EssentialsX does that

gilded nova
#

how to remove

scarlet light
#

You can remove it in the config if you wish

gilded nova
#

oh

#

nickname-prefix: '~'

#

?

scarlet light
#

Yes

gilded nova
#

cant i remove and make it none

scarlet light
#

Read the comments above it.

gilded nova
#

ohh

#

ok

merry ginkgo
#

anyone can list me every "&" colors ?

trail shuttle
#

!colors

outer vesselBOT
merry ginkgo
#

thanks

merry ginkgo
#

why do I have this world prefix ?

little robin
merry ginkgo
#

yes

#

@little robin

little robin
#

That's why. Lol

#

It's gonna have [world] [rank] [name]

#

Pretty sure there's an option in multiverse config to disable it

scarlet light
merry ginkgo
#

ok

royal lagoon
#

Console says this:

scarlet light
#

anything on your backend server ?

gilded nova
#

^

queen bobcat
#

Has someone created a local host server and at the beginning the ports were not open? please I need help

royal lagoon
#

Just says "[Disconnect] User Kiansniper2005 has disconnected, reason: Disconnected"

gilded nova
#

Interesting. What lp version are you running, what type of server do you have?

royal lagoon
#

someone else found me someone with a similar issue. so reading thru the github article now πŸ™‚

queen bobcat
#

only English?

gilded nova
#

ship happens

#

we will never find out

queen bobcat
#

no, sorry i have not specified, I mean if you can only speak English because I have asked something and as I see that no one has a solution for asking people who do not speak English as well as Spanish

ancient snow
#

what happend to HolographicExtension?

scarlet light
#

wdym?

ancient snow
scarlet light
#

vault was last updated july 17th 2020. what's your point?
does it still work?

ancient snow
#

in 10 seconds i got 35 errors in console

scarlet light
#

!paste the error.

outer vesselBOT
#
Please use pastebin!

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

For console errors:

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

Other errors:

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

scarlet light
#

or not?

#

oh

gilded nova
#

clippy slow today, he tired

scarlet light
#

same.

gilded nova
#

same. meds be kicking in making me πŸ€ͺ

ancient snow
#

he be slow but he didnt get electrocuted today like me

gilded nova
#

stuck a fork into a socket?

ancient snow
#

nope disconected server from power and the metal rack gave me a huge shock and 2 of my 3 outlets died

scarlet light
gilded nova
#

Ahahah

#

i feel sorry for you cuz that probably hurt like hell, pls dont hate me for laughing

ancient snow
#

and it hurts even more cuz 2 days ago i got sunburned

scarlet light
#

!latest

outer vesselBOT
#
Latest version

5.3.61

ancient snow
scarlet light
#

?

ancient snow
#

why you just randomaly typed !.lates

scarlet light
#

because i needed to see something

ancient snow
#

thats a bit sussy

scarlet light
#

what..?

ancient snow
#

idk im bored

trail shuttle
#

I dont like those things

vernal sky
#

can someone join in my server IP:freiundencraft.aternos.me

short warren
#

no my mom said only to join servers called freidencraft

scarlet light
#

Lucky for you, I’m making Freidencraft.

blissful skiff
#

Γ±

#

Γ±

#

Γ±

short warren
#

Ε…

violet rivet
#

@robust willow I have no idea who you are, why are you sending me a friend request?

robust willow
#

need some help

violet rivet
#

Alright, what do you need?

robust willow
#

I need some help using the LP API and I thought that you could help

#

could you? πŸ™‚

short warren
trail shuttle
short warren
#

ask there and get help

robust willow
#

Ok thanks

violet rivet
#

what they said, i was holding a stick of hot metal I didn't want to drop.

scarlet light
#

@rigid widget πŸ‘€

outer vesselBOT
#

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

scarlet light
#

Clippy please

#

This is important

rigid widget
#

Ty

latent tendon
#

Hey you

#

yes you

gilded nova
#

luck is on a rampage

twin warren
#

used intellij's structural replace function for this commit

#

aside from being horribly complex to understand at first.. my god, so useful

#

does all of the imports automagically \o/

gilded nova
#

if you are talking to me, this is like showing me scientific evidence of aliens - i dont get it no matter what you do

sonic wyvern
#

That looks pretty cool ngl

gilded nova
serene crow
#

I did not even know this existed

gilded nova
#

me neither lol

forest helm
#

same, gonna need to look into that later

royal lagoon
#

Hi!
I have the same error as this github post put it didnt help me at all. It only happens when I type /lp user and then a space then it kicks me witth the error from the picture. It also happens when I do //set and a space but only with these 2 commands from what ive found.
https://github.com/lucko/LuckPerms/issues/2623

GitHub

Description So i recently installed a 2nd server, and a bungee proxy onto a dedicated server that i rent, and now when i do /lp then hit space, i get kicked with DecoderException : java.lang.IndexO...

forest helm
#

are you able to run /lp info? if so, screenshot + send here pls

#

@royal lagoon

gilded nova
#

That just sounds like some plugin running protocol hacks lol

royal lagoon
#

idk, im just working on this server for someone πŸ˜„

forest helm
#

!latest

outer vesselBOT
#
Latest version

5.3.64

forest helm
#

wee bit slow there clippy

gilded nova
#

Whew Clippy's slow today

forest helm
#

Can you try to reproduce with no plugins present? I'm guessing it's a plugin conflict

#

*no other plugins

tiny ivy
#

Wtf... is on this server kehribar#0044

trail shuttle
#

No offense, but i dont see how your account is worth 550$, dont see how any discord account is worth money either

tiny ivy
#

I've never said so XD
But it's about that dog buying/selling accounts, what is against tos of discord

gilded nova
#

Yeah you should 100% report them to discord lol

scarlet light
#

that steam name tho

gilded nova
#

Yes you do

scarlet light
#

no u

gilded nova
#

Maybe

scarlet light
gilded nova
#

:3

blissful skiff
#

Que pro 😎

somber pelican
#

Hello there. I am using context to disable some specified permissions in a specified world&region, but it's not working. Do you have any idea why? πŸ™‚ https://prnt.sc/1qiv15c

#

Commands from BetterRTP aswell as from marriagemaster and protectionstones are still working, even if I am on world "PVP" and on it's "__global__" region

gilded nova
#

Why.. why even have global for context?

#

You are always in the global region

#

You can straight up remove it (the region context)

scarlet light
#

what badge? πŸ€”

gilded nova
#

The Nitro one 🀑

dull jolt
#

no offtopic 😭

rigid widget
#

channel topic!

somber pelican
rich tree
#

also the region global is by default.... it won't do anything

somber pelican
rich tree
#

since nopvp is within global

gilded nova
#

You are always in the global region

#

Which brings me back to my previous statement

You can straight up remove it (the region context)

gilded nova
#

idk why my prefix isnt showing

#

im sure u guys know the answer to this question

#

Forgot to install vault?

#

not really

#

Why 2 chat plugins?

#

should i delete essentials chat?

#

You should delete whichever one you don't want lol

#

k wait

#

aight i deleted it

#

so why isnt it showing tho

scarlet light
#

Should also delete those addons you don’t need.

gilded nova
#

i have no clue honestly, i even changed some stuff in the config.yml

scarlet light
gilded nova
#

reddit told me to come here

gilded nova
#

soooo what else can i do?

scarlet light
#

Run /lp user (your username) info
And send a screenshot of it

gilded nova
#

oh nice, now it worked

#

but i have these disgusting brackets

#

how can i delete them?

#

That is what you have a config in your chat plugin for

#

ok

#

VCF, not Vault

#

nice, fixed it

#

welp, thx for helping

#

What made you think that vault had the format, and not vault chat formatter <.<

scarlet light
#

Pfft. Vault and VaultChatFormatter are the same. You didn’t know that?

gilded nova
#

no....

thin smelt
#

Hi, a question, how can I delete the saved homes?
I have tested if only 3 were saved and now I want to delete those 3 and set it to 0 again.

serene crow
#

/delhome ?

#

or smth like that

#

which plugin are u using

thin smelt
#

and luckyperms

gilded nova
#

What is luckyperms?

#

I wonder

#

Never heard of such a plugin. confused

thin smelt
#

I installed essentialX and Luckyperms.

gilded nova
#

??? What's Luckyperms?

thin smelt
#

And I saw a video of how to put home, tpa commands and there I put those 2.

gilded nova
#

Well with EssentialsX you use /delhome for that, yes

#

Idk what Luckyperms is

#

same idk

thin smelt
#

Oh yeah that's right haha,
Thanks and sorry for the confusion

serene crow
#

sometimes my phone autocorrects luckperms to luckyperms so annoying

#

i wonder what the guy who put that there was thinking

gilded nova
#

Buy a new phone

#

That one is clearly flawed

serene crow
#

except that massive flaw its a good phone

gilded nova
#

No

#

It's horrible

#

Factory reset

#

screw autocorrect

short warren
#

Dosabkle ahti curect

errant raven
#

m

#

no hablo ingles

gilded nova
#

hi?

scarlet light
#

In your essentialsx chat section of the config, what is your chat format?

gilded nova
#

wait lemme see

#

in config.yml?

scarlet light
#

yes, the essentials config.yml

gilded nova
scarlet light
#

!paste just send the config.

outer vesselBOT
#
Please use pastebin!

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

For console errors:

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

Other errors:

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

gilded nova
#

just ping me pls

scarlet light
tidal pine
#

@gilded nova here

gilded nova
#

.

gilded nova
#

Hey, does anyone know a plugin that allows you to use diamonds as currency?

#

I am not sure of a good place to ask, but this server has a lot of server owners, so, maybe someone knows one.

woeful willow
steady tangle
#

@gilded nova arm ded send hug

gilded nova
#

@steady tangle :( what's wrong

steady tangle
#

i got 5g booster shot

#

arm hurty

gilded nova
#

ooooo

#

well it'll hurt by tomorrow lol

scarlet light
#

5G booster shot πŸ’€

gilded nova
#

but i'm here for u bb uwu

steady tangle
#

it alrEAdy hURTs

#

but thx bb

#

uwu

steady tangle
#

im a walking 5g tower now

gilded nova
#

it will hurt by tomorrow still pepega

steady tangle
#

sad

steady tangle
#

thats me

#

samosa face reveal right there

gilded nova
#

lol

#

oh shit i need to

#

buy stuff

steady tangle
#

then go

#

buy stuffs

gilded nova
#

but

#

going out

#

😩

steady tangle
#

fair enough

#

order stuffs

gilded nova
#

well k bye i'mma go out for the first time in 7 years then