#general
3141 messages ยท Page 1519 of 4
LOL
By removing Yatopia?
very bad of you. very bad
I PR'd deleting the whole repo, but no dice
mission failed, we'll get em next time
hm
hmmm
someone with a random username logged on my server
ok
and tried to run /gamemode creative
then left
I don't remember sharing the IP with anyone except my friends
well whatever this player didn't do anything
Idk where to ask about it... But I created vanilla server and got something like this... https://pastebin.com/ZxiZCc1N What does that mean?
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
should install that stacktrace deobfuscator mod
new world
it's a bug in the chunk management stuff apparently
Which explains why someone confirmed it by flying an elytra really fast
that's a thing? You mean people used the mappings for what they're for?!
I just use cmd f lol
the mod I know of for deobfuscating traces uses yarn and doesn't have an easy way to use mojmap
Note that this did not cause a crash
Category: crash
welp xD
1.17.1 might be coming out before Paper 1.17
1.17.4 will be out before md writes his blog post
@waxen panther ๐ฅฆ
hi there mister
๐ฅฑ
i am SICK of jomps bad mood

honestly why doesn't md_5 just use yarn
lol
I mean we have mojmap now
he'd use mojmap before yarn
i promise you md fucking 5 doesn't give a fuck all care about licenses
which explains his own licenses
he doesn't have one
Can't DMCA a private hosted repo. 
he doesn't have a license...?
He has the license to not need a license.
his mappings have no license
which is why I haven't contributed to bukkit/spigot
Rite
have "problem"
don't care
have no problem
Via daily.
Yes
i hope cat doesnt shit on my rug while i sleep
if he can do it while you're awake then why hope at all
no i can stop him while im awake
suuure ya can
Once the rug is shitted on. It can't be unshitted
Main mission: shitting on the rug
[Stealth is not optional on this mission]
yeah i just yeet him out the window
Hey, I know C# and I'm looking to get into Minecraft server stuff. Is there any great resource to learn basic differences of the langauges, the basics of compilation in Java, etc. without spending too much time on it?
The fast and dirty way is to make something
the proper way is to read the documentation for java and take some free online course that's good (I've heard good things about mooc.fi or something like that?)
and then start or modify a project
however you learn best I'd say is probably where you should start - if you learned C# in a classroom setting and learned it well, try a virtual java class
learning just how Java and C# are different is probably not where I'd say you should start out to get into java, knowing the differences is good but it should probably come as a side effect of knowing both langs
Disclaimer: I'm not the Java Master Grand Emperor Supreme
hey you know both so you know better
Thanks.
However, I think I should be more specific here: I don't intend to spend more than a week on learning the basics of Java and I think online courses take a little bit longer than that. It sure is great to know both languages well, but I have some time constraints. My question is, maybe there is some nice webpage listing basic things one should know, like this: https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-oop.html ?
Learn TypeScript if you have a background in object-oriented languages
This article compares two programming languages: C# with Java. While the focus of this article is mainly the languages and their features, such a comparison will necessarily also consider some features of platforms and libraries. For a more detailed comparison of the platforms, please see Comparison of the Java and .NET platforms.

A week to learn the core basics, I did by reading https://docs.oracle.com/javase/tutorial/java but you definitely can do it in less by just skipping concepts you already know
and those are reportedly not the best docs haha
larry 
Oh wait. I believe the word that gets people to yell at you is Kotlin
REEEEEEEEEEEEE
๐
a week to be able to learn and use the core concepts well in usable and good code tho... idk sounds very difficult
takes time to get experience in bughunting and solving problems as well as just writing code that isn't going to give you bugs and problems
Maybe there is some text course that talks about compilation and Gradle while also offering a table of contents so that I could read about specific things, like multithreading and async?
Thing is, I don't really want to dig into all this too much just for a couple of simple plugins for Java Minecraft servers with the rest of the infrastructure, e.g. API being written in C#.
I'd caution against dipping your toe into Java and then running your own code on a production server, as that can be very painful. But if you really want to do it, the gradle docs aren't a bad resource. Just takes a bit of reading and probably could be best expedited by trying things out on your own/with other open source projects
does anyone know how to enable people to fly when they join a server using essentials? If not, then I'll go into the essentials discord server (if they have one)
Thanks for the advice!
thanks. I just asked my question in there
Kotlin = the only way I'll write something for the JVM these days
yawn emoji
just git gud
We're starting to get to a point where Kotlin is kind of clunky because they were first with a feature and it doesn't work the same way as the Java/JVM one that comes later though
Makes interop more painful
I understand Scala runs in to this problem a lot too
yeahh
ran into an issue where a project compiles fine on java 8-15 but cant on java 16
ugh why did mojang require java 16 ๐ฆ I wish they'd just required java 17 when 1.18 released
(See #โ-1-17) Paper updates have no ETA, ever. See the following for more information: https://github.com/PaperMC/Paper/issues/5785. In the meantime, every time you ask, we postpone it by an hour, so I believe this makes it 330 hours...
my linux dist doesn't even carry the non-LTS releases
hello jetbrains? yes i would like to report a bug, it's this thing called Kotlin right?
at least buster is set to carry jdk 17
probably through some special policy exception
since there's no way that made the freeze
the launcher downloads the jdk for you
and it's not that hard to download and extract a binary distribution from the adoptopenjdk site if your distro doesn't have a package
I'd imagine they switch to 17 though when it releases
Look, apt repos
buster already has 17
you don't need a third party
sorry i mean bullseye
damn debian codenames
Err, why would an already released Debian distro has a...okay
I'm surprised sid even has a random jdk snapshot
17 isn't out yet
bullseye freeze was a long time ago, so I'm not sure why they have 17 in-repo either
like I said, I imagine it was some sort of exception
I suppose if you're on testing it's bullseye but unstable is always sid
testing is usually a worst of both worlds kind of thing though unless you're following it to stable on release
You're not all that less likely to run in to issues but those issues will take longer to get fixed because they have to go through the promotion process
I guess you can just use your 17 snapshots for running 1.17 then?
that's what I'll try in a week or two
Nothing stops you from installing the jre from testing repo - sudo apt -t testing install openjdk-17-jre-headless or whatever.
Yeah, that's the snapshots ๐
Or manually install from package, add external apt repo or whatever.
I still wish mojang had just waited to require the lts version when 1.18 releases so it would be more widely available
Although it looks like those come from semi-official releases? They aren't using the "I cloned git" versioning scheme at least, that would be a date and/or hash
gentoo doesn't package newer than jdk 11 but I'll probably just find some portable solution to play a la the launcher
gentoo didn'te ven package openjdk until like earlier this year
they used icedtea 8 lmao
The distro was trash when it started and it never got any better
that reminds me
I wonder if chromebooks are still gentoo-based
wasn't google making their own OS?
I thought that was less gentoo-based and more use gentoo tooling to build a custom OS
i thought i read they were switching to something non linux entirely
Yeah, not something I'd put on a phone or laptop though
It's still mostly just a neat toy afaik
it recently got an ART too
but i think the plans to replace android phones with it were scrapped too
I think that's what fueled the Chromebook rumors more than anything
ChromeOS has an ART too
When will papermc 1.17 be here
(See #โ-1-17) Paper updates have no ETA, ever. See the following for more information: https://github.com/PaperMC/Paper/issues/5785. In the meantime, every time you ask, we postpone it by an hour, so I believe this makes it 331 hours...
And there's your answer
Wow
There is a lot of work put in on Linux for power management and handling hardware quirks that you have to not only duplicate but keep up with
yeah i guess it's not as big of a deal if you're putting it on your own hardware
(nest)
I understand that you may be upset, but Paper can't do anything until Spigot does something
Yeah, something that's always plugged in and doesn't have random devices getting plugged in to it or paired via bluetooth would be a good spot to try out a new kernel
once Spigot makes their 1.17 server, then Paper can start modifying the server and the other things that they do to it.
Just click the link, no need to repeat that in chat each time to try to talk them down ๐
The thing I don't like about the nest devices are that they have their own open wifi network that anyone could join and setup the nest from there :/
if you have no internet of course
Printers do that too
what do you mean by that? You mean like WiFi printing?
printing from it's wifi network basically?
it meaning the printer
Yeah by default they run their own wifi network (forget the name of the mode, it's for point to point wifi basically) until you get in there and configure them to join your wifi network
WiFi direct I believe it's called
I'm not I was just wondering
And finally the winner of this year's art contest, walking away with $10,000
Is @gatekid3 https://t.co/snP3udsII5
385
3790
The term I was looking for was an ad hoc network, btw
i want 1.17 paper SO BAD UGHHH
"Thanks for your interest"
This should be good
You know what I use to see a lot more of in the dev help channel? Is people just responding โxy problemโ
Kek
i waiting 1.17 paper
๐
i
๐
donโt like that development team is the same color as notable used to be. v confused
just re-remember the new roles lul
and worldedit
๐
i waiting 1.17 carbon
I waiting for uhhhh
and FAWE? (waits for the mean comments)
.fawe
nah, Fawe is love
City isn't wrong. It used to stand for that. We haven't corrupted a world in....awhile.
I need to see if FAWE started working with Java16 already, because it still keeps throwing errors on my dev server.
It does.
ngl, I wouldn't use FAWE on my main prod servers, but will use on additional creative servers where I don't care that much.
We always recommend backups. A production ready FAWE is a goal of mine before the end of the year.
๐ hhhhhhhh
Everyone is waiting for 1.17 but I'm waiting for Minecraft 3.0.
Yeah I said Minecraft 3.0 because Minecraft 2.0 is overrated.
I mean, I always do backup. But still, minimizing impact is more important to me.
I am here now. No more waiting 
tbh blood carbon doesn't use NMS at all, since all of the features I needed NMS for got PRd to paper :^)
so assuming none of the API I use is dropped, whatever I write will instantly work in 1.17
I just need to finish the damn thing
Cabon out of alpha soon (?
But I just spent 6 hours straight doing plugin stuff so maybe not tonight lol
I know it's not very likely something will happen anymore, but still gonna use WE for the "more important" servers, especially since I rarely need to do world modifications there anyway.
merge your pr
I don't have any PRs
Hopefully using Mojang mappings in the future will make it less likely an update will corrupt a world. FAWE relies on NMS too much and it would be great to use official mappings.
u create so many branch
there's branches yes but no PRs
I'll PR when I'm confident i'm not gonna make substantial changes
I'm so very split, because I'd like like to help with Carbon and/or other oss projects, but at the same time have new project at work which kills me and I'm also rewriting whole backend and management section for my server before 1.17 update so...
do what you want to tbh I'm in no rush to deliver carbon by a due date
I'd rather take my time, enjoy it, and design it well than rush it and burn out instantly
Yeah, understandable.
I want to help more with open source, just always find myself working on my server stuff.
But hopefully now with a config manager written and storing everything template-able in github subworktrees, as well as having some basic plugin manager and such, I'll need less time to maintain it and test everything.
Any good server performance mods out for 1.17 out yet?
Within less than a day of release?
Maybe but not likely
Yeah I know its unrealistic, I was just wondering
given there's not really any server softwares out yet, there ain't gonna be any mods for performance
lithium has a beta if you want a fabric mod
Oh nice! Ill try that out
should install starlight too
it comes out when it comes out
because their server runs 1.17-rc1
he's probably doing api/docs rn
what difference is it though thats what im confused about
he probably hasn't finished api or docs for his private builds
so that's likely what he is doing
so are rc different to the full update or what
we're all confused. dont worry ๐ no one knows whats going on behind md's closed doors
rc2 and release are basically not different
so if theyre not too different why does it take this long?
isnt it similar enough or nah
Why not ask him
i know but it was just confusing
do you know what an api is
then you will not understand
it comes out when it comes out pretty much
hopefully today
i hope
i don't care about it, there's still time
he really needs more developers to help
and when spigot goes out it's gonna be HEY PAPER ๐ก where PAPER spigot is already out ๐
at least with paper you'll be able to track its progress. even watch it unfold live in the streams
im fine with waiting for paper
its like taking a shit, you will know when its coming out. idk why the rush
yay, i wait the stream ๐ค
What if I only have 8G and set xms to 10?
.try
The server GUI says 4000 mb
Ah ok
Sorry I'm not very experienced with server hosting
Probably Java heap has allocated 4GB from the OS, but how much internally is used is something different.
not helping every host and their mother has a fansy CPU and RAM usage graph... litearlly the most pointless thing if they dont even have access on the system itself 
I'm assuming that a 12 year old server cpu isn't terribly good for server hosting.
.wa 6 PM PST to Australian central time
(DiscordBot) Result: 10:30:00 am ACST | Friday, June 11, 2021 - https://is.gd/lhsciK
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleโspanning all professions and education levels.
probably not for minecraft, indeed not
lmao
isnt this the same as jroys old one lol
its not a server hosting thing. here, imagine the ram in your computer is a blank table. you can have a small table or a huge table, doesnt matter. but once you have a table you can only fit so many things on it. lets say you want to eat a meal on it. you have to put things on this table in order to do that. plates, silverware, cups, napkins, etc. you take up space on this table to do this task. lets say you want to draw a picture. you'd need to put paper and your drawing utensils on this table. etc etc. eventually you'll run out of space on this table and will have to put some things away before youre able to do other tasks on the table. ram is the same way. programs load things they need into memory so they can be used. java is no exception, except it behaves slightly differently since its a virtual machine (jvm = java virtual machine). java needs to section off part of the table specifically to itself. this is what your xms/xmx flags are doing. once you've given your server 4gb of space on this table, nothing else can touch that space. to the OS and anything outside of java that space is taken. its used, even if whats inside the java isnt really using it ๐
yes
the granny person was the guy who pr'd back to my original one
uncredited hate 2 see it
I am aware of what RAM is. Thing is I have 6gb allocated, and the RAM usage fluctuates constantly.
not commits
is there a list of paper forks? i know there are three main ones but i don't remember one if them, the ones i remember are tuinity and purpur
that's all you need
Is there an etd on 1.7?
etd?
Estimated time of delivery
yep
duuuuuuuck
Agree to disagree.
wow is no one reacting to it ๐
๐ฆ
I don't know what I'm looking at.
what is new
The lithium beta is pretty good

Does your name translate to duck?
there's conjuring 3 ๐ฎ
@waxen panther ^^^
how do I get cat role
show proof of being a cat
no
I agree
Everybody wants to be a cat
i have a very bad sleep schedule and i annoy people because of it
does that make me a cat?
I also lick my own butt

Altho humans do that too
#adorable-pets message
Are the "Can't keep up!" Alerts normal?
he do be hungover tho
No, you want your server to keep up
They're not good, but also common. They just mean your server... can't keep up. It's either just too slow or something is overloading it (excessive amounts of entities, etc)
Ah ok
POV: 1400 withers
post a timings report in #paper-help if you want us to look
I should probably upgrade my cpu, it's $9 on eBay lol
might be the reason
Intel x3430
Hmmm, maybe
I think it's the HDD ๐ค๐ค๐ง
Yeah that CPU is horrible (actually I wouldn't say it's horrible in general, but it is for Paper)
i has picture of my adorable cats how do i post it in #adorable-pets
Yep, I'll probably upgrade to a $40 cpu
if you dont have the role for #adorable-pets then you can post it in #general and if you are approved as Verified Cat or Verified Cat Lover then you can post there

x3470, or I'll just swap out the Mobo and cpu entirely
my cat
beautiful
that one's also pretty bad
they got bad lungs from 15 years of chainsmoking in their youth
ofc
oh sorry thought you were asking about billy
any1 have knife cat image
this one?
or this?
i just searched knife cat
be wary traveller...khajiit does not play these games...
Yeah, I guess I'll go for the cpu and Mobo
Phoenix616 joins governments around to world to ruin viruses
What command can I use to search a file on linux for a certain command?
Decent third or fourth gen i5 + Mobo for 75$
nice
certain command?
like... it's a bash file?
I mean if you just wanna search for text, grep
or less the file and type / followed by the string you want to find
or grep -r a folder...
lots of ways
grep -nw . -e '<wordtosearchfor>'
will search all files in current dir (.) for text
replace . with specific file if you so desire
change -nw to -rnw to follow directories in the search
Nvm. I already found the command, and yes in the bash history file.
How can I merge two folders that aren't empty?
just ctrl+r in your terminal to search history right from the shell
dog role
no
(See #โ-1-17) Paper updates have no ETA, ever. See the following for more information: https://github.com/PaperMC/Paper/issues/5785. In the meantime, every time you ask, we postpone it by an hour, so I believe this makes it 334 hours...
ikr
wow funni man
:raised_hands: Kicked Rasinbran82#5968 (don't abuse the bot) [1 total infraction] -- sulu#5890.
sulu 
srry daddy
edible is relative when speaking of broccoli
or is it ๐
Lol
brocc is a tasty snacc
is it normal for servers to be lagging heavily without spigot/bukkit etc?
yeah
yes
default is terrible
that's vanilla for ya
we've been powering through it lol
until paper 1.17
but it's bad
You've waited 6 months you can wait another few days 
Fabric and lithium can help but that's a bit of a stretch to get better performance for a relatively short time
even if purpur 1.17 releases im still not gonna update
new terrain not even out yet
ยฏ_(ใ)_/ยฏ
Broccoli is ONE OF THE DEADLIEST PLANTS ON EARTH! ๐ฅฆ ๐คข ๐ โ ๏ธ โฐ โฑ
is there anything we can do in the short term other than revert to 1.16.x to help w lag

what are those
fabric mods
am new to server owning/running
fabric is a modding platform with a server implementation
clients dont need to run fabric
hydrogen's not done yet anyway
wow brocco VERY helpful
sunglass emoji
how do i copy paste something with the syntax format still remaining the same
You don't, generally
for example i want to copy paste something to vs studio but with the same syntax
Oh, you mean the spacing and such?
just include the indentations in your selection
yessir

That should just happen
it does not
unless hes using notepad
Unless you have something in vs code that is reformatting your stuff automatically on save or something
how do i do that
My vs code doesn't do that though so it'd be something you turned on
So... you have to figure out how to turn it back off
lol that's why i came here i knew the reason nvm
There are a bunch of things that could be doing that
You could have eslint --fix being run on save, you could have some extension doing it, it could be a commit hook, etc
I don't think the stock vs code even has an option for it
hahahahah I love it
That thing tries to play a sound... on a server
what happens if you use the jar lol
haha funnie
Even if there was a speaker I'm not in the same state
oh
Hell I'm not in the same country
I cant think of any worse place to take a nap
on a wooden board on top of an active volcano
extensions?
i have a lot of fem
em
I think vs code has a setting to run a command on save but not to do any kind of format on paste or save
Well, I'm wrong, there is a format on paste option
Why'd you go and check that? ๐
Huh, it has a built in format on save too
I wonder if I just never found these before or if they got added since last time I bothered to look
It's clearly a joke, sorry. No Spigot 1.17 yet
lol running some random shit from the internet without knowing what it is
Yeah ikr
Your computer must be tons of fun
soon, TM
(See #โ-1-17) Paper updates have no ETA, ever. See the following for more information: https://github.com/PaperMC/Paper/issues/5785. In the meantime, every time you ask, we postpone it by an hour, so I believe this makes it 335 hours...
yes
You can set #โ-1-17 to ping if you want to know when Spigot releases (they'll probably say). Downloading everything that claims to be 1.17 and running it is not a good idea
for the record I am not a paper dev but ok
and in case Paper doesn't announce it you can set Spigot's 1.17 channel to ping too if you want
(See also #โ-1-17) Paper updates have no ETA, ever. See the following for more information: https://github.com/PaperMC/Paper/issues/5785
Thank you paper dev!
hi
how do i spell purple
god i hope they add rory to mc
YES
I plugged these two resistive heaters into this extension cord and now I have three resistive heaters!
oh yeah? well i plugged in a dehumidifier and a humidifier
I am so horny for 1.17 release lol
power went out, turns out the server did too so we had to figure out the password
Whoops wrong word
best and only aber I will ever meet
HEY
like non-sexual horny? bro it's called excitement, stop watching porn
I donโt watch porn lol
Sure you don't
hentai is better anime but it's still bad
chew pls
Depends tho
PLS
Some have good plot
hentai - when they gonna lewd ๐
anime - what the fuck language are these characters speaking and why isnt it english
pfft, half the anime is just "when they gonna lewd" too, they just do it without nudity
At least none on screen
Lol what have I caused
australia hate anime .
like they literally tried to ban it from coming in because it depicting.... terrible things
Has anyone created a 1.17 yet?
sponge, fabric, etc
I meant a server
sponge, fabric, mojang
Okay gotcha
sponge 1.17 is experimental though
only stable ones are Mojang and Fabric, and most Fabric mods won't have stable releases yet
paper is always experimental ๐
tru
so is minecraft
where?
File->Settings then there is a search box, just type "format" in
is it really too much work to press tab or shift tab on a selected block of text?
programmers ๐
You can't purchase paper, it will always be free
If you payed somebody money you got scammed
gg
Can you provide details on whom you paid and how much?
if it was someone in this server, report to staff.
Should also charge back the payment
Isn't the url prntscr.com? Lol
Just upload to discord
k
@paper marlin u gonna show us?
dmca takedown time?
idk im getting vibes it didnt rlly happen lol
Seems like a low effort troll, yeah
XD YOU GOT SCAMMED BOI
imagine reading
That vibe isn't really welcome here either
waiting for the day when 1.17 paper releasing...
(See #โ-1-17) Paper updates have no ETA, ever. See the following for more information: https://github.com/PaperMC/Paper/issues/5785. In the meantime, every time you ask, we postpone it by an hour, so I believe this makes it 338 hours...
<@&748618676189528155>
?ban @paper marlin Jump-scare, troll
:raised_hands: Banned FxNk#4206 (Jump-scare, troll) [1 total infraction] -- Proximyst#6900.
xd
I saw that coming
lol the pnrt one was a jumpscare website
which didnt even load kekw
figures as much
it's not even scary though lol
screamers arent scary
yeah i saw the title load first and i was like "ok"
it's never scary, it's just loud, obnoxious, and catches you off guard
Was he Trolling?
he did a little bit of it and now hes gone
i can deal with loud and obnoxious, i have a little sister
yeah but you cant smack a video

i can, just impractical
ok murr
"bruv i got banned on the paper server for sending jumpscare link and its permanent ban frowning"
Spigot discord
KEKW
๐
Bill dipperly
yea actually delusional
bruv
Man, I miss good trolls
i'd troll but i dont want to get banned
the moderators have evolved too much
:p
trolling is no longer an option
only insulting people as a joke is allowed ๐
Yes.. as a joke..
My legs are so fucked, lmao

Burning like crazy
watame
Cycling was a mistake
airpods were a mistake: i can literally hear the guy sitting across me on the bus's music
dude's listening to some whack ass carnavalskraker
Omg the fucking "level 30 boss" mobile game ads are back on YouTube
they were never gone
gives mana
ublock and sponsorblock
On mobile?
vanced
Lemme cycle all over you ๐
vanced is a custom YT app that gibs u utube premium for free
The official website of YouTube Vanced - a modded YouTube client for Android.
Internesting
Also got Sponsorblock integration <3
i wish there was one for roku
god i love sponsorblock
"Internesting" - Mana, 10-6-2021
The interneters are nesting. ๐คซ
Lithium really helps out with server performance
*Insert obligatory if you block ads support the creators you enjoy manually remark here *
Ur a virus
lmaooooooooooooooooo
just because it trolls the shit out of you doesnt make it a virus
"Like, comment, subscribe"
You just got smartpwned bro
Future reference don't run jars from non official sources
A virus these days is anything that doesn't automagically fix your life issues and throws free money at you upon installation
That means I've been a virus all along?
tmi
Maybe you should consult your doctor for that
sorry but thats hilarious
i love the author of that
whoever he or she or they may be
They're a robot >=c
i say star the repo
Star your life ๐
Vanced reviews look shit lol
its good
Can you turn off the autoplay?
day #5 of trying to get abs: legs hurt but not as bad. this is probably good
Ur leg abs
lower body + core today
also this
monkaW
welcome to india 
true
41 is where i start to struggle
27 is already melt
anywhere below 35 is fine
says you, someone accustomed to the heat
.wa 35c to f
(DiscordBot) Result: 95 ยฐF (degrees Fahrenheit) - https://is.gd/1NfV8s
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleโspanning all professions and education levels.
sounds about right
told ya
NL will literally go from 5 C to 45 C sometime
.wa 38c to f
(DiscordBot) Result: 100.4 ยฐF (degrees Fahrenheit) - https://is.gd/NWjxvp
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleโspanning all professions and education levels.
oof 
(DiscordBot) Result: 43.33 ยฐC (degrees Celsius) - https://is.gd/xoxQZq
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleโspanning all professions and education levels.
that's uh
even for here
my area is almost always cloudy
THANKS
did not know that was a thing
now i can watch isaac butterfield without the 2 minute sponsor breaks
1.17 is cool
ok i go and sweep house because mom is very tired
this is the worst kind of heat and i've lived it my whole life
especially when it's so hot and humid outside it's literally harder to breathe lol
most of america is farther south than you EU people. Houston (my home) is the same latitude as Egypt
yeah checks out
Sponsor Block is a must have, it skips over the football section of Germans news show ๐
LOL
yea i been using it on pc didnt know vanced had it now ๐ฎ
Iโm BRITISH
red is houston texas
It's still experiemntal and stuff but works well
top left of the image is where i live
down here if your air conditioner goes out its considered an emergency and the government will help you out lol
no a/c = death
agree
guys whats the ideal amount of ram for 10 players online and sometimes 20
6-10gb
with aikars flags
10gb is that sweet spot
true
6gb i'd say is bare minimum and 20 max
time to buy more ram i guess
lol
ram is cheap ๐
yeah but my "server" uses ddr3
What's the recommended GPU for a headless server? 
mainly gpus
That's because of Chia
chia kekw
i just dropped 32gb ddr4 into this laptop about 6 months ago for less than $150
chia's the fast way to destroy your ssds
I looked into setting up a Chia farm, because like, why not.
It does not make sense.
server ram (non-ecc) is even cheaper
see $150 is a lot for me
Could get away with like, 20-30Gb of storage
chia has more technical holes than yatopia
and all rendered
not to mention how crypto in general is shitty and only good at wasting resources
Well, maybe you should like, check how big the map is first ๐ง
I love pregening the map. Just tell everyone it's "maintenance time".
Crypto ๐
Maintenance, GIT
just waiting for new PSU
every time someone says chia i think of
same
true
lol forgot about those
Bro.
more interactive than a pet rock I guess
I said that to wake you up bro.
yea
Don't you diss my Charlie!
The Garfield chia commercial gave me indigestion
Rise and shine bro!
Idriz bro!
What bro?
Is dynmap resource intensive?
Did you sleep well bro
It's storage intensive, that's for damn sure.
Yeah
should try pl3xmap
And such a goddamn pain if you, for whatever reason, decide to back it up. ๐ญ
I slept very well bro.
I'll check that out
Good bro.
What about BalkanCoin bro.
1 BalkanCoin is 60000 USD today!
Also, what are some good plugins for performance?
definitely not
@brave raft dont use any basically
it helped me free a lot of ram
basically any plugin for "removing lag" does the opposite
that
Don't forget this, if you wish to run 1.17 with plugins; https://github.com/nahkd123/spigot-1.17
๐
BalkanOptimizer doesn't.
The only legitimate lag removal plugin.
MSPT went from 80 to 10 just with stock settings.
If you need to use a lag removing plugin, you've probably already done something wrong.
BalkanOptimizer destroys your economy within 30s
Ah ok, the only one that I've found is clearlag, just because it clears items. Which is still pretty annoying to the players.
please link balkanoptimizer
Downside of needing an amazing lag remover
thats built into spigot...
Don't you want some โญA N N E X A T I O Nโญ
Oh, I never knew that.
lol
Too long.
cobblestone rarer than bedrock
Put a hopper underneat?
Should never drop in the first place.
Can we go back to only having cobblestone as a building block?
And nothing else in the game?
What about dirt
Fuck dirt
I MIGHT?
shut up mari
well then... apparently earth now has 5 oceans ๐ฎ
by Idriz
ok understandable
Earth only has one ocean >=c
:c
๐
:-:
Damn right ๐ค

โ
:!:
the HECK is going on in here
broccoli
Why do you care all of a sudden ๐ญ
I'll blank you
heyyyyyyyyyyy x
๐
thank god
:C
lol
AND YOU! school
Now you just have to wake up at 5AM ๐
wtf






