#general
1 messages · Page 260 of 1
I don't want to go to Authme discord, it's extremely abandoned and no one talks
Hold on
You won't get help here either
Why?
Piracy
Server isn't even open for anyone yet
Im just trying to get help on Mysql connections
Still, you're planning on supporting piracy
minecraft:*
BlockNotFound
java.util.Arrays.stream(org.bukkit.Material.values()).filter(it => it.isBlock())
are you writing a plugin or something?
nah just bored lol
.filter(Material::isBlock))
Method references
https://c.tenor.com/jYqfbfE5wU4AAAAM/yay-yes.gif
Crud, missed that. Haven't done (non-joking) java in a bit
do you guys know any plugins like on hypixel for crates where they are placeable? and need a key to open
Depends on your server platform
ik on sponge there's things like Teslacrates/Husky or GWM
spigot
Whoop Whoop ❤️
Library coming along
Already managed to completely move the code in the plugin I initially came up with the technique to the library and make the plugin use the library instead
Now just some more unit testing and I'm on my way to make LuckPerms-universal ❤️
🎊 🥳 🎉
O.o
Could ping i509 or just look in its deps
Would be very kind of you
Here's the library^^
There. Took longer than I thought 😅
Navigating GitHub on mobile is a pain
Hi
Aber 😃
@short warren 
Hey aberdeener! Please don't tag helpful/staff members directly.
Fefo samosa 
😎
Hey aberdeener! Please don't tag helpful/staff members directly.

no, it uses log4j like minecraft does
that's cool, have fun! as long as you're not expecting a PR implementing it to be approved, we've discussed this already iirc :p
As long as you consider it as we discussed I’m happy 😉
Alright. Then I guess I might need another adapter
@teal sun Help me mentally please
Hey Dictator_Alideen! Please don't tag helpful/staff members directly.
Joke ^
Hello -.-
it'll be considered sure, all PRs are - just very unlikely to be accepted/merged
Good enough
i'm trying to come up with a decent mongodb schema but it's all fuzzy in my head 😦
my main issue is with holding lots of individual player settings/permissions for each of lots of worlds, I don't know exactly how I would organize it optimally.
Do I store all of the player permission objects for that world in a single document, and reference it from the world object, or do I have each player permission object in it's own document and have an array of them in the world object, or both - reference an array objects that have the UUID and reference to the settings objects of each player?? Maybe there's an even better way that I can't see or haven't thought of?
feedback is very much appreciated ;o
It’s easy: you throw MongoDB out and use something decent like a text file
Jokes aside
Sounds like you’re trying to shoe horn a relational data model into mongo
Any reason for that?
i don't think there is, my main reason for referencing is because i think it'll offer me better scalability - though i have very little experience with mongoDB so i could be way off on that
Both MySQL/MariaDB and PostgreSQL offer excellent scalability options
Also from experience is MongoDB slower with large amounts of data. Simply due to there being less structure in the data
Mongo is great when you have a bunch of similar but not identical data points
that kind of sounds like what i have going on
But terrible for data that’s structured and made for a relational database
a big function of the database for me is to hold a whole bunch of various settings for a lot of various things
Alright then
If they only differ slightly or have a partial set of data that would fit a table structure you can use PostgreSQL
They have a kind of mixed mode
Where you can append arbitrary data to a row that you can still query
hmm
i still feel drawn to mongodb, if anything for the safety of knowing i can change how I store my data down the line without any real reprecussions
Altering a table Schema isn’t a problem
But then I can’t help you. Especially without decent example of what you’re even storing
That screams relational data at me
Like you could drop a few extra tables with PostgreSQL but besides that seems very clearly structured to me
my concern is down the line i could see myself changing this or adding to it a significant amount
I don't want to put a burden on future me to have to jump through hoops to reorganize my existing data, especially when i'm still learning
it probably would work better with a relational database though, but at this point i just want to figure out where my endpoint would even be as far as schema goes
Then put the burden on you to learn mongo and the future burden of a terribly performing database if you don’t do it properly
Frankly if you don’t even know what You’ll be storing why are you even bothering at this point?
well my plan is to store whatever i can think of and if i realize it's not enough i'll quickly turn back and add more on
rinse and repeat
yes.... xd
Well then you’re fucked either way
that's fair
alright i'll try my hand at learning postgresql then
thank you for the push brain ;0
You’re welcome
offtopic...https://www.youtube.com/watch?v=-BVxj-q7KOM
aye yo peepee poopoo check
hey yo peepee poopoo check
ay yo peepee poopoo check
ay yo pppoopoo check
ay yo pipi pupu check
ay yo pp poopoo check
ay yo peepeepoopoo check
ayyopeepeepoopoocheck
peepee poopoo check
pp poo poo check
pp poopoo tiktok
pp poo poo check tiktok
pepe poopoo check tiktok
pepe popo check
pepe popo
peepee poopoo check song t...
lol
hey, maybe one of you can help me and tell me wich "Custom Items" plugin is good and free where i can use diffrent Textures to "Renamed"-Items pls dm me
can anyone help with towny prefix shit?
id like it to be town name, town prefix (like member or whatever) then permprefix as in owner etc, then the player name and msg
have you tried asking towny support?
is there a discord?
oh thanks
Hi
hOI
frotnute bad
:owo:
iwi

uwu
uwu@steady tangle @gilded nova
Hey aberdeener! Please don't tag helpful/staff members directly.
^w^
uwu 😳

❤️
Make a private channel fefo
Wtf left me on delivered 
Smh my head
Bruhuh Aber ping ponged

:3

Hello
It's Tim 👀
yeah the fuckin bois
👋 Tim
Hi! How does one disable tab completions?
But why?
Only for the default users.
Or can I select which tab completions I want disabled for each group if so to say
The reason is because I think it looks better.
@sleek token what server software do you use?
Hi
I fixed it, do not worry!
Hello
Aber 
Btw is there anyone that would like to try out my new MultiPlatformCore library?
Even just for a single platform plugin, but one that needs to download dependencies
Would love to get some feedback to know what needs to be improved
What does it do?
It's a library that isolates your plugin in it's own classpath (or sorts). Which allows you to freely depend on any library without ever having to worry about conflicts with other plugins (including SLF4j!)
It also lets you download those libraries with their respecitive dependencies and inject them into the classpath at run time. Dynamically at that
So if you have 2 storage methods and both need a library you can make it so it will only attempt to download the one you currently need
Is there a github link so I can look at it later?
That isolation is especially useful when making plugins that run on multiple platforms because you don't have any conflicts there. But just a lone for a single platform plugin it's useful as well for downloading dependencies at runtime
I currently don't have a usage guide so just ask me. There's not too much to take into account but some things need to be done
What is the best bukkit tutorial? Rn I use this one https://www.youtube.com/watch?v=wysn_pFhcmE&list=PLdnyVeMcpY79UFZFfqwaXF2GUGc0v3YyG&ab_channel={TheSourceCode}
Love the video or need more help...or maybe both?
💬Join us on Discord: http://discord.gg/invite/fw5cKM3
Thank you for tuning in to this episode of TheSourceCode! ❤️
If you enjoyed this video make sure to show your support by liking , commenting your thoughts, and sharing for all your friends to see and learn!
All code is available on Github:
...
https://bukkit.gamepedia.com/Plugin_Tutorial this one isnt too bad, and ofc you should know java before making a plugin
should use this but on IDEA and using the mc dev plugin
Hm it uses neither gradle, nor maven. So yeah. Not too sure about it
I've been using both. Doesn't matter at all. Both are totally fine
gradle
And paper, spigot or bukkit?
Well depends
depends on whether you want it public or private, or even need the extra features paper or whatever offers
paper then
You have to understand they all build on top of eachother
if its public, then probably spigot, if private and using paper, then paper
So if you make a Bukkit-Plugin it works on Bukkit, Spigot and Paper
Like the server is public or what?
If you make a Spigot plugin it works on Spigot and Paper and might work on Bukkit if you use nothing Spigot exclusive
So what are the differences if bukkit works in all 3?
But yeah as of right now no sane person uses (Craft)Bukkit to run their servers, so build your plugin against Spigot
But what I don't understand is if it's all just one language or what it is
And there's really not too much of a difference. Most things you'll discover by using it anyways. So if there's a Spigot exlcusive optimization or utility and the turorial doesn't mention it, just use it
It's all the same really
Like Spigot is 100% Bukkit with some extras
And Paper is the same to Spigot
So everything I can make it bukkit I can make in Spigot aswell?
no, like if the plugin is public
There may just be some better ways to do things
can anyone help with deluxehub ihave a problem
That's all. But the Bukkit way will always work
So using a bukkit tutorial will be fine?
But let me issue this warning: Don't try to get into plugin development if you don't have a solid grasp of Java (8)!
Then I can just read the spigot docs after if I need
I do know java dw
Used java 11 though
Knowing Java and having a solid grasp of it are two vastly different things
That's fine too. If you're not worried about backwards compatibility you can develop your plugin in Java 11.
Just for public plugins the recommendation is write it in Java 8 and run your (decently modern) Minecraft server with Java 11
So if I will not share the plugins then paper?
You can still build on paper
All the plugins I make will be for only one server
Just dont use paper specific things
Then use whatever that server uses
But maybe with other devs aswell
lp itselfs uses paper
So should I use java 8 because I make plugins with others?
can someone pls help me i have a problem with deluxehub
Use the Java version the server runs on then
Have you tried reaching out to their support?
Okay so learning bukkit first is fine? Then I guess I can just read spigot and paper docs after right? @drowsy quest
Yeah. Frankly you don't even have to do that
Alright, so I just need a good bukkit tutorial (which is not easy to fine) lol
Most of the stuff they add has to do with either optimisations or with very complicated stuff, like better interfaces for command blocks and other NBT data magic
Typically not needed
Not related to this, but what would happen once the adventure pr gets merged into paper and a server uses spigot?
What's the adventure PR?
If someone knows a good bukkit tutorial please @ me
Ahhhh. The only interface will stay. So nothing really if a plugin doesn't use them
If a plugin uses them it'll crash with ClassNotFound or NoSuchMethod
BrainStone?
Yes?
Should I change the main class name?
Because it seems kinda weird
But Intellij just wrote it as standard
Not sure what you mean?
And my package is now testingplugin.Testingplugin
Like if it's even usefull to have testingplugin there so many times after each other
I mean name it however you want
That's the package name before it. You should kinda know what that is
Ye I do know what a package is
Should I keep the package name and the class name the same though?
Main class btw
Alright, do you know any good guides for bukkit?
No
For a community that is so advanced and so "learn java basics first" it's quite disappointing, anticlimactic to find that there are no good guides on the platform itself lol
Frankly because there really is no need
If you're halfway experienced with Java the API is pretty self documenting
I guess the "official" Bukkit docs would help a bit? https://bukkit.gamepedia.com/Plugin_Tutorial
Tbh this almost abandoned website helped me lots with certain stuff lol
Fefo!!!!
Not the "Plugin Tutorial" specifically but with other things
lol one of the first things it says in there is "learn java"
I personally would cross out basic and replace it with advanced
ehhh
Because basic Java skills will get you nowhere
Intermediate
I say "almost abandoned" but man that page was last edited on September
who tf maintains it
fefo does
Btw is there anyone that would like to try out my new MultiPlatformCore library?
Even just for a single platform plugin, but one that needs to download dependencies
Would love to get some feedback to know what needs to be improved
It's a library that isolates your plugin in it's own classpath (or sorts). Which allows you to freely depend on any library without ever having to worry about conflicts with other plugins (including SLF4j!)
It also lets you download those libraries with their respecitive dependencies and inject them into the classpath at run time. Dynamically at that
So if you have 2 storage methods and both need a library you can make it so it will only attempt to download the one you currently need
https://bukkit.gamepedia.com/UserProfile:Espertus this dud/dudette
UserProfile:Espertus - Official BukkitWiki
literally only one edit XD
My problem is that I feel like I'm like okay in java but I can read the docs and understand it but can't seem to figure out how to use it in code
lol
@wraith niche https://github.com/PiggyPiglet/Challenges you can use this challenges list to get started with something
The list is in the readme so don't peek into the resolutions 
But like when I'm on the docs where tf do I start lmao
wdym?
So, I'm here rn https://hub.spigotmc.org/javadocs/spigot/
package index
But what do I start with?
Just from top to bottom?
In all links
lol no you don't read all of it
It's not something you should just read xd
So I look up command first I guess?
Ahhh so I start with that
So I shouldn't use spigot docs?
For javadocs yea
And wait, I know java but should I learn gradle first aswell?
This is more of a guide / tutorial of sorts
[5:58 PM] Fefo💜: the javadoc you use more as reference when needed
[5:58 PM] Fefo💜: to look things up
Gradle is just a build tool. Not too much to learn tbh
Great for downloading dependencies
Hey ValdemarF! Please don't tag helpful/staff members directly.
Oops sorry
yea
Wdym with yea xD
These are more of a general guide on how to make plugins
The javadoc are a reference to things Bukkit (and Spigot in this case too) contains, classes and methods, descriptions, general documentation
say I don't remember what methods ProjectileLaunchEvent has, well then I can search that up in the javadoc
e.g https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/ProjectileLaunchEvent.html it shows the methods it has
Ahhh okay so I don't use the docs for starting out with learning it?
For that I use the bukkit site that you sent?
What do you want to make
Then start there :d
uh
with those, yes
^
nw 😁
@gilded nova 🥺
Hey aberdeener! Please don't tag helpful/staff members directly.
@onyx masonuwu
One thing that I do not understand is @override since methods gets overwritten anyway in java
Especially in Intellij where it shows what it overwrites anyway
@Override is more of a help to you and the compiler, why well because you can mistakenly type, say "command" instead of "onCommand" and it will compile just fine, but it won't work, but you can't mistakenly @Override command because you can't override it from anywhere
That's just to mark the method explicitly as overriden. That is useful if the base class changes and the method you overrode no longer exists. Then it will not compile instead of just creating a new method that is not what you want it to be
So I just write @override at all methods that overwrites something for readability? And to find errors?
Yes. Always good practice to annotate all methods you override with it
Alright, thank you!
you mark as @Override all methods you are re-defining that come from classes you are extending / implementing
It doesn't hurt
So only for classes I'm extending or implementing?
Well not or
You know what I mean
Yeah, because you can't @Override methods that are not "coming from upstream"
You can only override a method if you're extending or implementing another class
that's what @Override does in the compiler :p
So your question doesn't make any sense
And makes me doubt you know enough Java yet
So I cannot override a method that I get through an object?
Stop right here please
...
And continue learning java.
Idk where I should learn it next
I tried on w3schools
Make full projects
Google is a magical place
I'm sorry if that sounds harsh. But seriously, if you're struggling with Java syntax Bukkit plugins will kick your ass
Probably true, I just dk where to learn it next
Because for example on this site https://edabit.com/challenges/java
All these challenges are way too easy
There's a difficulty filter on the left
👍🏼
I heard that tutorialspoint is bad is that correct?
¯_(ツ)_/¯
My chat plugin is CMI
I'm not sure
I'm so confused
You should be able to drag the order of permissions in web editor
I don't know
What are some essential plugins besides coreprotect and luckperms for a survival server
any suggestions for a good ban/mute/report plugin?
i actual use dkbans but it makes errors the most time
!latest
5.2.78
@gilded nova i think coreprotect and griefprevention go great together on a survival server, that way you get some level of autonomy for the players as far as preventing griefing goes
@normal surge you seem experienced with gp plugin, is it easy to toggle stuff like economy?
what do you mean by toggling economy? if you mean setting up permissions for using shops inside claims, that depends on the shop plugin
i need help with lpc
this plugin
i need help setting up
Anyone help?
i got a radio station now https://nolan.airtime.pro/
Hello
ola
cold
Noice
no
not noice
the prof demands everyone constantly be contributing to class
it's gonna be chaos
what place holder should i download so %player_name%works
i have taken my first step down a treacherous road and added AES encryption for my plugin network traffic
@normal surge No I mean as in toggling it off/on
like... toggling the entire economy?
toggling being able to use shops in claims?
be specific i am confusion
@sleek token
Yes, how to disable economy.
Do you know a piston plugin that works without redstone
do you simply not want an economy at all, or want to be able to turn it on / off with commands, or what?
I do not want economy at all...
then just dont use any economy plugins lmao
But economy comes with the gp plugin
o.O
i was under the impression that all griefprevention had was a way to buy and sell it's claim blocks
i had no idea it had it's own economy - i can't find anything on it's wiki saying it has one either
Maybe it was another plugin, soz
it's all good
does anyone know a plugin that Welcomes a player whenever they join with a title?
World gaurd
Hey aberdeener! Please don't tag helpful/staff members directly.
❤️ ❤️ ❤️
👀 👀 👀 👀
😏
Does anyone know of a plugin that is similar to cosmic prisons that will allow me to slow down specific block breaking times?
Is it possible to have people who are in the same group to not be able to attack eachother only other groups?
it's definitely possible
well i guess that depends on what you want these groups to do/be?
factions plugins add what you want, as well as a bunch of other extra stuff.
you can also use even the vanilla minecraft teams if you only want a certain amount of groups
there are also various 'team' plugins out there that do different things alongside disallowing friendly fire
alright alright,can check that out
for now i only need disallowing friendly fire so
btw, do these plugins also work with luckperms, that i just only add 1 permission and its fixed?
@normal surge
it might not be just one permission but they should all work fine
alright, what specific plugin u think is good, have been searching a while now but its hard to find
wait let me explain in private
i have no idea honestly, your best bet is to go down the line and try them one at a time and see which one you like best
aber 
!selfhosted
Sorry! I do not understand the command !selfhosted
Type !help for a list of 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
!helpchat
!inheritance
!install
!libsdir
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!suggestions
!switchstorage
!sync
!testingperms
!tracks
!translations
!upgrade
!usage
!userinfo
!verbose
!weight
!whyluckperms
!wiki
!selfhosting
Learn how to self-host all the web interfaces.

And TIL bytebin runs in Java lol
ye
what did you think it was lol
!config
Learn what each of the config options are for.
where at OHHHHHH HAHAHAH
here's a tip - don't install all the modules :P
only the stuff you need
i highly doubt you even know what XMPP is :P
Yeah true haha bro
Turbo 
I never looked into it so I never had a clue
I assumed it was node
Thought it was backed with something that wasn't Java lol
Till I saw a while ago
Luck doesn't do much JS stuff
If anyone needs some help with plugin creation contact @normal surge , he helped me creating a plugin what was impossible to find. He is really fast with creating it. Very good man
Sus
someone wanted a samosa
👀
LMAO WHAT
I saw it on reddit kek
Nose texture replaced with the head texture and the head got replaced with the nose
little booper
How do I enable luckperms for somereason it got disabled when I did /plugins
that means it didn't start up correctly, in which case you would look at the console logs for any errors
how do I fix that?
okay
it was probably me sorry @steady tangle
does luckperms support paper
nah it was me actually 
for bukkit servers, at least
Bruhuhuh
you forgot about yatopia

lmao jk
Also @turbid stump #support-1 or #support-2 is more suitable for LP support
ahh okay im new here but they sent me here also
kek
because building/breaking perms are nothing to do with LP, but LP not working is very much LP :P
no one reads those stupid things fefo
Reading is hard kids
i'm basically a computer
on steroids but yeah
weekly dead LP staff list (week 2 2021):
- tobi
- luck
- jay
see you next week same place same time
just replace all three with aber
one day 😔
guys it would be a dumpster fire
Even better
how i havent burnt namelessmc to the ground, idk
guess youre just too hot for lp || no homo ||
i would be fefo's assistant 🥺

unix 
why did i see someone in the vc
👉 👈
hhhMMMMMMM
HAHAHA
smh dyno is tracking everything
Fefo i leave because NO ONE EVER COEMS AND VISITS

doesn't help the channels are all the way down there
bit hard to see when there's 100s of secret channels
oh but #713147703978360884 is just above the secret channels for us to notice and missclick all the time 
i cant lol
👀
im basically just a mod that can kick mods
LMAO
lol

slides over $2 and half a cookie so about fefo 👢
HUH!?!?
smh turbo has a manchas server?
but does it compete with Rory's server
it is much supreme
kek
@gilded nova not the place to ask for services
isnt nuvotifier like the simplest thing ever
its just some keys and stuff, throw it in the config and bam it works
!helpchat has #request-paid and #request-free for those things
Helpchat is a general plugin assistance discord as well as the home of DeluxeChat, PlaceholderAPI, and many more.
@onyx mason left voice channel #Voice 1
perfect
you may or may not find it if you go to turbotailz.com 
clappywappy lmao
fuck sake
comic sans is great
Ever heard of ryanJH
who?
heh
lol to be fair that's a newish account
wdym
he has so little messages because he created a new account last year, or the year before. he had sent way more messages before then
^
i more so was noticing the 10 months ago message 
it's over 9000!
yeah
I need to find the whereabouts of this emote urgently, if someone has it I ask you please if you share it with me, I look for it in all possible ways https://cdn.discordapp.com/attachments/768119603204587548/798036352666828820/unknown.png
@timid kayak ⛀⛁⛃⛂ that one specifically is the 3rd one
literally just googled "unicode coins", first link a reddit post asking for those in r/Minecraft lmao
jk my heart belongs to @steady tangle
...
Can you send me the url pls?
💔
what url lol
My heart belongs to Samosa but my soul belongs to you 
wtf im not a ginger
oi

i can and will ban you for insulting fefo
After all, it was you who sent this <3
😠
sucks cause ur dumb
LMAOO
pick a new one
Wtf I'm getting bullied by two mods
i have half a mind to take your ankles here and now
O.O
FEFO SAID MY HEART DIDNT BELONG TO THEM
hot
can we just be friends 😔
with benefits 


Turbo you're invited too
Larry? 🥺
idk man you called fefo a bitch
I can't tell if ur actually mad or not 😔🥺
A public letter of apology.
My dearest fefo.
You are the light of my life.
Everyday you make me happy.
It was in a moment of anger that I stupidly said a naughty word, which you did not deserve.
From this day forward I will strive to be better for you, and to you.
Thank you
My dearest fefo.
You are the light of my life.
Everyday you make me happy.
I am... flattered
a
aber is randy
Can you ever accept my apology 
just now
if fefo does i will
Who is randy
You are
randy keith orville
ok
the guy who got slammed in the gif
RKO'd
Ok thank you so much for your time mister luckyperm
outta nowhere

pls



/ban-ip aberdeener
get in syscraft VC in 1.5 hours Larry 😄
how about now
ok
join
are there any staple / recommended resources to learn how to set up a private maven repo + the basics of pushing to a remote repo
it was easy enough for me
installed repolite
added password during install
then requires a settings.xml in your .m2 folder w/ username password iirc
i chose to go with nexus, and i have my new password set and all that
but now i'm staring at a bunch of options for various repo types and i have no idea what steps to take lol
i guess i just want a resource to explain all of the fancy maven stuff going on, like the group vs hosted vs proxy repos, the differences between the version policies, and how to set up pushing my jars to it
I am now officially stumped with these nexus remote repository shenanigans... after following several tutorials and setting up a proxy repository to spigotmc's repo, I can't get it to find any spigot dependencies
i have had a similar (lack of) luck getting a hosted repo to resolve a jar file I uploaded to it
AAmmm
Im trying to setup my Firewall with UFW, and i cannot make it work properly, someone can give me a hand?
My Bungeecord servers:
Bungee - 25565
Lobby - 25566
Survival - 25567
Factions - 25568
Obviously i wanna players access the network only through the Bungee cord one
Could try the BungeeGuard plugin
@gilded nova ❤️ ❤️
Hey Lord_Samosa! Please don't tag helpful/staff members directly.
when someone sends a photo of their log
s
Do you know of a plugin that I can show statistics like this when I hover with the mouse??
i swear you've been answered several times
I haven't seen any labels given to me
😦 big sad
@potent prawn
Hey RhymsGod! Please don't tag helpful/staff members directly.
can you quote the answers because there are no tags
maybe just read like 10 messages after you have ask your question
and see if it answers your query
I can not see
but said I got too many answers :D?
oh lol
..
🤷
deluxe chat
thanks
yea but it paid, honestly just google on spigot yourself and try it
or make your own ;d
calm down boy xD
wonder if you can use adventure for chatformat
keep wondering
why is gradle so stupid with intellij makes a module for main & test
close enough
that's hot
lol did you manually construct that?
nah
Well then it went wrong 
Gm @gilded nova @steady tangle 🥺
Hey aberdeener! Please don't tag helpful/staff members directly.


looks like your server just lagged to death, although thats just a guess
hey it works now + papi support
Is that a plugin u working on
yes
And how would you send those messages
Some command or some keyword in the chat that triggers the hover?
if its good, probably
Can you help me powercas?
no
I have problem with prefixes when i inherit default group to other grups default group prefix stuck front of my name
Anyone can help me?
On the right default group on the left normal group
I and i set the weightd
hello
hey guys anyone knows wich LWC plugin is up to date?
lwcx
ty
the one from pop (i think?)
and other question, how can i do that when im entering a Portal (Multiverse Portal) that open a gui where i can choose the World i want to enter?
i cant find a solution about that
Like a plugin, entering a Nether Portal, it open a Gui and i can choose a world
@gilded nova 
feffo you smell
lol jon if ur gonna advertise make ur links work
@shell drum no fishy links pls thx

oh mate
was someone just in voice chat or did I just imagine that
good thing fefo is so nice 
i join vc a few times a day
to try and make friends
no one ever joins 
ok
wtf
hellu uwu


anyone knows if u can add color to the farewell title in worldedit
farewell flag?
yeah
so u get a title in ur screen which says ur leaving region
only thing i need is to add a color XD
"U"
Can we ask questions about other plugins here?
So i am using nametagedit
And my nametagedit priority
Working wrong
I set x group prio 1 but it stays at the bottom
How can i fix this?
eyeyey
screenshot /plugins, let's see which plugins might be messing with chat in the first place
You can't see my face but I'm literally laughing
anyway
from those yeah EssXChat would be the only plugin handling chat
lemme find the config
i can show u the config
Please use https://bytebin.lucko.me to send files in the future. I have automatically uploaded undefined for you: https://bytebin.lucko.me/7RYJWOHpzC
oh
clippy did the thing, don't worry
ouh okey
uhh
thats not quite right
cus thats
animals
its line 691 for me
thats strange
do i just remove group
DSAJSAKLD
yeah
ess reload 
Restart your server
doing so
never ever
i use /plugman reload ..
also no
like never ever ever ever never ❌

reloading a sin
:D
magic
here have a llama
can i ask about where to find x plugin here
just incase someone knows bout it
yes
thats cool
Ive been looking for a plugin that allowes me to use Baby llamas as companion that simply follow u and has a inventory if possible-
sounds a bit specific
well it dosn need a inventory
but simply having a llama companion
i am using simplepets atm
but yeah its a bit messy















