#the-silents
1 messages · Page 53 of 1
pools lets goo
I'm trolling you
Image not having ide sound effects
also your in subonly chat xD
don't forget the furry category
Software and Game Development 😂
thank you twitch
Styles 📉
^ looks prod ready xD
I was scared I'm on some phishing site lol
LOL
Purchase Link - https://www.spigotmc.org/resources/⚡-botsentry-⚡-the-best-antibot-plugin-bot-attacks-mitigated-in-seconds-bungee-spigot-velocity.55924/
Discord Community - https://discord.gg/cTBGc6e
What is BotSentry? Bot-Sentry is an antibot for your BungeeCord and Spigot servers. It will protect your service 24/7 from bot-atta...
Great vid!
jRoy could you also enable low latency on twitch else voice and video has like 5 second delay
its so cringe
menu content dashboard -> Settings -> Stream where the key is then 4 below
need to reconnect for that
ultimate jank solution™️
its send the end bit to twitch 🙂
make him the cutest
man car door hook hand
Bye kenny
nah its had been slow for me to when i tried it
it probbly all invalided cause access timestamps got changed
@tribal osprey
twitch chat?
yeah in twitch chat
what is his twitch
lol
Slots
looking at md_5 code is a bit of a gamble ig
it's because leaf code
he uses the wslg
but it bogged down his system massively he said
but more in the lagy way then waiting for ages to index
@wintry quarry Hello u

it is true though
hello, i was afk :P
will Paperd work with the new 1.18 version even if its a pre-release?
Jroy also you don't have wiggle installed
Oh xD
will Paperd ever get updated? it sounds better then using tmux or screen
Ahhh yes the ✨ Furry Web Development ✨
I am hoping to work on paperd again at some point
since you are here rn, is it really impacting anything when using tmux/screen instead of something like Paperd?
no
i think you can also just drop the file in the server patches folder then run apply patches and then run ../scripts/apatch.sh and resolve the issues and then git add . then am continue
instead of ../script/apatch.sh [patchfile]
jmp reads exceptions
someone else: I think that means it works.
all of them xD
oh yeah the vine thing was funny
yeah kenny also had some issues with api/not matching with server patches
Oh my god
strange thats its indexing all the .gradle stuff again even tho it doesnt change, wait since when are there .gradle folders inside the server Project?
only saw it in the root folder in the past
I tried loading the 1.18 dev branch so I can look at the source a bit but it always fails on the extractFromBundler with this:
> null
this path: /META-INF/libraries/commons-io
base path: META-INF/libraries```
anyone know how to fix that? that error message does not really help
inb4 tiktok oh no song starts playing xD
mecho you have an idea to why extractFromBundler is failing?
meh uuh no clue
oof :c
try again with --refresh-dependencies once that paperweight commit builds
same thing
oof sorry for ping
once that paperweight commit builds
he didnt remove enough Denwav
oh yea my bad xD
are there any changes in 1.18 for us Devs? aka are there any new features/methods that are usefull?
did that commit just say "more" 12 times with a "work" at the end ? xD
Could be, haven't count.
Last I checked there weren't any meaningful API changes
this is one is even worse xD https://github.com/PaperMC/Paper/commit/d9210c3ee712ba196e573504c817d494f3c1dd49
idk why but watching them update Paper to 1.18 kinda inspires me to code something big 🤔 gives me hope that someday I will have a big Plugin out there which I have to update each major version
looks fun
ah yes someone was realllyyy bored
If its close to the water it will go to the water
^^
lmao what
sorry, im on vc looking at the stream
already did It worked fine 😄
thanks jmp
oh damn machine that Terminal looks dope af, what os is that?
Thank yooou
is that terminal layout (where it says the current pwd and stuff) from Manjaro or is that a custom thing
thank you.
quick question, since nearly every single essentials plugin adds "gmc" "gms" "gmsp" as commands, wouldn't it be easier just adding an alias natively into Paper? I mean most users who are using such plugins end up using /gmc in a paper server that doesn't have such plugins. JRoy also tried using /gmc while using the runDev
basically, no
I mean, slippery slope and all, I generally don't wanna get into the art of adding stuff to the server which has already been done by plugins better
well there is not much that a plugin does "better" and since most of the people that use paper actively already have some sort of habbit using /gmc it would only make things easier. its just a shortcut to /gamemode creative
We'd have to implement a new command
personally I don't see why the server should be making assumptions about what people do/don't want, that's why plugins exist
plus there's already commands.yml for making aliases straight on the server
good point 🤔 that was just a question tho
one thing I do wanna look at when I can brain one day is getting the test server repo working with the new paper stuff
it's a decent question, the server could have so much built into it but then it just becomes less maintainable (just like maintaining 100 separate plugins is a lot of work)
don't need 100 plugins built into the server when they can be separate plugins maintained by respective authors
Like, prior to 1.17 our test server command booted a server which was pulled from our github test server repo
well while that is correct the idea was not to implement a whole bunch of stuff I thought it would be pretty easy to just implement an alias for that command, maybe even make it toggleable via the paper.yml. I personally hate using /gamemode creative, back then /gamemode 1 was an option but for whatever reason they thought hey lets remove that
but yea you're right
machine Mth.clamp does not look right
shouldn't that be Math?
thats why commands.yml exists, so you can aliases by your preference
oh xD
tbh plugins wont even work right when runDev is running? cause is not mapped back?
oh yeah nms crap not
So, most of essentials would be fine for ex
hello
3.69853E-40
where are you seeing that number @wet lichen
java.lang.IllegalStateException: Invalid entity data item type for field 6 on entity Cat['Cat'/5211, l='ClientLevel', x=69.59, y=64.00, z=-334.22]: old=STANDING(class net.minecraft.world.entity.Pose), new=3.69853E-40(class java.lang.Float)
client logs
@wet lichen Villages look fine aswell as Shipwrecks. The only broken thing is upon joining for the very first time I fell from the world xD
well its getting a bit late for me, Ima head off good night 😄
else the release thread was gonna be spammed if that was broken xD
secrets.txt
what if they weren't secret.
val memoryGigabytes = 2.toString()
jvmArgs.addAll(listOf("-Xms${memoryGigabytes}G", "-Xmx${memoryGigabytes}G"))
@wintry merlin
@ripe onyx 
val memoryGigabytes = providers.gradleProperty("runMemoryGigabytes")
.orElse("2")
val modifiedJvmArgs = jvmArgs ?: arrayListOf()
modifiedJvmArgs.addAll(listOf("-Xms${memoryGigabytes}G", "-Xmx${memoryGigabytes}G"))
jvmArgs = modifiedJvmArgs
val memoryGigabytes = providers.gradleProperty("runMemoryGigabytes").forUseAtConfigurationTime()
.getOrElse("2")
val modifiedJvmArgs = jvmArgs ?: arrayListOf()
modifiedJvmArgs.addAll(listOf("-Xms${memoryGigabytes}G", "-Xmx${memoryGigabytes}G"))
jvmArgs = modifiedJvmArgs
What distro is that MM?
ah
thx
don't think spark does
I wish discord didn't crop ultrawide streams, half of the filebrowser's cut off https://f.u11.io/UCRcuj
I never understood why plugin loader impl is api, guess that's dinnerbone-era stuff though
where did Y'all learn all of this stuff? (the people coding paper)
Knowledge of the game and java i guess
he does not pose for photos
bribery? :)
Wait, is there an alpha build?
Or I just misread it somewhere
no
anyone who tells you there is is lying
1.18 hasnt come out yet
I bribed him
So cute 🥺
he is adorable
the behind the scenes stream is amazing
Is anyone working on patches atm? Not home but I see MM isn't streaming anymore.
probably one of the best commit notes I wrote was:
I have no fucking idea what I am doing but this seems to be working as well as a bull trying to give birth to a baby hippo
I am
but are you?
cut to scene of ocelot sewing a quilt
Thank you discord, i appreciate it. 😔
jmp never sleeps
jmp is actually two person. Dont let them fool you
Yes but one of them is a wizard
jmp uses a VM right?
A VM of wizardry.
i'm here to say that there's a silent decompiler problem with ChaseServer#runAcceptor- the while loop should be inside the try instead of outside
not sure if that's an issue at all but it's something to be wary of
wow even supercoder is here! :D
o/o/
average based OR employee
Is anyone else working with the patches too and not just the 2 of them?
There are more people who do work on them, yes.
Jroy and MM were here earlier working on them.
I think DenWav is working on paperweight, so not really patches
but its hard for more than one person to work at a time because of rebase conflicts, it mostly makes it more difficult
I forgot what paperweight already, I was just reading the documentation last night.
its how paper deals with spigots mapping madness
putting the package in the class name 😌
Oh, thanks!
so paper can have full mojang mappings at dev time for the server and for plugins, and maintain compat with plugins that rely on spigot's jank mappings
Yeah, I actually saw a sample code from spigot.
Thank god comments on the code made it clearer.
hello
Hi
"development noise"

// CraftBukkit start
private static final record DiscData<T>(List<T> paletteEntries, Optional<LongStream> storage) {
/*
private final List<T> paletteEntries;
private final Optional<LongStream> storage;
d(List<T> list, Optional<LongStream> optional) {
this.paletteEntries = list;
this.storage = optional;
}
public final String toString() {
return this.toString < invokedynamic > (this);
}
public final int hashCode() {
return this.hashCode < invokedynamic > (this);
}
public final boolean equals(Object object) {
return this.equals<invokedynamic>(this, object);
}
public List<T> paletteEntries() {
return this.paletteEntries;
}
public Optional<LongStream> storage() {
return this.storage;
}
*/
// CraftBukkit end
}
her name is smokey :)
Very cute
we vibin?
very quiet/chill entwicklungsgeräusche
I should really organise lunch, i'm just scrolling through Twitter lmao
mood tbh
LUNCH? it's 10pm
i thought you were canadian dk why
wot
i think everyone is either canadian or british tbh
I wish, I would have seen the snow by now and not live in gross humidity
AUSTRALIANS MATTER .
oh yeah australia too
it's actually 11:14pm
not anywhere that matters 
wow
central gang
EST > CST
wh-
the e stands for eastern doesnt it
EST is bEST
Yes
whoops
Pst is pacific (that's west coast)
I called the bakery to see if I can place an order for a ham & salad roll
and they're closed

why isnt it WST
¯_(ツ)_/¯
I mean, i understand where they get pacific from, but going based on that logic, wouldn't EST be AST
I cannot seem to figure out what "GOM" means 
yeah, i believe it does auto-save unless you disable it.
you can delete it quick though.
stream back up https://www.twitch.tv/PaperPowered
Official twitch.tv channel of the PaperMC project. Find more information on papermc.io
@wet lichen 
@wet lichen this is what the parameter annotation fixer does https://gist.github.com/DenWav/64aa1f3cb0cb6c43d10737116aa6b15e
So, 2 of those annotations are silly because they are on primitives anyways...
otherwise, I think I'll call this not worth it
I believe originally that was to fix an issue with decompilation, but that is no longer a problem
@karmic quest 
Aloha
anyone know what desktop enviroment and rice denwav uses? it looks so nice
couldn't tell you.
WhiteSur
oh cool thanks. i might give it a try 😛
Good morning
Good morning aurora
get some rest smh
@wheat prairie did you look at the changes mojang did around what we call no tick view distance?
that would be the next patch and I really dont wanna touch that since i got no clue what mojang did and if its good
good morning
Goodnight 
hello pinopl
hello knonwald
Everyone asks about the no tick view distance, but nobody asks about the yes tick view distance 😔
rip streamwald
while nobody is streaming, enjoy some more intermission music https://www.youtube.com/watch?v=EVJSBqxf1xw
shhh.. no tears... only dreams now. ...
RIP Maka Onaona at 34 years old.. #4sep2018
Song is called: 'Happy H Christmas'
Original video: https://www.youtube.com/watch?v=GJDNkVDGM_s
MC-29274
spaghet
Lovely gif quality
Some warnings
This was the first run
Second run has been doing this for ~5 minutes now
5 minutes fun 
Greetings from MrFireDevil derKlaro. We are good friends :)
Hello then
tripple negating, or as we germans like to say: "NEIN NEIN NEIN"
twoinisoup
Kneny adopting minilang
already fixed
rebPa is just rebuildPatches for short right?
yea, rebPa is a way of life
rebPa and appPa 😄
I'd leave mini out if I could
I love useful fail messages
😆
💀 that window border
👋
Psywald

Oh the vanilla experience
Plugins work?
I mean, it's still an early build
So, theres many things like API patches missing, etc
So, "yes", plugins work, but, like...
1.18 mostly changes world generation so after adding the missing API patches most plugins should work
wait, really?! what?!
lol

🤔
Telepathy talks
I was debating on joining voice to flirt with camm
Whaaaaaaaaat :whaaaat:
Sphegot build?
❤️
Oh... so its somewhat working?
While mojang are still squashing some bugs especially that lava patch in an ice biome 
Wait its not patch.
Forgot what it is called
Lavafall
Why would you send Kneny to a box 
tune in now for "attempting to run spigot 1.18-pre5" live
Outdated bundled java iirc 
Jroy by when i installed
sudo apt install inotify-tools
sudo sh -c "echo \"fs.inotify.max_user_watches = 524288\" >> /etc/sysctl.conf"
sudo sysctl -p
it improved greadly with indexing on win 10 maybe on win11 its even more broken
best version of the launcher

your system is somehow messed up, this all worked fine for me
[16:16:43] [Server thread/INFO]: Done (19.727s)! For help, type "help"
>ver
[16:16:48] [Server thread/INFO]: This server is running CraftBukkit version 3310-Spigot-c07753b-a58fde4 (MC: 1.18 Pre-release 5) (Implementing API version 1.18-pre5-R0.1-SNAPSHOT)
[16:16:48] [Server thread/INFO]: Checking version, please wait...
[16:16:48] [Thread-7/INFO]: You are running the latest version```
What the heck are you doing xD
no more biomes
Just a heads-up that the paperpowered channel isn't hosting anyone at the moment.
Who is streaming?
I thought i set it to Auto host kneny :c
Should be hosting again
fast async log4j
@stiff pulsar
I didn’t know that either.
@molten sage

petition to ban mdcfe for this v3
~~Am I in the dev server?
~~
I am.
@everyone
😮
so true
nah
FITE ME NOAH
wait.... how...????
If there is only 3 servers in total, how can there 6 running paper ????
magic
lol
Yes.
good morning SpottedLeaf
@stiff pulsar change the method name in that last async catcher
it was using the old spigot name
@stiff pulsar I don't see you being set
German craftsmanship.
I had fish chips & salad for lunch yesterday because @fair prawn made me want it
so I say get something with salad
I had fish and chips for dinner yesterday lol
idk uk salad may be gross
also broccolai it's half 4 in the afternoon
it is not "lunch" time
all salad is gross
thank you germany
anything but fish and chips
chips and fish
Are you at home now brocco
Kentucky Fried McDonalds
Just chips?
If this interests anyone here https://kstefanj.github.io/2021/11/24/gc-progress-8-17.html
JDK 17 has been out for a few months and it’s not just packed with new language features. The performance boost compared to older JDK versions is also really significant. It becomes especially clear when compared to the previous LTS releases, JDK 8 and JDK 11. Much of the improved performance comes from new features and optimizations in the JVM ...
yikes
all of the restaurants around your place have really shitty reviews brocc 
You could get a kebab

I like a kebab
oh sadge
we have gdk now
sometimes I want to go to the UK
but then I look at google images and the weather makes me sad
What country you from?
I'm aussie
Austria, with the kangaroos and stuff!
Where everything wants to kill you
the country with the cheese and the windmills
I guess that's true for aussies and össies
I wanted to go Australia. It seemed cool but I don't want to be attacked by anything.
🙄 🙄 🙄 🙄 🙄 🙄
nothing will kill you (unless you're going like, to the middle of no where then maybe)
I recently send a package to Maddy and for the return address, just to be sure, I wrote "Austria, Europe"
heh
How can you confuse the two, they are on opposite sides of the world, smh
I've been in the middle of nowhere
it's not for me Mini
You have been to Austria?
^ australia 🙂
Australia is in the middle of an ocean, that's fine
imagine overworked postal employee looking at address "aus...oh must be australia then!"
Austria is in the middle of nowhere
I said maybe
If you are from here you know what to look out for
tourists, probably not as much
^ well im from the netherlands so xD
You done did it and survived 😄
See it's not as terrible as people make it out to be
true while sleeping in one of those things on the ground which was not very cool xD
swag?
yeah
they're epic
I'll be back in an hour or so


yeah we did one of those trips from Alice Springs -> Adelaide or Melbourne
and then in a camper from melbourne via canberra to sydney in a few weeks
then new year there and then we went back
shoulda stayed in melb for NYE
but I guess for tourists seeing the bridge & fireworks in sydney would be dope
Yeah that's cool and all but when you coming to the US?
You making me come there? Smh fine.
Austriala
Lemme just save up 3 grand rq
ban mdcfe !!!
bring order to paper em cee !!!

Thanks for all the hard work @stiff pulsar 
Oh dang that repo looks useful 👀
mfw
Still waiting for my invite to that, smh
Is mm's screenshare slightly getting cut off around the edges for everyone else or is that just me?
Ah, makes sense
cinematic black bars™️
Ich höre hier aber nicht so viele Entwicklungsgeräusche.
md_5 slow as hek
Is 2021-11-24 11:26:57,310 main ERROR Rewrite contains an invalid element or attribute "StacktraceDeobfuscatingRewritePolicy" something from Mojang in pre5?
Getting the same thing when running Paper 1.18 jar
that's a paper thing not a mojang thing
Question for the paper staff, can you speak with push to talk or may only staff talk in channels?
You can speak, you just have to ask
yeah if you want to speak just say so (I've unmuted you) just everyone is muted by default
Ah, understood. Thanks for the info!
Those Pis in the code, that's because of decompiler or Mojangers don't like constants? :D
Yea MC-165595 also effects stuff like banner swaying iirc
pretty sure there aren't
Piglins?
they reworked it but not even new with 1.14 iirc
and they want to tinker with that in the future (1.19) afaik
This is amazing
I'll be back later btw
I liked someone's idea of only items which the player has "touched"
would be saved on mobs
Wasn't it wattles or someone like that?
Wasn't that the main reason for that twitter thread by that mojang employee in the first place
haha
there's always a obscure redstone contraption that is broken by some random change
Well any change whatsoever will always break something....
it's insane
Scicraft just likes breaking minecraft
shame that once 1.18 comes out
their void hole will be filled up with stone and deepslate
might be nice to add a config for the blending
for people who don't want that for whatever reason
ah nice
yeah gen below 0 not blending
Welcome back aurora
what's happening?.
I just connected.
nm wbu
that would be awful
then they messed up big time xD
remember that second day after release 1.x.1 release cause they messed up realms 😂
ive seen a few 
isnt that there new buildin profile thingy
/list
current mood

^ pain
Starting IJ moment https://i.imgur.com/qYIQ2iM.png
rip
I'll come back, shhhh

You need REST
but update ._.
Did you find out if it was COVID or not?
I got tested today but those PCR tests take at least 24h
🤞
(unless it's positive, then I get notified asap lol)
but our testing network is basically completely collapsing atm
so I'm not really expecting a result before tomorrow evening
austria has ~9 million citizens and we are doing around 400k tests a day right now. I think yesterday it was in the news that the servers for making appointments but also recording the tests and the results got overwhelmed and just went down for a few hours
(which, looking at https://twitter.com/aurora_smiles_/status/1344724005970968577 is not too surprising)
needs better sysadmins
where is @wild wedge
IIS is on the same level as apache2
apache2 is trash
yes
yes
but iis
but don't compare it to iis ^
it's slightly better
they're both trash 🤝
I need to actually learn how to use nginx one day...:(
all my sites are still with apache
i think i only started moving to it right about when pterodactyl started only providing nginx configs
thanks git bash in intellij for working perfectly
I have this issue for a year now
nginx configs are so much simpler compared to apache2
I mean I see that but actually understanding how they are simpler is the problem
like fuck apache, but at least I kinda get what I'm doing there
I have same problem.
Can someone un-server mute me again? Seems like discord re-mutes you if you rejoin the channel
Ty
.larry reference
inb4 mm gets kicked from spigot discord for saying that
LOL
@plain sapphire add [CTO of Valksoteric] to your name
owo
true
gn aurora
I need to frame that

mini
MM's stream is like 2 seconds per frame
That's for better text readability
And the cherry MX blues are hurting my eardrums
discords compression is not the greatest too xD
MM is too poor to afford anything better than a pentium Ig
You sacrifice fps for better resolution.
@wintry merlin how much do you pay for that internet?
wtf, that's the same as mine.
It has nothing to do with hardware, it's a nitro thing
better text readability isnt
Or better said non nitro thing
You can get the same resolution with 60fps but you need nitro
I can understand the fake English, don't know whatwt the problem
What the 
💯
what the heck did i just watch
Basically that's why I have a YouTube - for shit posting
Please help I can't find the Americanish course on Duolingo
Redstone shouldn't continue to work though?
Knock, knock. Who’s there? It’s Dinnerbone, with more detailed information about moving your Java account! Find out how to safely move your account, where to find information, and – oh who are we kidding? It’s all about how to get your free cape! Read more here: www.minecraft.net/move
AUDIO DESCRIPTION version is here: https://youtu.be/NC0LKsoF...
I asusme they're talking about how you can modify stuff there without it ticking?
as in cause large lag
oh paul commented, yeah that
https://www.twitch.tv/PaperPowered working on paperclip
Official twitch.tv channel of the PaperMC project. Find more information on papermc.io
mm isn't streaming on twitch
you could do the same thing without carpet dupes, just, a bit slower
he does have obs open though 
while the report isn't valid and idk of a decent valid solution imo the actual core of the issue as an exploit seems valid
he forgot to click "start" lol
there is an option yeah
no via dispensers or something
or sand via a portal
not as in duping it, just entities through a portal
or even a snow golem and shovel could get a lot quick
why does this guy sound so passive aggressive lol (guy in the issue)
EDIT: not even passive, just aggressive
its not his fault i imagine noah
based on his video he isnt english speaker
so probably just bad translations
but it does sound kinda weird lol
"only 1k lines"
Psh, just need enough cocaine
uuh what?
I mean, Coke
😂
I try
You try to be weird?
weird is good
he does
to be fair, it comes naturally
naturally cool
just add a fake bezel with tape 
@wintry merlin
denwav, you have a bot in your chat
damn, can't believe their follows will be big
ikr
Pog
Does MD wan't a pad on the back for releasing a pre8 snapshot
while you're at it, output comments aswell
Gonna head out, gl with updating the patches 
not 100% on what mojangs bundler does, but, what people usually use patchonly for is just taking a jar that doesn't need to download the vanilla jar
as in an offline mode jar
yeah
oh have they now?
(jokin, obv)
LUL baxter
i love the lighting
Wow 130 server patches left. 


Hey quick question, I know its a bit old but what is the purpose of: https://github.com/PaperMC/PaperLib/blob/master/src/main/java/io/papermc/lib/features/asyncteleport/AsyncTeleportPaper.java#L16
getChunkAtAsyncUrgently calls methods which call other methods which then invoke an impl which calls world.getChunkAt. wouldn't it be easier to just call world.getChunkAt instead of using that getChunkAtAsyncUrgently?
which calls getChunkAt with a few params and doesn't block on that chunk request
well wouldn't replacing
return PaperLib.getChunkAtAsyncUrgently(location.getWorld(), x, z, true).thenApply(chunk -> entity.teleport(location, cause));
with
CompletableFuture.completedFuture(world.getChunkAt(x, z)).thenApply(chunk -> entity.teleport(location, cause));
have the same effect?
no
I mean, it would teleport them
but, it would block the main thread
Once again, getChunkAt in the API is a blocking call
it will block the thread until the chunk loads
the Async methods ask the server to load the chunks and completes the future when that's done
well which part of that Method Call chain makes it non-blocking then? the only thing that seems like doing non-blocking stuff is that CompletableFuture.completedFuture in the asyncChunkSync class
the fact that it doesn't block the thread until the future it returns is complete
CompletableFuture.completedFuture(world.getChunkAt(x, z))
using a future there is 100% redundant because getChunkAt blocks while waiting for the chunk to load, so it's always gonna return a completely loaded chunk
the async methods, the chunk load will be completed at some point in the future
The fileIO is done off main Thread and on finish is synced back to msin thread.
never worked with completable futures so not so familiar how they work. it was just very strange thats why I asked
Hey guys
What am I looking at?
CommmandBlock
I felt that sigh

What in the world
hi chew
LMAO so that's why it sounded like no one was talking to me
oh god that's hilarious
discord on browser is just busted i guess

if (...) continue;
vs
if (...) {
continue;
}
i require 120fps intellij idea 😤
5 fps is better for text stuff
right? this is low quality streams 🙄
Lets it spend more of that bitrate on making the text legible instead of on useless frames that are identical to the one before it
Exactly identical won't take up too much space but it's more than 0
I didn't know you could set the FPS so low with streaming tho lmao
most of the time that's more than enough anyway
unless you need to boost a server or two
stickers 
I think it's either if the server is boosted to a certain point or if they're a partner you can still use stuff in other servers
But the only sticker I have access to in here is the no kotlin one

I think I'd still rather use Kotlin tbh
Although Java 16 with nullable annotations isn't too awful
omg Amaranth

You just saying that last sentence made me realise where I fucked up and why this plugin wasn't compiling
thank you lmao
jmp is controlling
hello @molten sage 
hello my camm!
brocc update paper patches?
brocc stream ?

@cyan wolf 
hi
afternoon
by 7 hours yes
what are you up to viccy
fixing carbon's user data saving
nice
everyone is muted by default
everyone non-notable+
make me notable leaf
hey brian! :D
i can't see any text xđ
@wheat prairie furry
Not that Amaranth
Hey having devs log in to make sure something works is better than no testing at all.
Is Leaf doing patches next?
He's not too busy to talk about nulls.
@wheat prairie is being a backseat patcher.
Oh <3
Haha you got bullied into it
bstats reports 3 1.18-pre5 users on paper 
I really hope that's just dev test servers
sorry it was me.
Yes, of course
😆
one on pre8 now
me
lol

and like, I hope nobody is actually running it because its rather broken and corrupts worlds
Might be better to test plugins - it's just painful to restart a spigot server xD
public static ChunkPos getChunkCoordinate(CompoundTag chunkData) {
CompoundTag levelData = chunkData.getCompound("Level");
return new ChunkPos(levelData.getInt("xPos"), levelData.getInt("zPos"));
}
Kenny is here!
Good morning everyone 🥰
At 640p
It didn’t show any pre8 users
@stiff pulsar are you on a Celeron G440?
Do we need to send you a CPU?
With integrated graphics?
Does Leaf have a 5950x?
I've never heard him mention it.
Never once.
Ever.
That's because Discord is pretty crap.
i got one. best cpu ❤️
He did on Tuinity discord
Cool
In case anyone somehow missed it: I was being sarcastic.
Because Leaf mentions it all the damn time.
We're all just objects to Kenny.
furball
D;
Yeah it's the default output when JS hits an object.
Spottedleaf voice reveal? zamnnn
yow wut?
Leaf pays a voice actor to pretend to be him.
if I recall leaf is canadian? 🇨🇦
Little known fact.
I said shame he's a furry
If you listen closely to TV commercials in Kansas you can hear the same guy selling Chevrolet.
Euf...
Could sell everything
LOL
Is this a mating call?
no...
"What do I have to do to get you in a patch today?" -Leaf
So, what bubble tea should I order
Horny bubble tea, apparently?
Hmm
I don't know if my local place sells that, and i'm afraid to ask because they make really good Taro tea.
Haha
I also wanted to say "You're making me wet daddy" as a joke But its too late now 
hot
I really want this but I (probably) couldn't eat 1kg of roast lamb tonight
& that price 🤯
bruh why is this on uber eats
https://i.imgur.com/V5bEIlQ.png
but its not as overpriced as salt bae's restaurants LOL
he's only famous because of the memes.
219 for 1.6kg?
Oh wait Australian money
Ok 140€
Yeah that's actually quite the good price lol
lol
5 for me on windows from clean

built on my laptop in 55m (arch linux, no cache)
ez
plugin loggers


are you done yet @stiff pulsar
almost!
Spotted a new profile picture
Kenny's a proper right side up fellow.
who what where how
add and continue
I am v excited for dinner
I couldn't decide what to order between two dishes so I ordered them both

Why are you sad then 
Because I shouldn't have ordered two dishes haha
Well
what in the world
Strawberry ice? 

speghetti-o's
ty tytytyty

This package won't arrive until monday/tues now
if only parcel places would let you pick shit up from their warehouse, only ~45 minutes away from me 
Thinking about ordering more ram 
I'm back







hi cat



