#general

3141 messages · Page 1807 of 4

ashen nacelle
#

welp time to buy another windows key again. this is the 5th time ive had this happen

golden gust
#

I mean

#

clearly you're doing something stupid to trip that

ashen nacelle
#

modifying the registry to make it appear like its windows NT 4

#

this only happens on windows 11 insider preview though never happened with windows 10

#

I am trying to see if I can trick the system into running some NT4 applications

coarse lily
ripe sphinx
#

^

ashen nacelle
#

im remoted into my computer from another computer

#

so its showing a 4k res screen on a 720p screen

plucky sparrow
#

i really like casting my ipad screen to my mac

#

even though it serves little to no purpose

#

such a cool feature

ashen nacelle
#

in this case I am not home where my ocmputer is so I am remoted into it

void void
#

Did 1.12.2 get the patch to stop opening programs or not?

#

Like, to stop it going to websites with Log4J

ripe sphinx
#

Paper has not and probably won't be patching versions older than 1.16.X. Update to get support, read the pins in #paper-help for some possible fixes.

void void
#

Oh.

half hawk
#

it did get the patch

golden gust
#

literally already patched

#

read the damned pins

void void
#

Yeah, they patched

void void
half hawk
#

so you have Even Bester Performance^tm

golden gust
#

use whatever version you want, we don't care

#

just note that that's the last time we'll probably ever touch that old stuff

void void
#

Should I be concerned about this error? What part of tag is it not liking ?
13.12 14:22:58 [Server] ERROR Tag not valid: {display:{Name:'{"extra":[{"bold":true,"italic":false,"color":"green","text":"BURNT Knowledge Book"}],"text":""}'}}

wary rampart
#

I use 1.0 because it has less blocks and better performance /s

void void
plucky sparrow
#

I don’t use any version

viral hornet
#

read 📖📕 the 🤘 damned pins 🧷

plucky sparrow
#

Imagine playing Minecraft

golden gust
#

'

ashen nacelle
#

1.12 was pretty good back in teh day

golden gust
#

I don't recall that ever being valid with snbt

void void
#

Play version 0.0 Grab an axe, head into forest

#

IRL

warm anchor
#

Weeeb

ashen nacelle
#

I remember starting on 1.2 back when it was java only

plucky sparrow
#

I started on Minecraft Xbox

#

360

#

Really can’t remember what year

rare tiger
#

off topic but this is the best thing I have seen all day

limber knotBOT
plucky sparrow
#

omg I might have my old worlds

#

Oh they usually take about two to three weeks

#

Don’t worry naom

ashen nacelle
#

i think i still have one of my original worlds

limber knotBOT
#

i don't

#

pretty darn sure

plucky sparrow
#

I remember building a huge wall

#

And a few houses

#

And then giving up

ashen nacelle
plucky sparrow
#

Oh yes and a random 2x2 redstone door

#

I was fascinated by that door LOL

ashen nacelle
limber knotBOT
#

gnome/shell

#

wha

ashen nacelle
limber knotBOT
#

I think I should just restart this bricked OS, hopefully I did not mess up all too much

#

hey adam

ashen nacelle
#

thier fault for running it on an ipad 😛

limber knotBOT
#

lol

ashen nacelle
#

i have video of my computer shitting itself with this map

ashen nacelle
#

I still own a Macintosh SE.
dont believe me take a look in #share-your-pc

limber knotBOT
#

i will when i get my account back

frank otter
#

will cat ban you when that happens

plucky sparrow
#

Hopefully yes

frank otter
#

we can dream

lone ember
#
The JAVA_HOME environment variable is currently set to (C:\Program Files\Java\jdk-16.0.2).```
how am I doing something wrong
quasi valley
#

Do you have Java 11 installed in that dir? lol

lone ember
#

literally just installed the jdk in that dir lmao

half escarp
#

i still dont know how the hackers could get into servers if trustURLCodebase is 99% false

quasi valley
#

otherwise potentially a bad log message, do java --version in bash or something and see what comes up. in some environments you have to restart the terminal to have it use updated env vars

lone ember
#

java --version in terminal says I'm on 17.0.1

#

java_home environment variable is just set to java 16 for some reason lol

rare tiger
#

yet it says jdk 16

frank otter
#

can I hazard a guess you have something messed up in your PATH

twin lagoon
rare tiger
#

should have checked set path and java_home during the install

half escarp
rare tiger
#

the order of the PATH actualy matters

lone ember
#

I don't see anything in my PATH that's conflicting

frank otter
#

I know how I would fix this on my machine, but I don't know how to fix this on yours

lone ember
#

maybe C:\Program Files\Common Files\Oracle\Java\javapath in my system variable is causing it?

frank otter
#

maybe restart the thing that's running the java thing it might have old variables

lone ember
#

oh maybe

#

I had MC open while doing this

#

ok time to uninstall/reinstall java

plucky sparrow
#

uwu

rare tiger
# lone ember oh maybe

MC will use its own seperate runtime unless specifically specified in the launcher btw.

ashen nacelle
#

yeah

lone ember
#

holy shit uninstalling and reinstalling did not fix it

#

I don't even have java 11 on my computer

ashen nacelle
#

change your launcher settigns

lone ember
#

this isn't the launcher, this is vscode

ashen nacelle
#

point it to the updated java

worn ember
#

You gotta restart your CMD for it to detect changes

haughty bear
#

I have some weird issue in git where literally every single tracked file in my repo is marked as "modified", even though I haven't touched most of them. How do I fix this?

worn ember
#

Probably different type of line endings?

haughty bear
#

No, as in I'm very confident that they're not modified at all

worn ember
#

Windows will convert them

haughty bear
#

I've never used windows on this repo

worn ember
#

Well then idk

haughty bear
#

Can you unmark them and then remark only the actually changed files?

#

Oh, it might be permissions

#

I bet it is

worn ember
#

Check the changes

haughty bear
#

I copied the project folder to an NFTS filesystem, reinstalled my OS, and moved it from the NTFS to my ext4 fs, making all the permissions +x

#

Is there a way to recursively set all regular non-dir files to not have execute permission?

lone ember
#

at this point

#

do I just reformat my hard drive and start from scratch

#

I think it would be less of a hassle

haughty bear
#

got it find . -type f -exec chmod 644 {} \;

golden gust
#

was everything commited in the proxy?

#

I mean

#

project

#

brain, words, typing, you know

#

that .git folder in there is literally just a standalone repo more or less, you can literally tell git to clone that as if it was a repo

#

or just reclone from whereever you're storing that repo

haughty bear
#

no it wasn't all committed before I transferred, but that's fine; the issue was just that NTFS messed up the permissions and gave all regular files +x

#

because windows has no concept of executable permission

silent flame
#

What was the original reason for splitting each dimension into its own world folder? I assume this is only kept now for backwards compatibility with craftbukkit

golden gust
#

well, it's what spigot and the fork of CB still do

#

CB had multiple dimensions before vanilla added their system, basically

#

and, thus, when mojang added support for it, CB kept their own layout

ancient bolt
#

Seems like a good idea to me

silent flame
#

I haven't ever tried using datapack-defined custom dimensions with CB/spigot/paper. Does it split those up too?

worn ember
golden gust
#

that ain't supported in CB+

#

No idea how that works in vanilla either

ancient bolt
#

Paper is CB#

limber knotBOT
#

i know that in forge it just creates DIMn

golden gust
#

vanilla would do the same too

#

The entire mechanism is basically stupid and not designed to "grow"

#

the fact that they're dim IDs and not names is kinda dumb

worn ember
#

Thanks nomi. Very cool

limber knotBOT
#

and i've seen people using multiverse have folders like world-name_dimensionname

#

eg world_pvp2

golden gust
#

well, mv just uses CBs system

#

so, you can name the worlds whatever you want

#

The entire system needs some love

#

and, honestly, some of that love kinda needs to come from mojang too, imho

limber knotBOT
#

sounds like a good leaf PR

silent flame
#

its weird to me that CB splits up the dimensions, but then keeps the DIMn subfolders and still references the level.dat in world

golden gust
#

Joy is is that much of this stuff was done years ago and hasn't really been touched outside of maintanence

#

Well, yea, that's part of the stupidity of the way CB did it

limber knotBOT
#

unread email counter goes up

golden gust
#

the entire thin really hasn't been maintained and mojangs mechanism wasn't designed to scale past the default worlds

limber knotBOT
#

gets excited

#

github email.

ancient bolt
#

I mean not that it matters. This is the last version Paper will support Minecraft.
The next version of Paper will be a CSGO DOOM modding platform

#

idk if we remembered to tell y'all

void void
#

Are we going to hardfork from mojang soon?

ancient bolt
#

it was the only way

void void
limber knotBOT
#

PaperClient whne

#

PaperProtocol when

silent flame
#

if mojang ever normalized the dimension folder structure, is there any chance paper would adopt it, or is there too much momentum using the CB format?

golden gust
#

once we hardfork we have fair game

void void
ancient bolt
#

if they cam up with something good we'd probably adopt it

golden gust
#

and, theres many changes in CB which could probably do with just being yeeted out

ancient bolt
#

you can go from Spigot -> Paper but not necessarily from Paper -> Spigot. That's my opinion though

golden gust
#

yea, I mean, for me, the biggest factor is introducing large changes over spigot

#

it's already bad enough that we've got patches in the 1k+ mark

ancient bolt
golden gust
#

(at least we have mojang mappings now, that's been a massive hell over the years especially with cb's mappings)

#

😄

warm anchor
#

Will you buy paper chan stickers krappa

worn ember
#

Will you buy ded stickers?

limber knotBOT
#

no

warm anchor
worn ember
#

No u pay me. That's how capitalism works my friend

golden gust
#

They already sell those

limber knotBOT
#

LOL

#

those are more like city stickers tho

#

runs

golden gust
#

I thought City was a kite

void void
worn ember
#

Can confirm my load is quite white

#

Oh it said wide. My bad

limber knotBOT
#

@fading oxide we're gonna need Paper beer glass before that

golden gust
#

DED

#

YOU DENSE....

#

❤️

worn ember
#

Lol

limber knotBOT
#

slightly homosexual

#

but in a good way

#

yknow im saying

void void
#

Very true tho

limber knotBOT
#

don't care.

void void
#

Along with mini’s paperpowered tramp stamp tattoo

ashen nacelle
#

tf i walk in on

golden gust
#

itt: Paper Con, needs to happen

#

We also need to get mini drunk

void void
#

For reference:

golden gust
#

and, find a tattoo artist

limber knotBOT
#

yes

warm anchor
limber knotBOT
#

you should get matching tats, cat

worn ember
#

Well

golden gust
#

gg

worn ember
#

Very cool

warm anchor
worn ember
#

Stopid discord

warm anchor
#

lol

ashen nacelle
void void
worn ember
#

There we go

ashen nacelle
wispy blade
#

i'm back, bitches

void void
ashen nacelle
#

Welcome back as a real person and not a webhook bot

#

make sure to check out the Macintosh SE.

wispy blade
#

noice

worn ember
#

Oh shit

ashen nacelle
#

it gona get wild in here

void void
#

That was a very fast t&s response btw

worn ember
#

Permabans are more fun

waxen panther
#

sadge

ashen cliff
#

@wispy blade

#

Bro.

wispy blade
#

@ashen cliff

#

Bro. I missed you bro.

ashen cliff
#

Same bro.

#

Welcome back.

#

Time to never interact again.

wispy blade
ashen nacelle
#

after 11PM for you Naomi

worn ember
#

Yeah go sleep

ashen nacelle
#

I leave work in about an hour

acoustic dagger
ashen nacelle
#

great now i have queen stuck in my head by the meme from aurora

unique elm
#

how can i download the paper 1.16.5?

marsh charm
#

seems legit

worn ember
#

.downloads

limber knotBOT
unique elm
#

.downloads

limber knotBOT
unique elm
marsh charm
#

1.18 world gen is funky

unique elm
#

clicked

coarse lily
marsh charm
#

ayy it's next to a bamboo jungle

marsh charm
worn ember
#

Lmao who added that

#

Should make them manually fill it in

ornate tundra
#

been trying to find this functionality in a plugin. Is this the only video player for in-game that you know of? Is this working? How do I get the plugin, thanks.

coarse lily
#

Not sure what version(s) it works on

#

I think it was mostly a proof of concept kind of thing, though.

ornate tundra
# coarse lily https://github.com/Holovid/Holovid

thanks I found that. Hopefully the person who runs the server can take it from there. There used to be a mod called Web Displays, do you know of anything else like this? Seems hard to believe there isn't a plugin for playing videos in game

coarse lily
#

Haven't seen that, but haven't really been looking.

#

Only thing I've seen so far is Holovid.

ashen nacelle
#

I wonder how well oculus can handle minecraft

whole sun
#

anyone ever experienced a bug where blazes from a spawners won't target players?

#

seems like the spawner is spawning slow too

#

normal fortress blazes target correctly

#

super weird

wispy blade
#

can't believe paper general is paper help now

#

insane

worn ember
#

Can't believe they let a 15year old roam free on discord

hoary belfry
#

are 1.18 paper servers now stable?

wispy blade
#

no

#

@worn ember can't believe they let a belgian roam free on discord

quick pasture
#

whats wrong with belgium

#

the y have nice things too yknow

wispy blade
#

chocolate

#

waffle

worn ember
#

@ mods @wispy blade is being racist again

wispy blade
#

that's about it

twin lagoon
#

@restive thicket BEST camotoy

wispy blade
#

hello michael

restive thicket
#

HI MICHAEL

whole sun
wispy blade
#

could honestly not care less

#

been annoying me for the past 2 days

whole sun
#

thanks so much!

whole sun
wispy blade
#

people not using the right channels sure is my problem 🙄

whole sun
#

if you say so

wispy blade
#

considering how many channels there are, i'm surprised people scroll all the way down to general first

whole sun
#

know what's funny about that? paper help is actually higher up/sooner on the list

jade flax
#

whats even better is people using velocity help for paper or waterfall

whole sun
#

so that's a pretty smooth brain moment on my part lol

wispy blade
#

that's exactly my point

whole sun
#

i genuinely didn't think it was paper specific

#

i was like "whoa weird, wonder if anyone else has seen this before"

wispy blade
#

well, honest mistake

#

already better than 99% of people

whole sun
#

oh man

#

a friend of mine the other day said "if 99% of the world finds me unattractive, that means 76 million people still find me attractive"

#

and i've been thinking about that for like 3 days

wispy blade
#

world big

#

another thing to think about: if you're not hotter, you're always cooler

whole sun
#

did you just dad joke positive self esteem

wispy blade
#

i can only dad joke

foggy silo
#

@wispy blade yo u got ur account back?

wispy blade
#

yessir

foggy silo
#

Now I can’t say ur a robot 😩😩😩

wispy blade
#

you can, you just don't have proof

foggy silo
#

How did they resolve this issue for you this fast

wispy blade
#

made a really sad report

foggy silo
#

:Pensive:

#

Ah well

#

Good job! x)

wispy blade
#

smth smth my bday was in 2 weeks man :c

foggy silo
#

detroit the convincer

#

(Though guilt)

#

So like how did it happen, did you lose access or something?

wispy blade
#

yea

#

they just locked me out

tropic flame
#

nice

twin lagoon
tropic flame
#

based Touhou player is now unbanned

#

hi naomi

waxen panther
#

I would argue naomi is anything but based

twin lagoon
#

@waxen panther koriPat

waxen panther
#

@twin lagoon

twin lagoon
foggy silo
#

Hi broc hi Michael!!

twin lagoon
#

BEST owen

foggy silo
#

😍

worn ember
wispy blade
jade flax
#

if it is something that you need help with, and is paper related, #paper-help it is

river blaze
#

Thank you so much! I'm so sorry

lucid crystal
#

i randomly chose 20,000 for a radius in chunky to pre-gen, im like 4 hours in and wondering if might be overkill lol

warm anchor
#

@lucid crystal unless you have 200 concurrent players in a SMP that’s way overkill

lucid crystal
#

rip time

#

i can't really visualize in my head the distance of a chunk, we have about 5 players and we all have the wings and like to explore, what would you think is more reasonable?

warm anchor
#

Pregenerate 5k

#

Leave the rest for thosd who wants to fly

#

That way you migrate some of the lag at start but also don’t have to deal with a 10G backup every time

lucid crystal
#

yeah, that was starting to worry me too. i just finished and it's 13 GB lol

#

thanks for the tips

coarse lily
#

I think it depends a lot on the world type/style/etc.

#

Some people really want big worlds.

#

40k / 40k is pretty big, though.

#

Like 20k / 20k is probably plent.

warm anchor
#

20k 20k is a lot imo

#

I like my SMP looks alive

#

Not 1000 blocks of wastes land then one base then another 1000 block of nothing

coarse lily
#

20k -/+

#

Er, I mean 20k x 20k

#

So 10k -/+

#

It's a lot but that used to be the standard for maps I did forever.

#

Anything smaller and people were grouchy.

#

Depends a lot on the server though!

lucid crystal
#

im zipping the 13gb 20k world to see how long it'll take to upload to server. after that, im not sure backups would be terribly horrible on the server itself, it is SSD storage.

whole sun
#

lol the first time i used chunky i pregenned 60k and tried to schedule it to shut down during times when i expected to get on and turn back on overnight

#

i crashed my server twice a day because of that

#

and there were 6 of us

#

i got about 25k done before i realized i was being a moron

grand pewter
#

^ just in case it interests anyone here, real world examples of what people use as borders

#

sampled from 1000+ servers, some odd number of worlds

coarse lily
grand pewter
#

yeah it only tracks major radius (so in the case of a rectangle, the larger size)

coarse lily
#

So 10000 is -10000 to +10000 ?

#

Or 10k total?

grand pewter
#

most people have square borders though

void void
#

helo paper

swift root
#

o/

void void
#

how we doing 2day

whole sun
#

grinding a new nether tunnel for the wiff so she has faster travel to her new 1.18 mesa chunks

#

and for some reason i chose to make the nether tunnels with spruce stairs, dark oak slabs, soul soil, glowstone, and oak leaves

#

and black stained glass

#

i can only afk for the black dye and the glowstone, everything else i have to grind out for this 1500 block long tunnel

void void
#

relationship goals tho

#

family smp

#

lol

whole sun
#

family & friends

void void
#

nether tunnels with ice for boats or for horses?

whole sun
#

actually just for flying and soul speed

void void
#

ah i see

whole sun
#

too many angles for boats

#

i'm trying to bribe our servermates to help me dig out the 5x5 lol

void void
#

lol

#

might be worth a tnt duper 👀

whole sun
#

or help with the grindy materials

#

i refuse! hahaha

void void
#

suit yourself

whole sun
#

one of these days i'll cave in and start duping

#

i enabled it on the server for a buddy to use on his tree farm

void void
#

tnt duping is still vanilla and fair imo

magic river
#

Imagine having an SpO2 reading in the 70s and thinking you didn't need to go to the hospital for days

void void
#

but everyone has a different "line in the sand" theyre willing to cross

upbeat falconBOT
magic river
#

Yes

whole sun
#

or just knowing you feel out of breath

#

OH

#

oh wow

worn ember
void void
#

so true

magic river
#

Well if he went to the hospital he wouldn't be able to smoke cigarettes and weed for a couple days

#

My family are morons

void void
#

yikes

worn ember
#

Humanity is pushed forward by a few smart people. The others are morons lol

spare venture
#

like u

worn ember
#

Yes like me. And like you

spare venture
#

nah i’m not like u ded

worn ember
#

You wish you were

spare venture
#

absolutely not

#

everyone should be unique

worn ember
#

Yeah that's what the nice stories tell you right. Reality is quite different

spare venture
#

i’m not gonna let an arrangement of pixels on my phone tell me what to do

warm anchor
#

@magic river wtf hope that knock the sense out of them

magic river
#

Well I imagine that did a lot of brain damage so literally

void void
#

i am braindead

#

literally caught myself typing terminal commands into discord

coarse lily
#

rm -rf *

worn ember
#

Very unique. Embrace it

spare venture
#

i bet there is more than 0 people who tried to do the log4j exploit on discord

void void
#

i mean

magic river
#

I think it worked on discord

void void
#

discord was vulnerable

#

yeah

magic river
#

Pretty sure discord search uses elasticsearch

void void
#

yep

#

i think theyre trying to redo most of their backend in rust+elixir+erlang tho

worn ember
#

They disabled search for a while

magic river
#

elasticsearch is a nice self contained thing, no reason for them to rewrite it

void void
#

They arent refactoring all their backend, just saying going forward they are gonna depend less on java

magic river
#

I think there is a rust alternative but probably no need to switch

void void
#

if it aint broke dont fix it (it was broke)

spare venture
#

wait it was vulnerable? huh

worn ember
#

I hacked ur server barty

spare venture
#

o no

#

what’d u find

worn ember
#

That it's bad 😂

spare venture
#

wow no it isn’t

worn ember
#

What happened to your 200 players bruh

spare venture
#

stopped advertising

worn ember
#

Well clearly they didn't stay cx

spare venture
#

given that i haven’t advertised it at all in like 5 months i think that’s ok

grand pewter
#

how many players do you have self sustaining

spare venture
#

don’t really care about player counts

warm anchor
#

I thought tiktok start to ban those ads that pretends to be user made video

spare venture
#

idk i’ve been working on a major update for like 3 months now

warm anchor
#

Ain’t that what you were doing?

#

They pop up on YouTube short from time to time with tiktok logo still on it OMEGALUL

worn ember
#

Whenever I open mc it's around like 13 or so

spare venture
#

i don’t think there’s anything wrong with advertising on tiktok, so no

#

given that i see ads on tiktok constantly

warm anchor
#

If I wanna watch Minecraft video, I’d hope it’s real user made video not just advertisements

spare venture
#

um ok

warm anchor
#

Similar to why Mojang shut down their LFG channel on discord coz it’s full of spams and server owner pretending to be looking for people to play but it’s just ads

spare venture
#

people who run servers aren’t real people 😡

warm anchor
#

No they ain’t real

spare venture
#

how dare i show off cool features on my server

worn ember
#

What cool features blaze

warm anchor
#

@worn ember ability to rtp in nether with cached location

#

Where my rtp

spare venture
#

nah rtp is a bad feature

#

wouldn’t let that on my server

potent fossil
#

I find it useful only on the largest servers where it's extremely difficult to even get started, but then I would only use it one time

warm anchor
#

Walking is more fun tbf

magic river
#

rtp?

warm anchor
#

Yeah

upbeat falconBOT
warm anchor
#

Walking allows you to see servers history and the build that’s close to spawn

#

Oh I wasn’t asking lol just teasing ded

spare venture
#

we just have portals throughout our world that you can warp to

#

otherwise people just abuse rtp to explore and find resources

#

and if you limit it then it just screws people who get a bad spot

magic river
#

You have audio streams in your game?

spare venture
#

random teleport

potent fossil
#

If I were to use an rtp system, it'd be centered around something more custom. I.e. spawn would be a closed system, only way out is teleporting. You walk through a portal that runs some code to see if you have an area assigned. If not you appear in some random area that then gets associated to you that you could change by walking but you can never get a new random area

#

but otherwise yes, walking > rtp if the server is small enough

spare venture
#

since my map is an earth world i just have portals/warps to everrry contineent

#

still have to do a lot of walking tho

potent fossil
#

yeah for your server rtp wouldnt really make sense

thorny totem
#

I don't think there's a working Worldedit CUI for Fabric 1.18.1? Last release dates back to 1.16.5 sadly 😦

chrome kite
#

🤡

foggy veldt
#

I hate walking

#

Especially with the new world gen where you walk over a mountain and then you’re greeted with a giant 50 block wide ravine

potent fossil
#

Minecraft!

spare venture
#

elytras being so common and mending being so common really made people hate to explore by foot

languid karma
#

i just fly to my destination

#

no need to use those useless legs

potent fossil
#

i love to explore my foot ngl

#

i was just saying for a super large server, to get started without getting immediately pvped or followed, rtp can be helpful

potent fossil
#

bloomhost is actually top tier lol

#

was running bluemap and chunky and my friends were playing, i asked if they were lagging

"not at all"

warm anchor
#

now if only every host are like that. They built their own hardware iirc so they aint those budget resellers

#

The issues I see is majority of kids who dont know better and kinda being taken advantage of

robust parrot
#

I have a stupid question. When we updated to 1.17, I don't remember actually seeing an announcement when 1.17 releases were stable. Was there an announcement back then and I just missed it?

#

Eventually I figured out it was stable and just updated so all was fine, lol. I'm just trying to remember what actually happened

pale river
#

1.18 is generally considered stable except for lectern bounding boxes and the memory leak from upgrading pre-1.18 worlds. generally there isn't an announcement for stability as that's not something that can be easily measured.

robust parrot
#

aha

pale river
#

warnings just eventually are removed, slowly.

robust parrot
#

got it

#

I don't understand what you mean about lectern bounding boxes having an issue

foggy silo
#

Yea it’s just to prevent people from just blindly updating

pale river
#

their collision is wrong if you step on it so the vanilla anticheat gets angry.

foggy silo
pale river
#

not game breaking at all but annoying.

fickle isle
#

can someone walk me thru how to get proximity chat

foggy silo
#

Paper general? 🤔 is this a Minecraft thing?

void void
#

Paper general? 🤔 is this a Minecraft thing?

void void
#

detrollt

foggy silo
#

Troll face

void void
#

a most kek W moment

foggy silo
coarse lily
potent fossil
#

can't speak to it when it comes to high player counts but for a small hobby server yeah it's beasting

coarse lily
#

Is it one of the 5905X plans?

#

Damn good CPU for Minecraft.

#

And in general.

potent fossil
#

No I grabbed the 3950X

#

Didn't feel the need for the 5950

coarse lily
#

Ahh yeah. 3950X is still great.

merry talon
#

simple SMP? WatamePog

coral pier
#

Smp?

viscid wedge
#

Survival multiplayer

coral pier
#

Eye see

potent fossil
#

Does anyone experience "An operation is not yet supported implemented" when using Gradle and JDK 17

#

I'm about to go back to JDK 11 cause it never happens

#

(on IJ anyway)

#

yeah whatever idk, went back to jdk 11 and it never happens so something's going fuckywucky

#

i take that back, it happened again

foggy veldt
#

Nope, it’s been fine for me with jdk 17 and gradle 7.3.1

potent fossil
#

idk what's going on, but then again stuff always goes wrong due to WSL

#

so it's probably that

#

okay now im getting more cryptic stuff about failure to find a variant of paper compatible with java 8 kekwhyper

#

okay apparently that was minecraftdev defaulting to java 8, so changing to 17 fixed that one. but no clue what the "not implemented" is. but whatever, can code now

late belfry
#

Trololo

late belfry
#

Trollolol

potent fossil
#

ok

plucky nacelle
#

why do you keep saying that woofer?

late belfry
#

I have tumor in my brain stem

viscid wedge
late belfry
#

Dang

wispy blade
frank otter
#

aww she got her account back

viscid wedge
#

niamoh

wispy blade
#

soups!

marble lark
marble lark
#

welcome back

foggy veldt
wispy blade
#

16

steep nexus
#

is it safe to use 1.8.8 ?
in my server bec my all plugins work in 1.8.8

wispy blade
#

no

golden gust
magic river
#

Dude is just channel hopping until someone answers directly instead of pointing to something to read 😄

#

Wow Apple released an Android app that lets you detect nearby AirTags so you can see if someone is trying to track you

wispy blade
#

lol

vernal moth
#

Great, now apple expects me to install an app to see if their shitty hardware is used to stalk me?

magic river
wispy blade
#

isnt ligna italian for line or smth

ashen cliff
#

Bro.

#

Italy doesn't exist.

wispy blade
#

true. south east dialect france.

ashen cliff
#

Just look at the AuthMe devs. 90% Italians. But 0 work gets done.
Confirms that they don't actually exist.

wispy blade
#

undisputable evidence, right there

magic river
#

Wait you aren't a bot anymore

vernal moth
#

All I know about Italy is that they build leaning towers and call Germans to fix it

magic river
#

Did they actually give your account back or is this an alt?

ashen cliff
vernal moth
#

Italians if you make fun of them

ashen cliff
#

Can't be mad, if you don't exist.

magic river
#

Isn't he from Argentina?

#

Hmm, does that mean probably German? 😛

ashen cliff
wispy blade
#

67"

#

im scared

ashen cliff
#

Yes.

golden gust
#

67?

#

Sounds like something which needs a launcher mechanism

#

Ultimate zombie survival tool

#

(Well, until you run out of platters)

ashen cliff
#

Should have 3.

#

Probably enough to wipe out a small city.

#

Just imagine a 67" platter rotating at 7200 RPM.

#

Cat has to at least. kekwhyper

wispy blade
#

needs serrated edges

untold copper
#

ah yes

wispy blade
#

ah yes

vernal moth
#

Holy shit

tropic flame
#

lovely

vernal moth
#

We have 70 builds pending in Jenkins at work

#

We can process 24 builds concurrently

#

Log4j update go brrrr

tropic flame
#

pfft that's like 4 sequential builds then

#

brrrr

wispy blade
#

this uptime

vernal moth
#

Well new jobs are added faster than we can process them

potent fossil
magic river
#

You got the headless jdk

#

You need the not-headless one 😄

vernal moth
#

Nogui ftw

magic river
#

Hmm, I thought this was used even with nogui

potent fossil
#

wait what

#

ah yeah awt

#

so i can just add -nogui?

magic river
#

.try

limber knotBOT
potent fossil
#

sounds like a plan

#

yup

vernal moth
#

Either --nogui or nogui

potent fossil
#

yep worked

#

thanks

worn ember
#

Lovely... I just got on my train and then i get a notif that my class will be online

ashen cliff
#

Epic. Just do it from the train.

worn ember
#

I didn't bring my laptop lol

ashen cliff
#

You have a phone.

vernal moth
#

Can't handle the truth

#

😂 😂

worn ember
#

Lol presentation on my phone

potent fossil
#

F

worn ember
#

If I'm lucky i might make it back in time

#

I'm omw back now but i still got cycle for like 20 mins and I have my presentation in 22

potent fossil
#

Email your prof that you're going to be late due to receiving the announcement that class modality changed late

#

Let someone else go first maybe

#

Idk

worn ember
#

It's a planned group presentation

potent fossil
#

F

#

gl

worn ember
#

But yeah I let my teammates know to inform her i might be a few mins late

potent fossil
#

good luck soldier

marble lark
radiant oriole
#

hahah I like that strategy

potent fossil
#

some wsl bullshit im sure

little saddle
#

can anyone talk me

ashen cliff
#

Perhaps.

wispy blade
#

There's a chance.

hexed dragon
#

I'm a bot

untold copper
#

ok

hexed dragon
#

A bot that has no work.

worn ember
wispy blade
#

gg

marble lark
#

nice pfp btw

worn ember
#

nailed it

potent fossil
#

ggz

little frost
#

wtf @untold meadow

untold meadow
#

@little frost wtf

rare python
#

So here's a question, should I get 16GB of ram or 32GB?

wispy blade
#

get 32 cuz why not

#

whatever's a better deal

#

@untold meadow best kezz

little frost
#

@untold meadow best kezz

rare python
#

Well the 16GB is £60 and the 32GB is £100

untold meadow
#

woah naomi is back

#

ig that means belated happy birthday?

wispy blade
#

thanks <3

rare python
#

I suppose the question is, do I need 32GB of ram?

worn ember
#

how are we supposed to know lul

void void
twin lagoon
#

@untold meadow BEST kezz

#

bestest of kezzes

rare python
void void
#

64

rare python
#

The ram allocation to IntelliJ is measured in MB.

void void
#

actually..

#

all of these are more cpu intensive than ram

rare python
#

Yes but I'd don't have ram

void void
#

32 should be okay

#

I never reached them on my pc

rare python
#

The only reason why my CPU is dieing is because it's spending so much time moving things too and from swap.

potent fossil
#

wow the Material enum hurts

void void
#

how do you know it's dying

rare python
#

Almost constant 100% usage lol

#

kwsapd go brrr

void void
#

swapiness 0 lol

#

more seriously yeah go for 32 it's what a developer needs nowadays

rare python
#

Okay.

vernal moth
#

Can this log4j shit pls end already?

potent fossil
#

wha

vernal moth
#

Day 5 and somehow it keeps getting worse

ashen cliff
#

So, what happened today?

void void
#

wonder if you can run arch in minecraft

#

so we can convert more people

vernal moth
#

The script they write to detect apps that use log4j still doesn't detect anything

ashen cliff
#

kexec. 🛌

potent fossil
#

hmmm. Material.BEDROCK.isItem() => true? Implying it's obtainable? I thought you can't break that ThonkEyes How does one obtain it

vernal moth
#

Well not anything, but not everything either

ashen cliff
potent fossil
#

19 minutes 35 seconds

#

No

ashen cliff
#

Just watch the first minute.

potent fossil
#

What the fuck.

#

Is that why it returns true in Material, purposefully? ThonkEyes

rare python
#

Hmmm

rare python
#

2400? Nooo

void void
#

they're cheap

ashen cliff
#

Xeon + ECC REG gang.

void void
#

oh

#

I didn't see it

ashen cliff
#

Thank you Intel for unlocked Xeons.

void void
#

well Peter probably doesn't need ecc

ashen cliff
#

Need.

#

It's one of those things that you don't need, until it's too late.

rare python
#

Ryzen likes fast ram.

void void
#

screw users just restart

rare python
#

I have been using 2400mhz ram with a Ryzen CPU.

ashen cliff
#

Understandable.

void void
#

3200 can't relate 😎😎

#

I saw what DDR5 will do, it's crazy

ashen cliff
#

4000Mhz stick paired with a CPU that is locked to DDR4 2133.

twin lagoon
#

KRUSIC!

ashen cliff
#

Bro.

twin lagoon
#

BRO!

ashen cliff
#

Kin still banned?

twin lagoon
#

Yes bro.

#

But we still have @meager tusk

ashen cliff
#

We must also pray for Oskar.

#

🙏

twin lagoon
#

Absolutely not bro what the fuck

void void
#

What happened

#

Oskar the velocity plugins guy?

ashen cliff
solid siren
#

Hi guys

#

Was planning to make a item based economy

#

Is diamond the best?

twin lagoon
#

netherite

solid siren
#

Cureency

untold meadow
#

poison potato

ashen cliff
#

Debug sticks.

untold meadow
#

the skull of minecraft user clx_

void void
#

Ban books

twin lagoon
#

@untold meadow WHERE did brocc go

untold meadow
#

a sheet of paper renamed to a link to an nft

#

@waxen panther oom moment?

twin lagoon
#

kezz once again alone in teamspeak soon

little frost
#

written books with the passwords to crypto wallets

ashen cliff
#

We legit had to use TS3 again.

twin lagoon
#

TS5 bro

ashen cliff
#

Discord hogged 500MB of ram and the dude legit couldn't play a game with us.

wispy blade
#

bruh LOL

ashen cliff
#

Already shipped some ram his way.

rare python
#

I've had discord use a GB before

vernal moth
#

Ts3 is still king for voice only communication

rare python
#

On a system with only 8GB... this is rather unhelpful.

vernal moth
#

Just open discord in internet explorer, most efficient browser

twin lagoon
#

discord features like screensharing is something i end up missing

rare python
#

One time I just got so fed up I allocated 32GB of swap

twin lagoon
#

i don't hate ts5 that much, ts3 has a weird issue where it always turns on automatic gain control for your own mic

#

(and the shit UI)

vernal moth
#

Swap is for weaklings

rare python
#

Lol

limber knotBOT
#

i need it if i want to .\gradlew applyPatches

brave mountain
#

Does swap damages nvmes?

limber knotBOT
#

well, swap is disk, and frequent disk I/O wears them out faster

potent fossil
#

naomi did you get banned again

rare python
#

Why are you talking though the bot again?

#

I guess they got banned.

limber knotBOT
#

no i'm in comp sci class and don't feel like logging in to discord on school computers

rare python
#

🎉

limber knotBOT
#

and you know what school computers are like...

brave mountain
#

I'm deleting the swap from my server right now...

rare python
#

Lol

void void
#

That's pretty racidal

#

Radical

limber knotBOT
#

don't do that

rare python
#

Ya dont

brave mountain
#

Nvmes are expensive

rare python
#

Yes

void void
#

No?

golden gust
#

macOS is nice and resizes the swap for you automagically

brave mountain
limber knotBOT
#

hitting swap isn't bad, hitting swap all the time is

void void
#

The swap isn't used that much in normal conditions

void void
limber knotBOT
#

throwback to .\gradlew applyPatches taking up all my ram and 8+GB swap

#

(i have 17.3gb swap)

golden gust
#

No

rare python
golden gust
#

vivaldi the guy is running on my desktop

limber knotBOT
#

doubt

void void
#

Ah okay

limber knotBOT
#

his music, sure

void void
#

He lives in your desktop

brave mountain
void void
#

You good

limber knotBOT
#

i love how my "intro to system design" is just database design atm

void void
#

The world runs in sql you know

limber knotBOT
#

that's coming to an end

#

people wanna have nosql dbs

void void
#

I meant the universe

limber knotBOT
#

ok but do you say sequel or sql

rare python
#

SQL is pain

uncut steppe
#

Does anyone know where i can do plugin programming freelance jobs for like 5€ each?

limber knotBOT
#

no

uncut steppe
#

Sad

limber knotBOT
#

not here

#

just make an ad on like mcmarket or smth

void void
uncut steppe
#

That was a quick response

golden gust
#

Yea, my systems design class was basically the same

#

MySQL and then some android app, I think

#

but, that was uni level, so 🤷‍♂️

void void
#

Why naomi is bot

limber knotBOT
#

because i am an Advanced AI

uncut steppe
golden gust
#

because real people have brains

void void
#

Ohh

#

Gpt69

limber knotBOT
#

void void
#

I bet you run in python

limber knotBOT
#

ew.

#

glorious C++ ofc.

#

goes zoom

void void
#

glorious

golden gust
#

but

#

naomi brain no go zoom, so, clearly not

#

or, what exists of a "brain"

wide chasm
#

Which part of C++ is glorious again?

golden gust
#

a neuron or two?

uncut steppe
void void
#

Only one way to know

golden gust
#

You're in one of the shittiest communities in existence

limber knotBOT
#

creator likes calling std::this_thread::sleep_for(std::chrono::seconds(1); a lot

void void
#

Shh don't tell them

golden gust
#

vet people beforehand, etc, but, glhf

foggy silo
#

Naomi what happened to ur discord account? 🤔

limber knotBOT
#

scroll up

#

dum owen

void void
worn ember
#

lmao banned again?

limber knotBOT
#

ded

void void
#

i am boost yay

limber knotBOT
#

^

worn ember
#

stupid

#

dum dum dutchie

limber knotBOT
void void
#

Was about to ask the same lol

foggy silo
#

4 years!

worn ember
#

everyone just wants nomi permabanned

foggy silo
#

Outdated software SMH damn damn

limber knotBOT
#

exactly

worn ember
limber knotBOT
#

TRUE

foggy silo
#

I remember my comp science class

#

I’d just go on my phone the entire class, it was kinda boring.

#

But hey, free AP credit.

marble lark
#

:D

limber knotBOT
#

fuck i pressed the update button on my phone

#

time to wait 15 mins

waxen panther
#

i caved

#

sw*p enabled 😔

twin lagoon
waxen panther
#

not a kori ahegao moment

twin lagoon
untold meadow
#

damn, what finally made you swap?

waxen panther
#

oom'ing

#

🙄

twin lagoon
untold meadow
#

oom moment

#

moooment

twin lagoon
#

moo

untold meadow
#

🐮

waxen panther
#

no more oom moments

#

michael where r u

#

NOT in TS ?

untold meadow
#

brocc vegetarian arc

#

ignoring my slack messages too

twin lagoon
#

i do not have internet

untold meadow
#

excuses

waxen panther
#

good excuse .

untold meadow
#

he says, communicating to us via the internet

waxen panther
#

ok nvm michael is on his phone

#

michael is never on discord on his phone

#

something is wrong

untold meadow
#

ofc builds have to fail when michael has no internet koriCry

waxen panther
#

inb4 ci is actually in michaels house

untold meadow
#

michael has to hand assemble builds and then reupload them

#

dragging class files into the jar and typing log messages to make it look like gradle is doing something

waxen panther
#

no wonder its so slow 🙄

little frost
#

wtf

marble lark
wispy blade
#

@marble lark i dare you to read pins

marble lark
#

already have

untold copper
#

day #189 of trying to get abs (yesterday): no exercise
day #190 of trying to get abs (today): Did some workout. More importantly,** this is the last abs log I'll be posting publically.** I'll continue to workout but I've decided to stop posting abs logs because it's not getting anywhere.

wispy blade
#

well gee

#

i wonder how

untold copper
#

:c

wispy blade
#

but gl with working out

marble lark
#

good one snoopa it was nice while it lasted

#

you'll eventually get abs, don't give up :)

worn ember
#

just git gud

foggy veldt
wispy blade
#

fact.

rare tiger
#

the anime gets good at ep. 200 trust me

worn ember
#

villain arc

wispy blade
#

sounds like naruto

worn ember
#

sounds like weeb

wispy blade
#

sounds like belgian

worn ember
#

stop hating on my country jeez

#

kinda cringe

wispy blade
#

never

#

until wallonia is nuked and flanders is reannexated, i will not stop hating on belgium

worn ember
#

@ jroy ban this pleb for talking politics

marble lark
#

she's already been banned one too many times ;-;

worn ember
#

one too little

untold copper
little saddle
#

hey

marble lark
#

hi?

little saddle
#

hi

worn ember
little saddle
#

um getting ignored or i am ignoring you?

marble lark
#

!ban DarkEyeDragon No bully pleas

marble lark
little saddle
worn ember
wispy blade
#

ez role

marble lark
#

hol up what

mental meadow
#

perfect, now we can get rid of her

worn ember
#

finally

wispy blade
#

i'm literally meming?

mental meadow
#

and ded

marble lark
#

can we get rid of cat too while we're at it

little saddle
#

uh

mental meadow
#

I still don't understand why people boost this server

marble lark
#

the pile of shit in the corner is getting too high

little saddle
simple karma
#

i wonder when hackers found the log4j exploit

wispy blade
#

still have not received epic role, uwuwa

#

😔

#

i have been lied to

worn ember
#

you need to be epic for that

little saddle
wispy blade
#

yes, i am epicly annoying

worn ember
#

thats true

marble lark
#

why is aurora so widely known as uwuwa lmao

twin lagoon
#

uwu

marble lark
little frost
#

uwu

little saddle
simple karma
#

Michael, what do you do at origin realms

worn ember
#

why do you have a file on how to write your name wtf

golden gust
#

I have a suggestion on how to write your name but it would get me in trouble

twin lagoon
#

the fact that you can join the server and join your realm @simple karma

twin lagoon
#

scaling & infrastructure

marble lark
#

say it'

simple karma
#

alr

mental meadow
#

hey cat

golden gust
#

Hello my #2 aurora ❤️

simple karma
#

the ones with huge farms and stuff

worn ember
#

mojang cant even host their own game properly? thonk

marble lark
#

the fact that there's an entire repo for that lmaoo