#general
3141 messages ยท Page 1608 of 4
clearly there was a cat being a receptionist ๐
even better
Poor delivery dude probably got in trouble
At that point, they could no longer care.
they're amazon employees. if they wait too long, they get in trouble, if they leave it by a cat, they get in trouble 
#!/bin/sh
# Update papermc
# Version 0.0.1
wget "$1" -O latest_release.jar
chown minecraft:minecraft latest_release.jar
mv latest_release.jar /home/minecraft/minecraft-server/.
cd /home/minecraft/minecraft-server/ || printf "couldn't find path!" && exit
ln -snf latest_release.jar papermc_server.jar
Terrible script, but works ๐คทโโ๏ธ
Depends on if it's amazon complete fulfillment (i.e. amazon is both shipper and handler), which they do in some areas
but in my area at least they contract fedex or ups
wtf is this
fucking KGBAutoUpdater holy shit
Seems that they do both here, sometimes they can get into my building and leave the package at my door and sometimes they can't
if you're running the script as minecraft then the downloaded jar will automatically be owned my minecraft:minecraft
It's totally random
and if you're not that command would fail anyways
(unless you're root)
plus i thought chown was root only
I just did this the other day and it works for what I need, but probably not necessarily the best way to do it https://github.com/simpleauthority/PaperRunner/blob/main/server_files/download-and-run.sh
yeah
I'm having trouble understanding the goal of this script
just download it manually using wget, it seems like there are too many steps and too many things to go wrong
that is some very verbose shell scripting
VERSION=1.17.1 BUILD=latest RAM=10 ./download-and-run.sh will download latest 1.17.1 build and then run it with aikar's flags and 10 gigs of ram
yea, i go overboard on logging lol
goal was just to simplefy the process of getting the jar and doing stuff manually. I saw auto updateing was not recommended, but this is kinda halfway...
Wrote it for someone else actually
and you even specified the TLS version ๐
that's actually copied from...mari i believe, in a message in this channel about 8 months or so ago?
does the paper api not support TLS 1.3 
kekw
i just changed the endpoint but copied her curl command
if it doesn't then curl would use 1.2
yeah true
see pins in #paper-help if you want that to work
lol it's fine, i have the server running on pm2
which... isn't the best idea
I'm just using the papermc wrapper from the AUR 
that is if i didnt specify --tlsv1.3 right?
as in no tls arg at all
if i did the arg, it wouldnt fall back to 1.2
(asking not telling)
uh hello?
mfw
mfw even realteks website is faster
I was saying that it would use 1.2 if Paper's API didn't support 1.3
yeah but if you explicitly say --tlsv1.3 in the curl command, will it still fall back to 1.2 or just fail?
that's what im wondering
it's actually just that bad, won't load in my browser
flashback to the days of downloading AC97 drivers at near dialup speeds
cba
realtek's site is so slow because their servers are using realtek NICs
that one makes sense
Real
.
if ppl in paper aren't immediately smart enough to answer then the question wasnt worth it in the first place 
man page doesn't seem to say
ah
--tlsv1.2
(TLS) Forces curl to use TLS version 1.2 or later when connecting to a remote TLS server.
In old versions of curl this option was documented to allow only TLS 1.2, but behavior was inconsistent depending on the TLS library. Use --tls-max if you want to set a maximum TLS version.
I think my console is on drugs... 
windows things
i was just thinking that
oh wait is this putty?
Yep
Paper hides behind CF, so it should support what they do
yes
๐คฎ
I believe you have to enable CF TLS 1.3, i can't remember
just use ssh in terminal
and if I resize the windows I still have this confused lines
Things go weird when you resize those things here in Windows
btw windows comes with ssh
^
You can literally install openssh on windows these days and that would work better
(Windows 11 so UI is weird, but it's there)
very brave running that
is windows 11 still in preview?
ye
true
Always was.
Not out until next year
i think its holiday 2021
why tf would you use it then
im already having enough problems with windows 10
I've been an insider for as long as I can remember
I can recover my computer if something terrible happens
Although it gives me a give reason 1001 to get off my ass and build my storage server so I can just localhost full recovery images
Small indie devs make the cutest mistakes on brand new games.
Big studios do this dumb shit too for some reason
Yes that was the joke. This is Valve making a mistake on Dota2, a ten year old game.
whatever you're running that in is just broken
I mean, it's Value, they're busy tryna figure out how to count to 3
wtf, I have movie tickets to see A Quiet Place Part II
and I just found out it's on prime for free
(i already saw it but am seeing it with someone else)
invite em over for some prime and chill
ah yes, my grandmother
grammas are the best to movie and chill with. mine always makes cookies
๐คจ
yeah, we're going to watch the first one before going tonight
@peak ginkgo
I'm well aware of the innuendo there, just purposefully skirting it
but now I'm gonna try to change my tickets to a different movie, because wtf
@cosmic raft Setup a pagerule with a redirect and enable strict caching manually, sure I don't see why not ๐
without a redirect? :P
You might still need to redirect or masked redirect to b2 I don't remember how that works exactly
I think they have a weird folder structure, so you could not redirect and just expose the weird bits
https://developers.cloudflare.com/workers/platform/pricing
To avoid the Free plan limits, you can subscribe to the Workers Paid plan for a minimum $5 USD per month for an account. โUsage Models. Under the Paid plan,ย ...
a generous free tier yeah
You won't hit that limit probably
hm okay
they're pretty much free
tux's minecraft avatar service runs on workers
costs <$50 for millions of requests
I see
and especially for easy image hosting, definitely won't be seeing any bill
I just don't really want to run some script like this
since it needs to be maintained
it's fairly maintenance free though
like cloudflare would have to break compatibility for core stuff or backblaze would have to break their S3 API
I guess
can someone link to what the problem is here I'm blind
nice part is that it allows you to use a custom domain, practically free & you have full control over the images
oh and if backblaze changes their API you can always just harass denwav
that doesn't work

For making a website that can do information, forums, sale, auctions, user profiles etc.
What kinda framework would you guys suggest?
Wordpress?
avoid wordpress
It's kinda the only thing I found which also is free
you'll need to be a bit more specific than "sale, auctions, user profiles"
You won't find something that will do all of those in one
look for forums software, and then a shop, etc
wordpress ๐
Drupal. 
cant go wrong with bootstrap :p
I looked at something called IPB for a while until I saw the price xD
These days you don't need forums, would just avoid them entirely
you'll need to be a bit more specific than "sale, auctions, user profiles"
i would indeed avoid forums
the general go to from what i've seen nowadays is to just use Ghost (blogging CMS), Tebex (for ingame webstore purchases) & Discord (forums alternative)
User profiles as in profiles people can put anything they want. Much like a steam profile or whatever.
I wanted to put a store where people can sell whatever they want from an old laptop to ingame items (nothing illegal like drugs...)
I also wanna put up my services on that store selling software.
Alternatively NamelessMC has a simple blog and forum if you really want it, and it just provides somewhere to link to all your shit
probably xenforo 2 then
you'll regret free software sooner or later
massive clusterfuck of shit free addons with wordpress
I have never regretted free software ๐
Well free as in free open source.
wordpress specifically is a can of worms you don't wanna open
People have built million dollar empires around exploiting wordpress installs
well I haven't used it before. Sounds like you have experience ๐
I'm not a fan of that stuff is edited in the browser...
huh
Xenforo is gonna cost me like $345-645 ๐
It is every 12 months
well yeah
granted XF2 is still a pretty expensive platform compared to others because of the addons you pay for
but it's a big buy in
well + 15$ for all the "addons"
there's community addons other than those which you'll likely end up using
and themes
welcome to the joys of the real world
Is there a way to outright buy this out?
Like not as a subscription?
all this software requires devs behind them doing stuff, xenforo is pretty feature packed
No
I mean, you sort of are
You'll have bought out whatever is the current version at the end of your support period
if you want more updates you'll have to pay again
I see, that's a lot better then suddenly running out of money and your site going down ๐
Got more suggestions?
I mean, not really
when you want 200 features in one place, you're basically after a piece of software designe and built like that
True
xenforo is popular, so, a lot of crap gets developed for it
if you wanted just a forum, there are 100s of free alternatives
I'm gonna bet that the features you want are not actually going to be desirable enough to your players to be worth the effort
I'd stick to simplicity and focus on your core gameplay
but ยฏ_(ใ)_/ยฏ
Oh i don't really care about that. I'm doing this mostly for myself ๐

i have it and I'm happy ๐
with a nice theme it looks good
Can I see your website? ๐
XenForo is a one time purchase, you only renew if you want a newer version released after your year has ended or if you want more support than the year provided post purchase
And the second payment is much less than the initial
its not mine but i administer it, i can send u a pm
that would be helpful
im the only person who writes posts there 
these buttons are overkill
i simply google what i want and copy and paste if I need something
after a year informatic i quit because i dont want to learn programming 
@waxen panther
Is the "Shop" section also Xenforo?
no, its a link to tebex
@twin lagoon

let's get it ooon
Anyone else having issues with IntelliJ locking up since the 2021 releases? I'm going insane. It's so frustrating. PTSD from my animation days with Maya crashing just before you hit Save after an hour of work.
Locking? No
Crashing? Yes
try the EAP apparently
Maya 
Yeah I tried the EAP (beta now), and it just crashed on me.
Plus the Terraform plugin doesn't seem to recognize provider resources for me in it, so infrastructure work feels like working in Notepad xD
I was working on something in Intellij and my computer crashed. When I restarted it, my main class had been replaced by some random piece of the server source code
Love that program, but I hate how much it crashes. Or crashed. This was in the late 2000s.
try vscode for terraform :p
I just want one IDE to work in ๐ฆ
vs code
It's just so shit.
Okay, to be fair, it was shit.
you can do anything with it
I'm at the point now with vscode where I won't go back even for java dev
I haven't used it in over a year. I don't know if it got any better.
It's just so good
Vim mode was so terrible it was completely unusable.
I am
haven't tried vim mode though
one editor, one shortcut set, all the langauges
I haven't tried it in a while now, but vim mode was lagging so horribly it made it completely unusable.
I don't want my editor to be electron
fair
Good thing it's not
Just use Ij Ultimate with plugins
๐
Yes if it didn't crash like it's been doing lately!
I've been perfectly happy with IntelliJ ๐ฆ
Yeah I gave to smack it in the head 70 times a day but Mini says it's getting better
Oh maybe it still is, I thought they were switching to some edge backend or something
but really it doesn't matter, it's fantastic
Did they fix the floating debugger toolbar that you couldn't get out of the way?
GitHub's CodeSpaces runs VS Code in the browser; doubt they're gonna move the IDE itself away from Electron
That's one thing that just pissed me off so much. I don't know what it was about it, but I couldn't just dock that thing. It had to float on top of everything and be in the way.
tbh, never really used the debugger lol
Man, I love IntelliJ's evaluate window.
idk what you're talking about but it's not in the way for me
Like, whenever you started debugging, a little floating toolbar would pop up with the step over/into buttons, and it would snap and stick to the edges, always overlapping something instead of just docking somewhere.
Bah
It's not as bad as Eclipse reflowing the entire UI because why wouldn't it. Hated that shit in Flash.
Can you try out vim mode and see if it's laggy when you hold down navigation keys?
I don't know if you use vim bindings for anything. It's HJKL.
blender has never crashed on me B)
Never made it very far in Blender. I was so used to the controls in Maya that the Blender way just kept throwing me off ๐ฆ
fair enough
not really in the way for me
but even on shit hardware (e.g. my laptop), it just runs fine
lemme see if i can still find some stuff i made
Hmm
sec
joys of open source
software is either stable as fuck or about as stable as britney spears
as stable as my brain*
Leave VS Code aloooooone!
(what brain?)
not laggy
Alright, I will have to check it out again.
You are welcome in our cult ;)
I used to use neovim or emacs as an editor
If I wrote more code, I'd learn nvim again but for now I use vscode
ughhh i dont wanna learn opengl but i have to for this project waaaa
I'm all for a good tool, but it seems like VS Code lands somewhere awkwardly between a powerful editor and a powerful IDE, and I'm not sure if it gets the best or the worst of both worlds for me. Vim is infinitely faster to fire up for the little things, but it also doesn't really have great intelli-stuff.
What autocomplete plugin do you have installed?
vs code has the features of an IDE and the almost the speed of a text editor. But nothing is perfect. It's buggy af
I never got any of them to work very well for some reason, so I don't have any right now. I tried some of the more popular ones but they were sluggish and wrong. This was before Vim 8 though.
If you know how to use vim, that's an area where I don't even know that I can recommend vscode
most people are not gonna be bothered to learn vim ever lol
For me it's mostly out of necessity ๐ฆ
it is quite a steep learning curve, but it can be worth it
no
I liked vim more than emacs
which I tried and could never remember the SPC SPC binds
Yeah emacs turns your pinky into a little nub that only presses Ctrl.
what the speed for if my brain can't keep up
Back in the ancient times of paper history, there was a man named jarcode
An emacs visionary
They say his entire OS runs from within emacs these days
So for me it's mostly a matter of limiting keystrokes, staying on the home row, and avoiding the mouse to keep my RSI in check. Vim makes that a lot easier, but there's still little things that I absolutely hate about how the yanking and selection and stuff works.
I also use a Kinesis Advantage 2 keyboard. Highly recommend it if anyone struggles with forearm/wrist pain!
i'm good
I've got the LF model because I don't really like the Cherry browns.
Expensive piece of kit, but it's that or career change ๐
no no it's fine I don't need my arms anyway
you're telling me you're not following proper typing posture?
You can get foot pedals as well!
i sit on a kitchen chair with my feet on the table
Envy ๐ฆ
throwback to when i broke my wrist and played minecraft with my keyboard on the floor
Apperently half my city is drowning right now, lmao
My mom (they on vacation) called me because some neighbor called and said to check the basement cause there's water like everywhere
Got a colleague with what I assume to be rubber bones. He'll sit with his desk lifted up to right under his chin and type with his arms up on the desk. Like, how does he not get any issues like that?!
So I go there, which takes me an hour (normally 15 min) cause the streets are such a clusterfuck, filled with car accidents and closed roads cause of the water
Oof
yeah south NL has people evacuating and getting the military to help
But my parents house is fine, the two houses next to them have water in the basement, the gal infront of my parents house has a lake, 15cm, in her garden and it's spilling all over the street ๐
So I wish everybody best of luck and get the fuck out ๐ ๐
But man, I never saw so many fire trucks, the whole Autobahn is filled with them speeding around
I must have passed 200
Apparently in some parts of my city the power went out
Meanwhile am just chilling on my couch with a beer ๐
My living in the second floor 
oh 
someone just gotta pull a vacuum on the stairwell, water will come in :p
Apeprently 2000 Times the firefighter had to come out already
Apperently our prison is leaking water From the roof ๐
lol
flat roofs 
I'm glad that I don't live in such a flat area.
oh actually my city is perfect for floods because it's low surrounded by hills but apparently it didn't rain here that much
Yeah surrounded by hills here too
But I think we just got unlucky
Well, am not affected, so I don't give a shit ๐
It rained the last couple weeks here. Feels like Great Britain circumstances. Like 4 Km downhill and you have your water.
NL
It only rained today
1953 here iirc
how
the 1953 watersnoodsramp incident
oh
entire southwest of NL just fucking water instead of land
for me it was the Heinrichsflut
and that's why we have so many dikes and other stuff to keep water out
only dunes
iirc it was mr lely
Had no flood in my city. ๐
One lil dynamite and half the NL is flooded
Cause they thought it's a good idea to build their cities literally in the sea
That's not how that works, lol
meanwhile a good chunk of germany will flood if some pumps stop running
Munich is Mรผnchen.....
idc
Shortly followed by sinking ๐
That's probably where the name Nether in Minecraft comes from. 
The Ruhr Valley, in north-west Germany, is an industrial coal-mining area. And because of that kilometre-deep mining, parts of it have sunk, the drainage patterns have changed: and now, if the pumps of Emschergenossenschaft ever stop, quite a few towns and cities will end up flooded.
Filmed safely in September 2020: https://www.tomscott.com/saf...
Half my state would collapse if we disable the pumps
gotta appreciate the effort though
we have pumps?
Watch the vid if you don't know about the legacy of the Ruhrgebiet
That's also part of where the water here comes from, Europe's biggest surface mine is just a few km out
Fucking RWE is still expanding that shit hole
money needs to keep rolling bro
just let it flood smh
You can't
new lake
ppl r dum and live there
If you stop pumping now, the water level rises and also drowns the surrounding villages
It's all super complicated
This is what happens it you dig a hole so big you can view it from the ISS
just move the shit back 
ah right coalmine
get it back
separate the C from the O2 ez
Like in Graun Sรผdtirol
Currently losing my mind about seeing a bo burnham comedy special in the theater
This is one of those "yeah that would be super cool but would never happen" things
but it's happening

I just scored a ThinkPad for nothing
needs a little bit of care but comes with a brick and stuff
nice
ok im tweaking on this adderall lmao
i was like "my head feels hot i think im high" and then i remembered my heater was on
lol
send help
Error: Expected type: memes
are you a 10x developer now though
i haven't coded in a while now tbh
also try playing csgo 
wait WtF
would like to get back to it
People abuse adderall to be good at games
One is JRE, one is JDK naomi
i know
Yeah I heard a lot of horror stories about it from people that have used it recreationally, and it has fucked them up. But, I guess that's just what happens when you don't have an illness lol
not even using the latest update of jdk/jre 8
uninstall em then
can't
git fukd then
is for programming class
update 112 is really old i think 
LUL
DiscordBot: Reminder set for 3 days from now.
reeeeeeee
oh does it take mentions now
oh that's actually smart
Damn that's big brain as fuck actually I've never thought of mentioning myself
Honestly what isn't a gimple moment these days
woah
didn't leaf ping at-everyone like that?

I mean, lots are for some reason
Yeah I don't know why people do that. "Exposure" lol
Kekw
Also the audacity of some clients who only want to pay $20 for a $1000+ plugin and have a shitload of expertise requirements and minimum hours-per-week or whatever
I always laugh my ass off
I've made two plugins before for people because they were asking for how to do something really simple and I felt bad that every dev there knew the few lines of code but a plugin didn't exist
Sometimes I do that if the plugin is really small and I feel like it should exist but it's not often
Like, at all
That's where https://github.com/TwoLeggedCat/MobHeadDisguises came from and one other; bstats integration is messy and the one other class in the whole thing should be better but it worked for the one guy who wanted it so ยฏ_(ใ)_/ยฏ
OH NO
lol yeah
the fact that you defined it in plugin.yml means that that check is 100% redundant
0/ Ooooo
nice
I didn't feel like testing to make sure at the time so I put an if statement lol
plus I don't trust anything in plugin.yml to work
boolean toSet is also a dumb name looking back at it
Ufff, apparently a friend of mine gone missing in all the chaos here
Not reachable via phone or anything, for hours
๐ฌ
He was on the way home from but never got there
what chaos?
yikes
I had 150L water per square meter today
Luckily my house, and my parents house (they on vacation, yikes) is fine, but all the neighbors of my parents have water in their basement
just from rain? thats crazy
Streets are a clusterfuck, Autobahn is unusable
And this is a giant city on flat land
I usually hear about flooding on that scale from hurricanes or tsunamis. germany, last I checked, doesnt get any of those
In the hills stuff is way worse, cause you got the small rivers that bring mud everywhere
In one city, they got a huge hydro damm, that is about to spill over
In some parts of my city, official say there is "huge danger" which is the highest status I think
well hope you stay safe. you were about to leave on a trip right?
they're evacuating a bunch of places here
In my city alone, a few hours ago, firefighters were called to 2000+ incidents
@twin lagoon best tab plugin pls 
Am fine, my whole city seems fine, just a few wet basements
no idea

is maxim's tab still a thing
And ye, am driving to croatia next Wednesday
all the tab plugins are *******
love Croatia. been there 3 times
It is, but not updated to 1.17 & he's away until end of july lol
im a big fan of bungeetablistplus but it's not velocity obviously
That's what I usually use but I REFUSE to go to TAB
do you still use bungee
I could use BTLP yeah
ok use BTLP because that plugin is 10/10
No velocity cause no litebans/ban
PureTab when?
Before or after PureChat?
never .
rude

TAB gave me cancer
Yeah I used that plugin for a whole 1 hour then noped out.
tab ain't too bad, tbqh
Oh good, they reached him
Try NameTagEdit, that will give you mega aids
Tab is great, but not when maximvdw is away haha
tab is pretty good
Tab is maximvdw
TAB is nez
haha
one existed before the other one
Yeah
Hes stranded in some part apperently, and he tried to walk home, so his pants are wet, and now he's running around in Boxershorts ๐
He wants to sleep in his car
pmsl
His biggest fear is to get evacuated, cause hes not wearing pants ๐ ๐ ๐
My neighbor was literally just outside in nothing but underwear and just waved at me as I drove by as if it were a normal thing to be doing
Hey
That is normal wdym
hello Mini ๐
Well, whatever, I get to sleep now
Be glad they had underwear
@vernal moth no
stay with us
or something
just find a way to suffer
knenwald our beloved child
sleep is good
I had to take care of his girlfriend who was crying for hours cause she thought he did drown or whatever
Aww
^^^^^^^^^^
"he's a dumbass, not a moron"
DID YOU FLOOD KENNY
I HOPE YOU DID
wtf michael
Not that I could sleep when I hear sirens every 5 minutes
let me just have some fun cunt
stay safe mini 
Mini
Am in my bed simple ๐
I hope you wake up wet
hot ?
and worry that the place has flooded
Second floor gang
best of luck mini
That doesn't change the sentiment of what I said asshole, accept my love ๐
and then find out you just peed yourself
My city is fine anyways, unless you living on the river I guess
Rememer mini
Anyway I'ma go do the dishes
@ simple
I remember getting flooded once 0/
hi @ josh
Hi
if you have to pee in your dreams, go for it
LOL
Worse "disaster" we had local to us was when some chemical storage place went up in flames
what was fun is that nobody told us about it, was a nice moment figuring out I didn't have to go school though \o/
"please try not to breathe outside today"
Oh, few km from here, a chemical plant had issues, their cleaning facility flooded and acid or whatever flooded into the streets
3 ppl got burns
Apperently at least the river isn't much of an issue right now, it stopped going much higher for now
What kind of thing would happen if I used Akair's flags on a minecraft client? lol
the flags are catered for the server
lol
client would probs run fine, but, the flags are cateared towards the server throwing out a crapton of memory each tick
I loaded mc up with those flags, it was running. Then I accidently hit "X"
Woah shaders work again for optifine 1.17
Porno Gacha Life
Yeah it'll work fine but they weren't researched and aggregated for usage on the client. They will do what they are intended for no matter if you run them on the client, the server, or some random java app. But the answer is a strong "don't know" because they weren't designed for the client
Using more ram when using those flags is expected, as that's what those flags do. They fine tune the JVM to use the most memory it can in as optimized a fashion as possible
lol, if you add those flags, and use 1.17 paper, you better have alot of ram. lol
well yeah that's kinda the point
1.17 is worse on ram lol
Real servers are supposed to run on dedicated machines anyway, in which case you don't need to share RAM with other processes
I run mine on a dedicated server, well a computer specifically for running the server.
Since I started using Pterdactyl I have to reallocate the container ram to tune it better.
I haven't done that yet lol
set the container limit to 0 and then just allocate Xmx/s leaving space for the OS, etc
Allocating 10Gb should be fine, the default ram settings on akair's flags
I have 16Gb total system ram
I hate how spigot does bot provide checksums on downloads
But I prefer to build from source anyway
wa?
oh, you mean the files on the site
like plugins, etc?
if so, they can't, for one, the resource manager doesn't offer it, for premium plugins, the jars are modified for everybody who downloads it, other than the original author
Wow Microsoft is selling thin clients as some amazing new thing
Windows 365, it's just Remote Desktop running in Azure
revolutionary!
It needs to work better than rdp at least lol
All these cloud gaming startups have developed low latency streaming
Or machines powerful enough that it doesn't matter
And we're still using that
I think it's just rdp
Today weโre excited to announce Windows 365, a cloud service that introduces a new way to experience Windows 10 or Windows 11 (when itโs generally available later this calendar year) for workers from interns and contractors to software developers and industrial designers. Windows 365 takes the operating system to the Microsoft Cloud, securely streaming the full Windows experienceโincluding all your apps, data, and settingsโto your personal or corporate devices. This approach creates a fully new personal computing category, specifically for the hybrid world: the Cloud PC.

Windows 365 is built on Azure Virtual Desktop, but it simplifies the virtualization experience
These motherfuckers really are selling ssh X11 forwarding
Excuse me why do you have my title?
You're under new management.

corporate, 'eh
Jr*y lmao

hi etern
where can i find the decompiled/deobfuscated minecraft classes that are not modified when i have built paper? (in 1.16.5 it was work/Minecraft/1.16.5/spigot but i cannot find it in 1.17)
.gradle/caches/paperweight/taskCache/decompiledJar.jar

my community terraforming 
anybody know any 1.17 papermc survival servers?
Yeah
That's a beautiful map
Uwu
What plugin is that?
terraforming is typically done by hand or with worldedit
Ik worldedit I thought the pic was a map from a plugin
what are the ips of them?
Blue map hmmmm
Oh that's bluemap
by hand. idk what they are making
@potent fossil
Pretty good
i want to play on a papermc 1.17 survival server
This is not the place to find a server
but idk any
Lol
where do i find then
yeah it's bluemap and it's sexy.
Learn how to fix and troubleshoot servers and build
go look in Syscraft in #community-guilds , pick a random person's nickname, and google whatever server name is in it
I might give it a go
Mine is public if you msg me for deets
oops I missed the reply with this; not supposed to go to you gimple
Yes
He asked
Doesn't matter, you don't use the opportunity to plug yourself
You provide a list or other resource instead
only issue is it is GC heavy
@turbid oar so only good for small servers
correct
Oh mine is big ๐
Damn
Is bluemap that heavy?
Could u make it for big servers
yes
Wow
Ok
Hmmmm nah I pass
So just map itself and to see buildings, what kinda system reqs?
hosting it through nginx webserver 
My github page is boring and stupid ๐คฃ
does it just generate the tiles once and give you a fuckload of images or what?
that's fine if it does, just curious
it loads a MC client grabs all resources and render it
Jfc
๐
you can look for yourself to see why it is heavy 
||https://map.eternity.community/|| @potent fossil you can zoom all the way in too to player perspective
loads for 15 entire seconds
Nice nice
Oh wait, we're still loading
15? I'm still on a white screen
yea still loading
hell yea one minute for first contentful paint! wooooo
Lol
oh got i scrolled and it's loading everything again send immediate rescue services
Just shows this dumb page
its not that slow 
Oh yeah that's hot https://static.jacobandersen.dev/shared/Artistic-Easteuropeanshepherd-05.png
k I'm closing that before it dies
YES THATS THE REASON WHY IT IS HOT
The dev is working on making the signs show up too. That would make it epic
currently sign only shows itself but not the text.
I remember setting up dynmap on a towny server for a twitch streamer to have like claims shown on the map which I grab from github ๐คฃ
Github is so helpful
7 players somehow GC is 10s for 15G allocation @potent fossil 
I dont use dynmap anymore. Thought about using it for factions tho ๐คฃ
people still do faction server
unless it's 1.8?
thought citizen + plot is the hotest shit now
every other server has it
the most unique feature
Image on map plugin is awesome xd
plexmap no 3D 
My favorite plugin is core protect ๐
not a leak it's just very intensive
dont think it cache anything
data is sent on demand lol
...wonderful
@warm anchor please take up with your manager. Thank you.
Well goodnight I be watching some Netflix 
damn you could've told me you use a microwave and I would believe you!
good night coffeeman 
This plugin ruined the first half of my week
I updated it to 1.17
And fuck it's annoying
I also implemented color dithering and that did most of my suffering
Jar 1 is normal image on map, just the bare minimum tweak to make it 1.17 compatible.
Jar 2 is the same jar with a boolean set to true
dejay very epic
Damn that sucks DeJay
hmmmm just took a server backup but time to find out where....
I can taste the grep abuse already
Omg guys Gerber life is accepting applications for their affordable grow up plan
1.18's sick. After i went down the little crevice that was negative y axis world gen
๐
Save him
ok loki e6 was crazy lol
@astral linden thats pre much correct, to get access kashike has to give you access. so if you see him around ask him just dont ping. have pic of adorable kitty ready to show him
very cute kitty
Ah I see
hey there:
just a quick question you guys might answer easily.
can you use some kind of wildcards in
hidden-config-entries
?
I don't believe so. It's a list of full config paths
right so copilot is fucking terrifyingly good
I was trying to describe some code I wrote to it, and it fucking autocompleted the comment with exactly what the code does

thx
You are the Lowe's employee, Ron is copilot https://www.youtube.com/watch?v=IEhHEOIYgMY

See like, I expected it to be able to handle basic logic stuff
But nah I can just say // return a request handler that takes a file upload and saves it to S3
and it does it
yeah it's crazy
WHAT? I added a comment above a random line of code and it suggested this is a security measure to prevent uploading of arbitrary files, which is exactly correct
aaaaaaa
lmao
but can it write minecraft plugins
(that's a joke im sure it can, method by method lol)
probably
fuck it // write a minecraft permissions plugin with multiple backend database support
wouldn't be surprised

Of course copilot is good
They stole the collective output and knowledge of the whole open source community
Yeah I've heard some sketchy shit about it
ML researchers really don't give a shit about copyright
Now I may use it to conquer the world

I'm just kinda going line by line and it's turning my shit code into good code
do I commit? 
yes

Reading news this morning, the state south of me got hit much worse
Found the location where that was taken
we do a little swimming
At that point, houses doing the swimming and be collapsing ^^
what happened? a storm, or did a dam fall apart or something
you can do a little swimming too, though
travel down and chat up a few locals into going with you
this was philippines in 2020 after typhoon ulysses =/ https://i.ytimg.com/vi/ni2KHrWXnDE/maxresdefault.jpg
You can't even call this a proper storm
Upper right red thing is a big jeep used for public transport. That water is mega deep
Upper left*
Most of those people are sitting on other jeeps too
It was just low pressure air sandwiched above west Germany, by high pressure air west and south and east
sadge
So it was really normal rain, but the clouds just didn't move
So we got 150L per square meter here yesterday
Sheesh
This is directly caused by the climate catastrophe btw
The Atlantic jet stream is getting less powerful
ofc, same reason the typhoons in SE Asia are getting worse
And thus we get these pockets of air that just doesn't move as much anymore
The last year's we ended up on the "lucky", we had weeks of heat what the no rain, cause above us way the high pressure air
yea, plus germany is a giant valley, or most of it is isnt it
East Europe got the rain, part of Germany got hit too
soo, big rip
But I never had it here that I couldn't drive thru tunnels on the Autobahn cause they flooded
Multiple kilometers way from the Rhine, so not caused by a river or anything
Just pure and direct rain
Yesterday it didn't even rained in Frankfurt we had luck
Wtf discord
It edited the message I was quoting?
But yeah, the river changed it whole flow apperebtly
yea but i mean, i live in a valley. we're far from the river, but the entire region is a valley. heavy rainfall like that would cause it to pool up as well likely just as bad
I only know Hagen got hit but I didn't even know the city
I haven't even hear what happened to Wuppertal yet
When I went to sleep their damm was flowing over
Wasn't Wuppertal a city near cologne?
was
It's in the Ruhr valley
Isn't could also fit ๐ฅฒ
Well, not exactly
Obviously Wuppertal is in the Wupper valley
But it's close the the Ruhr valley metropolitan area
I googled it, it's there ๐ I guessed right
Ah Wuppertal is fine, they managed to relieve stress on the damm by controlled letting water out
And the floods caused by that weren't so bad
Mostly only streets and bridges
Seeing these pics is insane
This is Wuppertal
Isn't Wuppertal kinda famous?
For it's monorail
just checked, you had 150L/sqm. Typhoon Ulysses deposited 346L/sqm on metro manila
F
F
In some cities ppl where told to stop showering and wasting and producing water ^^
philippines: stop showering and producing more water!
filipinos: shower? whats that
(bad joke)
๐
most just have buckets of water and a pail to pour over themselves. some have showers tho lol. joke was they'd just shower with the flood water
Speaking about Filipinos, no more giant cruise ships in Venice ๐
Lol yeah saw that, good though
Fuck Cruise ships
I agree, there's absolutely no reason they should be in venice anyway. Take a fucking shuttle in, if you must take a cruise
The shit that comes out their engines is lingering in the air for says
they run on the worst kind of fuel though
It's a really bad form of diesel and doesn't get filtered
No city should allow cruise ships near their centers and we should really just ban these generally, we can already use more clean ways to make ships
And they too big anyways
But issue is: every cruise ship visitor spends 200 euro on average in Venice
They're quite overboard, I don't think they look very nice either. Just a giant building going by
Oh they are really impressive technically
It's a floating city
But yeah, visually they ugleh and ruin the skyline
Also, if you live in a river area (not necessarily venice, but venice too), when they leave the shallower bay they pull the water out with it then it all comes crashing back hard and can flood the area easily
and yes, i agree, they are technical marvels
but i still don't like them
Ruin the skyline, ruin the air, ruin the water, ruin the foundation of the buildings, ruin the climate, just generally a loose loose loose situation
But money
humans: i dont care what the repercussions are just give me the money alright
mfw "paying eth"
like, just go fucking buy it at that point
hey simple
hey kashy
want to see a neat stove?
boy do i
alright
Oh god
oh wonderful it crashed because somebody looked up a 3.146gb file and it actually tried to download it or something
absolutely beautiful
o.o
.kill kash
stuffs a bunch of C4 up kash's ass and waits for it to go off.
this time with feeling.
also the fuck is that avatar, WHY
Ah, of course. The impostors. https://static.jacobandersen.dev/shared/Usable-Avians-f2.png
Why are all of my friends here?
i get the same
probably prioritizes them
actually no
it just shows the users who've recently talked here
Sometimes people I don't remotely know end up on this list
Discord is trying to tell me something
Drinking session with my boss was a success ๐คฃ
So you got a promotion?
On the other hand, customs just ghosted me and my 10โฌ package. 
gottem
feelsbadman
should have told him a joke and mid-joke break your glass and take him hostage until he agrees to better pay and then proceed to get arrested, DED
/s, gg tho
Oh god, I love this pic
Dude in the middle is the president of my state and wanna be chancellor of Germany, candiate for the election in september
politics
He's conservative, so he is defending our surface mines for coal, delaying the end of coal power etc
The screenshot says climate change
meanwhile https://i.imgur.com/2tl4WcH.mp4
yet we have a swimming pool directly behind the door, what a luxury (ironie)
That's how you drown btw
The currents are insane, you get pulled under a bridge and just drown
no, you drown by going INTO the water
rubber dingy rapids bro
can't drown over the water smh
@celest ridge i've come full circle, back to web projects 
pog
This time I have even less of a clue what I'm doing. Vue
Welp I'm going to bed, it is 4am lmao




