#general

3141 messages ยท Page 779 of 4

spice finch
serene bolt
#

if wiz was here this would be promptly dealt with

spice finch
#

Surely

left swift
#

W H omegalul

worn ember
true canyon
#

Global blob emoji was the best.

left swift
#

Jan tuck sounds like a kpop artist name

grand pewter
#

that sounds like something a kpop fan would say

finite wave
#

It's my real name tho, and it is not in any way kpop shit

left swift
finite wave
worn ember
#

kpoop

left swift
#

Any Kpoopers In the Chat?

finite wave
#

satisfiedhooker i like the name of this emote better

left swift
#

What is it

void void
#

haha

finite wave
#

better than itsfree

left swift
#

I cant read it I'm on mobile

finite wave
left swift
#

satisfiedhooker

#

Ah

finite wave
#

yes

#

Very gud

left swift
#

Being a hooker is the hardest job in the world

#

I would know, I was the world

finite wave
#

Oh my

#

weeb shit

left swift
finite wave
#

I only have that one emote regarding dicks

#

meh

worn ember
#

sure

#

i really need to slap some unit tests on this <.<

#

but then i need to abstract everything PepeHands

limber knotBOT
#

uwu

#

Puremin0rez u stink

naive trout
#

@serene bolt crashed ๐Ÿ˜ฆ

#

what frquency should i keep it

serene bolt
#

default

naive trout
#

so i just do wb fill world?

serene bolt
#

yes

naive trout
#

and default is auto skip chunks right

serene bolt
#

yes

worn ember
#

you get a botnet to do the rendering for you

#

i recommend smart fridges, they have powerful gpu's

hazy veldt
#

Smart microwaves might be better, would need to do research.

left swift
#

Did anyone find out if u use 4 separate mc server instances to generate 4 quadrants of a large map to make the gen of a large Map go faster work?

worn ember
#

they only works if you have the paper fork that enables gpu rendering on the server kappa

#

i tried that

#

never again

finite wave
#

Hmm the rust discord turned gay

left swift
#

Friendlies in airfield

worn ember
left swift
#

Hot

worn ember
#

i tried this like a long time ago, didnt get it working fully tho

left swift
#

What wasn't working

worn ember
#

the generating part lol

left swift
#

Lol

naive trout
#

ight world border is fast with the fork now

#

bless

worn ember
#

i think i had the maths down, but didnt get it to work properly with worldborder or something

left swift
#

How does it gen with worldborder or it's own way

#

O

worn ember
#

this is made in WPF tho, so integration isn't the best

#

might retry with JavaFX

naive trout
#

were u serious about gpu chunk generation

worn ember
#

no lol

#

thats not a thing

naive trout
#

i read some old thing

#

it can actually speed it up

#

but its not implemented

left swift
#

Ded isn't that old

#

Kinda rude

worn ember
#

lmao, we had some dude talk about implementing it a while ago

#

and got absolutely rekt

#

its not feasable to do

#

nor benificial

naive trout
#

yeah minecraft devs would need to implement it

unreal quarry
#

it can actually speed it up
@naive trout offloading cpu work to the gpu is like taking your car to visit your neighbor's house. It takes longer to prep the car than it does to just walk..

worn ember
#

cpu's are just better for this

naive trout
#

nah but chunk generation requires a bunch of parallel processign

#

which gpus are more better for

worn ember
#

you still need to switch everything between gpu and cpu

#

which is expensive

naive trout
#

but yeah it would need to be properly coded

#

otherwise wouldnt work

hazy veldt
#

Does the server use GPU at all?

worn ember
#

the time it takes to transfer is longer than the cpu needs to compute it

#

no

#

no gpu's in servers

serene bolt
#

even with proper code you're going to be locking everywhere waiting for the transfers, good luck with ever getting that into a sane state

naive trout
finite wave
naive trout
#

this was the due

left swift
#

Use a cpu to distribute work between a different cpu and the gpu itsfree

worn ember
#

dude clearly doesnt know what hes talking about lol

twin lagoon
worn ember
#

theres no "rendering" involved on the server, and most servers dont even have gpu's so even if they did implement it, servers would be a lot more expensive

#

render farms for minecraft monkaHmm

finite wave
#

Why would the server render stuff?

worn ember
#

lol

unreal quarry
novel island
#

i know what im talking about my dad owns microsoft

grand pewter
#

hah i wish

#

cpu bottleneck is real

novel island
#

what is waterfall

grand pewter
serene bolt
#

pop4959 adds GPU chunk rendering to EssentialsX in a Github PR

good potential drama generator

novel island
grand pewter
#

better bungee

novel island
#

o

#

til waterfall bongs

#

thanks wikipedia

naive trout
#

what does essentials x really do

finite wave
#

A lot

novel island
#

its like 10 essentials

magic river
#

That visibility check is actually why VBO generation on the GPU (I guess via geometry shader) would suck

#

Because it requires a block to look at its neighbors and do different things depending on the results

naive trout
#

the description of essentials x doesnt say anything

magic river
#

You could generate a mesh for a chunk really fast with a geometry shader if you made a really dumb one that just tried to draw every face of every block though

#

Would probably be an overall slowdown, it has been for basically everyone who has tried to use geometry shaders so far and geometry shaders aren't a thing in modern GPU APIs anymore since they suck in general

serene bolt
#

yup

vernal moth
#

Not having even the most basic culling your performance will suck

naive trout
#

imagine how much better fps would be if we didnt use opengl

vernal moth
#

That's not really the issue

#

Don't blame it on the tech, blame it on the impl

#

Minecraft isn't slow because it uses java either. Minecraft is slow because the code is shit in some areas

worn ember
#

i think mini is the problem

naive trout
#

partially because of java tho

#

bedrock vs java fps no competition

serene bolt
#

that's not because of java, though

vernal moth
#

That's because bedrock is a rewrite

#

And also it has worse lighting

limber knotBOT
#

java allows u 2 b bad and lazy omg

vernal moth
#

Which I will never understand

serene bolt
#

the liquid lighting / shading in bedrock looks weird

#

water is just odd looking

limber knotBOT
#

imagine if unmanaged memory or go for maximum async-ness

#

s;laksjdf;lkjsa

vernal moth
#

You can write bad code in any language

limber knotBOT
#

I realized I didn't meme up my language enuf

vernal moth
#

Just explaining for others who don't seem to get it

limber knotBOT
#

no, explain not gud enuf

finite wave
#

Lies

limber knotBOT
#

gotta use analogies like cleaning up ur room

magic river
#

bedrock isn't really a rewrite, although the renderer is

#

And it seems like they've made significant changes as they've re-enabled features

#

But it started life as a 1:1 port of 1.2.5 Java to C++

vernal moth
#

That was the initial pocket edition, right?

#

Do those share they code with what is bedrock now?

#

I was under the impression that it's two different studios

magic river
#

Yeah, MCPE was 1.2.5 ported to C++, all the things too slow for phones commented out, and the renderer rewritten to use shaders because GLES

cunning raft
#

wasn't the og pocket written in java

magic river
#

Bedrock is MCPE

#

The console versions were the from scratch custom things that got dropped for Bedrock

#

Which is when they changed the name

vernal moth
#

Ah I see

#

I thought it was the same for mobile as it was for the legacy consoles

cunning raft
#

well 4JStudios did all the legacy console stuff

#

mobile was Mojang

magic river
#

"Mojang"

cunning raft
#

well

#

not 4J

magic river
#

It started as Mojang but afaik the team the grew to work on it was a Microsoft thing until Mojang Studios

#

The producer or whatever was still jeb though

vernal moth
#

Mojang does the gameplay design stuff

#

Jeb is CCO nowadays iirc

vagrant niche
void void
#

holy crap emacs is amazing. thank god it has a tutorial tho

mighty storm
ashen cliff
#

Nah. Save your memory and set the minimum to like 1GB.

mighty storm
#

also, is there any way to run paper + forge

worn ember
#

sponge

mighty storm
#

PAPER + forge

#

:|

worn ember
#

no

#

the best option you have is sponge

true canyon
#

Paper, no. There are downright monstrosities that no sane plugin dev supports when inevitable bugs happen, though, if you want to go down the rabbit hole of copyright violating nightmares! ๐Ÿ˜„

minor badge
#

possibility and stability are often mutually exclusive in that instance, but yes, possible

mighty storm
#

ah makes sense

#

SpongeForge is probably the closest we'll get

#

on 1.12.2

worn ember
#

literally any mod bypasses any protection

void void
#

could do a forge server with really janky fukkit things

mighty storm
#

just wanting something like essentialsx or similar really

worn ember
#

its supported on sponge iirc

minor badge
#

nucleus on sponge

worn ember
#

most popular plugins either exist in mod form or for sponge

void void
#

hm, so apprently forge coremodding is a bad thing

worn ember
#

yes

void void
#

i almost exclusively do that haha

true canyon
#

Nucleus, chew, is the ess equivalent on Sponge.

mighty storm
#

sweet

worn ember
#

FTBUtils has a bunch of useful tools too

mighty storm
#

all we gotta do is shade forge into the paper jar at compile time it's not that hard ๐Ÿ˜ค

worn ember
#

if only

#

what was the original bukkit+forge thing?

#

i forgot

#

back in the 1.2.5 days

#

before cauldron

true canyon
#

MCPC+ was cauldron's original name right?

void void
#

i like world edit

worn ember
#

yeah right

#

thats the one

#

man, i remember the tekkit classic days lmao

#

there was an exploit in NEI that let you switch gamemodes KEKW

#

in mp

void void
#

nice

#

free creative

worn ember
#

yup

#

god and the amount of dupe glitches in mods

#

was insane

#

well tekkit classic was basically all about duping with EE

hearty cloak
#

Perhaps there's a newer wiki page somewhere and I'm just missing it.

unkempt drift
#

there's a pr for all the updated settings

hazy veldt
#

Last updated November 24th 2019 for MC 1.14.4, Paper build #230

#

Yeah those need to be updated

worn ember
dusk drift
worn ember
#

its a good entry project so shush ยฏ_(ใƒ„)_/ยฏ

unkempt drift
#

if I'm not on paper do I really have to do

        Class<?> localeLanguageClass = ReflectionUtils.getMinecraftClass("LocaleLanguage");
        Class<?> craftItemStackClass = ReflectionUtils.getCraftBukkitClass("inventory.CraftItemStack");
        Class<?> nmsItemStack = ReflectionUtils.getMinecraftClass("ItemStack");
        Class<?> nmsItemClass = ReflectionUtils.getMinecraftClass("Item");
        MethodInvoker getLocale = ReflectionUtils.getMethod(localeLanguageClass, "getInstance");
        Object locale = getLocale.invoke(null);
        MethodInvoker translate = ReflectionUtils.getMethod(localeLanguageClass, "translateKey", String.class);
        MethodInvoker asNMSCopy = ReflectionUtils.getMethod(craftItemStackClass, "asNMSCopy", ItemStack.class);
        Object nmsStack = asNMSCopy.invoke(null, new ItemStack(Material.DARK_PRISMARINE_SLAB));
        MethodInvoker getItem = ReflectionUtils.getMethod(nmsItemStack, "getItem");
        Object nmsItem = getItem.invoke(nmsStack);
        MethodInvoker getName = ReflectionUtils.getMethod(nmsItemClass, "getName");
        String name = (String) getName.invoke(nmsItem);
        System.out.println(translate.invoke(locale, name));

to get the actual item name?

potent fossil
#

what do you mean by item name

#

you can call getType on the item and get the material. call name() on that and you have the enum constant.

#

call getItemMeta and getDisplayName and you have the custom name

#

idk what other sort of 'name' you are referring to, but you don't need NMS for it

unkempt drift
#

the localized one

#

are the enum constants identical to the english localization?

#

ItemMeta#getLocalizedName() seems to return an empty string

potent fossil
#

what is the localized name supposed to look like?

#

what the god loving fuck

unkempt drift
#

to avoid any more xy problem issues
I need to display a scoreboard where the title is the name of a block. And since I'd like an objective for all possible blocks, I want to generate them programatically. So I loop through all the materials, check if it is a block, and if so, create the objective.

viral hornet
#

you're so wise simple

#

That makes so much sense

potent fossil
#

i got sent it, i didn't send it

#

well, i sent it here, but to mock it

viral hornet
#

YOU'RE SO WISE

potent fossil
#

ok

#

@unkempt drift so why do you need the localized name? can't you get the enum constant and then remove the underscore and properly capitalize it so it looks better?

#

that said im not sure why the localized name is returning an empty string

unkempt drift
#

at first I thought it was just because I was getting the itemmeta from the ItemFactory and a material

#

but when I constructed a new itemstack it was still an empty string.
I didn't/don't know if all the Material enum constant names are consistent with the ingame localized english name

potent fossil
#

You know, I'm honestly not sure. I'll yield to someone else to give you more info.

unkempt drift
#

yeah, I wasn't sure, and wasn't about to check through them all myself ๐Ÿ˜†

topaz torrent
worn ember
unkempt drift
#

but you are using the wrong gc

#

click the FIX THIS link

#

and do it

serene bolt
#

I can tell you right off the bat that you're gonna want to use aikars flags before getting help further LUL

topaz torrent
#

thanks @unkempt drift

#

@serene bolt aikars flags?

serene bolt
#

"FIX THIS" is aikars flags, just do that :)

unkempt drift
#

FIX IT

waxen panther
#

hmmm

#

I think it's wrong.

#

I think you're wrong about me being wrong.

vagrant niche
#

๐Ÿ’ฏ

unkempt drift
#

k, I think the one vanilla tweak pack I'm NOT replicating, is the armor stand one.

cosmic raft
#

@serene bolt so the one downside

#

you cannot completely escape real life

true canyon
#

Make life second again?

serene bolt
#

it... it.... costs money....?

#

oh dear

cosmic raft
#

yes

#

L$1

#

Equal to $0.01 USD

serene bolt
#

I wouldn't even pay $0.01 for that moon2CUTE

peak dirge
#

I wouldn't pay for it even as a joke

cosmic raft
#

I wouldn't get it even if it was free

mighty storm
peak dirge
#

I am involuntarily ridin' with Biden

#

Though I'd bern for Bernie

cosmic raft
#

bring nixon back for all I care

potent fossil
#

yall, i tried to have a discourse with someone over covid because they were complaining about masks and they called me a blue pilled brainwashed liberal.

true canyon
potent fossil
#

i asked them not to call me names, and that if they have sources please send them

#

so they sent me 'sources'

#

the sources were conspiracy theories about QAnon, the deep state, and god emperor trump.

#

what the fuck, man

mighty storm
#

I used to be "eh, trump, whatever" then he decided trans people (or any person who dont fit their sex's "Stereotypes") can just not get healthcare if the workers dont want them to then im like "yeah tiem to pick a new candidate"

peak dirge
#

muh free dumbs, thy name is Karen and I wanna get my groceries for my ten spoiled crotch goblins and my mask makes me get a little itchy so I don't wanna wear it although all reasonable people should wear a mask MUH FREE DUMBZ

waxen panther
#

what the god damn fricking heck is going on in here

peak dirge
#

Yes, I browse /r/entitledparents

cosmic raft
#

hello broc

true canyon
#

I spent a long time trying to explain to someone that their "proof" of Q being real wasn't really good evidence. It was frustrating. This was their proof: Q posted washington crossing the delaware near christmas, and later the DoD twitter posted washington crossing the delaware on christmas day! It's all connected and totally not our military bringing up a great military achievement that happened historically on christmas

waxen panther
#

yes good afternoon

mighty storm
#

Karens really be like "i cant wear a mask for more than 1.3 seconds or i cant breath as well as I could normally" literally 100k people died do you think they could wish they could breath AT ALL???? geeeeeez

potent fossil
#

also they keep posting videos of pediatricians saying that covid isn't real

#

like???

peak dirge
#

QAnon people are the true weirdos

potent fossil
#

sorry, are u an epidemiologist

#

no?

#

then fuck off

static badge
#

QAnon?

true canyon
#

I really like the "shut the fuck up and put on your mask" song. It's catchy.

potent fossil
#

QAnon is some deep state conspiracy theory

peak dirge
#

@static badge You've been living under a rock for the past few years? Good.

waxen panther
#

no idea what a QAnon is either, not sure i want to know

peak dirge
#

This is a non-bullshit summary of it.

cosmic raft
#

time for RAnon

#

it will live at /r/anon

true canyon
#

It's the conspiracy theory that some random anonymous poster on fucking 4chan/8chan is actually someone high up in the government (maybe even trump themselves), and has been posting their secret plans for taking back the government from some entrenched deep state (which is both more and less powerful than trump) on the goddamn internet and only true believers on fucking imageboards are the receivers of this divine truth

static badge
#

sounds like standard cancer to me

peak dirge
#

@true canyon It's actually gotten worse - there are several Q believers who will be in Congress next year

potent fossil
stray nebula
worn ember
#

u haf standard cancer

static badge
#

ur the standard cancer

true canyon
#

It's not standard cancer, it's advanced

worn ember
mighty storm
worn ember
#

F

cosmic raft
#

mixer dead?

peak dirge
#

yes

true canyon
#

Imagine that crazy guy on the corner screaming about the voices in his head getting elected to congress and you have a rough idea of what we're looking at soon.

worn ember
#

ye

mighty storm
#

not yet

peak dirge
#

been dead since late June

worn ember
#

was it ever alive?

mighty storm
#

well, they shut down operations, but the site is still up until july 22nd i think

peak dirge
#

it will be a part of Bookedfarce GAMIN

low apex
#

and i love kids sitting on my lap

cosmic raft
#

oh good lord

serene bolt
#

welcome Facebook Gaming danPuke

cosmic raft
#

facebook gaming

worn ember
cosmic raft
#

just no

#

fuck facebook

static badge
#

PepeLaugh facebook

mighty storm
#

Mixer was great, and honestly much better than Twitch in many ways except one: its amount of users

worn ember
#

fuck suckerberg

waxen panther
#

pepegabook

cosmic raft
#

Mixer was great

peak dirge
#

Facebook is my source for nutty conspiracy theorist ramblings from conservatives.

worn ember
#

idc about either tbh

cosmic raft
#

Streams were not 10 minutes behind on Mixer like they always are on Twitch

worn ember
#

the only streamers i watch are the ones that upload to yt

peak dirge
#

I maybe post something on Facebook once a month

iron zephyr
#

Anyone know the difference between the playerdata folder and players folder?

cosmic raft
#

yes dawn

mighty storm
#

And i;m pretty sure mxier would've banned someone if they literally abused their cat many times on stream, unlike SOME platforms

worn ember
#

you can set the delay lol

cosmic raft
#

players is username-based, legacy

#

playerdata is uuid-based, modern

potent fossil
#

my conversation earlier started with trying to get somebody to wear a fucking mask, i was entirely unaware of the depths of mental illness present

iron zephyr
#

Okay thanks!

potent fossil
#

they told me it's a political weapon to get trump to lose in november, and after november that it would disappear. i informed them that this is a GLOBAL pandemic, not just america.

they told me that only america is important.

worn ember
#

sounds fun

potent fossil
#

(sic)

iron zephyr
#

if I want to back up inventories, locations and stuff, do I backup playerdata or players?

peak dirge
#

Went to an shop to get some ice cream and a coffee. Good ice cream and coffee, not so good families not wearing a mask

potent fossil
#

then one of the dudes asked if any high profile politicians have gotten covid because he can't find any, i cited boris johnson, jair bolsanaro, maria something from spain, and some more.

#

they told me "not american doe!"

limber knotBOT
#

oof rip america

peak dirge
#

Only the people behind the counter and I were wearing one

potent fossil
#

and then after that i was called a blue pilled brainwashed liberal sheep

#

and then after that i got spammed in the PMS with QAnon shit

#

and that's it

left swift
#

one of our state reps for some department in MN died from corona recently

peak dirge
#

*county?

left swift
#

and a bunch of white house aids gotten like the VP's aid

peak dirge
#

oh god, that reminds me

#

Georgia is seeing a sharp uptick in COVID-19 cases, yet my university wants to do a full face-to-face return. I'm scared shitless.

worn ember
#

Kanye for president

left swift
#

tom cruise for pres

peak dirge
#

I haven't contracted COVID-19 yet, but I don't wanna to risk it

worn ember
#

well if you conract it and survive

#

you wont get it again

potent fossil
#

i just truly cannot believe the depths of the stupidity guys, like it's terrifying

worn ember
potent fossil
#

they call us sheep

#

but quite literally

#

they are fucking sheep

#

holy shit

left swift
#

ya

#

world is shit

potent fossil
#

every single 'source' i got was from a single YT channel that just blasts out conspiracy theories

true canyon
#

Wake up sheeple

potent fossil
#

every single one

#

from multiple people

#

the only other video i got was "why masks don't work" and the opening sentence was "you stupid fucking sheep think this stops the virus???"

#

and im like

#

THAT WAS NEVER THE FUCKING POINT OF A MASK?

#

it's supposed to fucking arrest the goddamn respiratory droplets

#

that's IT

#

YOU FUCKING RETARDS

#

ok im getting too heated

#

this is too much lmao

warm anchor
#

You expect too much from average human. They are dumb as fuck

cosmic raft
#

@potent fossil here listen to a cute song

potent fossil
#

did you just link me a song that actually has lyrics

waxen panther
#

wake up sheeple

cosmic raft
#

would you prefer a different type of song

#

here then

potent fossil
#

no im listening to it

#

fuck off with your no lyric songs

serene bolt
#

he's saying words!!!! none of which I understand

cosmic raft
#

well

#

if its "beats" you want

potent fossil
#

in the rough draft she loved you :'(

#

sadness

cosmic raft
#

ะŸะพะดะฟะธัั‹ะฒะฐะนัั ะฝะฐ ะบะฐะฝะฐะป BLACK BEATS: https://bit.ly/2jPzFVF
ะ›ะตัˆะฐ ะกะฒะธะบ - ะœะฐะปะธะฝะพะฒั‹ะน ัะฒะตั‚
ะกะปัƒัˆะฐะน ะฟะปะตะนะปะธัั‚ ั ะฝะพะฒะธะฝะบะฐะผะธ: https://vk.cc/9yzfV0

ะกะบะฐั‡ะฐั‚ัŒ: https://is.gd/nBSx83
ะกะปัƒัˆะฐั‚ัŒ ะฒ BOOM: https://vk.cc/8gIjBd

ะ›ะตัˆะฐ ะกะฒะธะบ
https://vk.com/svik_music
https://vk.com/svikmusic
https://www....

โ–ถ Play video
#

@spare venture have you tried \n

#

let's see

#

the code/source/config where you are using it

#

not the result

#

baps barty over the head

potent fossil
#

is bap better or worse than bop

cosmic raft
#

lets see what google says

serene bolt
#

in my head I feel like it'd be a lighter bop

cosmic raft
#

.g bap vs bop

limber knotBOT
#

(DiscordBot) https://en.wikipedia.org/wiki/Bibimbap -- Bibimbap - Wikipedia: "Bibimbap sometimes romanized as bi bim bap or bi bim bop, is a Korean rice dish. The term "bibim" means mixing various ingredients, while the "bap"..."

Bibimbap ( BEE-bim-bap, from Korean ๋น„๋น”๋ฐฅ [pi.bim.pอˆapฬš], literally "mixed rice"), sometimes romanized as bi bim bap or bi bim bop, is a Korean rice dish. The term "bibim" means mixing various ingredients, while the "bap" noun refers to rice. Bibimbap is served as a bowl of warm...

cosmic raft
#

ok

#

that works

potent fossil
#

that looks good

cosmic raft
#

now I am hungry

sinful sorrel
#

ah yes, exactly what you wanted

cosmic raft
#

you can

#

if not, feel free to come harass us with an issue

true canyon
#

My strategy on newlines was to just do separate messages ๐Ÿ˜„

potent fossil
#

harass them

#

harass kashike the most though

cosmic raft
#

yea, come harass us then barty :P

waxen panther
#

brrrrrr

cosmic raft
#

seriously barty

#

you opened the issue on the documentation repo

limber knotBOT
#

GitHub Issue #3 (Open****): MiniMessage: \n (can't seem to find how to do a newline, particularly in hover text)

cosmic raft
#

I moved it :p

potent fossil
#

lol wut a dumass

true canyon
#

theory: barty is bardy

potent fossil
#

wait

true canyon
#

evidence: the above issue

potent fossil
#

he isn't?

true canyon
#

โค๏ธ you barty don't kill me

static badge
#

who is bardy

potent fossil
#

a tard

#

BomBardyGamer

#

or whatever

static badge
#

.g BomBardyGamer

limber knotBOT
worn ember
#

.g boomerparty

limber knotBOT
worn ember
golden gust
#

I mean, \n is a hack

static badge
#

kash doesn't have documentation

golden gust
#

and ^

cosmic raft
#

yes I do

static badge
#

\n is literally never a hack

golden gust
#

ur face is a hak

static badge
#

ur a hack

cosmic raft
#

all my projects have readmes

golden gust
#

They did pull \n from some places though in 1.16

#

Well, at least the player list thing

#

so beautiful

viral mulch
#

This version keeps the first line of the commit message visible on desktop screen sizes

#

Thank you Github

mighty storm
#

ikr

limber knotBOT
#

GitHub Issue #27 (Open****): [Feature Request] Newline alias tag

golden gust
#

don't /need/, but, really should

potent fossil
#

@mighty storm you don't need them but you're disgusting, tacky, and i hate you if you don't put them back

mighty storm
#

curly bois are so pre-covid

potent fossil
#

i will find you

#

refactor your code

#

and then i will kill you

mighty storm
#

oh please do

stray nebula
mighty storm
#

you know my rules

golden gust
#

what you do is blind here, right before "build success"

#

That way she'll never know the true outcome

mighty storm
#

refactor your code
@potent fossil or just pr it ๐Ÿ˜‰

golden gust
#

god, if the codebase is at that tier

#

I'll just submit a lombok PR

#

Wait, you're probs using that...

mighty storm
#

whats lombok

tired heath
#

Does anybody know a programm or plugin for a 3D software that actually could convert and poly or object 3d model to a cube model. But with some intelligent algorhytm. All I found is Voxelizer what converts it to cube points. So even if on long cube would fit, it will make 100rd of points. Kinda sucks

golden gust
#

you didn't know about...

#

well, shit....

#

UR PROBS GONNA LOVE IT

viral hornet
#

I've seen Lombok in a lot of things actually

#

but now I have nfi what it actually is

mighty storm
golden gust
#

Basically, imagine if you said "boiler plate is dum, but am too weird to think that and not love kotlin, so imma throw in some compiler hacks which needs a dum IDE plugin that often breaks to be usable"

#

working on bungee is so fucking awesome

#

The worse part is that he uses it in API

#

which is literally fucking trash tier

tired heath
#

Well I could convert old quake/open arena models (md3) to actual obj or other newer formats. I wanted to save tome time to get a least a basic weapon model in cubes. I wanted to save time instead of creating it all from scretch

mighty storm
#

oh there's an md3 now

#

what's next

golden gust
#

well, we have mdlotsanumbers

mighty storm
#

mdnotthatone

tired heath
#

But I guess I will end up doing it from scratch

naive trout
#

are there any multiverse kinda plugins that work on 1.16

potent fossil
#

hyperverse

naive trout
#

hyperverse
@potent fossil this looks cool

potent fossil
#

nice

naive trout
#

thank you

mighty storm
#

multiverse works just fine on 1.16!??!

#

does it not for some people??

naive trout
#

o i thought it didn

mighty storm
#

it works fine for me

naive trout
#

multiverse core right?

mighty storm
#

ye

#

the build server appears to be down tho

naive trout
#

oh it said test mc version is 1.10

#

so i thought it was outdated

#

last updated 2019

unreal quarry
#

It's just highly unmaintained, bowsa

mighty storm
#

yeah i got one too

naive trout
#

@spare venture i got the same

mighty storm
#

it's a dox of wiz apparently

naive trout
#

yeah id go with hyperverse

mighty storm
#

@golden gust you still around

naive trout
#

it looks much newer

#

and hyperverse can import multiverse settings

mighty storm
#

including inventory?

naive trout
#

i blieve so

#

look at the comments on this

worn ember
#

City is poopoo swede

mighty storm
#

add support 1.8 and 1.12
just upgrade

worn ember
#

Dude really has nothing better to do does he

cosmic raft
serene bolt
#

ah yes, quality paid content

unreal quarry
#

.wa 150 L to USD

limber knotBOT
#

(DiscordBot) Result: L (liters) and $ (US dollars) are not compatible. - https://is.gd/9Jg7AG

Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleโ€”spanning all professions and education levels.

unreal quarry
#

Dumb bot

#

Lol

potent fossil
#

47 cents

mighty storm
#

almost

#

thats LD

viral hornet
worn ember
#

Big L

potent fossil
#

is that not the currency in secondlife

mighty storm
potent fossil
#

so...why am i being corrected

mighty storm
#

but that says (LD) but the site says (L)

#

so idk

#

oh

cosmic raft
#

L$150 = USD$0.62

mighty storm
worn ember
#

Why play a game about real life

potent fossil
#

says the guy who has played thousands of hours of dota

#

sit down dumbass

worn ember
#

Ah yes DotA is very realistic

potent fossil
#

no but its a game

#

you literally cannot judge in any capacity

#

regardless of genre

worn ember
#

Too late

#

I judged anyway

#

And I have 5.8k in DotA. Real Chad numbers

mighty storm
#

i have like 30

#

minutes

worn ember
#

Shame

mighty storm
#

time traveller

potent fossil
#

spotify be like

#

what r timezone

mighty storm
#

oh thats not even the worst experience with time and spotify

last pelican
#

What is better paper or spigot and what
T is the difference for large servers

mighty storm
#

simple

#

on large server:
spigot: Not a chance
Paper: actually survives

last pelican
#

Is there a difference in terms of plugins?

mighty storm
#

All spigot plugins will work just fine, in fact some like EntityTrackerFixer are obsolete with paper

last pelican
#

What about cmds

mighty storm
#

wdym? like does it affect commands?

last pelican
#

Like does it have extra features and can i get target selectors

mighty storm
#

it has /paper commands, quite a bit of stuff there too. not sure what you mean by getting target selectors

last pelican
#

Like @a or @p in commands to reference players

livid ruin
#

im trying to do an aternos server with this but im deeply confused, can someone please help me?

golden gust
#

No, spigot offers API for that stuff, but, that's something that plugins need to support

#

The whole hack for just firing off the command for each player is... well, a hack; there are plugins to simulate that behavior, however

fallen oracle
#

Note-to-self: Optifine fucks with holovid

zealous wedge
#

optifine
there's your problem

potent fossil
#

what's the alternative when you want shaders.

#

oh right, nothing

#

so stfu

zealous wedge
#

i'll be happy once WECUI stops being broken

potent fossil
#

as soon as there is a viable alt for shaders, i will definitely agree because it's shit for everything else

#

but i know glare has a great pc (and so doesnt need the perf boost), but i also see shaders so its pretty clear thats what he's using it for

last pelican
#

Is their any way to get target selectors for commands

potent fossil
#

@last pelican There is no built in way and there probably won't be for any forseeable future.

#

As for a plugin workaround, this may work. No guarantees, and we can't support it. If you need help with it, you'll need to contact the author.

last pelican
#

K

potent fossil
#

(Try it anyway, even though it says 1.14. It will likely still load just fine.)

vagrant niche
#

Anyone know any open source multi platform plugins/lib? I've got
LuckPerms
PlotSquared
ACF
ViaVersion

#

@vernal moth suggestions?

unkempt drift
#

World edit

#

They have a forge mod right?

golden gust
#

yes

#

my one Q is, why you askin?

potent fossil
#

cuz he's lax

vagrant niche
#

am making genders multiplatform shut up

vagrant niche
#

am learning ok

zealous wedge
#

configurate

vagrant niche
#

w/e 2 complicated so does everything on the list omg

golden gust
#

the general idea is that you need to pull all of your actual logic into one module, and then have other modules specifically for bukkit, etc, which actually deal with hooking into events, etc

vagrant niche
#

ye, I get the idea. It's just as hard starting from scratch like naming a variable or picking which color best fit on a message.

quasi valley
#

there's also Maintenance by some guy named kennytv

#

but I'm just kneny, so I don't know

potent fossil
#

who the fuck is kenny

unkempt drift
#

Eh, I hear itโ€™s bad. ๐Ÿ˜‹

potent fossil
#

execute him

quasi valley
#

yeah, right?

potent fossil
#

So another case of stupid fucking end users?

#

What's new

quasi valley
#

new is that the ticket was closed as being a feature request thinking_eyes

#

rip sign text inputs

potent fossil
#

๐Ÿคข

unreal quarry
#

Yup, I was pissed when I saw it. Was a good feature in my fork. Now it's dead. I didn't report it because they just close things like this as invalid

potent fossil
#

hasn't this been a bug since like

#

um

#

forever

#

any time i've opened a sign, it has done that

#

(if it opened at all)

quasi valley
#

up until 1.16 it displayed the text already on the sign at the given position

unreal quarry
#

I've had to resort back to commands like /signedit :(

#

Havent done that since like 1.5

quasi valley
#

yeah that really is a bummer

potent fossil
#

hmm

#

ill take your word for it, i haven't tested that since probably like 1.4

#

i dont think my liver is very happy with me

#

unless that pain i just felt is unrelated

unreal quarry
olive marlin
#

Github is drunk again.

unreal quarry
#

There's a plugin that used it. The 2nd sign he right clicks to edit, twice. In 1.16 the sign clears if you do that now

vagrant niche
#

this shit 2 complicated, imma just start with bukkit

unreal quarry
#

Welcome back, lax. Fuck those other people. Bukkit is where it's at ^_^

vagrant niche
#

ikr

#

Imma do bukkit first then see what I need then branch out from there

potent fossil
#

@vagrant niche basically, write it without any bukkit imports, when you need a bukkit specific class make an interface that exposes the methods you need

#

then when you go to implement for each platform just implement the methods and ur done

#

same for sponge or whatever else ur supporting

#

ezpz

vagrant niche
#

kinda hard when I've been a bukkit-minded man all my life

potent fossil
#

i mean, what do you specifically need bukkit for

#

sending messages? make an interface for it

#

then implement it later

#

if you need help implementing, then lmk, but until then stubbing stuff out by just making interfaces shouldn't be too much of a roadblock

vagrant niche
#

I'll push this current progress then ya can get a look I guess

zealous wedge
#

kinda hard when I've been a bukkit-minded man all my life
mmm a lifetime of bukkit brain rot

quasi valley
#

throw your brain in a bucket bukkit, turn on the spigot, and write down "I am a bad person" 10x on a piece of premium paper

potent fossil
#

i need to lose weight

quasi valley
#

I need to gain muscles

potent fossil
#

probably should stop drinking so much fucking beer

#

ima get a beer belly

quasi valley
#

sounds like a good idea lol

potent fossil
#

its tastes good tho

#

:(

vagrant niche
#

there simp check ur email

#

am go sleep

cedar spade
#

just fork LuckPerms and remove the permissions stuff

vagrant niche
#

lol

potent fossil
#

smh ok ill read it later

#

ima sleep pre soon too

vagrant niche
#

no dont

potent fossil
#

fak off

#

u cant sleep and not me

vagrant niche
potent fossil
#

:O

cedar spade
#

GendersX

#

EpicGenders

quasi valley
#

BetterGenders

cedar spade
#

No genders are better than other ones >:(

vagrant niche
#

It's just gonna be Genders again

#

none of that fancy X shit

cedar spade
#

GendersAgain

spice finch
#

Gender has two forks

#

interesting

void void
grand pewter
#

the female fork and the male fork

cedar spade
#

When is TruAntiLag updating to 1.16? It's a key part of my server

void void
#

I'm sodagender

vagrant niche
winter stirrup
#

UltimateGenders

grand pewter
#

tf is truantilag

void void
#

UltimateGendersReloadedX

grand pewter
#

how about we just remove all lag from paper instead

cedar spade
#

UltimateGenders is the Songida fork that breaks support for setting genders other than male and female

#

TruAntiLag is the best lag remover plugin

void void
#

That's a pretty good shitpost

cedar spade
#

It auto disables plugins that cause lag

grand pewter
#

uh ok

#

so why not just remove plugins that cause lag

cedar spade
grand pewter
#

im extremely tired ok

#

now i see its a joke

#

lol

void void
#

I removed 100% of my lag with one simple step, closing my server forever

vagrant niche
#

wat u think simpol! Answer me!

potent fossil
#

i didnt read it yet

last pelican
#

how many player are recommended per gigabyte of ram

potent fossil
#

too many variables

#

that is not a question anybody can answer

quasi valley
#

at least 1 player per gigabyte

last pelican
#

lol

#

But seriously how many player on a 6gb server?

quasi valley
#

too many variables

#

that is not a question anybody can answer

golden gust
#

ram is not the limit these days, far from it

#

Anybody giving you figures is pissing in the wind

#

stop asking people to do that

last pelican
#

k

potent fossil
#

aight im off to bed fellas

#

night

quasi valley
#

gudbai

vagrant niche
#

Goin to bed with @potent fossil

#

Night

swift ibex
#

anyone know how to enable tnt duping?

vagrant niche
#

No

minor badge
swift ibex
#

ty

latent valve
#

/give @a tnt 1000000

fresh talon
#

what anti cheat are you guys using?

#

I've only tried matrix for almost a year and it's a false positive fest so looking to switch to wither AC / NoCheatPlus
thoughts?

twin lagoon
#

Verus for combat

#

NCP w/ MarkElf's config for general stuff

#

or AAC w/ Celebrimbor's config

smoky python
#

There is a poll..

#

Smh discord

vagrant niche
#

tf is a pornhub fullstack

smoky python
#

Well

#

There are probably full stack authors/employees there

#

If you know what I mean

quasi valley
#

even tho the initial start would take 5-10 seconds with the resourcepack being built externally first, this was with a pre-built pack

twin lagoon
#

kenny where's the pepega loading

quasi valley
#

Chase will do that, don't you worry pepega

twin lagoon
#

@orchid pelican where's the pepega loading

#

can we get kenwald television to 2k subs

orchid pelican
#

Iโ€™ve been a bit busy itโ€™ll get done soon

#

MD doesnโ€™t what it

#

Pepegawheel will definitely be an Easter egg at the very least

neat smelt
#

lmao that task manager video

smoky python
#

@quasi valley Happy wheels integration when?

terse marsh
twin lagoon
#

are you redistributing jars

#

i quite like the design

#

but if you're redestributing jars then well ๐Ÿ‘Ž

terse marsh
#

I'm linking, because everybody is redistributing

twin lagoon
#

good

#

it looks good then

terse marsh
#

it's weird why one would use so much space and resources just to store something that's already existing in a "better" place

#

yes, if some jar will be hosted on a very unstable host (happened to Magma for example) then sure, we'll host the jars 'till they fix their stuff

#

but no, we would never just store something that's already stored somewhere else ๐Ÿ™‚

harsh warren
#

Internal Exception: java.io.IOException:

#

how to solve this issues

peak dirge
#

Not even a full error pepega

golden gust
#

yes

harsh warren
#

cuz behind its chinese and you wont understand them

#

FS_WuQi_ lost connection: Internal Exception: java.io.IOException: ไฝ ็š„ไธปๆœบไธญ็š„่ฝฏไปถไธญๆญขไบ†ไธ€ไธชๅทฒๅปบ็ซ‹็š„่ฟžๆŽฅใ€‚

golden gust
#

Well, you either translate it for us or provide it

harsh warren
#

The software in your host has terminated an established connection.

golden gust
#

Something else closed the connection

harsh warren
#

about 3 player got disconnect at same time

golden gust
#

(either they closed it improperly, or, some network issue, basically)

harsh warren
#

3 players got it at same time

golden gust
#

congrats

#

you ruled out 1 of the 2 potential things I listed

harsh warren
#

wdym?

golden gust
#

I listed 2 potential causes of that

harsh warren
#

yeah

golden gust
#

You said that one of them is not an issue

quasi valley
#

million $ question

golden gust
#

So, that means you get to look at the 2nd one

quasi valley
#

oh you spoiled it :(

harsh warren
#

mg

#

but i still dont know why it caused

golden gust
#

We can't tell you

#

You need to debug it

#

That message literally means "something closed the connection in a way we didn't expect

#

Unless the clients threw an error and closed the connection improperly, it's something between your paper server and their clients

#

could be a crappy router, an ISP having issues, etc, etc

olive garden
#

you could ask the magic 8 ball for help

harsh warren
#

๐Ÿค”

#

strange issues

olive patio
#

Using the new snapshot biome sky color stuff can you update it at runtime? I could imagine a rainbow sky color which would be sick

minor badge
#

youd have to declare some 16M biomes in that case

olive patio
#

I was thinking you could just send a packet to update the biome sky color

#

Lmao

minor badge
#

no

azure flower
#

technically you can already do that if you don't care about huge amounts of rain and want one of like 3 colours

twin lagoon
#

@umbral parrot hi evan

#

wanna create a logo for @vernal moth Hangar thing

#

am sure you can create something nice

cedar spade
#

hangar when

left swift
#

.8ball will hangar be finished?

limber knotBOT
#

shakes the magic 8 ball... Very doubtful

left swift
#

Oof

cedar spade
#

.8ball will hangar2 be finished?

limber knotBOT
#

shakes the magic 8 ball... One would be wise to think so

cedar spade
#

see

#

hangar 1 is dead

left swift
#

8ball might doubt mini but I dont

cedar spade
#

long live hangar2

signal surge
#

I has been a few of years when i had minecraft server. I like FTB modpacks because of automatic miners, turbines, reactors, computers etc.
I understand that FTB is forge based and it doesn't mix with Paper but is there any way to get similar/alternative modpacks in Paper?

left swift
#

There are ways but are they good is the question

#

Answer is no

#

Sponge is an option

cosmic raft
twin lagoon
#

5 seconds of summer Pog

left swift
#

But cant use bukkit plugins on sponge

twin lagoon
#

teeth Pog

#

good song

signal surge
#

Yeah, i did check sponge and i'll have to try it.

left swift
#

Unless u run like a 1.7.10 modpack probably wont have a good time lol

merry talon
#

"Shoes may be returned or exchanged within 90 days provided they are in new and unworn condition"

#

excuse me but how the fuck do I know if I need to return them then

terse marsh
cedar spade
#

if you decide you don't like how they look irl?

left swift
#

Does that website just redirect to another website to download lol

terse marsh
#

Yes ๐Ÿ™‚

left swift
#

Why not just tell people the website when they wanna be splergs

merry talon
#

you realize that 1000 mirror sites have came and gone right

#

its not sustainable

neat smelt
#

@merry talon "condition" dosnt mean you arent allowed to wear them, they only need to look unworn

terse marsh
#

We will, there's the "View all versions" button, it'll contain everything, including a big button linking to the source

left swift
#

Just put the links behind an adfly ๐Ÿคก

merry talon
#

@neat smelt that means you could only potentially wear them around the house

#

but I need a full work day to know

terse marsh
#

I know it's not sustainable, I have enough resources ๐Ÿ™‚

left swift
#

It's a cool design but pointless website

#

That's what I'll say

neat smelt
#

make sure to clean them properly if you want to return them

#

@terse marsh how about a discord button for each server next to it? (if it has one)

#

so they can get into contact with them more easily

terse marsh
#

I'll link as much as possible

#

the idea is to direct and encourage people to use stuff

#

when I initially started to search for servers it was a mess, there were 1000 sources, I had to look 10000 videos full of 10 yo kids and vloggers advertising just to learn/understand simple information

worn ember
#

how would people find your site over the thing they google tho

terse marsh
#

this will have no ads, will not host jars (only if requested by the developer) etc

cosmic raft
#

heh

#

I can't remember who it was here

left swift
#

Wasted time PepeHands

cosmic raft
#

but someone was complaining how minecraft does not allow hiding the colour from an item hover tooltip

terse marsh
#

it will have clear and short information so that you know what mods, plugins, etc are, what are the diffs etc

cosmic raft
#

it is possible as of 20w27a

neat smelt
#

very noble idea razva

#

there are way too many resources now days and most of them are a mess

worn ember
#

the idea is nice but i dont think it'll gain any traction

terse marsh
#

well...Minecraft is giving my kids a lot of happy and fun moments, that's my return to the community ๐Ÿ™‚

worn ember
#

theres no real reason to go to your site over just googling mc stuff imo

left swift
#

I mean if people aren't going to click a discord link on the spigot resource page why would they go to your site to find it, or go to your site to find out how to install java if they wont google it

terse marsh
#

I have enough programmers, designers and OpenStack clusters to host this for like...100 years...so I'm not really looking into making any profit or self-sustain

worn ember
#

fair enough

terse marsh
#

next, what "looks" better? nether.playmc.tld VS nether.onmc.tld VS nether.minecraft.tld

#

I'm 35yo so I don't know what's "cool" any more for Minecraft's target ๐Ÿ˜›

#

'till now two votes for playmc

neat smelt
#

i'll give you a 3rd
but im 19 so eh idk

terse marsh
#

my lawyer is asking if I'm not breaking copyrights with minecraft.tld

#

mmm...I guess it's a registered word?

neat smelt
#

probably not

terse marsh
#

does anybody know what's the general TOS for the "minecraft" word?

void void
#

yeah i don't think mojang would like you using minecraft.tld

worn ember
#

pretty sure all are taken anyway

terse marsh
#

they are not ๐Ÿ™‚

worn ember
#

maybe they all had a lawsuit KEKW

void void
#

i'd play it safe and use the playmc

terse marsh
#

playmc VS onmc

worn ember
#

playmc

void void
#

^

terse marsh
#

any other ideas are welcomed

worn ember
#
quasi valley
#

but that's MineCraft, not Minecraft tiny_potato

void void
#

clearly completely different!

cedar spade
#

I imagine MS has offered a lot of money to them to sell the domain and rebrand :p

#

aww the paint company website is gone ๐Ÿ˜ฆ

sharp sentinel
#

Ayy Brisbane Australia

#

That's where I am

#

Oh they're in North Lakes, that's like a 40 minute drive not worth it

left swift
#

Minecraft IRL PogYouing

quasi valley
#

tbh paint > paint3d, whatever the hell they thought when making it, but it's horrible and slow

left swift
#

Mining coal IRL PogYouing

sharp sentinel
#

Ooh they're just across the road from Ikea

quasi valley
cedar spade
#

ah yes because what MS Paint really needs is support for 3D printing

left swift
#

Ues

vernal moth
#

I can't remember who it was here
@cosmic raft Michael was. And we already knows, it's the first thing I saw in the snapshot in the list of bugs ^^

cedar spade
#

hangar wen

quasi valley
#

hngrwn

cedar spade
#

hunger wane

left swift
#

Can I park my plane in hangar

vernal moth
#

It's 2pm, get your timezones right

cedar spade
#

Idk your work day

#

maybe you're secretly employed by Z to work on Hangar

quasi valley
#

we'll ping you again in 2-3 hours tinfoilhat

cedar spade
#

*10 hours

left swift
twin lagoon
#

@cosmic raft yes very cool nbt tag

#

1 month of complaining

#

will be useful for anyone trying to create custom armor iirc

terse marsh
cosmic raft
twin lagoon
#

centos KEKS

peak dirge
#

centos is pepegahammer

terse marsh
#

centos is basically hosting the world ๐Ÿ˜›

twin lagoon
#

l u l

cosmic raft
#

centos

terse marsh
#

my vote goes to .world

peak dirge
#

Correction: Debian is hosting the world

cosmic raft
#

more like no

peak dirge
#

Debian-based distros are very popular on the cloud

#

cough Ubuntu cough

terse marsh
#

well it depends, clients or nodes

peak dirge
#

If we're talking clients... then it's Windows, clearly.

terse marsh
#

ok guys, what I'm buying? ๐Ÿ™‚

peak dirge
#

But Windows is also pretty shit.

terse marsh
#

sure "mom" will be happy with that ๐Ÿ˜›

peak dirge
#

that's what you get for using CentOS

terse marsh
#

I want to live dangerous. I want to use Arch (NOT Manjaro)!

#

BURN IN FLAMES!!!

#

๐Ÿ˜„

peak dirge
#

Manjaro sucks anyway

terse marsh
#

Or better let me compile my custom Gentoo node

peak dirge
#

bruh you're not going far enough

#

it's all about that Linux from Scratch thonk

terse marsh
#

Guys I have a meeting in 7 minutes. Which one is the best?

peak dirge
#

Your pick, not ours.

terse marsh
#

I don't have any idea what the target likes

left swift
#

That one

terse marsh
#

I like world because...you know...minecraft world...

left swift
#

No wait that one

#

Nope never mind that one

terse marsh
#

Not the other one? Are you SURE?

left swift
#

Ya that one

void void
#

sounds like you want the other one then

terse marsh
#

Ok, everyone just pick the one that you like most and I'll get the one with most votes (except xxx) ๐Ÿ˜›

left swift
#

Minecraft is too easy now

#

It's crazy

terse marsh
#

And now I guess that all of you will pick the most crappy one just "because" (facepalm)

left swift
#

Are we getting paid to be your advisors

golden gust
#

Ubuntu is probs the best option for noobs

terse marsh
#

@left swift Yes. You are getting extra mana today.

left swift
#

I want strawberry trident layers gum as payment

terse marsh
#

you'll get trident lawyers, ok?

left swift
#

I quit

peak dirge
#

I'm reminded of this for some reason

terse marsh
#

You can't. The contract says that you need to give a 30 days upfront note.

peak dirge
#

At that point, if you added in reversing a linked list and a neural network, you'd have the worst fears of a prospective computer science major, who would then either study English or join the military instead.

terse marsh
#

mycraft.world VS playmc.world

#

I vote with mycraft

void void
#

playyyyy

terse marsh
#

1 / 1

#

any other votes?

void void
#

1v1, battle to the death

terse marsh
#

c'mon guys, there's no battle if nobody is fighting...

olive garden
#

I too think playmc.world is the best

left swift
#

Why .world

#

What's with the janky domains

umbral parrot
#

@twin lagoon get Stefan to do it

void void
#

tbf not the most janky, i've seem much weirder

left swift
#

I mean granted mine is nomana.cool itsfree

#

30$ a year for a .cool domain with google lol

void void
#

sure that website still works?

left swift
#

No website just domain

void void
#

yeah cos server not found