#off-topic
1 messages ยท Page 744 of 1
you should learn how to use these keys, they're very useful
My delete is worn of on my keyboard cause I gotta keep accessing boot menu 
i remapped mine pig
to what
NCIS LA ๐คข
screenshot and media keys
normal NCIS
delete is normal
I use all of those keys except for insert
Think for one moment
insert is screenshot <o/
Could you tie a length to a gradient
Not really
A gradient is just a gradient
Not aware of its length or distance
dude we need a channel called #nialls-conversations
How would one have a vararg map parameter?
In ?
(Map<K, V>... maps)?
public Drop(final ItemStack... drops) {
Arrays.stream(drops).forEach(drop -> {
DROPS.put(drop, 100);
});
}
I need to somehow allow for chance to be assignable from the parameter, but that's two different types, meaning it won't work
And I don't want to have another object
frosty it's impossible without another object
if (enum == state1) {
calculate way 1
} else {
calculate way 2
}
or have two seperate objects
I'd recommend a builder
DropFactory
erm
Stop it Niall.
builders/factories are usually preferable to constructors iirc
constructors are ugly
You're ugly
Your working in a OO language
don't quote me on this
purely guessing here
but I'd assume it's todo with the concept of named parameters
which in groovy, are implemented as maps, like this:
implementation group: 'com.google.inject', name: 'guice', version: '4.0'```
but obviously java doesn't have named parameters
we only have order-based parameters
so builders are usually preferable
I should probably look into this just incase I'm spreading bullshit
yeah lol
literally item 1 in effective java 3rd edition
"Consider static factory methods instead of constructors"
while builders aren't technically factories, I'd say they're fairly closely related
anyway, if you don't want to do that, your only option is to accept a map, Map<ItemStack, Integer>, with the key being your itemstack, and the value being your chance
But does it make sense to have a builder when you're dealing with only two values?
@pure bane why is testplugins down and why you left spigot's discord
clip is still in spigot's discord
Cause spigot's discord doodoo 
I didnโt leave
hmm
why I can't mention u there tho
well discord being discord again
anyway why is testplugins down
papi bot dead as wel
clip did u restart the dedi?
As I say that..
aight well tp and papi bot are starting back up
smh Piggy, builder it is cuz using maps is hella ugly
So are you
wow okay
Haha
ENTITY_DROPS.put("ZOMBIE", new ZombieDrops(
new Drop()
.withDrop(new ItemStack(Material.ROTTEN_FLESH, 3), 60)
.withDrop(new ItemStack(Material.IRON_INGOT, 1), 30)
));

@muted fern You like stickers ๐
lol
maybe when i add hex
So are you
lmao
That #738969308746612766 lmao
isn't that what deluxetags is for anyways lol
I mean yes but he's trying to remove the <identifier> <tag> part and make it already formatted for him
so when he says /tags create <tag> it ends up say /tags create Dragon, which formats to /tags create Dragon &f[&cDragon&f]&r
Not what I'm laughing about, it's about him actually having the balls to say $1 as his budget
fair point
#738969312735526935 lmfao
what
I like it
That's hurt, but hilarious

Seems like a good service.
frcsty is often "being stupid" mind dealing with?
whats happened
BM real quick can you see the Elara Trello board?
uh
whats happened
a while ago frcsty used 1.8
yeah I think 1 sec
F
oh no
Good luck buddy <3
welp
gl
this is gonna end with me being gone
Honestly helpchat may need your services
thank you
This frosty guy always causing trouble
he's a menace
He stole a panda from China
Where's that ban frosty vote that has like 30
's
And enslaved it to be his pfp
so i have come to the understanding that frosty is needing to leave the smart area
am i correct?
Correct.
okay.
https://www.spigotmc.org/resources/fubs-random-teleport.1094/updates Quite pricey to update ๐ฎ
Imagine not using Piggy's random teleport
400?
Imagine not using
Its private, doesn't help your advertising if people can't see it
issa meme
And then you go look at the source for the above one, and you cry
?plsnoarrowcode
kiteboard hit 9001 lines nice
Atleast it's not static
Is this true?
Because so many other servers have created 1.8 bossbar plugins that work
Yeah, 1.8 has weird wither particles
You can probably use packets to hide the particles
Not efficiently, just make the Wither max distance away and hide it with blocks ๐ฎ
And, lol, hi
omg it's gian
eZ
You can even hide the wither using packets so kek
frosty
Use packet to send a wither client side and spawn it below the player
i thought we were at an understanding
You're not the boss of me
or just skip the whole bukkit scene
the bouncer
I'm about to whoop ur ass Greg
Oi senior Gian

How many servers do you currently own?
Atleast 2
i see you pumping them out left right and center
I never release tho
https://canary.discordapp.com/channels/164280494874165248/452279708856614912/739818248681422939 @eternal apex Is your RTP this fast
I need to put my own resume there, lol
you cant whoop my ass frost
That's weak Gian
hmmmm
@woven prairie why don't you end up releasing them?
@mellow zinc Come to life nerd
lol
smh
FJ update soon 
๐
kite bord too
lmc update never
Should I release my gradient classes as a lib
lol last update https://i.lemmotresto.com/2020-08-03--08-17-20am.png
almost 2 years ago
o
yeah and I have like a 2.0 update
which supports like 9 different platforms
but I was too lazy to finish it
smh
@woven prairie who are the people that are leaving you on read? youtubers? business partners or what? What's their role in it? Why don't you just launch without them?
only thing I'd still like todo with the mc scene is making a sick scalable server with k8s and shit
It's Keem and Leafy, haha
ah
Bunch of weebs
Frosty is a weeb
what's the secret behind your rtp system?
pre-generating rtp locations and teleporting to them?
Too fast for that
Well
The secret is
To pregen the world with WorldBorder
Then, set up a plugin to teleport you around the world using player#teleport (cause Vanilla chunk loading affects smth)
Then, setup a nice range per TP (-500, 500) for example
Then, async tp using Paper
Call player#sendblockchange or w/e (and then do it again to revert) it is to make the world load quicker
player#sendblockchange <- Nice find
๐
Then fake view distancew ofc
I just realise I spend too much time. on things no one cares. about
What
Like, a fast RTP plugin
I mean is it public?
It can be
I just realise I spend too much time. on things no one cares. about
I think it's a commmon developer defect. I've wasted hours on stupid stuff
isn't it just like 5 lines?
xD
nah @light scaffold look at this config https://github.com/PiggyPiglet/RandomSpawn/blob/dev/src/main/resources/data.yml
those options can be configured per spawn
top options are just default
also got diff kinda spawns
radius (circle, square), rectangle, sets of locations
@eternal apex
question
Can you move channels around atm?
cause it wont let me
guessing its my discord cause i cant even click links
omg
Sheesh
weird
maybe u should stop using canary as your main client
ยฏ_(ใ)_/ยฏ
o its fixed
apparently it wasnt working whilst i was moving something from my downloads folder to a usb
niice
-_-
@mellow zinc Come to life nerd
@velvet crescent thou has risen
Kali, have you made the gif yet? Hoping to update it tomorrow/wednesday
was busy yesterday
i shall do it when when i get out of bed
u are my first priority
Cuties
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [net.kitesoftware.board.command.CommandManager];
Lol
Wtf it rambling about now
Baked Beans
it aint even a configuration class
Bar api issue
Well technically he did complete your plugin, and since it's a different plugin causing the issue he kinda did do all that was asked of him
Well I hired him to make me a plugin that I'd be able to use on my server how is that fair that I'd get shafted in this scenario?
whats bar api issue
sticky situation
Well kinda no, the plugin request never mentioned that it has to work with other plugins (as in play nicelly with them), depends on the issue
KiteBar good 

Why not use AirBar?
That supports 1.8 Im sure
And is cheaper than what you would pay for a custom one
@velvet crescent that argument is pretty weak even regardless
wew
๐ฎ
๐
How is the argument weak?
WeakReference<Argument>
because isn't that entirely implied
also pretty sure you cant get rid of the wither particles in 1.8
I think AirBar is as good as it gets for 1.8 support
yeah and already has the placeholders
@muted fern tons of servers have done it
skinz, if the product he delivered doesn't match up to the spec, and the user isn't cooperating, open a dispute on paypal
don't chargeback
even hypickle has wither particles
but also consider all the details
was just hoping it wouldn't have to come to that
just incase it's actually not possible to get rid of the wither particles
๐ฎ
what's actually the problem skinz?
does it not work on 1.8?
or is it just the particles
what's the problem with the plugin?
the actual issue
I'm not going to assume responsibility on a bug that isn't caused by my plugin
okay
1 sec
๐ฆ
Pls let the beef be visible
๐
@modern tiger @nova star #739833313929330718
rip
Kali, would you be able to clean up the messages as well?
Doubt you can

The whole boss bar in 1.8 was mob oriented AFAIK
what needs to be done
Done through mob names
You're really gonna make me try it out aren't you Niall
Kali, just cleaned up cause right now I just wrote some ew ones
time to get out of bed
I can kind of just imagine the a plugin crashing
And the wither goes out of control and destroys someones server lmao
I mean if you spawn the wither without an ai that's not gonna happen
:what:
[13:18:24 INFO]: Drop Type: PIG
[13:18:24 INFO]: > ROTTEN_FLESH
[13:18:24 INFO]: > PORK
[13:18:24 INFO]: > IRON_INGOT
[13:18:24 INFO]: > SUGAR
[13:18:24 INFO]: Drop Type: PIG
[13:18:24 INFO]: > ROTTEN_FLESH
[13:18:24 INFO]: > PORK
[13:18:24 INFO]: > IRON_INGOT
[13:18:24 INFO]: > SUGAR
[13:18:24 INFO]: Drop Type: PIG
[13:18:24 INFO]: > ROTTEN_FLESH
[13:18:24 INFO]: > PORK
[13:18:24 INFO]: > SUGAR
[13:18:24 INFO]: Drop Type: PIG
[13:18:24 INFO]: > ROTTEN_FLESH
[13:18:24 INFO]: > PORK
[13:18:24 INFO]: > IRON_INGOT
Aight building a gui lib outta boredom
build a text lib
A block particles lib
particle animations, idk think of something 
that sounds like maths
do an armorstand animation lib
something to make animations easier to do
@fallow crow

Once you've got a velociraptor who's selfaware lemme know Aj
was speaking you know those hypixel animations
etc
you could do a lib
where we could just use
method(loc1, loc2, material)
and it would do the animation from loc1 to loc2
or smth like that
I mean would it just be pre-defined animals frcsty? Im tryna think of a way if its possible to make them customizable and not pre-defined
like you can extend smthn to make a custom animal or smthn like that but that sounds hard
I mean would it just be pre-defined animals frcsty? Im tryna think of a way if its possible to make them customizable and not pre-defined
@fallow crow kinda hard to do something like that customizable...
yea
I dont even know how normal animal plugins work lol
Yea you'd have an interface or some shit, which you could make your own animal model, and then use some preexisting (or a custom) AI setting
mm
Yea you'd have an interface or some shit, which you could make your own animal model, and then use some preexisting (or a custom) AI setting
@velvet crescent you could do your own programm where you build your animal/model
Experience 
and it translates to a code
kotlin or java 
you said the s wrod
We do not use that word here.
whichever ur more comfortable with aj ig
JS yes
script works?
The one you mentioned is a nono tho
no
hmmm
c is allowed, k is not.
oof ok makes sense
ANYWAYS so you build your model in the programm and it translates it to a sCript and you put in a folder
and the plugin reads it
and builds it
that would make it customizable
actually.. people could create their own models
not just customize one
oof
are animals just blocks put on armour stands in weird spots or smthn lol?
No clue how they would work
So could I like provide pre-existing "models", and then let the user set each item or smthn?
Yes Aj, it'd be hella tricky, you'd have to think of ways to make static points and joints which move
But hey, if you make this, that's hella brownie points 
would it be possible to have like each joint customizable? So you could like joint.rotate(30)
sounds hard
if that's not hard enough.. do the program idea oof
I feel like this might be too hard lol
not when around you

make upgradable plots?
plotsquared support
like make it so you can upgrade the size, members cap. etc etc
not a massive fan of creative servers lol
one thing I always wanted to know how to do but never found it out was how to make a custom noteblock music play when a player is inside a plot
oof
not a massive fan of creative servers lol
@fallow crow prison too?
hmm random question... for a prison server... is supporting 1.8 good?
cause cause of 1.8, you have some blocks limitations.. idk
frosty i decided it was too hard btw lol
AJ
and it sounds like maths
1.8 calls
which sounds hard
Lots of servers are on a 1.12 base and allow 1.8
I will probs be 1.16.1 base and allow 1.8
What a quiter Aj
it sounded hard
tell me how and ill do it
or just tell me where to get started and ill do it lol
Ive got no clue how these thomgs even work
I still don't know if it's the right call.. I mean... 1.16.1 base and allow 1.8? seems a little bit too much
lol
at the time I finish the server 1.16.1 will probs be stable but idk
I'd start with making some basic objects which come together to form an animal, start with idk blocks and on a larger scale so you can get an idea of how to approach it, then try to move onto armor stands, etc
wouldnt I have to start with armour stands?
Since thats what holds it all together isnt it?
Well I mean to get a basic idea of putting everything together I'd start with blocks since they'd be just visual representations
:what:
Animal
o
Aj, make a base body object which defines the animal and stores all it's info / sub parts
also i suck at structuring projects btw
Then start adding limbs
Anyone know this skin
found it
cloud dude
you would copy my search
frcsty any clue how one would structure a project like this in terms of classes lol
this is where i suck the most
Make your collection bigger. Ger Clouds Skin for Minecraft for Free. Find and download more amazing skins for Windows, Xbox, Playstation and Switch Minecraft versions.
I dont think cube owns that domain lol
looks the same to me?
gonna need to go to spec savers sir
omg you sinner
]
how could you ask that?
Aj, doesn't really matter right now since you're just testing, but try to group up things which matter together
ie. all the animal shit together
mmmm
Russianized you need to learn.. in HC we don't ask question we do what we're told nothing more nothing less
ON and THIS?
how is this not this
here i pixelated it then
So happy I had a minecraft server years ago and not now
Cant imagine dealing with all these stupid problems
can't even spot the difference now
What problems Niall
<3
Oh idk frosty
Not being able to keep a server up longer than a minute without it crashing
Then it leaves lock files on the world
You can to kill it and it leaves the ports listening
but why that specific skin?
whats the best way to test a lib lol
Did somebody say bitconnnneccccccctttttt?
depends on what server the hub is used for
on factions/skyblock servers
it wouldn't make as much sense
to purchase hub cosmetics
For a network of gamemode servers
unless they'd be spending a lot of time in lobbys/hubs no
I mean there'd be some things you could sell
like access to bow
that knocks people around
Please add barry feature to see who has said certain emojis the most ๐
that was a joke
but Luca
probably not worthwhile adding in
however
what i think is great addition to hubs
is during server reboots
include a hub minigame
it could be a simple as
giving people the option
Bring back the bro and o counter @muted fern !!!
o
to transform into a class where they can battle each other
if they're in that mode too
kohi used to have it if im not mistaken
or some server
๐ฎ
visit them irl
It would be a good incentive
@woven prairie
luca why the question regarding gadgets?
spring ๐
Just curious
I'd be happy to give my opinion
if you have any more ideas
or questions
thoughts
anything really
could also use me as a cum bank too
good we're teaching you great things here. Prepping you for the real world
Ask your mom where your dads cum bank is. okay?
rightio
interesting
@velvet crescent HOLY SHIT check out my EPIC turtle
turtle
Your turtle needs medical attention
@fallow crow It's a start 
> o
Shell
@hidden gyro definetly
It needs Shell
windows is great
lol
Who speaks Enchanting Table?
i speak all
๐ฎ
Some real music
Doja Cat Say So Minecraft Parody
Instrumental remake (prod. Pereponka) - https://www.youtube.com/watch?v=gWbhVZoNwmw
My Instagram - https://www.instagram.com/galaxygoats
@mellow zinc my ram arrived

even tho it still says its delayed by customs???
time to break my computer 
@pure bane
/papi parse me %progress_bar_{server_online}_c:Complete_p:&e|_r:&7|_l:10_m:10%
%progress_bar_{server_online}_c:&a|_p:&e|_r:&7|_l:10_m:100000%
oh man no idea how to create a database in ubuntu and google doesn't help me a lot ๐ฆ
hype
@mellow zinc help

That moment you cant find a doo4belland the door 3nds up to be open
Damn some shit went down In ere
beautiful gradient
Lmao
Had an appointment at the gym
But i never been there
So i didnt kjow the door down below was open
And there was no doorbell
๐
@sturdy bobcat Did you say you had some kind of util to convert from a Hex colour to the nearest legacy colour?
No I mean
It would convert say a 1.16 hex colour
And find the nearest legacy colour
Yes
Bruh Niall you suck
This is the progress
I suck?
Yes
Dont make me release your ecloud account details
We havnt encrypted the plain text passwords yet
Lmao- joke
Ori did they make you pay anything in the end?
ChatColor.of does that already
@sturdy bobcat bungee
How does one calculate test coverage?
https://codecov.io/ can do it i think
Don't ping me.
omg
help-chat getting verified soonโข๏ธ

Every vote site looks the same
wtff xD this is part of my automatically generated password https://i.imgur.com/H5yDsYc.png
and the second one https://i.imgur.com/j3rhf1F.png
@worn mantle reason for add?
check spigot pm please โค๏ธ
Yep
it should be fine then
pm me please
@mellow zinc where do I put this connector?
whats that?
That looks like a cooler connector
It does look rather cool
I thought it was a fan splitter or something like that. That's what mine looks like
@sturdy bobcat the garbage 
You put on mobo on cpu fan 1. (Double check before doing this)
I dont even have a cpu fan
Does your cpu have any dedicated cooliny
Ofc
Its water cooled
Dear god, fix
wot
@daring prairie canโt bully me anymore

Gimme a sec discord starting
I havenโt installed bios stuff yet
So itโs still freaking tf out
Like it believes thereโs 2 cores and 4 threads
@velvet crescent bad pc lol
@velvet crescent bad pc lol
ryzen gang
ye make sure u get all the drivers too
8800k gang
@sturdy bobcat @mellow zinc Be gone weebs

Okay, bye
goodnight ๐

ur next ori 
@tribal axle just a note, license is not spelt correctly
It just makes you seem less professional, that's all
what 
It's a good thing everyone looks past my spelling, I'd hate to come off as even less professional
oof
lmk when you wanna take another L
Lmao I'm taking random personality tests out of boredom
Or just tests in general
To learn more about
Well, me
Hello
Did u pass
How do you use the "scoreboard" feature to bypass the char limit on versions below 1.13?
I remember it being called the scoreboard feature
but basically I see on some servers on 1.8 where nametags exceed the char limit, as in they can show their full rank aswell as their name (which would normally exceed the limit)
by not using a version below 1.13 ๐
@pure bane its not like a "pass or not"
For example introvert vs extrovert
I'm introvert probably
Which I do agree with
You can set the prefix and suffix
How are the webhooks sent in #announcements?
@honest thistle has a command
don't remember how its called but funny talked about it yesterday here in off-topic
its something like =announce update/alert/warning/etc message or something like that. we don't have access tho
it was broken
fixed it today
it will get added in the next update I think
or dev build at least
nice
one more thing
is there a way to have a menu open when someone first joins the server and non click outtable?
ugh you'll need a plugin for that
also no
you can't stop the menu from being closed
When you throw an enderpearl using PaperMC, and you leave it in a unload chunk.
u should add something like that
If you get killed, or you kill your self, the enderpearl despawns.
Any way of changing this?
@fallow crow can you be a bit more specific with your request in #738969312051593249 ? just saying a small plugin will probably make no one actually want to do it. Its just a personal tip not an actual request.
its something like
=announce update/alert/warning/etc messageor something like that. we don't have access tho
@wary willow Any other Discord Bots that do the same thing?
Like?
Oh.
I mean you can always just delete the webhook but yeah
I mean I don't know
I just want a Webhook Sender that I know is safe
Sucks that I probably can't unless I get one coded for me
well Idk what they can steal
Or I code my own
just the webhook id
They can send out messages that I don't want
or whatever it is called
Plus, it's a Community Server
but you can always delete those webhooks
Messages go out to all servers
Yeah :/
well I am looking for the same and just got the code from someone's bot and its like 50 lines
so if you know js or maybe java/kotlin
I don't at the moment
The webhook token is something you definitely don't want to get stolen
Yeah...
yo what's the aaFF00 format?
isn't it just simple hex?
nvm it was just me being stupid
@mellow zinc i love this cpu
no 

This app is great ๐
Done (10.020s)! For help, type "help" 
version?
1.16.1
nice
with 11 plugins
ur development productivity is stonks now

why does paladins feel the need
to have a 2.1gb update
so i discovered
my pc can now run most games on high settings
ofc it can
now its ur gpu thats the bottleneck 
good choice
for that speeedy windows startup time
ssds are pretty cheap now tbh
i was suprised that my ram arrived today
u can get 1tb nvme for less than 100
im chill with 16
ye
๐
How do you disable the wither and enderdragon from spawning?
my admins just spawned a wither on accident because they didn't think it would actually spawn
no but stop them from spawning in the first place
they actually built it tho
with soul sand and wither skeles
You could install a disable wither plugin
๐ฎ @regal juniper you're open for work?
pm me big boi
I'll work you to the bone
what qualities should a server admin have?
as in what should they know, and be able to do
If someone is an admin, they should have control of the console and the servers files. ... Admins need to know how to run a server. They should have previous knowledge! They need to be able to know how to add plugins, configure plugins, and other general knowledge for running a server
a server admin is an administrative position. So they should be able to use ssh, solve payment issues, know how to run a server.
Thank you guys
There term adminstrator
has been watered down in the community
but it's a very important
and prestigious role
and ofc you have to know the guy that you're giving the role...
Join the challenge or watch the game here.
There is no way to change the default generated structures is there?
https://lichess.org/HHrOVkX3 common chess champions
Join the challenge or watch the game here.
lets play
Lmao no way yall giving your admins access to those things ๐๐
Admins are ingame managers 2 different positions even managers shouldn't have access to ssh
lol
You are talking Minecraft wise man
Yeah
Lmao
A minecraft server admin is still a adminstrator
You guys trusting admins with ssh meaning they can easily delete it all with 2 cmds
Even with permissions
skinz, no server worth anything gives their administrators SSH access
I agree
or any sort of backend access for that matter
Doesn't hypixel?
Even business wise like a project
no lol
Bruh it's hella risky
there's different kinds of administrators
system administrators, ingame administrators
those are the ones you'll find in this community
Giving your member access ssh is already risky enough
what?
?????
why would your members have ssh access?
Lmao
Members here by i mean admin people lol
Sorry for wordings :p
right
Most likely some 14 year old system administrator ๐๐
anyway, skinz, I'd be extremely surprised if the hypixel administrators had any sort of backend access
Haha
short of simply restarting a server
Join the challenge or watch the game here.
You guys bring some pretty valid points
I don't even think devs got access unless they are head developers
I doubt any plugin developers have access terfs
they simply don't need it
they'd be provided test servers
Prob ya
Probs
upon which, someone of a higher rank (not necessarily a developer) would make it live
making it live btw, probably doesn't involve sshing in and switching things around
they likely have an automated system which can be triggered by a button
no
fuck chess
Naw
dying to get my ass wupped
And ya prob
Lmao
fml
Chess is such an old game...
@sharp sky oi
Play smth else
what does it's age have to do with anything?
I played chess for like 8 years now lol
lets play
Weirdo
Join the challenge or watch the game here.
I'm on phone actually



