#general
3141 messages ยท Page 1315 of 4
Michale 
@twin lagoon hewo
wow
TIL conde nast was founded in 1909
And they own reddit????
er their parent company does
I always thought they were some small company that owned a few youtube channels
So much snow
hi
hello
Can confirm
Your uni sucks then, we learned git in the java intro course, like second month of uni
All we learned was: You need to write 3x more documentation then you have code.
Generally, the key is to modernize while the old ppl are still there
Docs don't help you that much
The software just needs to go really
gives @vernal moth an AS/400 since he lost the old IBM stuff
So you had to write a hello world program with 3 pages of documentation and still fail as they didn't like your explanation of print.
Oh our mainframe we will only shut down in like 2035 or smth kash
kek
And even then some cobol stuff will live on in the cloud
But we have been migrating stuff away for a decade now
Like, all tariff calculation for buisness customers is already pure java, the project for the first 3rd of private customer stuff is going since two years now
And we will move most databases to postgres this year
Like, even our fucking content management system uses DB2 on the mainframe
It's so fucking expensive, lmao
guessing you use azure for cloud based on what you just said?
And yes, the first cloud provider we are going with is azure, but the whole mainframe in the cloud thing is hella strange, idk if that runs on azure
Just host it on Oracle Cloud.
We had good experice with azure ad b2c, we need azure ad for internal users anyways, and teams and exchange and stuff, so we are already a customer then, so it's easier to get a couple hundret VMs then
Needs to be hosted in germany for compliance krusic
UPS uses Azure B2C as well
I kinda was the tech lead for the b2c migration, getting regulatory approvement took almost longer than the project
The contract we signed with msft was physically shiped from redmond to island to us to regulators to us to island to redmond
After it had been digitally approved
kek
Was really fun, since our test data is only pseudo anonymised (whoever did that made a huge mistake....), So technically i wasn't even allowed to test with my test data since I was disclosing customer data with an outside party, it was such a mess
So we basically had to go out of our way to create fake test data
heh
Which isn't an easy task too do since it needs to be consistent
sounds like a pain
not funny oskar
wat isnt funny
Let's make oskar maintain legacy code.
i can fix the twitter section on your website
Which they ppl just took prod data and scrambled name, first Name and addresses around and get the other relationships or smth ๐
Idk exactly how it works, i would hope telnumber and iban and shit is also randomized
Oskar want to become Cobol developer for 35K PLN/month?
runs
But i think it's possible to find real data in our dev env
It's a very nice language.
enterprise programming language
no i hate it i just looked it up
Cobol is an english like programming language ๐
Not your baby language. It's the real deal!
tf is this
Not VIM. 
Cobol is also not as Bad as ppl think
The mainframe is what makes it bad
But in a sane company, you can get away with mostly not interacting with the actual main frame
So just like PHP?
Needless to say that this is not a sane company and every single line of cobol is writing in a 32 80 terminal like that
Cobol is something I look at like I wouldn't wanna work in it daily
For some reason after system upgrade, my pc decided to open some file in micro instead of vim.
Managed to open built in help page, but it doesn't mention how to exit it xD
maybe the odd "oh shit" is tolerable
But cobol is also not hard
It's really structured generally
And really simple, as in, no complexity
The hard part is reading old code without documentation isn't it?
but, like, the language is dead, if you wanna earn some big bux you can train in it and become a small % of people on the market who understand it enough to help companies still using it and migrate off it
Got a few gotchas, you basically run into buffer overflows daily, but that's about it ^^
Not a language I'd bank on for in 30 years time, however
Cobol isn't dead and it will continue to live on for at least 2 or 3 more decades
It gets actually still new lang features i think
(no doubt there's gonna be some bank or insurance company still stuck on it)
Yea, but a language is only as useful as the flow of people trained in it
Not even that
the number of people training for cobol these days is slim
Like, when i go to my local furniture store, the employee will enter my order in a mainframe interface ^^
Like, the number in my group in like a few hundred people class was like 10 or something
Kinda wanna play with some mainframe stuff at some point as it was kinda fun to work with though
When I saw that I was till learning cobol in uni, so i was hella confused since I thought cobol was useless
How many companies do you think do new deployments using cobol?
The guy wasnt much older so i asked him what he thinks and he said it was awful at first, since learning curve is steep, but it's faster to work with than anything he ever used before
Productivity wise, such terminal interfaces are just not yet met
Usability wise they are insanely bad
But once you got how to use them, you are hella fast
We did have a way to upload files from/to the terminal through the unix interface iirc
That was too handy vs working on that fucking damned text editor they have
My boss came from an other insurance company, they got a way nicer cobol setup
All sources are in git, real ide on windows with capabilities to deploy and run jsx task or whatever the lang was, even a real debugger
jsl?
So you can make that work if you want
or, wait, jcl?
Yea, the biggest headache was working on that darned terminal, if you can get away from that it's a lot nicer
the interface for the system is annoying, but, once you learn all the like quick ways to get to some common stuff it's not too bad
sometimes feels like you gotta run from one end of the house to another to be able to do stuff
I do recall figuring out how to basically have multiple "windows" too or something which was handy
world is 50GB uncompressed
run that in a batch file @void void ?
or just normal cmd?
k lemme make a copy of the world first
yeah XD
what if i want a 5k area around spawn
not to affected
I don't use mca selector much
its not 
still
i think you can have an and?
lemme see
yeah there's an xpos and zpos option
not concerned abt that
i kinda want to preserve a 5k area around spawn
also
I tried doing inhabited time
I did inhabited time less than 1 min
it selected most of my spawn
Does anyone know the bukkit plugin API website like spiget?
There's a very limited and unsupported one that "could be taken down at any moment" as per some of the staff in the IRC channel I visited on curseforge but that's it
If you're talking about dbo
@bold iron https://bukkit.gamepedia.com/ServerMods_API
There ya go.
It doesn't support much
think they're asking for something akin to an api for accessing bukkit dev
yeah, doesnt exist
There's also this, but it's all of curse and not just bukkitdev https://github.com/TheRandomLabs/CurseAPI
not sure if you can scope it
if so, cool
oh yeah you can. you can filter searches by game id
may have to use this myself. good find, me!
What's an effortless way to have a downloadable build for the latest commit in a github repo? Using GitHub actions works, except the files expire after some time and are no longer downloadable
Could I use JitPack to offer a download link? lol
I don't want to set up Jenkins - I don't want to host it
yea, jitpack is the easier public option assuming all your libs are in public maven repos
can GH actions just upload the archives somewhere else?
if you depend on nms, git fukt
I gotta get like a cana-derp saying "get fucked" cos it sounds the best from them
reaches out and punches right through zzzCat's chest.
I'm sure they could, but where would that be?
JitPack is for publishing libraries, but I want to publish an end-user application
but hopefully that's no issue lol
JitPack doesn't need to know ๐
Depends how big the download is, but you could probably upload it to S3/GCS for next to nothing, download is free. And you can point domain at your bucket.
Since you'd only keep latest, that shouldn't cost almost anything.
Or try with Google Drive xD
I have an FTP server, but I don't want to deal with tokens, login stuff, etc lol
But less pretty.
hmmm
could I use GitHub Packages instead of JitPack?
No clue why I would do that, JitPack always worked for me
y e s .
github releases?
I don't think I can automate GitHub releases
nvm
I can
in that case the only issue with them is that having hundreds of releases might not be something GH likes
.g adsl router
(DiscordBot) A digital subscriber line modem is a device used to connect a computer or router to a telephone line which provides the digital subscriber line service for connection to the Internet, which is often called DSL broadband. The term DSL modem is technically used to describe a modem which connects to a single computer, through an Ethernet port, USB port, or is installed in a computer PCI slot. The more common DSL router is a standalone device that co
hm
For latest commit downloads I suggests sticking to github actions, when you have proper releases make a tag&release for it
the issue with GH actions is that the download expires
I don't plan on having "official" releases due to time/energy constraints of my life
you can change expiration tho
What are you even trying to do?
Jenkins without Jenkins
just run it on a cron job every 90 days?
Simple.
or even shorter
requires a VPS
no
no?
you can make the trigger cron i think
Push Github actions artifacts into another Github repo.
lmao krusic
Do it.
you joke but..
Future Studio provides on-demand learning & wants you to become a better Android (Retrofit, Gson, Glide, Picasso) and Node.js/hapi developer!
The true way.
weren't you using some distro
Don't ask.
My bad.
CS6 works fine.
Yes.
@ashen cliff when are you buying a hetzner 5950x and overclocking memory
I currently want to get a free FA506QR.
But it's kind of sold out.
That would be a hell of a ride tho.
https://posili.me/i/2021-02-08_13-47-53.png
But @twin lagoon I'm sure you can get at least 4000Mhz on those sticks.

I'm expecting KVM info soon. 
oh wtf, Tesla has bought 1.5 billion bitcoin and wants to start accepting it as payment
yes very epic
hm
I was like "wtf, why am I getting transaction emails for my pretty high sells" lol
it's insane how fast the rates of lots of altcoins is going down
Idk are we selling DOGE yet I just wanna be rich and forget about it
dude the peak was yesterday lol
Is that the first time a large corp integrated bitcoin?
doge is going to crash hard now, I bet everyone is going to sell not knowing why it crashes lol
no, microsoft accepts it iirc
as well as newegg
(and twitch but I don't think of them as big)
Interesting
once again I wish I hadn't sold 100k at 40 satoshi last month lol
only had a 100% profit :(
Robinhood fucked me when they limited GME
I saw gains in the thousands fall in one morning
1.5 billion BTC or 1.5 billion USD worth of BTC
in bitcoin
The latter
yeah lol
1.5 billion BTC would be insane
Minecraft manhunt is the act of several screaming personnel chasing down a chubby block man as he locates an indestructible eye portal that leads to a dandruff block dimension where he slays a dragon that did nothing wrong. But just how many men can you fit in one Minecraft Manhunt while still beating the game? How many Minecraft does it take to...
blue 

Michael 
oof I I did not expect to see this today lol https://i.phoenix616.dev/gh5GjEsH.png
$BTC explodes 10% in 18 mins as @Tesla purchases $1.5B worth of #Bitcoin
Real-time chart: https://t.co/vYzcF4kWN3

Very nice.
What does sec filing mean
Financial statement.
whelp, looks like what little of altcoins I had will just become worthless lol
Stellar Luman (XLM, the coin keybase pushed is dropping even faster than dogecoin)
Don't worry Ethereum 2.0 will surely go up. 
ok sure, papermc is good i can say thats for sure
but what do yall think is the best fork of paper
tuinity

tuinity is basically paper with experimental stuff for the most part
I loved XLM :((
I've been shilling XLM since day one after I learned what it was
just another alt coin ยฏ_(ใ)_/ยฏ
like a warp 10 light engine.
I wish I had more bitcoin so this course change would actually affect the worth of it lol
(beyond a couple bucks)
To be fair master branch is not really experimental like it was in the concrete days :p
Everything's well tested nowadays
would be pretty insane if musk is just pump and dumping bitcoin lol
Stocks are so weird
especially unregulated ones ;D
Well crypto isn't really a stock but people using it as one
it's a strange mixture of stocks and currency exchange
because some crypto is definitly seen more as investing into it's functionality than as money
How do exchange sites even pay people out. Let's say i trade 0.5 btc where the hell they gonna get 20k lol
Anyone here used nuxt? Pog or cringe
They likely have their own wallet(s) of bitcoin worth millions where they will take your bitcoin and give you it's current value
exchange sites take fees
They don't lose money because they bet on someone in the long one buying bitcoin
and investors invest in it to get a cut
So, cringe
I see thanks
For now, I hear the next rewrite they're gonna use x86 assembler
Don't give them ideas
also technically you trade directly with a seller/buyer, not with the exchange site
Krusic is probably already emulating it on a toaster chip
you don't ask "where does ebay get the money from when I sell stuff on it?"
Little different phoenix
not really
Iirc coinbase doesn't match buyer/seller
Yeah I'll just stay away from 
oh, yeah, I guess the big exchanges might have enough capital to just buy and sell themselves
after all there is the concept of "market makers" in trading which simply offer capital so that a trade will always be possible on the platforms which "employ" them (this is a thing in stocks too btw)
People in 2000: let's rob a bank
People in 2021: let's rob a wallet
Oh right now we use reddit
Yeah now you just manipulate the market on reddit for everyone to see
or "let's rob all banks at once"
holy fuck, people are still buying doge
god, reddit is dumb
this is not new news
also, for the people keeping track of the kaden.sh lore, the domain decided to work
it was cloudflare
They really do wanna push doge to $1 huh
It's just elon getting the memers to boost the price so he can buy out
Me: does 10 pushups
Also me: ok that's enough sips coke
ded lets have a pushup contest
surely it's time dump your life saving in doge 
bruh i've never been this weak in my life

im sure the pandemic made us all into fat fucks
it'd be nice to get a job one day again..

same lol
what phone

guess
something nexus?
OnePlus 7 Pro
oooh
worst decision ever
OP don't really theme it
i miss non-samsung uis
though they did just push one ui 3 or whatever and i like it
there's like a few thing's you'll see on the homescreen, but it's all pretty stock
https://cdn.discordapp.com/attachments/555469074080202765/683102049638154260/JPEG_20200228_160305.jpg
It just randomly broke/cracked
It was never dropped
tf
i've been a fan of both oneplus devices i've owned
right where the button is
my s10+ is definitely cracked but that was enitrely my fault
did you contact onepluss support kashike?
ive sent this thing through hell and back and there's only a little damage in the corner of the screen
no point jamie
OP is generally apparently ass about like manf faults
did not buy the warranty
OnePlus are pretty good about this stuff
Anyone watching The Expanse?
oh did you buy the device second-hand?
lol
not really
i just run my web server on 80 with no https and cloudflare = just werks
you can do ssl between you and cloudflare too
oneplus is ass
using their origin certificates
i would do what kashike says yes
use their origin certificates and only serve over 443, firewall cloudflare ips
ok i will look into that ty
i wouldn't call oneplus stupid michael
My oneplus has been much more reliable than my lg phones tbh
they've built up their company very quickly, filled what was a niche. I don't like all of their decisions over time, but they have respect from me
huh
Both lgs eventually had their fingerprint scanners cease to work. One of em would hard reboot every other minute.
wait, what's your defintion of ass?
their software has gone down hill
michael is this what u were talking about https://www.digitalocean.com/community/tutorials/how-to-host-a-website-using-cloudflare-and-nginx-on-ubuntu-16-04
laughs in 6 year old huawei
EPIC GAMER MOMENT
i might be unironically about to upgrade my server cpu from a 670 to a 6700
wat
currently its running an an amd 670
i said it first
:(
michelle, whts your favorite cheese?
idk

wtf how could i do this to u kashike
kash you know you have statutory rights
... right
kash is canadian
Kash is actually a mountie
which version is good for a hub server
optimization and stability with low resource
1.16.5
depends what blocks you need and whether you plan on asking or paying for support
latest
1.16.5
if all players are in the same chunks and those chunks are loaded, latest (1.16.5) will do
if you pay, the lightest version for your needs, else 1.16.5 ^^
im already using 1.16.5 i need light weight version for hub
1.16.5 is fine for hubs
then just tune your settings
set render distance low, try to make hub as small as possible, keep those chunks loaded, etc
and after that, you just swap your paper jar for the newest one and everything will work on newer versions except some plugins
ok 
https://github.com/ME1312/VanillaCord anyone using this ?
but why
just use fabric lol
lot of them asking for vanilla
you dont need a vanilla server to make a vanilla software
I've used it in the past but the thing is generally a case of hunting around for whatever build is working, but, it does work
lots of people use paper as vanilla
just dont install anything and you have a vanilla server
lol @vernal moth I love running into java 9 issues
paper is not vanilla
its vanilla but better
java.lang.IllegalAccessException: class ch.qos.logback.core.model.processor.DefaultProcessor (in module ch.qos.logback.core) cannot access class ch.qos.logback.classic.model.processor.ConfigurationModelHandler (in module ch.qos.logback.classic) because module ch.qos.logback.classic does not export ch.qos.logback.classic.model.processor to module ch.qos.logback.core
with extra configuration
but paper changed vanilla features
there is a well accepted difference in behavior between vanilla and paper al la cb and spigot
then disable them in the config @forest verge
most of the ones that matter you can
well yeah, to a point oskar. but even if you were to remove every patch, there are still inherited differences from cb
they want to to exploit bugs 
oh, well nevermind then
like which bugs
use fabric and FabricProxy
isnt fabric already compatible with velocity
no?
like dups that patched in paper
you need a mod to add functionality; fabric only acts as a loader/framework
you can disable those in config ^^
not all of them...
no shit cat
where do people buy dogecoin? might aswel get rich of the memes right
oskar 
wut
how many times cat gotta say you're wrong 
coinbase
Kraken
coinbase does not have doge
heck
they were probably referring to the more notable ones like tnt but ok
unless you have a creditcard however i would suggest signing up for both kraken & coinbase
got a meeting w a kraken guy tomorrow actually
kraken 
ok thanks
coinbase is nice tho
coinbase generally has more EU instant deposit methods
use it for btc & eth
coinbase smh
sorry forgot kids are in the chat 
you guys ever read that agreements?
paper kindergarten channel
i mean
always read any financial agreement fully
i do because i dont want my stuff terminated becuase im underage
i only read the relevant parts
oskar you can't use it
anything involving buying requires you to be 18 lmao
you need KYC / ID verification for any exchange
no thats dum
i didnt have to ID for coinbase fwiw
any exchange or financial service in 2021 will want your ID
you didn't have to way back in the days
now it's required
im a fairly new user
mum let me buy doge pls
ive got less than 200โฌ invested though
so i might not be high profile enough yet .
there are still ways lol
e.g. buying stuff with cash
like mining 
Proxi are you EU?
huh
ID verification is only the US and some other countries
EEA legally
i kinda doubt they'd limit ID verification to certain countries
live in EU now tho, waiting for the tax agency to do its thing here
Well Im sure its more beneficial to them to avoid ID verification where they can
but here in the US its required by law D;
Bitcoin also seems to have gone up a lot
yeah, Tesla bought 1.5 billion USD in bitcoin
wtf
and the rate jumped up 4k once that news was released
anyone knows what's this IDE ?
IntelliJ with the ugly material theme
I honestly dont fully understand crypto. What exactly are people mining that gives crypto its base value?
damn
MโoiโstโPeโncโilโ: non reversible, verified transactions
like cryptographically signed ones via the internet
Material UI plugin on intellij
ETH is not doing too shabby either, but not such a spike
of course the value is pure speculation but it does have some applications outside of being used as a currency
well eth-btc still hasn't recovered from the crash lol
GameStop was inevitably gonna crash lol
Yeah but not by fuckery
but eth moves slower due to more market capital anyways
And not by force
I kind of want to host a minecraft server on my iphone again
Ok.
GameStop was meant to crash when we wanted it to
Forget about market manipulation thats market jedi force
wasn't gamestop already a failing company long ago? like I know nobody who actually liked gamestop and their company tactics lol
people have been shitting on them for years it seems
lean at that point you might as install geysermc on that thing and play with friends after lockdown is over
i mean its cheaper than realms
true true

and then both pc nerds and mobile nerds can join
gamestop apparently has a shop here
physical game stores 
id be better off slapping a server on an old laptop, that would run it better imo
how do you trade in a digital copy anyways?
is Minecraft PE worth it ?
asking here too ^
worth what?
worth buying
no?
ok.
why
^
why would you want to play without mouse and keyboard?!?
any touch fps game is just shit
because ur not always at a computer
buy it when it's 10ct
wut
because ur not always at a computer
not like its fully stable, but it works
that would imply that you actually play minecraft
ah yes
playing the same game for over 10 years is pretty Pepega
minecraft, the shooter game
i installed gun mod for minecraft 1.5.2
jb
its alot better on androids, on iOS, its very experimental at the moment
idk if i trust oskar with procursus
kekw
gg
wat wat wat
hm?
@visual egret https://github.com/pojavlauncherteam
which crash 
I feel ya
would you guys recommend pterodactyl or cubecoders(AMP)
Except if they didn't pay for it.
๐
nice advertising
yes we know, @mossy vessel made it lol
man I love nmf 
paid on I believe
Fiverr
You can hire anyone to read anything you like phoenix
we'll see how it goes with bitcoin but some big players are into cryptomarket so it will be interesting
I should just hire people to make some youtube videos lol
he has wat, 100 dogecoin!?!

that's practically a million!
I will love the doge coin to go to the moon 
I mean it already is, 1 Doge = 1 cent was a meme when it started lol
now it's 1 doge = 8 cent
I guess the next meme to make real is 1 Doge = 1 USD xD
i just generated into a random world and saw this
looks so similar to old title screens
No
hi oskar thanks for sharing
eternity pog
Proximyst 
is outdated ๐
update pic coming up? 
laughing out loud!
Sharing My Heals
elwolf6#3883 has been warned. || Bad memes nowhere, good memes in #memes - not general.
yes!
am i supposed to have access to #adorable-pets
no
well fix the perms then i guess
No
oh, maybe they adjusted it ๐คทโโ๏ธ
they did some reform a few days ago (duh)
Lockdown maybe fucked it up?
yea, but, didn't know they did that
or if that was intentional for that channel ๐คทโโ๏ธ
Hi cat
am do bed thing coz bed time
*all admins intensely looking through discord server log to see why randoms can access #adorable-pets *
damn would've been bonk now
still only 8k compared to the 80k I could've had if I kept my bitcoin lol
Hello :)
hi idriz
(but if anyone makes big buck from crypto, remember to give some to the FSF ;D)
haven't seen that one before
Search again.
Currently implementing fork searching 
Search harder
is there any tutorial for setting up a debug server so that i dont keep having to build a jar file and replacing the current jar file everytime?
.g DCEVM
(DiscordBot) https://dcevm.github.io/
use that
@twin lagoon 

oof micheal
going right for the most complex one
.g stackoverflow bukkit plugin debugging intellij
(phoenix616) https://stackoverflow.com/questions/18402675/run-configuration-to-debug-bukkit-minecraft-plugin-in-intellij-idea
first answer if you don't use maven, third for maven
or well, teh third is also odd but works I guess ยฏ_(ใ)_/ยฏ
github has gone brrrr
5 services are in degraded performance
actually some of them are in degraded availability
mdc9iu8q5
@spiral robin 
@spiral robin 
nice password
dont update steam aurora, play league with me!
sorry was trying to login to my alt account "mdcfe"
Robo
didnt HOTS shut down?
Does anyone want to draw a picture of a gazelle holding a deathbringer gun? The deathbringer gun from Horizon Zero Dawn
I would really appreciate it ๐ฅบ
still getting new heroes too
awesomenauts is the one that has updates on hold but still alive and still good, other than the new terrible tutorial
No dummy
thats what I remmeber
that's 2018, wowo
prolly only read a clickbait title of it shutting down or smth
and that's just their world cup thing
Wow Iโm surprised, HOTS jumped in super late to the MOBA genre, I figured it was going to fail fast
not the actual game
League of legends...?
lmao
smite was always strange
That game made me realize I hate the moba genre
I haven't tried smite, looks kinda interesting
It was definitely different not being top down view
3rd person mobas are strange
Early versions of smite was better before they conformed to be like other moba
idk if it'll play like awesomenauts or not but in fps-like (yes I know it's third person)
awesomenauts is still the most fun tho
most of the gameplay is generally pure raw action and no boring farming
hots has farming but it's much much shorter than league and the objectives on maps breaks it up
league is more like an rpg tbh, and I hate rpg genres
strategy of farming is borin
Ur borin
I like action strats
Play csgo the ultimate moba
I don't wanna spend time fighting minions I wanna pvp now
o and awesomenauts has a theme song for each naut which is like, why does no other game have dis
and a remixed version when on a killstreak
HOTS has good music but no theme songs like awesomenauts, why oh why do other games not do this
what is a game if it isn't fun
i mean its just faster pace
faster than league, slower than awesomenauts
when I first played it I was really confused and blew it off
came back a couple years later with their 2.0 or whatever thing, think they had an overwatch reward for playing it
found it to be way better that time


how long would I last if I just basically straight up sold a branded version of paper and waterfall on mcmarket
thats what half of them already are
any chargeback risks?
michale scammer ?
if it's low effort enough with low risk I might do it just to stick it to 'em and donate the proceeds to paper n such
Just change the server name.
can I accept cryptocurrencies
best payment
that would be maximum low risk if I can do that
alright now to think of a username
xLazyGamer_HDYT
there was a guy in the 1.8 support discord who did support for some of the mcmarket forks
โข๏ธ ยฉ๏ธ ยฎ๏ธ don't steal.
some of the questions you get are... interesting
the nny dood rite
jokni
ok and now we need a fork name
Spoon
well this is going great
just Spoon or SpoonMC
you gotta add more keywords
BTC +10%? Drop it. 
2.0-RECODE-BETA~DEV-1-FIX
What a version string.
Verify time: 2-5mins
2 hours in and still waiting :))
great
that one time i actually want to do something related to money they instantly shit their pants
the world isn't ready for my genious
@vernal moth ๐
woooo
@mental meadow 
how do I sign up without giving them my ip
lol
zml uwu โค๏ธ
does someone has paperspigot 1.7.10?
Yes
can us send me it?
No
where can i download it?
no
how no
cuz ded
no download for 1.7.10?
No
that's like
pretty sure 1.7.10 was the build before the DMCA shit
No
wat

it was most used back in like 2012 maybe
more like 2014 but sure
it is still most used for pvp
2014, sorry
I though the PvP weirdos liked 1.8.8 lol
1.7.10 is the best pvp version
i mean 1.16 is hold right click with shield simulator so
go use forge or sth
pvp isnt only clicking lol
it might be the most used for pvp versions or whatever
it is not the most used version in general
it's unmaintained, fucking older than my grandma at this point
its still very important
luriz
yea
if it's so important, go maintain it
it was imoprtant back in 2014
nobody uses 1.8. and if they do they're fighting for like the same 3000 players
compile froms ource
1.7 doesn't even exist in the pie chart lol
ik @meager tusk
probably from before paper had bstats tbh
i can't name a single pvp server with native 1.7.10 server tbh
paper barely existed back then lol
uhchub for example
is i think a native 1.7.10 pvp server
the most players on it are playing 1.7.10
i never seen a good 1.8 pvp player
...
btw
that is the best version of minecraft
you can have ladders on every other block
talk about efficiency
Hey0's mod ftw.
Isnt pvp just rightclicking lmao
you could hold down mouse button to pvp!
imagine
and no need for a plugin for soup pvp
just insta consume food to health!
beta 1.2 is the best version
๐คฏ
and it's immune to all creative gamemode hacks!
most secure version ever
what's not to like
etherium 2.0 looks... good
Does it tho?
oskar explain what about it looks good
It starts with E

Beta 1.1_02 is one of my favorites. First minor version after the server side inventory got added.
gas fees
1.6.4 is still the best version ever created.
I'm off till oskar does something dumb again.
zml 
alpha 1.1 was the best version, before they ruined the game with biomes and the nether
https://system76.com/laptops/galago this looks like a nice laptop
System76 laptops are custom-built to run Linux flawlessly with the latest technology and super fast solid state storage.
1.2 is the oldest server jar I can find in my backups
hi aber :3
:3
lol the first ever version of minecraft is the best. Just cobblestone.
It's very popular please support it
CraftBukkit? Yeah before that Hey0s mod was the only thing. If I remember right.
nah vanilla
I was a nub back den
I then went into server wrappers
and then finally into bukkit tho I did hear a bit about hey0 back then
first servers I really played on were hMod
same for me zml
played with friends, never really went on any public servers cuz I then hosted my own
I just went on public servers my friends were on lol
im pleased to announce my minecraft 4k server
legacy console edition tutorial world was the best
what did i do
"System76 is built on web technologies written in JavaScript." oof
js 
michael 

hows ur day going 
I guess teh first servers I played on used hmod, but ๐คทโโ๏ธ I didn't ask














