#general
3141 messages · Page 922 of 4
I usually just try to get my javadocs to be good and use that as a baseline for "does this method actually do what I say it does" and "what should I test".
ignores all "gets value" javadocs
everyone be writing these unit tests that say "i expect this function to return 42 with this input, but im mocking it cause im testing my caller method", then your tests all pass, because your understanding of "always returns 42" was wrong, and now when it doesnt return 42, you mocked it and didnt see that
Stef, although i do agree that commenting your code is very important, i think spending more time on docs than on the actual code is not as productive
people tend to overdocument/silly doc too though
maybe not for you, but it is for the next guy
// Create the service
$service = new MyService();
Please don't do this. drives me nuts
well yeah, document methods properly but dont write stupid documentation
$x = $loc->x;
$y = $loc->y;
$z = $loc->z;
doesnt need comments saying "extracts variables from loc into local variables"
if your names are good most of your fields dont need explanation
i had a junior once who did that non stop
case of trying too hard
Depends, good javadocs make it easier to ensure your code does what it's supposed to do and makes it easy to find what should be unit tested. If you write down "calling this will never return x" or "passing parameters of value y will result in", it's easy to check that it's the case that it works properly, you know where to add checks in the method to make sure no one is passing garbage to your method and you know to unit test those cases in your javadocs.
It wouldn't be the first time that I write a method, then add javadocs and remember that I forgot to do x, or check for y.
if you can write explicit contracts in a method doc, then that is good
we need to work on a group project following the waterfall model
Those in-line comments you mentioned are fucking annoying though
hmm?
Also "commenting out code", which then makes its way into a branch, then into master and never gets out
looks at code at work
/**
* Returns the last generated snowflake
* @return int The last fetched Snowflake
*/
public function lastId():int{
return $this->lastSnowflake;
}
lol


I unironically do that. Sometimes the javadoc actually is useful, but the main reason I do it is so there's a @since tag in there, so I don't have to traverse a file's history to see when it was added.
I only do that to shit i open source
Yeah, that makes sense
the stuff i don't care enough to post either gets minimal documentation or none at all #YOLO
I do it for everything because of habit
because you're a potato
Sometimes, just sometimes you manage to get a beautiful javadoc that is 20 lines long and I don't want to miss such an opportunity.
for private projects i mostly write things for big-picture, and for bits of weird implementation
Yes, let's release all our ten line code snippets to the public. looks at npm
i mean some of my "private" stuff is open-source
ok C# fans how do i do Javacsdocs, whats the formatting
C# also uses some XML hybrid thingy for docs or something, so...
Don't know quite all the details, I've only written docs at work once.
oh wait, i bet theyre called doCS
hmm, how would i deal with stuff that i frequently need in tests? Do i just recreate those objects every time? Eg, my Plugin interface
Setup and teardown methods?
arent those class specific?
You can do it on an interface, which you then implement in your test classes
discourse is rails?? lets gooo
The @BeforeAll annotation marks a method to run before all tests in a class.
http://junit.org/junit5/docs/current/user-guide/#writing-tests-annotations
But is there a way to run some code before ...
I haven't use JUnit much, but mostly going from experience from other Frameworks.
thanks
@slim nymph I can send messages in test-builds 

it's by design
it's there tohave a frormal discussion on the build
ah, makes sense
please keep this channel on topic only for testing efforts to keep it low activity.
illegal nickname characters spotted
im gonna setup a role you can opt into for pings too
ooo
put dyno to some use
Can some of you guys tell me, plz, how to automatically move built files from maven without specifing output directory in pom?
i just wrote a cp script and linked it to a shell script in intellij
and in the "before launch" i just run the maven task
whats cp script?
copy
whats shell script in intelij?
is a intelligent script
because is intelliJ
ok, thx, ill test it out tmr

i want to fly into my own house in microsoft flight simulator
you do that
Any house can fly if you try hard enough
Atleast this much
Every house flys already if you take the relativity of our univers/multivers into account
oh Red Dead looks to be Xbox Play anywhere for you that prefer PC but has GamePass 😛
mfw issue handling isnt considered contributions 😔
good news rory is behind me sleeping
Nice
kids on my server trying to dupe be like
drop these items which should dupe
U should just drop a stack of diamonds blocks on them invisible and see what they try to do after
yeah
then ban them for trying to exploit 
Lulul
ayy
Or everytime they try to use diamonds drop a stack of pork chops

Sync chunk load
drop diamond named "Exploiting can get you banned! If you hold this diamond, you are going to get banned"
i actually cant test the location generation funnily enough

why do you always :smolstop:
cuz dats cool
and you should stop making my glasses smudgy
I have 2 very complex questions with html; how do I give those labels sexy fonts without specifying that on each individual element... and how do I move those buttons/checkboxes a bit to the right 😂 https://kennytv.eu/secretgraph/
fonts without specifying that on each individual element
either class or just specify all labels
label {
font-family: "Comic Sans MS", sans-serif;
}```
or if you do a class on each button
```css
.betterfont {
font-family: "Wingdings", sans-serif;
}```
oh theyre labels
updated
(example)
html{
font-family: "Wingdings", sans-serif;
}
kappa
😎
i found this secret graph btw
I know, I made it very secret 
holy moly is comic sans still cursed
now I actually have to find a nice font 😂
Helvetica
* {
font-family: "Wingdings" !important;
}
Does Aikar have kids?
is testicular manslaughter a thing?
that's really not information you need to know, @drowsy urchin
yes, city
let's not focus on that, let's instead focus on making new kids
who will be joining me
go away
What are we making them out of
I thought people used 3d printers
3d print me, daddy
are there any good resources on what is required to build a mc server
What do you mean
well code one from scratch
hire mojang to do it
think ill do it in a mixture of python and C
have fun
A new fork of paper 
that sounds horrible
Why not full python? /s
I made a barebones server with a random kid from Stockholm once, it was a fucking mess but you could send chat messages and walk on grass
it should replace paper
Yes sirrr
it would have better performance at least
pure python is slow as shit
How is that rpg server thing going city
dyescape?
is that still a thing?
but because its written in C you can use shit like numba or cython to compile it to llvm
Moparscape
guess ill base it off paper and call it paperSnek
well it has been in development for a decade now or something xD
you know what you should do?
Minecraft server in PHP aka PMMP/PocketMine.
isn't PHP dated and kinda shit
i am actually in a very fragile state right now
oh boy
runs paper
Just use Kotlin
well I am using python with C bindings

must be hard to go about your day with a chicken noodle soup can for a brain 👀
I am going to sleep now because you're all exhausting me
R u sure
initially I was going to transpile it but turns out the java2python transpiler doesn't support python 3
so its uesless!!
U wont lie down then just look at ur phone for 3 hours?
Programming a Minecraft server is a very timely task.
just start porting dfu so you can stop early ;)
kneni 🥺🥺
not if I disregard many of the vanilla mechanics
wtaf. im told to convert 0.060mm/s^2 to ft/hr^2, and i cant fucking figure this shit out. what the fuck dude
0.060mm * (1cm/10mm) * (1in/2.54cm) * (1ft/12in) * (3600s^2/hr^2) cancels the mm, so then it's cm/s^2, then cancels the cm so it's in/s^2 then cancels the in so it's ft/s^2 then cancels the s^2 so it's fucking ft/hr^2 and im getting some stupid fucking decimal whereas WA and google get 2,550 and im losing my fucking mind
time to break redstone further
Fiesty
DUDE I cant fucking write a table in here like that but i guarantee you i am fucking using DA
alright i can't take this stupid fucking shit rn
fuck off if you dont want to help
don't mix cm and mm like some heathen
wtf that's actually helpful lmao
simple's sassy again


(1cm/10mm) is... 1.
much sass
your professor must have suffered severe brain damage
💉 💊
we don't care
you suck
go back to IS
you're the absolute worst
ur the absolute ugliest
I am gonna sleep now that you are here. The internet has been ruined
Who
god natt city
Hurricane Laura looks scary
its both
Also that equation is literally only complex because the units are fucked. The conversions for the prefixes are listed, why the hell wouldn’t it all be in m, ft and hr to begin with
to make it hard like my pp
@heady spear 🥺🥺
Doing DI, everything but L/T^2 cancels out, the units are not important what so ever
L could be measured in average Caucasian penis lengths
ok nerd
Way to make SI units seem complex. This is why America is the way it is
https://youtu.be/hid7EJkwDNk
Short answer: yes
Be one of the first 500 people to sign up with this link and get 20% off your subscription with Brilliant.org! https://brilliant.org/realengineering/
New streaming platform: https://watchnebula.com/
Vlog channel: https://www.youtube.com/channel/UCMet4qY3027v8KjpaDtDx-g
...
long answer: yes
imperial system dum
when i doubt shoot it out
omg stonar has a profile picture
Prpl slime
.$flushstats
Courtesy flush
rage
the virgin dupe exploiter vs the chad aikar
Probably most of the ppl in that replies dont know that Daniel Ennis = Aikar lol
wtf aikar's last name isn't aikar 
everybody knows his name is Daniel Aikar Paper, author of Paper
just like my name is Olivia "Paper" Triage
Sir Daniel Aikar Paper Ennis the Third
Why the third
CraftBukkit, Spigot, then paper
Oh, i didnt realize on that
bjt isnt it mc server then cb then soigot and then paper?
Spigot is a "fork" of craftbukkit and paper is a fork of spigot
it is a fork
If you maintained both the original and the fork of a project, would you really consider it a fork?
yes
It's definitely a fork; but only by definition
Oh well
Both are maintained by md_5
but was it like that when md5 forked cb?
When he forked it, it was maintained by the bukkit project
But when the whole oof happened, spigot took over
1.8 and onward
So now Bukkit, CraftBukkit, and Spigot are all managed and at the discretion of md_5 :p
that reminds me if when i used to years ago have a server that was stuck at 1.7.9 cuz i didnt know that spigot was compatible with bukkit plugins lmao then when i putted a spigot plugin in the cb server my 9 yo brain couldnt realize that if the spigot one runs on bukkit the bukkit one has to run on soigot
And I think people still think that with paper jar vs spigot plugin
It's even more confusing because spigot's Bukkit/CraftBukkit are themselves technically forks. So he maintains a fork and a fork of that fork.
the rabbit hole goes deep
He could have merged cb in spigot
well that could break some compatibility...
there's valid reasons for keeping them separate
i never used the obc things but some people do iirc
That's why there's very little config options
I wonder what CB would be like if it were still around
there's valid reasons for keeping them separate
Do you have an example handy (fine if you don't, I'm being difficult here) of something that couldn't be done with a config toggle?
Vanilla + Plugins.
CraftSpigot
probably not, I suspect most things could be thrown behind a config option and it'd be fine
I wonder what CB would be like if it were still around
well there are still new versions in certain website which im not gonna mention cuz the last time i mentioned it i al,pst got banned lol
A config to turn spigot mode off ezpz
@knotty rose those are spigot's version and yes sites that host craftbukkit and spigot jars are illegal
Straight to jail
didnt buildtools make a cb jar?
you gtota manually do it or something
doesn't by default anymore, need to specify that you want it
We still have a plugin with the suffix -bukkit, because that's the API.
ye
But we're changing that, because, ya know, people.
has anyone asked for geyser-paper when you switched form -bukkit to -spigot? :p
yall remmeber the pocket edition dupe? hop on multiplayer and pull the item out of the chest at the same time
i had like infinite everything, maybe thats why i stopped playing so much :/
In pe? I used to play it a lot of time ago, it was the first edition of mc i played actually. only i played on mp once tho
i stopped playing around 0.10.0
I used to always use my mom's ipad or whatever to get it
No one asked for it specifically when we switched, but we get comments from time to time.
I think most people understand that Paper works with Spigot, though.
until the hard fork 😳

💩
in like 2-3 years 😔
thts what my dad said
coudlve swore there was a way to search every file in intellij
wdym search every file
like, if I wanted to find all instances of "bruh" in my code, how would I go about doing that?
I've done it before
but im blanking now
idk i dont use idea but stackoverflow says that by ctrl shift s
Tree
paperclip
School
pencil
scissors
sheet
Printer
thanks
Happy to help.
leafy
Can i ask whats the word for?
No.
@mighty storm ctrl+shift+f
ay there it is
Hey, which plugin could I use in order to make those Dynamic Motd that change as in 2b2t?
oooh new glavatar
brah
Chi itos that p ez to write it
Just get stringlist and random it
wtf?
(DiscordBot) https://www.spigotmc.org/resources/random-motd.16137/ -- Random MOTD | SpigotMC - High Performance Minecraft: "yml the data and makes a random MOTD, states are randomly written from this config.yml in the MOTD. - The plugin is free config.png - ..."
it's only 5 years old I'm sure it's fine
(it actually probably does)
(DiscordBot) https://www.spigotmc.org/resources/random-motd.16137/ -- Random MOTD | SpigotMC - High Performance Minecraft: "yml the data and makes a random MOTD, states are randomly written from this config.yml in the MOTD. - The plugin is free config.png - ..."
Well start of with
.g bungee random motd plugin "Bungee"
.g google
(DiscordBot) https://www.spigotmc.org/resources/random-servermotd.49280/ -- Random ServerMotd | SpigotMC - High Performance Minecraft: "Put /servermotd reload to reload the plugin; And enjoy! In Bungee server: Dowloand plugin and put the plugin in your folder of plugins ..."
(DiscordBot) https://www.google.com/ -- Google: "Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're..."
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
bald
.g how to use google wikihow
(DiscordBot) https://www.wikihow.com/Search-Google -- 3 Ways to Search Google - wikiHow: "Jun 18, 2020 ... If you're using the Google app on your phone or tablet, skip to Step 4. Some browsers, including Chrome, Safari, and KaiOS Browser,..."
Using google as search engine = small brain
in the optimized paper.yml guide i cannot find use-faster-eigencraft-redstone
does not yet exist in the latest 1.16.2 build
enable it and lower bukkit.yml spawn-limits
will depend on your mob-spawn-range in spigot.yml as well
lower spawn-limits to what?
there's no magic values, you'll need to see what works best for you, but the defaults with per player spawns will result in quite a lot of hostile spawns
thanks
how would you configure anti xray to include ancient debris?
thats my last question, thanks for taking some time
ty
the underlying issue has been patched since 1.15
oh ok
@fervent kite [Auto] The duplication bug with baby Piglins that is currently doing its rounds on YouTube does not, and never has, worked on Paper.
i say the term we VERY loosely
😭 where 😭 is 😭 my 😭 baby 😭 piglin 😭 dupe 😭
@viral hornet [Auto] The duplication bug with baby Piglins that is currently doing its rounds on YouTube does not, and never has, worked on Paper.
||/s||
Discord won't load rip
do i have to manually enter values for alt-item-despawn-rate?
for the items in which you want to adjust their despawn rate, yeah
is there a way to enable it? like in config
the dupe?
@snow parrot the dupe?
yes
unlimited elytra ofc
lol ok thanks
lol
Hiiii pure
hi
you are clearly alive
Sadly yes
although without a bot tag, so debatable if you are the real chew
would anyone be willing to share their alt-item-despawn-rate keys+values?
True, she stole my identity many times
😡
i have 16g of ram on my pc. do you think it would be safe to dedicate 8 to my server?
utilizing the optimized guide flags
What OS?
windows

half for vm and half for system 8 and 8 each seems fine
Windows likes earing fam a lot
my win 10 machine runs fine on 4
this is how its looking with 8
whats cmd doing?
the comsumption of the server should be under ”java”
I dont remember the name pf thenprocess but something like that
Oh
the parent process is cmd and child processes are java processes
itd different in win10 then
so u would have to expand the arrow to see them
In win8.1 and probably previuos versions, the cmd process and the java one are different ones
so i should turn off load spawn?
How is it possible.. its 3 am again, i have to get up soon tmr and im here instead of sleeping again
dunno just started flying in creative loading in new chunks
Ima just leave, see yall tmr
and the memory graphs peaks pretty fast
nighty
okay, hear me out
You wake up. You check your phone, it says January 1st, 2020. Was it all just a dream? You ask about events that happened, no one remembers anything, and suggests maybe you had too much to drink last night. You ask about COVID statistics, everyone looks at you funny, you look it up: it doesn't exist, it never existed. You breath a sigh of relief before tripping and passing out again. You wake up once again, and it is indeed, August 27th, everything back to the way it was. Turns out, you just dreamed yourself a better situation where all the bad stuff this year never happened, and unfortunately time has already written itself. It cannot be changed.
poetic
i dream a lot about a better future
same
the problem is i never take steps to make it a reality
first step, go vegan
i dont like vegetables, why would I steal animals' food?
if what you said was genuine look into it
as long as we condition ourselves to disregard members of our own society we will disregard the well being of others in other societies
members being the animals we raise to kill
but thats for a different discord
no thx to what?
python
does linkedin have a dark mode?
my bad
i mean genuine question ill turn it on if there is lol
haha
idk
was wondering if you might be up for something
would you be willing to share ur alt-item-despawn-rate keys+values?
should be just the material
im assuming you could adjust the despawn of armor and tools and stuff?
or am i wrong
i havent looked into it
yeah if you want
how do you configure anti-xray for ancient debris?
I think there is a pinned message in #paper-help
ty
yes from stonar, it's a gist
so for the block its replacing, it chooses a block based on its surroundings?
also check pins, there's a screenshot showing the differences
world-settings:
default:
anti-xray:
chunk-edge-mode: 2
enabled: true
engine-mode: 1
hidden-blocks:
- chest
- coal_ore
- diamond_ore
- emerald_ore
- gold_ore
- iron_ore
- lapis_ore
- redstone_ore
max-chunk-section-index: 3
replacement-blocks:
- oak_planks
- stone
update-radius: 2
world_nether:
anti-xray:
hidden-blocks:
- ancient_debris
- nether_gold_ore
- nether_quartz_ore
max-chunk-section-index: 7
world_the_end:
anti-xray:
enabled: false
i was told by yamllint this was a valid yaml
does the nether anti xray need replacement blocks?
also, is max-chunk-section good to keep at 7?
and then do i remove the default yml anti-xray and paste in the one i mentioned above including the 'world settings:'
i appreciate your time and thank you in advance anyone who can help me understand this better
uhh
just finished force upgrading my worlds
& when i start my server i get spammed with errors
chunk relocated and stuff
does this mean the upgrade failed?
ouch
all the worlds are broken
what am I supposed to do? do I just not force upgrade?



pebblehost is ___
gone?
pebblehost is ___
alright I guess
amazon is a bad baseline, it isn't expensive and im fairly sure those are dedis
Hosting in America is hard
digitalocean, vultr, ovh, skysilk, scaleway, all vps sites
Scaleway is literally all EU, but Scaleway imo
im not actually going to rent any but im just curious
I use my Scaleway instances for bots.
Paris location puts me near Cloudflare nodes
Cloudflare good
Bots good
^ Germany
how much would hetzner cost for a backup server
is this what you would use for mc?
honestly, it's crazy how ridiculous Hetzner makes other hosts look. $4 euro/mo for 2 CPU/2GB RAM/40GB SSD/20TB traffic
@spiral bough thats so cheap
scaleway kinda expensive now that I think about it though
although they are only germany and sweden
is anyone able to look over my anti-xray question i had a bit above?
ask in #paper-help
what the heck
is there any us hosts like hetzner
OVH US is expensive
discord
Game Pass Ultimate is $1
just buy it 
I get those notifs in my discord
I asked the repo owner to give me a webhook before he fell off the face of the internet
Now noone else can get a webhook bc noone knows where he is

lol
oh you got all the badges
Yeah I get around
Missing Bug Hunter and Partner
The only two community badges I don't have
bug hunter aka discord simp
Yeah I can't stand that server
Someone once asked me when I'd grind out the badge
My answer was, and always will be
"When I can stand to be here for more than 15 minutes"
stg
they add bugs just to get simps
tells you on there
eek thats not high score, my phone gets like 5x those
o true
yeah
Single User Pro license is $99 and sadly placing blocks doesn't provide that yet
just two different ways of measuring cpus
https://browser.geekbench.com/v5/cpu/2041346 geeeeez lmao
Benchmark results for a Supermicro Super Server with an AMD EPYC 7742 processor.
1007 GB of RAM
128 cores
30000 fps
is hostinger good?
I never liked that name...
ah yes, 887k fps
thats enough fps to feed all of africa
hmm
this is like twice the price of hetzner
but you get a dedicated ip!! good deal!!!!!
I know this company has a really strong presence around some Discord users https://www.galaxygate.net/
GalaxyGate Hosting
this is even more expensive
thats not bad
2 vCPU like the screenshot you sent earlier
still more than hetzner though
whats the thing to run one?
my processer isnt very good
i would probably use them even though theyre in germany
👀
mfw in us
https://browser.geekbench.com/v5/cpu/3442863 here's my vps
Benchmark results for a LENOVO ThinkServer RD640 with an Intel Xeon E5-2697 v2 processor.
woah thats a pretty good deal
TIL the time command breaks down how long each command in a pipe chain took
That's cool
why does it say 314 gb of ram lol
i wish discord had personal pins
so you could store things like that
how much ram
if only it was US
thats actually such an impressive deal
im gonna go check that out
oh hey jelly
owo hi z0w0
welcome to the server for uwu-ing and sometimes other things
uwu

uwu
oh fun fact if you uwu when kneny is around, he'll react with 🛑

Didn’t know jelly was here UwU
who is jellu
she does neat mods
fancy
and hytale!
all i do is close issues, pet rory, and be sad
i only do one of those, and i'm not a paper contributor
does anyone know a plugin like worldborder that loads all the chunks in a world slowly, except it lets you do multiple worlds at once?
ty
d3
gg
How'd you do the computer part?
That's really cool
So it concerts a truth table into gates and stuff?
That will be really useful for scrap mechanic
Thanks
That's kind of genius
Mc is so limited though, so it's hard to convert it over
Like not being able to put stuff close together though
Isn't there a new thing that you can do that without repeaters
Oh wait target blocks just remove one block from redstone
So it's still doubling, it's just not infinite or whatever
Att first post of the day
At least where I am
Well gn, I'm going to bed
@mighty storm uwu
Tell arawra I said hi if u see her
we dont live in the same country 😔
On discord 🥺
do u live in the same timezone as her tho?
yesyes
then tell her hi :p
but i cant see her!
u can see her online existence?
we dont live in the same country 😔
😔
unless...
so the cyllindrical shells method for taking the volume of an arbitrary shape fucking sucks and it can go die in hell
thanks for coming to my ted talk
uwu
uwu
uwu
uwu
uwu
uwu
owo
owo
uwu
hi alice
hi ❤️
Can we not do this at 8am tnx
fuk off ded
Go do your math smh
in this house we uwu
uwu
Can we not do this at 8am tnx
When you are waken up at 7am because of f***** chicken noice !
I expect you all had a good night ❤️
The uwu help me to relax like ASMR 
@rotund cargo sir or mam
please
take that emoji, and leave
you can come back tomorrow

(sir)
Mfw you kill their ashe so their mercy ults and tries to kill yours
Angry Mercy, I'm sure they were duoQ
i was really bad at league, then i was decent and got a pentakill (the only time, ever), and then i was really bad again
havent played in like 3 yrs now
the other difference is that my team didn't need more heals, theirs did
going battle mercy in a losing team isn't very smart
Am semi good at league I would say
I dont play for month, to then try hard one or two days
would anyone know why even after setting
use-vanilla-world-scoreboard-name-coloring: true
to true it doesn't work?
plugin might be listening to PlayerChatEvent
which causes the setting to be non-functional
do a binary search and see which plugin may be causing it
That's a possibility, I'll see if that's what's causing it. Ty!
how does one get access to the prestigious #adorable-pets channel? I feel the need to share my cute yet sometimes spiteful cat
You prove that you're capable of such responsibility by showing your cats in general first
I will prepare my highest quality cat pictures
Don't get your hopes high tho, I still don't have access
And I only post original content of the cutest kitten
Crappy photo but cute cat
I don't mean to interrupt the cat pics but what name color plugin would y'all recommend? I see a few that have like 1000 downloads and they're old 😦
tyy!!
Or BungeePerms :3
I only used aquaticperms since luckperms crashed on my server x')
bluelyperms >
Hmmmmmm
was that a rat tail in the first pic...
what is that...
no i dont care to guess
then it's a rat tail
ok then ur disqualified from #adorable-pets
ok can see it now
i rescind my statement
perfect, my plan to rise to power is slowly coming together....
i mean
uhh
meow
@potent fossil pet rats are cute tho?
pet rats are hella cursed
@zealous wedge Rats are fine. I thought it was a severed rat tail.
kneny pls stop having such bad opinions
ah ya simple that would be a lot more concerning
yeah i wouldn't let my cat near my severed rat tails
those are safely stored out of reach
u wot
hm?
.kill bluely
.tacos
🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮🌮
|-----------|
| PEAS |
| BELONG |
| IN |
| MAC |
| AND |
| CHEESE |
|---|
| (__/) |
| (•ㅅ•) |
| / づ |
246
2287
lukewarm take
Hell yeah society is breaking down do whatever the fuck you want https://t.co/Zoo60lctO5
445
@kraftmacncheese .
{__/}
( • - •)
🧀 🟢< \
{__/}
( • . •)
/ >🧀🟢
{__/}
( • . •)
/ > 🧀 🟢
{_/}
⌐■■)
/ > 🧀
🔥🟢🔥
🔥🔥🔥🔥🔥
578
@olive marlin one thing i noticed is because it's deduplicating n shit
restoring an mc backup with files like https://owo.whats-th.is/8WXkXRB.png
is taking it's time lmao
oh my god
this whole time I've been shitting around with the mongodb reactivestreams api
and I didn't realize you needed to request in a subscriber
this is a 🤦♂️ moment
Yeah, that's kinda expected. Always need to trade CPU for disk space :/
Restored 32624 files and 141 directories (262 MB)
this took a solid 5 - 10 minutes for a hub server
problem 2 is permissions
after restoring, even though i own it
Hmm
no


aurora uwu
.kill breakthrough
gags and ties breakthrough then throws them off a tall building.
😄
does anyone know how to fix the distance you can view other players
entity-tracking-range
is it in paper.yml?
Spigotyml
I took a few pics of my kitty with this new DSLR
oh frick
wrong server
ah well
@vestal jasper
cat
@slim nymph #announcements message hey i saw this message and was interested in why this is, did you patch it on purpose or is it just cuz paper is different so it doesn’t work.
Either way im very happy i can update to 1.16.2 without worrying about my players duping

Paper has a patch that fixes all kind of theoretically possible dupes
Thats cool
Also please don't ping random people
Which is why sometimes dupes are discovered that are patched in paper before we even know about that specific dupe
@mental meadow not random, i asked him about a statement he made, he is still a person on discord. If he doesn’t want to be pinged then you guys can set up a bot to disallow it
Or we can put it into our rules 🙈
Generally, the question could have been answered by many ppl in here, but it's ok, no need to discuss this further
also a if you already pinged him a bot deleting the message will not unping him lmao
Pung is the past tense
@zealous knot not true i think i have a bot setup that does that
It's in our rules anyway, so just maybe read them 😛
Why are you pinging me now lmao i'm right here chatting, this is just offensive
it's like snapping your fingers in someone's face and then saying what you wanted to say when they're already listening to you
So you know im talking to you
Don't make this a drama...
And then so many ppl thought i was talking to them
I don't get why ppl are so triggered by discord pings
When i was actually talking to someone else
Like, DND exists
I don't get why ppl are so triggered by discord pings
@vernal moth same
But if ppl ask me to fo it less then i just say their name
It'S still annoying tho sometimes^^ That's why we have it in the rules. And you can use names when replying instead of pinging
But if ppl ask me to fo it less then i just say their name
exactly
But its sometimes a pain to type out a name right if its weird
😂
@vernal moth oh yeah looks good
imo as long as they aren't writing idc about their user name
if they start chatting we can tell them to change^
Only 10 ppl with ! to appear on the top of the list 😂
See if i didn’t ping id have to type minidigger and now i just have to type @mi
You ping me with MiniDigger anyways
cause IRC is superior!
Yeah ig
fix / ficks
Lmao Fix
@vernal moth
Lol
Wait mini
god running buildtools is exhausting
I just don't want ppl taking about me without me being able to read back what they said :D
don't run buildtools then
Have to :C
no
so if i really wanted to get your attention ASAP, i could just do (@vernal moth, Mini, MiniDigger)
?
how do you set that up mini?
lmfao
yes
Ok so, i have a question then, is paper going to kill all my redstone and farms, I set the max tick time high so it doesn’t just skip ticks. Do i need to change much else to make it more like vanilla
to ping you on both discord and IRC
settings -> browser notifications
has a list where you can enter comma seperated stuff
For max tick time
@vernal moth do you have irc to discord
Yes
Why lol
Mh, there is no list there for me
I mean irc is cool
I see
Thats cool
And I don't have access to discord at work
Yeah
oh
Hahahah
Asked my dev to review my PR and I don't think he's happy: https://i.imgur.com/sCFFpOv.png
(for context, patch is for people that fall into the void due to their connection/potato)
it's a fun game tho 👀
It's a great game
I have so much worse var names
I've only had the chance to play it a few times, and I suck at it, but still a lot of fun
I have a fuckQueue
with a consumer loop started by a method startFucking
I was so drunk when I wrote that, lol
You're drunk when writing code?
Digger are you drunk now?
It's 1pm for Mini, so ¯\_(ツ)_/¯
So most probably
.mini
@mental meadow
(Korobi) xkcd: Ballmer Peak (1 October 2007)
.download
1.16.2 is out already
yeah but i need for 1.16.1
then download the build before the update?
or does 1.16.2 work the same as 1.16.1?
download build 138










