#off-topic
1 messages ยท Page 820 of 1
ahahhaah piggy wtf
:)))))))))))))))
=multi
broo
I got 1 x69 msg ๐
@muted fern since much are active could you enable my multi ๐
I got 3
=multi spin
1010101
Pog
oh god
another 8
Btw pig have you seen my ping about 1.t docs?
pog
T
Frantic mode?
Lol
spam spam spam
idk gaby
Spam
oh god what the hell is that
what the hell is FRANTIC MODE?
:)
Party
doesn't ring a bell
AA
no dont actually spam you fool
inb4 someone gets auto muted
hello efe
funnycube I think you have some explaining to do
taking attendance ๐๏ธ

accepting bets on who is first to get muted

this is interesting
lmaoooo
gaby what was ur question?
x10 multi is kinda crazy
What triggers it?
Repeated messages with same text?
but x69 multi is even crazier huh xD
Frantic mode expired.
lol
who got muted
Frantic mode?
Ah yes
second 10x today
The good old days
well I'm still here
of x69
we had 69 a second ago
few different factors
oh
hmm
but only for like 1 second lol
I am so distracted rn lol
ping :/
From my coding
Can we get multi 100 for 10 seconds because yall opened the Official Helpchat Youtube channel
๐
Trying to find one of the huge bm messages
who pinged me and why xD
@lament ember hello
wall time
x-100?
Hello @lament ember
--100
Long time no see ๐
hello
im down for a ----100
X+=100;
=xp @honest thistle
Thats bette
lol
x**100
several people typing ...
Ah sheesh
lol
=xp 532800069565546496
=xp clip
X*=100 * 1883
love how the christmas overlay is perfectly fine
I keep getting habit of typing =daily everytime I go to #bot-commands ..
Varias personas estรกn escribiendo
xD
=daily
@muted fern,
You already claimed your daily reward for today!
noob
=xp
Oh well
hows everyones advent claiming going?
=xp
.
Frostyy stay thgere
any idea what causes this client error https://paste.helpch.at/dinedomiya.hs ? My friend has a 36gb log filled with that LOL (mind was only 5gb)
no one likes you
I see you have a new role btw @muted fern
Miss none 
Firstly, it's a compiler hack. The Java compiler isn't intended to be used like that and so it can cause compiliation errors, or worse:
I was working with a project using Lombok recently and method references for a lombok generated method were causing some pretty difficult to debug runtime errors.
Secondly, it requires an IDE plugin. You have to properly configure your build tools and IDE to avoid hundreds of errors, and installing an IDE plugin + setting up annotation processing takes time, especially if you're inexperienced.
Generated code also doesn't show up in Javadocs, so unless users have source code available it's going to look like nothing is accessible
If Lombok's code generation does something unintended, it can be difficult to debug, and usually requires you to remove the annotations and do a certain impl manually anyway. However, once you get used to this it's very discouraging to do, so it's easy to rewrite an entire class just to make it work with Lombok
There's also an extra degree of complexity with Lombok. Java is supposed to be explicit, and transparent. If you don't notice an annotation at the top of a class, it's easy to wonder where a method is coming from, or why a field is never initialized.
It also can be harder to work with. Again recently, IntelliJ couldn't find usages of a constructor, because as far as it was concerned, there was no constructor - Lombok generated it - meaning I had to find every usage of the class and search for a constructor which wasted a lot of time.
A final, slightly petty point: Lombok'ed bytecode doesn't match the source code (obviously), but it means a pretty annoying IJ warning (look at BungeeCord source for example)
Lombok may seem good in the short term, but it comes with a heavy price. Favour IDE generated boilerplate, or consider using a language like Groovy or Kotlin if you really dislike boilerplate.
oh lmao got 3k ahead of Frosty
you get a prize if you claimed them all
xD
;-;
Fuck I missed one
Atleast you didn't ping Bomp Yugi
Firstly, it's a compiler hack. The Java compiler isn't intended to be used like that and so it can cause compiliation errors, or worse:
I was working with a project using Lombok recently and method references for a lombok generated method were causing some pretty difficult to debug runtime errors.
Secondly, it requires an IDE plugin. You have to properly configure your build tools and IDE to avoid hundreds of errors, and installing an IDE plugin + setting up annotation processing takes time, especially if you're inexperienced.
Generated code also doesn't show up in Javadocs, so unless users have source code available it's going to look like nothing is accessible
If Lombok's code generation does something unintended, it can be difficult to debug, and usually requires you to remove the annotations and do a certain impl manually anyway. However, once you get used to this it's very discouraging to do, so it's easy to rewrite an entire class just to make it work with Lombok
There's also an extra degree of complexity with Lombok. Java is supposed to be explicit, and transparent. If you don't notice an annotation at the top of a class, it's easy to wonder where a method is coming from, or why a field is never initialized.
It also can be harder to work with. Again recently, IntelliJ couldn't find usages of a constructor, because as far as it was concerned, there was no constructor - Lombok generated it - meaning I had to find every usage of the class and search for a constructor which wasted a lot of time.
A final, slightly petty point: Lombok'ed bytecode doesn't match the source code (obviously), but it means a pretty annoying IJ warning (look at BungeeCord source for example)
Lombok may seem good in the short term, but it comes with a heavy price. Favour IDE generated boilerplate, or consider using a language like Groovy or Kotlin if you really dislike boilerplate.
I agree with you @queen jewel
damn api.extendedclip gets more unique viewers per 24 hours than helpch.at in a month
lol
Firstly, it's a compiler hack. The Java compiler isn't intended to be used like that and so it can cause compiliation errors, or worse:
I was working with a project using Lombok recently and method references for a lombok generated method were causing some pretty difficult to debug runtime errors.Secondly, it requires an IDE plugin. You have to properly configure your build tools and IDE to avoid hundreds of errors, and installing an IDE plugin + setting up annotation processing takes time, especially if you're inexperienced.
Generated code also doesn't show up in Javadocs, so unless users have source code available it's going to look like nothing is accessible
If Lombok's code generation does something unintended, it can be difficult to debug, and usually requires you to remove the annotations and do a certain impl manually anyway. However, once you get used to this it's very discouraging to do, so it's easy to rewrite an entire class just to make it work with Lombok
There's also an extra degree of complexity with Lombok. Java is supposed to be explicit, and transparent. If you don't notice an annotation at the top of a class, it's easy to wonder where a method is coming from, or why a field is never initialized.
It also can be harder to work with. Again recently, IntelliJ couldn't find usages of a constructor, because as far as it was concerned, there was no constructor - Lombok generated it - meaning I had to find every usage of the class and search for a constructor which wasted a lot of time.
A final, slightly petty point: Lombok'ed bytecode doesn't match the source code (obviously), but it means a pretty annoying IJ warning (look at BungeeCord source for example)
Lombok may seem good in the short term, but it comes with a heavy price. Favour IDE generated boilerplate, or consider using a language like Groovy or Kotlin if you really dislike boilerplate.
@queen jewel COOOL
I am way back behind...
pls
LMAO
pls no copa pasta
Lombok is a hack yeah
will unleash the hound
lombok good
creepy pasta
copypastas are getting deleted
Lombok seems really nice on the surface, but once you look further in to it, it starts to unfold and collapse
quickly type the first word that comes to mind
if you want less boilerplate, try using Kotlin ๐
penis
Mind
tree
cube
i dont think we get xp for like 1 word
you all failed
this is a scam

how come?
we are all some failures
true

The feeling when barry was down so we all missed an advent day
tbh sounds like a suicide prevention hotline
๐

@muted fern one was not informed of the challenge that one was assigned to complete, therefore one cannot have failed said challenge
You were suppose to say polypsychic
wait what? when was that
polypsychic
did it
poly what
what do I win?
I was about to say that
d;polypsychic
There was no direct match for that query, did you mean any of the following?: java.security.PolicySpi java.security.Policy java.awt.font.GlyphMetrics javax.swing.text.GlyphView org.omg.CORBA.BAD_POLICY
Lmao
java.security.PolicySpi
java.security.Policy
java.awt.font.GlyphMetrics
javax.swing.text.GlyphView
org.omg.CORBA.BAD_POLICY```
polywhirl?
xD
ah
Saw what?
xD
ha
pretty sure thats broken
=op
having many souls or modes of intelligence.
its not a word
looks like the Google API hook is broken
I have several modes of intelligence
debatable
What is your default?
modular
5
Short question
Mode 5
default void funnyCube() {
// do nothing xD
}
THE mode 5?
Throw me into a void why dont you
Is sharing screen on discord mobile just like Go Live already? 
That's just rude
fun funnyCube() {
return
}```
lol
How fun is your cubes
just remove the return
very fun
Mine are ice cold
fun nyCybe() = null!!
Not enough
I only used the Java one because it contains the default keyword and @queen jewel said default lol
fun nyCube() = Unit
NPE
that better
How do you make a tissue dance?
for those of you who don't understand Kotlin, Unit is basically the same as void
Blow at it 
You put a little boogie in it
=ban
transfer the server to piggy and leave lol
Vote to ban cube
๐ญ๐ญ
oh I love that GIF
Why did the maths book look so sad?
because of all of its problems...
๐งข
fuck I was working on something and now I don't remember what it was.
=joke
soonโข๏ธ ?
ah yes

=dadjoke
all in favour of cube leaving
gottem
okay that's actually a good idea for once
my idea!
should be done shortly
please
who are you and what have you done with cube?
give me my respect
ill double time it
Holy shxt, that sucks man ๐ฎ
oh my god
:)))))
"Dad, did you get a haircut?" "No, I got them all cut!"
๐
b=joke
Why did the octopus beat the shark in a fight? Because it was well armed.
b=joke
@wary willow,
You can't use my commands whilst I'm in this mode.
Alpha Barry where?
...

=joke
beta barry lo
BETA BARRY?????
It's weird putting the word "Ha!" as the embed title
HE'S ALIVE
๐คฏ
=joke
what u want then
a dollar
FunnY JoKE
"Hey son,"?
lol yes
if its a dad joke yes
Yes ๐
b=dadjoke
@floral umbra,
You can't use my commands whilst I'm in this mode.
inequal representation
b=barrysucks
@wary willow,
You can't use my commands whilst I'm in this mode.
try: "Hey Them,"
b=
b=help
@wary willow,
You can't use my commands whilst I'm in this mode.
@barren nacelle,
You can't use my commands whilst I'm in this mode.
b=
@wary willow,
You can't use my commands whilst I'm in this mode.
@wary willow,
You can't use my commands whilst I'm in this mode.
b==a
@wary willow,
You can't use my commands whilst I'm in this mode.
b==rrrrr
@queen jewel,
You can't use my commands whilst I'm in this mode.
=brrrrrr
.....
b=10```
b=yes
@barren nacelle,
You can't use my commands whilst I'm in this mode.
b=10
@wary willow,
You can't use my commands whilst I'm in this mode.
nothing ๐
B=dadjoke
b=10
c=3
println(b-c)
@wary willow,
You can't use my commands whilst I'm in this mode.
everything
yes
you missed
everything
that happened
in the time you were gone
makes sense
๐งข
its literally facts
=joke
Sometimes I tuck my knees into my chest and lean forward. Thatโs just how I roll.
he son
he son

my god
=joke
I used to hate facial hair, but then it grew on me.
lmfao
He son
these are funny
lol
he son
=joke
Can a kangaroo jump higher than the Empire State Building? Of course. The Empire State Building can't jump.
"He son"
=joke
oh my god
Where did Captain Hook get his hook? From a second hand store.
=dadjoke
Do I enjoy making courthouse puns? Guilty
this is so bad
=joke
Whatโs the advantage of living in Switzerland? Well, the flag is a big plus.
fixed typo
bro no
=where-is-dad
git commit -m "fix typo"
well that's one for the archives
this was a mistake
=joke
Why did the kid throw the clock out the window? He wanted to see time fly!
What do you call an Argentinian with a rubber toe? Roberto
lmfao
=joke
Why did the coffee file a police report? It got mugged.
=joke
What did the green grape say to the purple grape?
BREATH!!
=joke
What did the father tomato say to the baby tomato whilst on a family walk? Ketchup.
=joke
What kind of pants do ghosts wear? Boo jeans.
I hate this
can u add a drama generator

same
What is "boo jeans" lol
=joke
=joke
What is the hardest part about sky diving? The ground.
I don't trust stairs. They're always up to something.
blue jeans
Lmfaoooo
that involves more effort than this did
@muted fern how does barry dev mode work? is it like the dev branch is development mode barry then its pushed to master and it auto updates with ci/cd?
Make barry self aware
octylFractal removes Fabric support from Velocity, causing premium plugins
no it doesn't cube
just copy text
ez
oh my fucking god this is so bad
=joke
I gave all my dead batteries away today, free of charge.
=dadjoke
=joke
Some people say that comedians who tell one too many light bulb jokes soon burn out, but they don't know watt they are talking about. They're not that bright.
Just watched a documentary about beaversโฆ It was the best damn program Iโve ever seen.
beta is local, once pushed prod barry sees it, downloads it and reboots
oh nice
no we dont lol
i made that :3
=joke
I was going to learn how to juggle, but I didn't have the balls.
To the person who stole my anti-depressant pills: I hope you're happy now.
noooo
Tux joins governments around to world to ruin GroupManager
he didn't manually add them one by one lol
prefix/token environment variables or something?
=joke
I am terrified of elevators. Iโm going to start taking steps to avoid them.
no its not
=joke
jokes are good
A red and a blue ship have just collided in the Caribbean. Apparently the survivors are marooned.
=dadjoke
I was thinking about moving to Moscow but there is no point Russian into things.
it will lol
barry has a little websocket, gh pings it on push with secret, barry clones & restarts if secret matches
we're just kids having fun lmao
I heard there was a new store called Moderation. They have everything there
What did the beaver say to the tree? It's been nice gnawing you.
ah ok cool
There should be nan jokes
Barry you need to die with these trashy jokes
@muted fern programming jokes from r/programmerhumor
=multi
Because you suck stuff
=joke
What is red and smells like blue paint?
Red paint!
wait what happened to the second 8
It's using https://icanhazdadjoke.com/
see cube it's basically the same thing
drama gen should be ez to add
i cheated
Its a fact not only true
is there an npm library lol
you betcha
well hope isn't lost
drama generator is made in js
just copy the file over
run the function
ez
npm install dadjokes --save
o god
I think when barry rebooted it disappeared
o
shh
But nan jokes ๐
=joke
Why does a Moon-rock taste better than an Earth-rock? Because it's a little meteor.
shh
what
^
ah do they?
=cavejohnsonquote
yes
good to know
k ima go sleep
ayo?
cube you saw this? https://www.thisworldthesedays.com/customdramagenerator.html
include in barry ^
pig wants spigot drama
^ that one is easy tto use
not rando drama
you can customize it
nighty
he fell for it and he's struggling to not say it xD
OS barry ๐
=joke
What lies at the bottom of the ocean and twitches? A nervous wreck.
true
โฌโโฌ๏ปฟ ใ( ใ-ใใ)
bye
enjoy
gn
=joke
If at first you don't succeed, sky diving is not for you!
I think I'll leave as well
Does it contain latest drama about our lovely Kangarko?
Patreon freezes Turbotailz's account
-.-
yes
of course
even added coockeies to the rick roll
cookies *
lmao
its an actual article
Rip snoop
that fr?
yeah
just read ... you'll see for yourself
rip
oh get the fuck out mate. if you fell for it let others fell as well. xD
lol yeah totally not real url
its actually real url
it is a real url
well duh
xD
you know what I mean
just a stupid videoo playing
Snoop got ricked rolled
going to take down that video
lol
-...-
old but gold
same
works for me
this link only
yes
if its first time onlyt
tho
so if you've purchased spotify before I think it won't owkr
work*
I get that the whole year
I get this shit twice a week
same
But I have a spotify account with all 4 of my gmail accounts so I could like reuse the free trial
so I get like 4 emails at once like twice a week
yes
how
where is your nitro then
:what:
@fallow crow, I'm not threatening you because you blocked me? Who cares about you? And I am not threatening you. I am just saying don't try to play with me unless you'll see something you wouldn't like.
What would I lose lol?
It will fuck your life not mine
I havent done anything wrong
Can you take it to DMs because shit get's real 
Those were definitely threats and right after you said you weren't you threat again
So i suggest you tone that down
I didn't even try to threat him I was telling him to stop playing with me, I haven't done anything wrong to him, he's just acting childishly
I wont bother myself continuing this stuff so Ill end it here
You better learn how to express your feelings then because that is not the right way
I said I am ending it here, if you dont want then I wont stop
My bad then, but he's just making me more and more angry
This is most certainly a threat
then cut it
period
Then act like it lol
i dont want to pay even tho it says that u can cancel but im probably going to forget
Oh wait I remembered
?
=remindme 28d remember to cancel my free nitro sub
Missing Quotes
Usage: =remindme <time> "<message>"
eg. =remindme in 5 hours "to feed the Llama"
Bruh
tags you in bot commands
average
โ
You still need to reach tier V to at least use the remind thing, I guess?
=roleperks
Here are the current role perks:
https://paste.helpch.at/cixexuheza.sql
yep
=remind
Usage: =remindme <time> "<message>"
eg. =remindme in 5 hours "to feed the Llama"
@fallow crow Anything above tier 2 can react to stuff, no?
Forgot the command
=perks
.
=roleperks
?roleperks
Here are the current role perks:
https://paste.helpch.at/cixexuheza.sql
There you go, ty
o
lol
technoblade potato
thats literally the only skyblock videos i watched
technoblade potato series
lol
i prefer skyblock with challenges
challenge -> get items -> do more challenges -> repeat
no weird items
no custom items
just simplicity
like duels
:>
i have a 8% or something win chance in bw
and like 90 something wins
lol
rice
=joke
My friend said to me: "What rhymes with orange" I said: "no it doesn't"
how do u see it
thats true
=joke
I used to work for a soft drink can crusher. It was soda pressing.
=joke
Conjunctivitis.com โ now thatโs a site for sore eyes.
=joke
I considered building the patio by myself. But I didn't have the stones.
=joke
Without geometry life is pointless.
O
what is that-
wait 70 I think is the most I got to
Whoโs team you on?
sheep
horse
sheep gang ๐
The council will decide your fate
omg hand reveal
ew
just ew?
Blitz get gud, I've gotten a face reveal from him already
plushy reveal
I even got a cable management reveal and I was disgusted
Not a real one
shhhh
๐ฎ
I sent him an even better reveal
๐
I think Charlie posted that, when they met up a while back
Frozen join code reveal?
I wanna make a server so bad but don't want it to end up going nowhere and lose all my money like last time ๐
ah
I have no idea who charlie is btw
Chazza?
Still no idea
What a rando
xD
nice food
Havent seen anyone with that name talk here recently
I know that dude from twitter ๐ฎ
He hasn't been in here for like 8 months ish I think
yikes
yea I have been here for like less than 8 months I think

false info
๐ฎ
Thats clearly a hologram
You want sum feet pics Gian?

๐ฎ
Is there a placeholder which shows how long a player has been online for?
@wary willow You probs know this
%how_long_have_i_been_online_for%
Just imagine if this was the PAPI support discord, just imagine
i am the reveal god
mfw frosty accidentally turns on his camera
fake
lmaooo
Scholtes, stfu lmao
Idk what idiot decided to put that button next to it
Which expansion James
playtime I pressume?
its not available yet but im just adding it to a core plugin im writing lol
I mean if the server stores it I'll add stuff like that to the next player expansion
Since ew having to have another plugin for just that
i dont think it stores it, but im already storing playtime stuff for other reasons so im just adding this cause its easy
can the player expansion use the join/quit events
cause if it can its really easy to do
my face when, only i forgot to put a face lmao
Nope James
rip
Odd that the server doesn't have that info
Since I mean it'd make sense to have it
do expansions have the spigot api?
as in papi placeholders?
yes
they might have it tbh, but i doubt they store it
cause spigot sucks
no?
no
what is it
ein moment
frosty don't sexualize code
thats a difficult question to answer
Everywhere
my home israel
I just opened github, gimme a bit smh
hella sexy
Yus
what is PlaceholderContext
ghost tag?
Sexy right?
yea it looks nice
Context being what you're given right now, ie. Player and param String
although it is a bit more verbose than something like
return when (id) {
"a" -> "b"
"c" -> "d"
}```
ah ok
I mean the above get's messy quick, especially when you have like 40 placeholders
yea
Just look at the current expansions
why are there two IV roles
How do I claim the giveaway I won?
You message the giveaway provider
:C
why do I have 7 subs? xD https://i.imgur.com/oFRQoB3.png
me neither lmao
ive never done anything related to any of those on spotify
Yes
Which is the best way to do Rollbacks
Like which plugin
or what to do in case i need it
CoreProtect?
MittenProtect
what does TM mean
Trademark
aah
haha
How do you have bots that donโt exist in #announcements
When you click on the bot it doesnโt have any roles
those aren't bots
those are webhooks
๐ ๐
you scamming kids again efe? :kappa:
How does it feel to have nitro? ๐
WAIT
WAIIITTTT
Sorry
anyway
I have Xbox game pass
No.. Iโm gonna get that for a $1 next year
Next month*
Omg ur right
Facts
I need ultimate tho?
Sucks
Ok imma go figure something out
I only bought it for sea of thieves
But ig I have nitro now
ยฏ_(ใ)_/ยฏ
Not too much iirc
It took an hour for me
Itโs not as much as I expected for a game like sea of thieves
Canada
Germany pog ๐ฏ
Nope
USA bad
Well
USA decent
Iโve never been so I couldnโt tell you
I am what
Nope too late
huh?
And this is ur mum *insert picture of the Jupiter*
Yes
The Jupiter
:^)
Okay stfu
Better than your mom *shows picture of a black hole*
I ruined that guy's game xD https://i.imgur.com/szSVz5z.png
we lost 16-14
he had 43 kills lmao
what?
tic tac toe
is already in cs:go
ah you mean you coded it while palying cs:Go?
that makes a lot more sense
I never actually try making a program
using kotlin ya know.
I should start making something
Keylogger
Hax
efe scamz
the dev of Duels just updated the plugin
after like 8 months
spigot plugin
of nothing
key logger ip logger worms
what you using to make the apps efe?
where in the world do you live 
Qatar
ooo
fuck
lol
ah yes Snake. the game of the year
Snake 4D
I can send you a test jar :^)
how the hell does that even work? xD
with VR and AR suppourt
It doesnt
It just exists
its not in our 4d frame
so we cant see or use
but it exists
You can just search up java key loggers in github efe
gn
did you know that google can make calculate using different currencies ?
Mann
Like you can do 1 USD + 0,6 EUR
and it will tell you 1,72 USD
4 kb/s kek
\o/
**FUNNYCUBE ACTIVATED FRANTIC MODE ** 


