#general
3141 messages · Page 1790 of 4
Yeah
This one isn't bad, but honestly this is a task better suited to an external tool
Actually I think using a plugin to signal safe times for a backup would be smart
But designing plugins smartly is not something we do in this community
Hey I need some advice. Should I wait for paper mc to update or should I make a vanilla server first so my friends can enjoy the update sooner then transfer to paper when it updates?
Paper has numerous improvements over vanilla even without plugins, but if that's not a concern for you then go ahead
Also it has a few patches that vanilla doesnt
Sometimes that's a bad thing, I wanted tnt dupers and had to disable the patch
Since there's no ETA (there's no ETA [did I mention that there's no ETA]) I can't give you an informed recommendation
You can always use experimental paper if you really want too
You should test if the current builds work for you and then go with that
And make sure your backups work
How do I set a second udp port on my router? It doesn't seem to work. It's a FRITZ!Box 6591.
Well. You have to add another port.
Instead of having 2/more ports in a single "share", you should add each one separately.
After that, disable it, remove it, add it again.
It's a weird bug, but it that should do the trick.
Alr I'll try the experimental builds
Thank you, krusic! :D
Krushiç is right.
panda panda panda
I have a sort of meta question about Java as someone not familiar with it
go ahead
why is fixing NPEs so common in minecraft stuff if Java has an actual Optional type? Is the problem that you're bound by upstream APIs that don't use it?
optionals are big and yucky and were added in java 8
woo, just got added to a meeting about privacy laws where I'm the most junior person in the meeting and the only developer
I always wanted to meet more of our C*Os and VPs
chief asterisk officer
cant tell if sarcasm or sincere
is their implementation really lacking somehow?
or is it a cultural thing?
both
They're full blown objects
null checks in java are real cheap
Well, there is a chance I'm breaking the law and a bunch of VPs and Directors and C-suite folks are going to yell at me for it
most likely NPE's are caused because you only want something to not be null (so you dont check for it and assume its not null) which is required for your application to work properly, so optionals wouldn't really help here
More likely we're going to argue about whether we do what a client is asking for
this is annotation to do the same thing by just annotating whether or not something can have null in the API?
People hate on null too much 
Yeah.
Optionals will be great and you should use them everywhere once valhalla happens
thats only for the compiler, runtime doesnt care i think
in rust you can just use optional types because they generally have the same size and generally get compiled to the equivalent null code
will be.
That's the idea with Optionals in Valhalla.
But using annotations to pretend nullability is a part of the type system is almost as good, so long as you're using an IDE or linter that knows about them
I believe.
If this ever becomes the status quo, noobs will be like
Optional.of(null)
whenever Valhalla ships 
Optional.of(null) throws, doesn't it?
j23
That's why you use Optional.ofNullable(null) 😄
Optional.empty()
It does
yeah okay, so NPEs in java are a little bit of a cultural thing and a little bit that first-class option handling is still maturing and has some unsatisfying competing choices would be a good summary
Java has been beefing up pattern matching and has switch expressions now too to make dealing with Optional less painful
It's just a bunch of GC churn and overhead right now so still not great
Once we have value types that'll mostly go away too
Sealed classes and Pattern Matching for switch in preview is wonderful.
Pattern matching is very nice
i think if java made a shorthand for optional then it would be used a lot more
but tbh null is fine
Nullability annotations and a bit of help from IJ has meant that I've encountered very few NPEs and even fewer with published code.
other c-aligned langs use Object? which looks kinda bad imo
Java is a language with many flaws.
Just gotta live with it for the sake of Minecraft.
Otherwise, I write code in Python. Which is English.
Java is great you just need a good IDE
I had to write Python for a course once, I copied the assignment description in a .py file and let PyCharm fix the errors and suddenly it worked /s
Python is so slow though
Then use Julia.
Like, holy cow sometimes I think they're trying to write the slowest thing possible
MS Java best java
I used to love the language but unless all you're doing is gluing C libraries together with it the perf is just awful
grabs Assembly x86-64 reference manual
We need to save all the cycles!
Yeah there's a type of people who try to use Python for everything and it just does NOT work. Same with node. "You just need deno", "You just need julia", "You just need Kotlin" idk guys maybe use more than one language???
Languages are tools.
TypeScript on deno or node is good enough for a lot of things
ur a tool
If you approach everything with performance in mind you're gonna get bent over.
That's my default until I have perf issues or want to make something small and/or self contained
in some cases it's pretty damn important
Performance only matters when you realize it's fucking you. Until then, just write the best code you can.
And most of those cases are not applicable to most people.
Disclaimer I really like both Python and Node for different reasons but I know they have a time and place
With TypeScript perf is less likely to be fucking you than with Python but it's mostly just as flexible/dynamic
Most people aren't designing precision ICBM missiles, for example.
Most of the time people who need extreme performance are in a very, very small niche.
TypeScript's type system is dogshit, though.
There's no runtime validation at all.
Or you could just use an appropriate language to begin with xdddd
There is no runtime validation of Python's types either
I never said there was
They're just annotations you use a linter on
tsc is my linter 😛
(for real, I don't use tsc to emit JS, only to type check)
Just use whatever makes you work faster.
Most times the problem is the design of your program, not the language itself
If you start finding yourself using language hacks to squeeze out performance, maybe then it's time you reevaluate.
just dab a few times to make the code faster
I use Python as a better shell script, more or less
1dab = 1% performance increase
Once you pass a couple hundred lines of code you should move to something else
Python is great for automating boring stuff.
I have a kind of general question to 1.18, does the basic settings include the new per player spawn mechanics, or do I have to set it up myself somehow. As with the basic settings it does not feel like the mob spawns are right, and with changing the mob limit in the bukkit file to 350 - so bassicly the overall mob cap 5 people would have if they play together, it feels like you get overrun to much ....
And it's great for prototyping.
1000 as most
You joke, but..
Once you go mad trying to fix an issue you'll do literally anything.
Can someone please link me to this fork clusterfuck overview picture?
ty
this is an amazing image ty
Looking for input on system specs for a paper server that would have:
- A dozen people on at a time maximum
- 4 worlds (survival, nether, end, creative)
- 10 plugins (worldedit, worldguard, multiverse-core, multiverse-inventories, multiverse-signportals, luckperms, coreprotect, chestsort, and angelchest)
Specifically I'm curious what people think a good ballpark on CPU and RAM would be.
i7 6700 or higher.
Any SSD.
And dual channel memory... probably at least 8GB dedicated to the server.
i agree with the 8gb min, because with multiverse i assume you're going to spread players through a lot of worlds
its likely you can get away with 5 or 6 gb if you lower the view distance
In your experience, what is considered a reasonable view distance? I tend to play on 24.
32
no a reasonable view distance is around the 8 or 10 mark
when combined with no-tick, 4 - 6 
i run my servers on 12 and my client on 16 with bobby (or previously optifine), reasonable is like <8
Wow an ARM Mali GPU is almost certainly going to be more power efficient than a Qualcomm Adreno one next year
At similar performance levels
low power nas when
Some of that is Samsung vs TSMC but some is that Qualcomm hasn't done anything interesting with their GPU design in like 5 years
They used to have the most power efficient design and I think one year even traded blows on performance with Apple's GPUs
Now Apple's GPUs are way faster and I believe more efficient as well and ARM Mali GPUs have probably passed it on both as well
i have discovered a magic trick in improving young gen gc
if you allocate enough memory it just won't be an issue anymore
thank you for listening to my ted talk
holy fuck man
Are there other “spigot” forks?
(Should tell you all you need to know tbh)
tacospigot
That’s not a paper fork?
epsilon gc
you said "spigot"
allocate enough memory so that server never needs to gc
reboot more often than it gcs
Says it a fork of PaperSpigot
So a fork of paper, I’m asking about proper forks of spigot
then why tf is it called tacoSPIGOT
No clue
god i swear people are big r words when it comes to naming shit
Tradition. That's the only reason why. And because the people who use it are too
to know to call it anything other than "a spigot" (noun)
cuz it was originally based off of spigot right?
based off deez nuts
based of ur moms nujts
fact!
John Oliver told me not to but I googled "horny pepsi man" anyway and I regret it
should i use a paper fork?
this is why i dont browse the spigot forums https://www.spigotmc.org/threads/1-17-1-tree-populator-not-working.536682/#post-4315675
lol
oh jesus
and just, like, consistently wrong answers in every single thread https://www.spigotmc.org/threads/i-need-help-getting-a-location-from-a-yaml-file.536777/#post-4315452
yeah first time in 10 months
though looking at this shitfest is fun, might do it more often
Does the ender pearl teleport exploit config affect the ability to use ender pearls to get on nether ceiling?
Anyone have issues with players just randomly lagging out? Tps is 20, trying to figure out if it is something to do with my setup or if ovh is just being a shitty host today
Oops
Yes
im braindead since i just got pummeled with physics for 4 hours
now i got 10 mins before i get pummeled for 2 hours with linear algebra
then immediately after that i need to get pummeled for 2 hours with discrete structures
then, assuming i survive, my fall semester is over
nice let's hope you survive simple
i was wrong, my math final is at 7pm till 9pm
mine is tomorrow 1pm - 3pm 
I have a French final this Friday due to instructor being out during final week…. Which is the next week x)
Fun finals!!
@spiral robin destroy the math final
me too, i have nothing left in my body but stress
at least theyre only 2 hours and not 4 like your physics!
that's just because my brain is broken

discord snowsgiving $190 mechanical keyboard
gtfo
Glad there's a toggle for the nauseating notification sound
theres a what
is cock down?
What
ohno
Why are you pinging c*ck

@twin lagoon 
🥺
😍😍
@static badge
@static badge
Spotted leaf (my love)
when does it make sense to batch write to a table instead of doing multiple single writes? if you do more than 1 write?
When you're flushing lots of data to a database
flushing lots of poop
does setting mobGriefing to false mess with bees collecting honey?
have you tried googling it
not getting many results
let me try googling it and linking the first result without even reading it
no need to be a dick about it
lol bye
thanks
the thing he linked is a stackexchange response from before they even added bees
Yea it never hurts to be nice!!
I think it's mainly for endermen and creepers. Idk if flowers fall under griefing lol
reason I ask is because I didnt think it would mess with it, but players are reporting seeing no bees at all after the first couple days
Idk bee mechanics. I kinda quit following after 1.12
1.18 stability rating vs spigot?
5
12
Yes.
69
highly customizable brick
🧱
42
i checked and bees don't come out of beehives if you have mobgriefing set to false. i think it doesn't stop them from interacting with flowers though
thanks, that explains why we did see some at first
might just install world guard or something to guard against creeper explosions and turn mobGriefing back on
instead of worldguard, which might be too much overhead for such a simple task, you could try using vanillatweak's anti creeper griefing datapack or plugins such as "creeperstrimgrass"
i have been trying to fall asleep for more than an hour now weeee
can't believe i'm asking this but cat please knock me out, i know you want to
What would be your tool of choice cat?
Depends, is she wearing makeup?
if not, just a fist to the face
otherwise, a pillow with a makeup stained face imprint is always fun to see in trail evidence
She's trying to sleep so I assume no
tell zml no
noice
https://i.imgur.com/gsDj7Jn.png too late :p

🎉
zml 4 president
eww no
zml 4 something
President of the snacks fan club
president of the zml fan club
i'm not even a member of my own fan club smh
You aren’t supposed to be
any discord nick suggestions?
You’re supposed to be off to the side going “gosh, thanks”
@half hawk KittenFan420
That’s not bad.
let's go with that aye
sure
Or if you’re an alt of some other known account just use that name
im just some (angry) random person trying to help
you should've responded to that by changing your nickname to ocelot's
Ha
smh my head
There can be only one
Plus a mod might get mad at impersonation or something
Of all the people to pretend to be I’m a poor choice.
I don’t even have a fan club like zml
i'd say impersonating a mod or org / team member would be worse
there can be multiple, in fact
one of us, one of us
oh no
Plus if you pretend to be me you have to pay down on the ground and be all “ouch my back”
Uh oh
i already do that dw
well my back does actually hurt rn, poor posture
There’s three of me. This is getting out of hand.
ty for reminding me
hey i want to feel like im part of something too
am tasty
ocelotpotpie, ocelotpotpie and ocelotpotpie are typing...
This escalated quickly
:D
no take-backs
Now kashike needs to make an ocelotpotpie role and assign it to Z and Josh but not me.
Clearly
what the fuck has happened
welcome to the ocelotpotpie discord
i have no idea
It’s hard to say
to me you're all the same person lol
naomi go bed
i am bed wtf
cant
stick your head between two pillows
tried from 4 am to like 5:30am
what time is it
might as well just get up, and go for a cry on the toilet
^
party time
6:11
ok so this is the game we're playing
It’s apparently ocelotpotpie time
or
Welcome to being awake now
It's ocelotpottime
Summer time
Oh no Larry is here too
Who
have an excuse to stay at home now
je suis ocelotpotpie
"0 energy because terrible sleep"
Haha hi pop
Imagine needing an excuse to not go anywhere
naomi: me every day tho
I just stay home
You know. Sometimes late at night it feels like I’m just talking to myself.
unfortunately i don't make money when i stay rome
how does it feel to have all of us in your head
i dont make money regardless
Provided to YouTube by Merge Media Ltd
Naomi · Neutral Milk Hotel
On Avery Island
℗ 1996 Merge Records
Released on: 1996-03-26
Composer: Jeff Mangum
Auto-generated by YouTube.
B)
Pretty typical
that feels like it's not a good choice tbh
it's great
i like having separation between work and not-work
at least go to a different room :p
Yeah different room helps.
I had my desk and bed in the same room for a while and it nearly killed me
I just use a whole different device for work
Also 90% of my job is me waiting around
so I just watch yt
Alright I’m going to bed. Goodnight everyone. Goodnight me.
goodnightpotpie
I mean
think my fans are finally dying
So long as it doesn't smell like magic smoke
u smell like magic smoke cat
No, that's just weed
gonna share?
Hello guys here from velocity discord
but this is the velocity discord :^)
It's amazing that velocity was a small project but grew so large that it's a part of papermc now
pulled a 100% on my CS final, sadged a 85% on my math final 😔, and no idea about my physics final so im begging for my life there. will find out tomorrow 
this semester has destroyed my will to live
physics sucks ass
so gl
I got a OOP, OS, Alg, and spanish final next week
gonna be ass
luckily the algorithms final is online and we've got 12 hours
what will you do on christmas
Kill Santa
pls no. i need that 10tb hdd
If Santa is real why isn't hosting cheapest at the North Pole
Nice
hi @south matrix
What a silly thing to put in your nickname
Ok sure I could put in my nickname "doesn't use velocity" but I'm not the center of the universe
No please explain
You could also put [Velocity] in your nick
👀
hello uwuwa
[maker of velocity]
good morning
lizard10000
You wanna fight
reptile10000
yes
i'll put you on the ceiling, gecko
And i will STICK TO IT
@vestal jasper 
Carbon your name looks pretty familiar
just check shared servers ez
It's all connected... vvv vvv vvv...
it's an inside joke

👀
you look off
no i am fully on
speaking of my build's failing >:(

I blame leaf
Fair
uwu
@_@
when we gonna do osu multi?
dunno
Ask naomi
I guess you probably gotta get unbanned first 
my eyes just fucking die when staring at a screen and my monitor doesn't get dark enough to prevent it
close your eyes
Told you too much sugar
i would never!
feel the rhythm
yea but how am i supposed to feel the location of the notes
here's where it's all connected lol
tho I'm gonna get fucking swept by you two since I really only play mania
although there could be more
i can play a bit of mania myself
game thinks I rank in the top 600k but the game is on crack
Back when I played mania daily for 5-6 hours I was like top 50k I think
we'll get lazer one day 
i used to be #1800 on ctb kek
that's because no one plays it
lazer also on a 5 year old codebase already xd
do it
Fabric is much better
Technical Minecraft Community
now it makes sense
reminds me of that pic of obama giving himself a medal 
compiles itself to C*
trust me, if you want an optimized v compiler it's gonna take a little longer
I'll just compile it by hand
ah yes the ol v -cc gcc -prod -gc boehm -compress self
v still can't compile directly to native 

and it still doesnt support [has_globals] outside of vlib >:c
it's got a binary for m1 macs so I'm already happy with it
just compile from source
easier that way when your install breaks for whatever reason
it's their updater tool that sucks
could be my elixir install every update
doubt
it fixes the ""symlink"" thing they do with adding a batch script to PATH if the path to the batch script has spaces
proud of you
:)
it's functional
and i still use it as an oop lang
Naomi I'm going to oxidize the iron in your blood
woah
do it, bitch
do me next please
you won't
I will when I figure out how
I had to learn Java, C, and assembly for classes
oh and php
but we don't talk about that
i feel so bad for you
i can't stop reading POS as piece of shit instead of point of service
and they proceeded to not use it
Then I had to learn C for my assembly class because we had to convert C to assembly
I became a shitty compiler
you know what the v compiler does when translating?
meth?
first, it transpiles the entire V stdio to JS or C
then it transpiles your code
so you end up with ~4k lines of JS just for a simple println('hello world')
nice.
why
V
V is indeed for Vaporware
but it's one of the few langs that i can install on my school laptop and get to work
without screwing with env
I mainly use python anymore
I can just develop so quickly with it
I can build out a whole project in an afternoon
well it was working at one point
guess wsgi died
nothing like a good ol restart to get python working again
I took 20mg of melatonin so I'm now exhausted. I shall slumber.
python is pseudocode: the language
tried dart?
You should
actually seems like a better choice for me and my lack of brain
so, better in every way, shape, and form than V
didn't like dart's type system :I
Dart deez nuts amirite
no
Irc users have no rights
like you can talk, you're belgian
ded u suck
you just realised?
lol
I've had a lot of success having multiple games on my "Minecraft" discord
The community has more things to do together.
Thsts pretty awesome
1 year 
Nice
For me starting sorta in 2018
Friend started up a server
Little SMP
Then a factions
Then factions was legit
Was a super jank set-up
With a tape overclocked Q6600
It’s 1.8? No issues!
Started on 1.12
Was fine
Then 1.13 and it went to crap for performance
Idk
Probably not
Then I got a free Dell R610 from someone I knew
Get some upgrade CPUs for $20
Wham it was pretty good
Then a hard drive failed a few months later
So instead of getting another one I just got some SSDs
And decommissioned the old raid array
Man Minecraft with SSDs was legit
People could fly around with Elytra without the server dying
never found Java to be any slower in development either tbh
compile times are pretty ok
Then my friend got really tired of people doing nether roof traveling at 2am and the server making happy server noises
gcc be like
So I got an HP server that was a standalone but 4U size and it was so much quieter
wait a minute i just realized I thought templates in headers only was just convention?
oh god yeah i remember those
honestly the only confusing thing initially for me was C++ passing objects by value as default, the rest was just odd syntax
int&& would be better for that if you're passing a value directly tbh
Java passes everything that's not a primitive by sharing, idk what's confusing there
good point
aRef in that case would be initially uninstantiated as opposed to immediately being set to something.a if that's what you mean?
idk I think i interpreted what you said wrongly
coorperation between projects pretty much
that reminds me
@wispy blade do we make everything in elshout pass by value with no option to change it to references ever 
wait she's still banned
frick
not that yarn :P
yarn's a set of minecraft mappings
just disallow any form of pointers ever
no pointers means yes memory safety
tried rust a while ago
it's cool in theory
it's 'static in practice
well you can pass by reference without letting people use pointers
oh wait any form of pointer
kekw i ain't thinking straight today
GOOD MORNING @quasi valley
Hello CAMM
Good morning, Coummeron
Is it warm
I have no clue
Lmao
kekw
sorry was this a flex of your download speeds
so rude
i only get like 30 MB/s max
would probably be better if i used ethernet
well, duh
i dont have wifi 6
are you fr rewriting valk in dart
T E N M I N U T E S
cries
what? it has concurrency
what
literally async await
anyone knows good about Minecraft? No Developing :)
most people here are server owners/devs
No Developing :)
can you try to have two things running at the same time
i personally can't manage to do it
did it once but it never worked again
dap you were right dart is really nice
did you even read the dart language tour
or did you just choose to go ahead and code a minecraft server in dart without any previous experience
not fully, skimmed through the parts that caught my eye
dude flutter is the ui lib
ok
Get a room
evil Vegas Pro be like:
i support your xvid-encoded .AVI
that is exceedingly cringe
you are exceedingly cringe, Broccolai
broccolai*
i did not add u in twitter so you could send me this shit
smh
Hi, looking to move my local paper server with a bunch of plugins to a dedicated server (australia). First of all im wondering what plugin/s i should use for multi-world support, im using multiverse at the moment, but entities cannot go through portals with that mod, even to a linked nether world, which makes some things impossible to build, so I'm looking for a workaround or alternative there. Also, perhaps more importantly, what host should I go with? This will be for 10 people max at first, but I may want to expand later on. Any help appreciated, cheers!
i recommend bloom host or dedicatedmc
about your other issues, you'd be better asking in #paper-help since more people will see your issue
oh wait you mean australia
ehhh
I believe extravm has servers in singapore / australia
listening to starcraft 2 ost while programming is a vibe
What sort of budget and specs do u want
I’m over here getting panic-attack after panic attack because my prof is such a damn troll
1.5h lecture is planned;
Well have a set of three 3.5h video lecture you need to watch and do an assignment on for tomorrow
tfw repeats question
Thank god for double speed playback
Heck ain’t nobody gonna be able to finish that with this timeframe
@naomi can u confirm
im not even dutch and i can confirm
Never saw that such massiv amount of bikes in Zealand or Amsterdam
that's a normal day in amsterdam
and it is in amsterdam
it's pretty much a bicycle ferry to get to the other side of amsterdam
@twin lagoon 
@dap yes i can
good
imagine actively existing when in NL
imagine being ded
i dont have to
https://naomi.s-ul.eu/RTlZksJx well, that's progress
ah nice
insert power level joke here
ha ha ha
it's overrrrr 9 THOUSAND!!!!!!!
you rarely find such good deals
It's basically a youtube channel about how the US and Canada suck at urban planning and road design and Amsterdam is the perfect place to live
Amsterdam is fucking terrible lmao
amsterdam is great
i don't think i would call it the perfect place to live (too busy)
since most of the not just bikes channel applies to the entirety of the netherlands
But not all of it, they still have cities where they think they're Detroit
the majority of things you see on there still applies
I imagine a good chunk of it applies to every decent sized European city since they predate cars and insane zoning and there is only so much they could change
rotterdam 
the only thing I know about Amsterdam is that the nightjet train from Innsbruck to Amsterdam has the train number NJ 420, which is funny
nightjet 
öbb trains epic
@naomi check twitter dms
Pick up mini on your way to the coffeeshop?
pick up mini and visit michael!
We making a kidnapping plan?!
then we pick up naomi and drive her to cat so she can punch him
my game plan is to just pick her skinny ass up and walk off with her (okay, few meters, unless I can find a bin to throw her ass in)
@waxen panther thoughts
If Harry and Hermione didn't go back in time in Prisoner of Azkaban they wouldn't have found out about Sirius or gotten in trouble that required them to go back in time to try to fix so why did they go back the first time?
spoiler
Why didnt they go back and kill Voldemord when he was just a baby?
You can only go back 5 hours
Thing with time travel is that it gets very naunced
Like, how does the time line continium or whatever you wanna call it look?
i prefer not to read cat messages that are about naomi
Although apparently in the sequel play that was also a book they made ones that could go back as far as you wanted
Now that one is spoilers
Like, I'd imagine you going back in time basically causes an entire new branch off
sounds like git
If i could timetravel i would get rich.
I think HPMOR established the reason is that Time does not like to be messed with and will mess with you right back
we live in a git?
Also they had a thing about not being able to go back past when someone went back last time and blah blah blah watch Primer
@golden gust https://www.youtube.com/watch?v=owBhCgqGrS0
pinged cat 😔
sigma kenny
Excuse me, every channel is the bully Broc channel
That's overpriced?
yes
What bargain bin fly by night operation are you getting a cheap VPS from that'll die if you try to actually use it and will be out of business in a year or less?
usually the going rate is like 1-2.50 per gb
that is not the going rate
$5/mo per gigabyte is the industry standard for such cloud providers
yes
and a shared cpu
yes
thats funny
then use cloudflare pages, vercel, firebase or whatever
then have a bigger budget
Yeah from one of those places I was talking about
I would not recommend using a $1/month vps lol
DO is cheap as fuck lol
You can find them but they're oversold to shit and go out of business at random with no warning
Especially for all that you get
OVH
that is still cheap
That shit is cheaper than DO which is already cheap
indeed
You can't get cheaper than OVH without getting in to super sketchy stuff where if it breaks you're on your own, your bank might think the charges are fraud, and the company might disappear and delete your website tomorrow
thats if it lasts 2 years
I'll be surprised if you get 2 years
an entirely different industry
so you could just host a site from there 🧠
????
but you can only use java applications
you can create a web server in java
custom jar support = any java app
yeah but like
the only java opensource wiki software i found is kinda ass
Or you can just get a $5 vps
simply be less broke
if you can't lose $5 you need to re-evaluate your life choices
charge your anarchy players more
for a websdite
you just fixed poverty
imagine paying anything monthly 
I don't really understand how the MC hosts cheaper than that work financially either
I pay more on my domains than hosting lmfao
they price competitively
probably making only normal profit
or they benefit from economies of scale
- get machine
- set up HDD swop
- oversell
- profit
yeah
thats fine i will hog the cpu
well actgually
its a webserver
They’ll just terminate you then lmfao
why are you leaking our secrets
Xms=128M then sell as much as humanely possible
Dude just for support if they were selling $2 plans each support person would need to be able to handle at least 2000 customers to pay for themselves
lol
And you haven't even covered hardware and bandwidth
???
Just hire kids to do your support and give them a free server as their payment 
minecraft support person 4000 a month
generally overselling on stuff like Xeons which have a metric fuckton of cores
I’ve seem some host’s support listing
They are paying really low wages and trust me there will be enough of kids that would gladly do it for free

Bought the machine for our summerhost 
true
literally judt
the owner could be the support jawn
just have it email the tickets to them
autumn host*
about to be winter host
ETA for what?
At a certain point you're not going to be able to keep up
I mean, as said, theres always people willing to provide CS for a few bucks a week or whatever
Like, it's just cash milking
digitalocean made me pay 5 dollars to register
Yes I’ve seen this. Or they give the “person” a FREE server
oversold nodes, oversold customers, high tenancy nodes, etc
i thought they had free plans
Should be added as account credit
They have free gh student credit for new customers btw
not sure if you're a student
Yea
reminds me of the "searching a developer for my server, will be paid if server becomes successful"
either need to top up $5 to activate or use one of the coupons for joining
or use oracal cloud and randomly get your server suspended
^^
Fuck oracle
well you are in the papermc server
Hello guys. I have no knowledge of java but I have this million dollar idea. I just need a partner that can code for me and you can share 20% of my profit
Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.
it'd be funny if it was the eta for some other thing
Deal
Surprisingly enough mine is still working since May
just like all those mods which hold Minecraft Java Edition on it's soldiers
sign me up
I guess it pays to be an oracle shill @mild rune
You'd be surprised how many people think otherwise
Oracle terminated my shit 2 days in

I hadn’t even setup anything
git fukt
same
Its is an incredible amount lol
I guess they are being really stinky now
Oh
my stuff has been running for a while now without getting terminated ¯_(ツ)_/¯
Oracle servers
Right?
guess it differs per person and how much they hate you
Coz so many people uses it now
I now just have a handful of DO droplets
lol they got popular
It’s the cloud compute @void void yes
F to Oracle powered Minecraft servers then
You can search for this guild on the blog post and you can see I am the original shill

I’ll give you a vps on my dedi but you get 256mb of ram 10mbps uplink and it costs $30 a month :)
8 patches left according to github.
???
25.5mb for $513








