#general
1 messages Β· Page 303 of 1
xD
d;waterfall ProxyConfig
public interface ProxyConfig```
ProxyConfig has 30 methods.
This class is subject to rapid change between releases
Core configuration adaptor for the proxy api.
@fallow quail hello :)
Does DisplayFormatter support MiniMessage or legacy formatting?
okay now I am sad
@steady tangle hello :)
uwuwuβ€οΈ
man I should be a dev this stuff easy
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 :)
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
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
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.
okay, yes but
i at least understand how it works.
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
other than minecraft, and a discord bot, i've got no idea what java is even used for π€‘
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
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
If you do it by mistake, how would you have prevented it π
Never installing discord
Scam
I just ip logged you, time to leak your unix uuid/ipv6 combo so your token is on the tor black market
Not sure, but it really should
I love adventure and somehow still missed out on that
place a tnt column and let the magic happen
btw do you know what the new lightblock is called in essentials?
?
And I am asking what is a lightblock to begin with
this is the lightblock
Well, that page even lists a java edition give command example
it doesn't work :9
Perhaps because basically this is an illegal block lol
wdym an illegal block?
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
!faq
Check out some of our frequently asked questions.
2nd last question
ok i found it thxx
hello
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?
are there any plans to get https://github.com/lucko/LuckPerms/pull/3051 merged soon btw? I just like to not have open PRs that just sit around and do nothing
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
I hasn't been merged because I was waiting on a reply to my question :p
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
Yes please! minimal diff to get it all working would be ideal
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
you're using from aren't you? π
yes
yeah don't
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
yes, Luck bad
lol
for spark I just did this
gradle is so fucking stupid sometimes, ugh
π₯΄
if you set the duplicates strategy then you might as well just use processResources lol
this is why filter on top xD
processResources {
eachFile { expand("version" to version) }
}
``` (or `filesMatching(**/plugin.yml) { ... }` etc)
sure, I'd prefer that to having to import filter
then pls confirm that it is actually working (jar contents the same)
I just realized I sent the kts version lol
redpilled
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
tbh idk what that inputs.property line is for lol I never used it and it all seems to work fine 
On a completely unrelated note: I hate android dev
This sucks
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
how is it inferior?
idk, just a bit of circlejerking lol
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
I mean, the annotations are processed in to metadata JSON files anyway
ah
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
Man Android dev is so painful
oops I didn't actually mean to send that
but it is true :^)
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
hm? where?
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?
.. remapping?
heh
sweet
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?
Qnyone please know how to fix this?
yep, looks like the default value in getString can be
Did you ever hear or see something like this before?
is that an issue you're experiencing or something you want to happen?
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]
never seen that one before
yeah, newer versions of H2 require absolute paths
actually, I think it's been like this for a while
did you upgrade the version it uses or something?
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
I mean, just no one using LP experienced it lol or if they did, didn't report it
maybe
how are you starting the server btw
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)
@gilded nova hey shit ass
wat lol
idk what you're doing but I can't get it to happen no matter how I run the server lmao
he's a fucken scammer
what software?
paper
because if it doesn't occur with Bukkit then it might be something I've done lol
might as well provide info and proof rather than bring useless drama in here tbh
lol
Very cool
I messaged @teal sun I think
honestly, the brains of some of these people
Hmm I have my DMs off
tried to scam me 3 times in a row lmao
No worries π
yeah idk lol
But if you do need me feel free to ping me
Yeah I messaged @sleek niche who doesn't seem to appear in the thing now
Hey Slenky! Please don't tag helpful/staff members directly.
@gilded nova the bug might have something to do with the data folder I'm giving LP I think
Hey BomBardyGamer! Please don't tag helpful/staff members directly.
there's a reason you have no friends Clippy
you on Linux btw emily?
because file systems vary between OS's ofc
WSL
ah
I wonder if this sort of bug occurs on something like Velocity, since Krypton and Velocity's plugin loading logic is very similar
@lunar pawn is the PR ready to merge?
you bet it is
cool, ty
just getting jenkins ready
I thought you already did that 
yes, but need to switch the configs over
ah
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
Experiencing
Oka thank you
https://i.imgur.com/xMDYTV5.png
https://i.imgur.com/SzvSfxN.png
I don't get what I'm doing wrong lol
seems like it checks groups, but I'm in default lol
probably me doing a programmer PEBKAC
oh also, btw, just out of curiosity, why does every call to SenderFactory#wrap create a new AbstractSender?
to piss off the gc
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()?
maybe? does it check for reference equality?
How do I create a group that is displayed in chat again? I forgot smh
omfg knew it
I didn't override getPermissionValue in KryptonPlayer, so it was always returning TriState.FALSE from its superclass KryptonEntity's implementation
AAAAAAAAAAAAAAAAAAA
is 20 tps good ?
Yes
20 tps means your server is running perfectly and smoothly. Since each second is 20 ticks in minecraft, that means your tps is perfect
what
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"
lol imagine icanhasbukkit
Yeah haha, any solution tho? π¦
is /blocke a command?
!essc block
Sorry! I do not understand the command essc Did you mean essx?
Type !help for a list of commands
oh this is lp discord haha
If you are talking about essentials, it should be eblocks
!commands
Find all of the available LuckPerms commands on the wiki.
β
Luckperms commands list
some people are weird
Vouch ^
Yeah, I just put a command there as a example, I have several actual commands, and they don't seem to work with aliases in commands.yml.
E
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?
Hey BomBardyGamer! Please don't tag helpful/staff members directly.
Agreed.
yeah
so basicly i have atleast 6gb
client side
4gb server side
and yet its handling it
Interesting.
Well, you arent the only person using luckperms on fabric, so how do other ppl do it?
If you ever feel useless, remember diorite has a crafting recipe
XD
xD
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
Yea ik, depends on version. On latest for paper its not as bad
Well, afaik the pasting of non-full blocks such as fences and walls is whacky (yes, i felt that) as well as stair rotation
Really? I mean, depends where you were standing when it was saved
Yes
But if you //copy when the build is south of you, it will paste it south of you in the same orientation
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
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
XD
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
This Minecraft tutorial explains all about experience such as XP points and levels. The experience bar shows your current level and how close you are to reaching the next level.
Only searching for critical keywords works best
Thank you SilverCore π
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
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!
wait
essentials x chat works on tab list/
?
No, that's for chat
Read that section of the page carefully
Not EssentialsX Chat though.
so when i try to open the file it wont let me its just a .jar folder
You have to run the server, so it generates a folder. The configs are in there.
ok
still same problem
What problem exactly ?
You canβt open the jar to edit? That problem?
Do you know how to troubleshoot plugins not working?
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??
hey do you mind helping me whats a plugin that removes the <> from the chat?
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
spricht wer deutsch ?=
@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
Ok sorry
when were illagers added
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.
1.14?
Anyone know how to fix my issue in #support-1 I have no clue
i think that was the Pillagers
Pillagers and Illagers were added in the same update.
how do i add a user to a group
They were added in 1.11 along with the "Mansion" structure
send a screenshot of your /ess version please
run /ess version in-game.
https://essentialsx.net/downloads.html
click stable release and click download on EssentialsX Chat
put that in your plugins folder, and restart
The essential plugin for Spigot servers.
Iβm just curious why it says players donβt have perms even tho the perms are set in the default rank on luckperms
perms for what specifically
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.
Really atm I just want to get essentials tps to work
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
but as you can see
well, not really
hmm, is it only essx permissions that aren't working?
Hi! LuckyPeople 
o/
,
o/
im very unlucky :(
That sounds like a you problem
noob question i have a group called admin
do i do this
/rg flag spawn -g admin passthrough allow
yeah.. please update to a dev build since stable ones ain't working for me as well
that is a worldguard command?
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?
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
!usage
Here's a guide to help users understand and use LuckPerms for the first time.
anyone knows good hosts for free
dose anyone have any good basic commands to start off for very basic mebers?
aternos
Good and free usually don't go well together
Said a guy in an open-source plugin discord server
Good and free donβt usually go well together with hosting. (Almost never)
Hiii
Sooo it alters the prefixes existing in luckperms?
yeah
Never seen that. I see lots of issues coming with this but ok. Your choice
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.
Then how will it know what weight it needs?
So what stops people from making their prefix to [Admin] and fooling/threatening other players while you aren't watching, pretending to be admin
because you can blacklist admin
How will people know, when they changed their prefix, what actual rank they are?
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
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
yeah but many do
True. Well, I've never seen this plugin, but it can be useful i guess.
you know any plugins that works the same?
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
rank tags as in prefix?
and deluxetags can be changed by player?
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
In that case your server is more populated than mine
just simps ;p
That too, but i have a bungee network
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
I agree lol. Recently ive been enjoying anarchy a lot
I can let off some steam there xD
haha
Hi, how i can check all users with a specific permission please?
Like, see a lits of all users that have that permission?
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
Thx
I need help
xxxxxxxxxxxxxxxxxxxxxxxxxxx
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
A plugin that works with luckperms in what sense?
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
So you are aiming to yeet certain permissions from users or?
Yeh
Quickly update a large amount of user and group permissions by using the bulkupdate command.
So with that i can remove a certain permission from all the players who have that permission?
Yep
@gilded nova
No need to tag. You think im going to run away mid-conversation?
no, sorry
Anyway, do you have placeholder api?
i dont think so
you should get it, its amazing. ill tell you what we can try after you got it
I'll list you a few commands to get your server the most basic placeholders
alright
/papi ecloud download server
/papi ecloud download player
/papi ecloud download luckperms
then
/papi reload
ok now lets do some magic
im scared
do /papi parse me %luckperms_prefix%
done
What did it return in chat?
the prefix [neutral]
perfect, means u did it right ^_^
yee
So question, do you have vault?
yess
Ok good. Just making sure.
i understand
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
alright, do your thing
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
Ah. Well, yea, thats what i was gonna say. I don't think this one has prefix on name support
So let's just try another one. Having placeholder api is still going to be useful no matter what tablist you go with
does someone know a plugin voor a scoreboard on the right of youre screen
Please use google lol. We can't provide you with everything you ask for xD
someone know wich is the best chat plugin compatible with luckperms?
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
cries in EssentialsX
Add default papi support lol
I believe there are plans for it.
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
Thatβs pretty much that Vault Chat Formatter is though, no?
Because β¨ addon β¨
Sorry but i dont like vcf lol
i tried it
and... no
im awfully picky and i always look for plugins with a heck ton of fancy advanced settings
Weβll both vcf and essx chat are meant to be pretty simple.
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
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?
You mean Chester?
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
lol
I couldnβt figure out how to compile Chester. Iβm too dumb to use it
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!!
can someone help me find out why my serve is crashing
https://pastebin.com/PvjLP4r1
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Watchdog timed it out, server was lagging.
i made my own plugin wich works like essentials but without all the crap it comes with
π
Why?
use a regex for your log to Replace ips
Sounds like a really stupid thing imho
if it's DiscordSRV handling that, iirc it has regex too
(might be wrong, been a while)
Discord bridging plugin for block game https://www.spigotmc.org/resources/discordsrv.18494/ - DiscordSRV/ConsoleAppender.java at ae26c8fa7a85120ccb1cf9bc46d8de316c1a5db8 Β· DiscordSRV/DiscordSRV
tackles

shows pant content
Lmao
I need help to make the default rank have a name in minecraft like in tab menu and chat
please anybody can tell me why permissions are not working of kitpvp
please tell me default permission for this
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
Put a space after your prefix in luckperms, or edit your chat format to have the space.
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
do this^
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
EssentialsX does that
how to remove
You can remove it in the config if you wish
Yes
cant i remove and make it none
Read the comments above it.
anyone can list me every "&" colors ?
!colors
thanks
Do you have multiverse installed?
That's why. Lol
It's gonna have [world] [rank] [name]
Pretty sure there's an option in multiverse config to disable it
I believe the command for it is
/mv config prefixchat false
ok
Console says this:
anything on your backend server ?
^
Has someone created a local host server and at the beginning the ports were not open? please I need help
Just says "[Disconnect] User Kiansniper2005 has disconnected, reason: Disconnected"
Interesting. What lp version are you running, what type of server do you have?
someone else found me someone with a similar issue. so reading thru the github article now π
only English?
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
what happend to HolographicExtension?
wdym?
the last update was Apr 27, 2020
vault was last updated july 17th 2020. what's your point?
does it still work?
no
in 10 seconds i got 35 errors in console
!paste the error.
Seeing a paste of the problem makes everything so much easier! Use https://paste.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
clippy slow today, he tired
same.
same. meds be kicking in making me π€ͺ
he be slow but he didnt get electrocuted today like me
stuck a fork into a socket?
nope disconected server from power and the metal rack gave me a huge shock and 2 of my 3 outlets died

Ahahah
i feel sorry for you cuz that probably hurt like hell, pls dont hate me for laughing
it does my hand is still red
and it hurts even more cuz 2 days ago i got sunburned
!latest
5.3.61
?
?
why you just randomaly typed !.lates
because i needed to see something
thats a bit sussy
what..?
idk im bored
I dont like those things
can someone join in my server IP:freiundencraft.aternos.me
no my mom said only to join servers called freidencraft
Lucky for you, Iβm making Freidencraft.
Ε
@robust willow I have no idea who you are, why are you sending me a friend request?
need some help
Alright, what do you need?
I need some help using the LP API and I thought that you could help
could you? π
#luckperms-api exists
ask there and get help
Ok thanks
what they said, i was holding a stick of hot metal I didn't want to drop.
@rigid widget π
Hey Evident! Please don't tag helpful/staff members directly.
Ty
luck is on a rampage
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/
if you are talking to me, this is like showing me scientific evidence of aliens - i dont get it no matter what you do
That looks pretty cool ngl
what on earth
https://www.jetbrains.com/help/idea/structural-search-and-replace.html
wow the amount of context you can search/replace with this
I did not even know this existed
me neither lol
same, gonna need to look into that later
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
That just sounds like some plugin running protocol hacks lol
!latest
5.3.64
wee bit slow there clippy
Whew Clippy's slow today
Can you try to reproduce with no plugins present? I'm guessing it's a plugin conflict
*no other plugins
Wtf... is on this server kehribar#0044
No offense, but i dont see how your account is worth 550$, dont see how any discord account is worth money either
I've never said so XD
But it's about that dog buying/selling accounts, what is against tos of discord
Yeah you should 100% report them to discord lol
that steam name tho
Yes you do
no u
Maybe

:3
Hello there. I am using context to disable some specified permissions in a specified world®ion, 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
Why.. why even have global for context?
You are always in the global region
You can straight up remove it (the region context)
Badge
Lol
what badge? π€
The Nitro one π€‘
no offtopic π
channel topic!
because in the world "PVP" we have two regions: nopvp and global which is pvp enabled π
_global_ you mean?
also the region global is by default.... it won't do anything
yep
since nopvp is within global
That still does not make any sense
You are always in the global region
Which brings me back to my previous statement
You can straight up remove it (the region context)
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
Should also delete those addons you donβt need.
i have no clue honestly, i even changed some stuff in the config.yml
How did you delete it, and restart that quick ?
reddit told me to come here
quick fingers
soooo what else can i do?
Run /lp user (your username) info
And send a screenshot of it
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 <.<
Pfft. Vault and VaultChatFormatter are the same. You didnβt know that?
no....
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.
I installed essentialX and Luckyperms.
??? What's Luckyperms?
And I saw a video of how to put home, tpa commands and there I put those 2.
Well with EssentialsX you use /delhome for that, yes
Idk what Luckyperms is
same idk
sometimes my phone autocorrects luckperms to luckyperms so annoying
i wonder what the guy who put that there was thinking
except that massive flaw its a good phone
Dosabkle ahti curect
hi?
In your essentialsx chat section of the config, what is your chat format?
yes, the essentials config.yml
what line? lol
!paste just send the config.
Seeing a paste of the problem makes everything so much easier! Use https://paste.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire LuckPerms config file (passwords removed) as well as any other relevant files!
Odd, EssentialsX shouldn't be giving double prefixes/suffixes 
do you have another plugin that could be formatting chat?
imma download another plugin?
@gilded nova here
.
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.
If you're on Sponge.
https://ore.spongepowered.org/pie_flavor/Pieconomy
@gilded nova arm ded send hug
5G booster shot π
but i'm here for u bb uwu
it will hurt by tomorrow still pepega
sad
well k bye i'mma go out for the first time in 7 years then


