#general

3141 messages · Page 1949 of 4

twin lagoon
#

why would you

vernal moth
#

Cause cables suck

#

Am so tired of cables

#

And modern codecs are good enough

coarse venture
#

I love bluetooth devices that randomly start making alien noises

vernal moth
#

Guess am just buying these and see how that goes

twin lagoon
#

fiio PogPause

vernal moth
#

I am using the fiio q1 rn

#

But this cable mess is killing me

#

Especially since that uses micro USB and I don't think a Mirco to C cable exists, so I have to use an otg adapter...

golden gust
#

good enough

#

as somebody who used to once in a while use my grandmothers record player, fuck you

vernal moth
#

I prefer digital to record players any day, lol

golden gust
#

Sir

#

I will fucking fite you

#

respectfully

vernal moth
#

My dad has a great record player

#

But it still sounds like a record player

golden gust
#

@twin lagoon look at this damned pleb

twin lagoon
vernal moth
#

And cat, I use Spotify, so I highly doubt you can notice the difference between ldac bluetooth and a wire

#

Well, I'll see if I like the fiio btr5

golden gust
#

Bro, I was just, stuffer upper lipping you ❤️

charred sleet
#

why is amazon standard delivery no longer a thing

#

i have to pay 4.99 for premium :/

vernal moth
#

No prime?

charred sleet
#

no prime :(

vernal moth
#

Guess they no longer care about plebs ^^

charred sleet
#

wow

#

swear there used t o be a like 1.99 "get this at some point soon-ish™️ option"

vernal moth
#

Meanwhile I get my stuff tomorrow morning for free

charred sleet
#

well its not free, just you pay every month for it

twin lagoon
#

1 premium delivery is an entire month of prime

#

use amazon more than once a month and prime is worth it

vernal moth
#

Well, considering this is the de factor family amazon account, it's not break even, lol

charred sleet
#

fair enough, ill just find an alternative and send it to a locker

vernal moth
#

Which is a shit service in general, but free so a nice extra

#

I will never forgive them paywalling the OV and forcing me to use dubbed shit for some stuff

golden gust
#

yarr harr fiddildy hee

limber knotBOT
#

amazon prime pays for itself if you sub at least one streamer on twitch lol

limber knotBOT
#

although I guess not exactly anymore now that they decreased the sub prices in germany :S

ripe flower
#

What server software people use on bedrock servers? Like in java servers most popular server software is paper¿ Nukkitx?

twin lagoon
#

paper

coarse venture
#

back home, having chocolate bar and iced coffee and a pudding

#

balcony weather is nice.

coarse venture
#

Nukkitx? what's that, something for 1.7.10 ?

#

havne't heard "nukkit" in yeaaars.

vernal moth
#

Still exists

#

It's maintained by zed's opencollab

coarse venture
#

wow

cinder moss
#

my server don't wiggle wiggle, it folds. (Cause its paper) 😉 lol

void void
#

damn nukkit is still a thing?

#

crazy

wet storm
#

absolute mad lads, out of their goddamn mind

robust nova
#

after using the test version paper 1.19 is great, tps is always 20, and spigot after running for a while i feel the server is very laggy and tps is only about 12

#

I hope the server paper can officially release 1.19 as soon as possible, because I think the server is very good and smooth

daring dune
#

I get tps issues on paper

signal harbor
#

soon™️?

#

i know no eta but its in like final stages right

#

basically what i am asking

coarse venture
#

oh you're asking

crystal lilyBOT
#
__There Is No ETA__

Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.

coarse venture
#

that's all there is to it 😄

true canyon
#

It's closer than at the start. Keep track of #❗ 1.19 for the best info. No ETA means no ETA

coarse venture
#

Unless unforeseen circumstances, I can guarantee you 'this year', xD

icy fox
#

Can anyone help me, because idk why but everytime i boot up minecraft, my internet becomes very bad. Just when i open minecraft

coarse venture
#

Vanilla client, or backdoored hack client with bitcoin miner?
Already when you open the launcher, or when you start the game?

icy fox
#

idk what i did

icy fox
#

its also just happening now

#

and i have used the client for a while so i dont think its because of the client

#

wait

#

im not using a client

#

im jsut using fabric

little frost
#

maybe the kennytvn™️ eta can be lowered to between 20 minutes and 5 years from now thanks to all the progress

ripe flower
lament patio
#

but Bedrock servers can be made to work
Which's the usual setup

golden gust
#

People often use paper and throw geyser in front of it

#

many of the bedrock specific servers are somewhat incomplete functionality wise, and so people often just rely on the java servers and proxy them as even if it has issues, it's generally much more feature complete

alpine urchin
#

Where can I learn insides (engine) of Bedrock Minecraft?

#

I heard its written in C++ but dont know much else

#

custom engine via C++?

#

So they basically scratched whole java and remade it in C++ from near 0?

golden gust
#

I mean, you'd be better off asking in a bedrock community, but, like, afaik it's pretty much down to individual efforts on reverse engineering, etc

#

but, like, I don't think that the bedrock community cared to get together like the java community did, and game logic is generally hard to reverse (or, at the very least, time consuming af)

alpine urchin
#

Yep.

potent wedge
wet storm
#

Why native languages are so hard to reverse engineer? Just because bytecode instructions are simpler or there are other factors?

vernal moth
#

The code wasn't readable in the first place

#

runs

frank otter
#

does java byte code preserve like import names and variable names and stuff because i always see loong import strings whenever I cat a class file

#

I'm guessing not variable/fn names but yes imports?

golden gust
#

Because JVM code for examples is designed to be easily parsable by the JVM which then has all the info to do stuff

#

i.e. they don't generally do overly agressive optimisations at compile which are too hard to reverse

wide chasm
#

Imports aren't reserved, but you still have stuff like java/util/Class appear in bytecode, otherwise it doesn't know which class you're referring to.

golden gust
#

the nature of how the JVM is designed, etc, just makes it easier to reverse

#

if you have debugging symbols, reversing native code isn't too hard if you have experience

vernal moth
#

Preserving variable names is optional

#

Method params are even discarded by default iirc

frank otter
#

when you load like dlls or SOs natively it doesn't preserve the import names, right? whenever I tried to understand dynamic loading all I kept hearing was "relocation symbols"

#

I'm guessing they're a way of specifying dynamic function addresses or something

golden gust
#

well, shared libraries are generally designed to be shared

#

i.e. they explictly have all the info kept in them

#

Like, libraries have info in them which lets stuff hook them dynamically, otherwise you'd never be able to have a set of shared libraries, etc

#

But, those debug symbols aid in reversing a lot as they contain a lot of info which can otherwise be stripped from running jars

#

Not jars, I mean, libraries, apps, etc

frank otter
#

ah ok that makes sense, ty

#

oh and just checking for shared libraries they only exist in one place in memory, right? but this place can be accessed as exec by all programs that request it

#

so the .text section is mapped as exec-only but accessible from any process that asks

golden gust
#

p. sure that they're loaded for each app individually but don't quote me on that

frank otter
#

tried to ask the Internet and SO says code sections are tried to map once but data/variables per-process

golden gust
#

ah

twin lagoon
#

@quasi valley

quasi valley
#

what's a kenny

twin lagoon
#

@quasi valley

wet storm
#

Kneny

quasi valley
#

how can I help you oh dearest of michaels

twin lagoon
#

When is your next livesrteam Kenny

#

We all need to know

quasi valley
#

maybe 1.20, maybe sooner, maybe later

frank otter
#

what tz is kneny in

twin lagoon
#

kenny timezone

#

kennytz

wet storm
#

North pole?

coarse venture
#

my fries and chicken sate just arrived. mmmm.

radiant mantle
#

So this version of paper is dev right? So should I upgrade rn or do you think it will ruin my current spigot world

golden gust
#

I mean, these are still early builds, like spigot is offering right now

radiant mantle
#

Oh ok

#

So it’s like spigot dev build

#

But for paper

#

Cause I got an warning that spigot needs an update too then I saw paper got it

#

So imma migrate to paper

#

Do you got any tuts on that?

#

I don’t want to delete my world

golden gust
#

generally, just replace the jar

silver nexus
#

So far so good using the experimental stuff, no complaints from players about bugs and no server crashes.

#

hourly backups tho

golden gust
#

brb, going to change that

vernal moth
#

4k servers use the build right now, if there was something majorly wrong we would have noticed by now

quiet mesa
#

so many

golden gust
#

if (username.hashCode % 10 == 0) { throw new Exception("An intewnal ewwow as occuwed uwu"); }

worthy geode
#

surely all of those 4k servers are test servers /s

vernal moth
#

They don't need to be test servers

silver nexus
#

Mine is small SMP with friends

quiet mesa
vernal moth
#

If you made tests on your test servers and everything is fine, no problem to move to prod tbh

radiant mantle
vernal moth
#

Yep

golden gust
#

yup

vernal moth
#

Out with the old, in with the new

radiant mantle
#

Ok no need to change worlds right?

#

I made backups

#

Ok

#

Spigot plug-ins stay for paper right

golden gust
#

yes

radiant mantle
#

Perfect

coarse venture
#

moving to paper is thankfully very easy and doesn't come with more than 1- stop server and backup, 2 get latest 1.18.2 (or 1.19) jar from official site, 3 remove spigot jar, put paper jar in that spot, and adjust shell script or however you start your server.

radiant mantle
#

Is there a setting for paper that allows automatic farms?
Like using coral

silver nexus
#

i check for a new build a few times a day

radiant mantle
#

I just check the channel lol

dire trench
#

Was wondering if anyone knew where villager data is stored. One of my players lost their account in the Microsoft account transfer and I’ve been trying to transfer the villagers cure discount to the new account but I can’t seem to find anything on the internet about it.

worthy geode
#

like all entities, inside your_world/entities/<region>.mca

Easiest way of editing that is probably the /data command, not modifying the file

coarse venture
#

ask them how long it took them in total minutes to get the discount the first time around.

dire trench
dire trench
worthy geode
#

also very well possible that its saved in the player data, I haven't had any villagers since 1.14

#

but that would be weird

dire trench
#

Here is the data

#

I saw nothing that would point to any specific player

worthy geode
#

Wiki says there should be ConversionPlayer somewhere

spare venture
#

villagers bad

void void
#

hows the 1.19 update looking?

silver nexus
#

its ok, i dont really like mangrove swamps tbh

void void
#

yea, no argument there haha

earnest glacier
#

buggy

worthy geode
#

vanilla world bad

earnest glacier
#

vanilla and mods bad

#

everything minecraft bad

void void
#

also will the new paper 1.19 be out by next week? sorry for asking my addiction is feeding on me

crystal lilyBOT
#
__There Is No ETA__

Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.

earnest glacier
#

kaboom

void void
#

Dang, Gotta start prayin haha

viral hornet
void void
#

Yea ik that but im just waiting till it gets to Apex hosting haha

dire trench
dire trench
#

Apparently they are converted when stored on villagers

worthy geode
#

and its saved as a gossip? interesting

void void
#

any guesses on when 1.19 Paper will be finished?

silver nexus
#

Legend has it, every time someone asks, it gets pushed back 10 minutes

unkempt drift
#

What the… since when does discord EMAIL you when you get pinged in a guild

twin lagoon
#

?kick @void void you've asked for a paper 1.19 eta for the past 4 days

thorny flickerBOT
#

:raised_hands: Kicked XxcunningxX12#5376 (you've asked for a paper 1.19 eta for the past 4 days) [1 total infraction] -- Michael#9600.

unkempt drift
twin lagoon
#

iirc only for new accounts

vernal moth
#

You got mail!

unkempt drift
#

I have an alt there. but it’s not new.

blissful shoal
#

Literally already exists why do you even like, need to ask anymore

blissful shoal
mental meadow
limber knotBOT
#

only took them how long? lol

stuck lava
#

years

limber knotBOT
#

now if only one could do the same per-server 👀

#

but I guess their inbuilt multi-account support kinda does that already

mental meadow
#

I'm pretty sure those emails existed for over a year now

limber knotBOT
#

pretty sure they had emails since the beginning. but originally you weren't able to enable them again once you unsubscribed via the link in the email xD

#

and at least the one I got yesterday didn't even include the message, just a "so-and-so mentioned you in a channel" which is just dumb

radiant fable
#

ive never seen that in discord notifs, i dont see it rn either

#

i’ve seen emails with the mentioned you in channel before tho

radiant mantle
#

what command can i type in console to show what server jar im running (to make sure)

stuck lava
#

./ver

radiant mantle
#

ty

blissful shoal
# mental meadow

interesting, never saw that before and its all on by default tho i never got an email

fluid shell
#

Has paper mc released the final builds?

#

Or the ones on aternos are experimental

golden gust
fluid shell
#

Ah

#

Ty

silver nexus
#

After 2 months of my friends complaining about my pfp, is this better?

vernal moth
#

should ask your friend?

#

since they complained, lol

silver nexus
#

They say its better but im not convinced

vernal moth
#

uhh, we finally got a trailer for legends

#

I hope thats not game graphic

#

it look ssuuuuper weird

#

but guess the shaders arent done

fluid shell
#

I am ok with the real one

#

Original is always best

simple garden
#

Oh yeah I got java mobile to run smoothly xD

fluid shell
#

Pojav is insanely laggy

simple garden
#

It didn't lag for me luckily.

#

I haven't tried roaming around though so that might be why

limber knotBOT
#

it really depends on your hardware how smooth it runs

magic river
#

That trailer makes it clear Mojang really needed to come up with a fantasy name for the overworld

junior ginkgo
#

When 1.19 Paper (official release)?

crystal lilyBOT
#
__There Is No ETA__

Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.

simple garden
#

Oh I am running it on galaxy zf 3

magic river
#

Like, nether and end work "okay" as world/realm names but overworld just sounded goofy when the announcer said it in the trailer

spice ether
magic river
#

Meh, as you can see that's not actually made by anyone from Mojang

vernal moth
#

its a whole different studio, lol

spice ether
#

I was more joking but I can see that complain coming up

magic river
#

Probably has some Mojang people sitting in on meetings and such to ensure the design makes sense

vernal moth
#

jokes like this are really hostile towards the devs

magic river
#

But that's going to be like one or two non-developers, basically

vernal moth
#

idk what the structure of mojang is, but I would expect like agnes to be part of such talks

#

oh shes Minecraft Vanilla Game Director so maybe not

magic river
#

Back in the day I'd say jeb but he probably delegates at this point? 😛

fluid shell
#

1.17 - Caves and cliffs Part 1
1.18 - Part 2
1.19 - Part 3
1.20 - Part 4 (probably)

vernal moth
#

well, jeb is CCO

#

so ye he would be responsible for that kinda stuff too

magic river
#

Before Microsoft just rolled the bedrock team in to Mojang Studios (and before Microsoft even owned Mojang) he was the one coordinating with that team

warm anchor
#

Any archaeology waiting room here? ModCheck

simple garden
warm anchor
#

showcased once, never to be seem again

#

LOL

magic river
#

I imagine after Microsoft bought them the communication and such between the two groups got more organic

wide chasm
#

I'm in the waiting room for the fletching table UI

warm anchor
#

that's a lie. That never existed

river sapphire
#

github should limit commit message length 🤨

spice ether
wide chasm
#

It never existed, but they said it would come after 1.14.

warm anchor
magic river
#

I swear those were longer

#

So maybe it did limit it?

#

To be clear, they can't limit how big the message is, only how much they display

river sapphire
warm anchor
vernal moth
lilac moon
#

apparently size_t should be the commit length limit

#

according to git's source

worthy geode
magic river
#

The size limit for most of this stuff is a 64-bit unsigned integer

worthy geode
#

cinematic makes it look good and then that

river sapphire
#

breaking github is Mini's bread and butter it seems

novel horizon
lilac moon
#

#include <stdio.h>
#define e "e"
#define ee int
#define eee main
#define eeee (
#define eeeee )
#define eeeeee {
#define eeeeeee }
#define eeeeeeee for
#define eeeeeeeee ;
#define eeeeeeeeee printf
#define eeeeeeeeeee return
#define eeeeeeeeeeee on_exit
#define eeeeeeeeeeeee [
#define eeeeeeeeeeeeee ]
#define eeeeeeeeeeeeeee 0

ee eee eeee eeeee eeeeee eeeeeeee eeee eeeeeeeee
eeeeeeeee eeeee eeeeee eeeeeeeeee eeee e eeeee
eeeeeeeee eeeeeee eeeeeee ee eeeeeeeeeeee eeee
eeeee eeeeee eeeeeeeeeee e eeeeeeeeeeeee
eeeeeeeeeeeeeee eeeeeeeeeeeeee eeeeeeeee eeeeeee
#

this is funny

limber knotBOT
#

yeah the cinematic made it feel really minecraft, the ingame stuff just looks like a random voxel based rts

river sapphire
#

yet another cash grab ??

vernal moth
#

another?

#

what was the first?

river sapphire
#

dungeons ...

limber knotBOT
#

console editions

#

runs

river sapphire
#

bedrock is purely cash cow for Mojang

lilac moon
river sapphire
#

a f..... one block map is $7

lilac moon
#

745 lines

river sapphire
#

🤦

magic river
#

To be fair that #include is also a preprocessor thing so you're really just pulling in all the header stuff too

#

It's not going to be that long if you get rid of that line first

lilac moon
#

oh true

#

and probably includes inside stdio if there are any

#

yep it's much better when i remove stdio.h

# 0 "e.c"
# 0 "<built-in>"
# 0 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 0 "<command-line>" 2
# 1 "e.c"
# 18 "e.c"
int main ( ) { for ( ;
; ) { printf ( "e" )
; } } int on_exit (
) { return "e" [
0 ] ; }
#

thats cool how they did an infinite loop by just doing for ( ; ; )

golden gust
#

er, wut

warm anchor
#

sir this is PaperMC not google

golden gust
#

I mean

spiral robin
upbeat falconBOT
spice ether
#

Lol just install a theme like you normally would install a extension

golden gust
#

you didn't even calarify on what you was asking for first

royal glade
#

i'm sorry plz forgive me

warm anchor
spiral robin
vernal moth
#

thats a good one, bookmarking

lilac moon
#

wtf

vernal moth
mental meadow
sleek tree
#

.eta

limber knotBOT
#

There is no ETA (Estimated Time of Arrival)! Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.

sleek tree
#

Thank you

#

I need to copy pasta this

#

I keep getting dms

warm anchor
#

you get DMs from your server kids? phossure

#

time for a ticket plugin to take support tickets instead of using your personal DMs

rocky carbon
#

why does everyone keep asking that lol

#

i been here for almost a week and seen like 1000 ppl ask that from the bot

warm anchor
#

This guild is big so even a small % of people asking will flood the chat (we do kick offender who ask multiples times though)

rocky carbon
#

gotcha

molten egret
#

I love the thrill of reloading my server

molten egret
warm anchor
#

You should be using a ticket plugin to accept such reports

molten egret
#

ehhh

warm gyro
#

umm

molten egret
#

it's really one person in particular

warm anchor
#

And have a rule in place to not directly DM or ping staff members for those type of questions

molten egret
#

lol

#

I just block the one that wont stop dming me

warm anchor
#

If it’s just one person you can just kick them. surprisedpika

molten egret
#

my server is too dead

#

if I kick one person the whole thing falls

warm anchor
#

That’s not how you practice retention though lol

molten egret
#

top out at 5 people a day

warm gyro
#

any updates when the stable version coming out?

crystal lilyBOT
#
__There Is No ETA__

Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.

warm gyro
#

ic ic

molten egret
warm anchor
#

It’s a metric used to measure the ability for your community to keep the player from leaving

molten egret
#

Retention is directly proportional to the number of people online when they join

warm anchor
#

Say you get 10 new players this week and 5 of them stayed and 5 no longer joins next week, that’s a 50% retention rate you have

spare venture
#

if you think it's directly correlated, then spoof your numbers

spare venture
#

i'm sure you'll see a huge jump in retention

molten egret
#

They like interaction

#

It’s not completely about the count

#

Also people that come alone at first often stay longer

spare venture
#

if you know what the issues are, fix them?

molten egret
spare venture
#

ahh

molten egret
#

I’m tryna get features that almost no other servers have

worthy geode
#

spoofing with just 10 players is kinda obvious tho

spare venture
#

gotta be creative then

molten egret
#

Like just now 2 people joined

#

No one else was online so they left

#

See even an afk player gives people some hope so I may afk on the server

spare venture
#

maybe

#

but why not work on making your server more fun and unique?

knotty oasis
#

its beautiful

#

thanks java, for not allowing people to switch-case a long.

golden gust
#

I mean

#

past 20 minutes I'd consider it fucked

molten egret
#

It’s a slow process

worthy geode
#

time to boot into the recovery, hoping its still there kekw

coarse venture
#

paper-legends.jar when? 😄 rooflmao / jk

wicked tartan
coarse latch
#

What do you think is better? BotSenty or nAntiBot?
I'm just thinking about using FlameCord + nAntiBot/BotSenty and can't decide what to use, I also use TCPShield

wet storm
stuck lava
#

why?

golden gust
#

The java team has literally been expanding year on year...

stuck lava
#

I can't find it now but I remember msg in launcher saying I get to own the other version of MC now for free

#

when I only bought Java version, years ago

golden gust
#

Yea, just as they did for bedrock for years

#

if you have java edition you got a free key for bedrock

stuck lava
#

don't even know what bedrock version is tbh

#

lol

#

mobile?

#

MCPE?

golden gust
#

their cross platform thing

#

it's registered on your MS account

#

idk how it transfers to consoles, but 🤷‍♂️

wet storm
#

I mean, I doubt many java devs wanna deal with a game development field and many game developers wanna deal with java, that's why I think it is kinda hard to support

golden gust
#

They literally developed one of the largest java game dev communities in existence

#

they literally have people who wanna grow up to work for them

stuck lava
#

wait so I can play java servers with bedrock now?

golden gust
#

not natively

#

there is geyser which serves as a proxy to allow it

stuck lava
#

ah, now I get it

wet storm
void void
golden gust
#

like, they're two seperate versions in a sense, but, ofc, the community wanted to rely on the fact that java servers are actually feature complete vs bedrock

coarse venture
#

rofl

golden gust
#

like, all that exists for bedrock is the native server software that they've got, or stuff like nukkit which are incomplete

#

vs the java ecosystem which, like, you know, we literally all just modify the jar that mojang ships

wet storm
#

will modification of bedrock dedicated server count as a war crime? But... I heard that it is hella incomplete and even has memory leaks

stuck lava
#

makes me wonder why ms even bothered with bedrock now lol

spare venture
#

console and mobile ecosystems

wet storm
manic orbit
#

Approximately when will paper 1.19 come out?
dawae

stuck lava
#

yes it will

crystal lilyBOT
#
__There Is No ETA__

Updates to Paper do not have any sort of estimate for when they release, ever. Any and all updates will arrive when they are ready, and the only thing to do is wait for them patiently along with everyone else.

mental meadow
brazen bough
#

papermc 1.19 isn't out yet right?

wet storm
#

no, it is "oopsie woopsie!" for now and has a cool music and a cool weeb video

wet storm
true canyon
spiral robin
#

@true canyon PES_CowboyLove

brazen bough
faint canopy
faint canopy
void void
#

what kind of host doesn't let you upload your own server jar

faint canopy
void void
#

i hope there will be a stable paper version of 1.19 in less than a week from now

mental meadow
#

You get what you pay for lol

faint canopy
mental meadow
#

Well how much do you pay for your server hosting

mental meadow
#

Exactly

faint canopy
mental meadow
#

That's the joke

faint canopy
#

or i may buy my own server at my house and download a paper server on it like all the cool kids 😎

mental meadow
#

I would highly advise against running a server at home

faint canopy
midnight copper
mental meadow
#

Not really

midnight copper
#

if it’s for a discord server or small friend group, hosting a server on your windows pc is usually just far more practical

#

tho if it’s meant to be public then yeah you should pay for hosting

mental meadow
#

Ok, what i meant is hosting a public server

faint canopy
#

like a dedicated physical server, not at ur home

worthy geode
#

buying those rarely makes sense

#

renting does make sense, but buying actual hardware is most of the time not worth it

magic river
#

lol Cubs are so far behind and so out of pitchers against the Yankees they put their first baseman in there

mental meadow
#

Especially server grade hardware

magic river
#

He is throwing 35mph pitches that look like they barely get over the mound

mental meadow
#

Wtf are you talking about lol

midnight copper
#

why are you talking about sports in paper mc general

#

we dont do that here

magic river
#

On the other hand those are a harder to get distance from

mental meadow
#

I was so confused for a second

faint canopy
#

any arch users?

midnight copper
#

i do not believe in linux

golden gust
#

hello random new person who totally knows what people discuss in our off topic channel

magic river
#

You don't have to ask for arch users, they'll tell you if they're here 😛

faint canopy
midnight copper
faint canopy
#

no linux mint?

#

nvm there is

#

soo many distros

mental meadow
#

You see, everyone who programs or has a Minecraft server is a nerd that sits around all day and does nothing

pastel bluff
midnight copper
#

ive not seen a linux skin that i find actually appealing and while I could skin it to look like 10 or 8.1, if its gonna look like windows i might as well just use windows

worthy geode
#

I only touch grass if it has connected textures

faint canopy
faint canopy
#

or continuity

magic river
faint canopy
#

or connected textures mod

faint canopy
worthy geode
#

Optifine, pff

#

never again

faint canopy
#

imagine using optifine

#

true chads use fabric

#

and mods

midnight copper
#

i dont use optifine but i have no reason why i dont sunglamse

magic river
#

Calling someone an optifine user is like calling them a windows server user

mental meadow
#

Hey amaranth

faint canopy
#

sodium and other mods user

mental meadow
#

Windows Server user

midnight copper
#

using windows as a server 👍
using windows server 👎

mental meadow
#

I'm very tempted

midnight copper
#

speaking of server stuff

#

i avoid docker at all costs not for practicality but for principle

#

it was created to solve a problem that shouldn’t have existed

worthy geode
#

why? it has a cute whale logo

dapper pumice
#

I was using Windows 2000 server and 2003 as my main OS
...just gaming was a horror on 2000

magic river
#

Using windows as a server is worse than using windows server

#

At least windows server is sold as being for server use so you're just misinformed

void void
#

Docker to me is godsent, together with like a web-UI such as rancher

midnight copper
# void void Why?

if software packages handled versioning properly we wouldn’t need docker

worthy geode
#

everything is 1.0-SNAPSHOT

magic river
#

Do you understand the testing matrix you'd need to handle that?

void void
#

I use docker for easy automatization and auto-scaling of applications

placid thicket
#

correct me if i am wrong. is b#6 stable? or just not red for some reason?

mental meadow
worthy geode
mental meadow
midnight copper
#

“why the hell would I want a whole ass sandbox just to use some basic personal open source software that isn’t even made for large scale deployment”

mental meadow
#

There are other very good reasons for containerization besides dependencies

golden gust
#

writing support for every version of everything is generaly just a PITA

midnight copper
#

I suppose that varies on what you do with your pc but for the stuff ive seen its never been relevant

golden gust
#

Theres always gonna be somebody who has some stupid ass version of a library installed

vagrant terrace
#

Is this one stable?

mental meadow
#

Who uses docker on pc

midnight copper
golden gust
#

lolno

#

python2

#

python2.7

#

python3

mental meadow
midnight copper
# golden gust python3

u do know you can have as many python versions installed as you want and individually call them right

golden gust
#

You also literally can't just target a specific version of a library when debian is shipping one version, ubuntu another, and arch ships another

#

Which is literally just a mitigation for the issue and a shitty workaround

#

not an actual solution for anything which causes as many stupid issues as it solves

midnight copper
magic river
#
  1. Supporting multiple versions of a library installed while also allowing something to use "latest" or "latest 1.2" is hard to impossible in C and C++
  2. The testing matrix for all the different version combinations of your dependencies is impossible to cover
  3. Containers are also used for sandboxing
  4. Containers can ensure global configuration changes doesn't mess with your setup
midnight copper
#

and i disagree with docker on principle of being a bandaid fix

#

tho sandboxing is legit, its usually not necessary for shit youre just running in your own home

golden gust
#

How do you deal with multiple different versions of a library?

mental meadow
#

Docker is not really designed for end users is it? Why do i care about what people are running at home

midnight copper
#

I don’t have any programming experience but doesn’t python handle that?
I know most other stuff doesn’t though

midnight copper
vernal moth
#

If anyone is bored, this is a fantastic talk I just consumed

#

It's also completely cursed

golden gust
#

python literally doesn't handle that

magic river
#

Oh yeah I saw that one

#

Python handles multiple versions by doing what docker does, basically 😄

#

Multiple "virtual" installs

golden gust
#
  1. Literally every distro in existence compiles stuff on their own infra so that they can purely ensure that stuff is compatible with their environment
magic river
#

Just python specific and no sandboxing

golden gust
#
  1. the python env stuff is literally just the exact same concept is docker uses: bundle literally everything you need into individual environments
umbral loom
#

W

golden gust
#

that saying, there are less admin oriented stuff out there, i.e. snap

void void
#

general spam incoming

magic river
#

Turns out build 6 was stable

#

Well, "stable"

jaunty blaze
#

W

crimson scarab
#

bruh paperMC also turned into one of those companies that pretend to give a shit about lgbtq

merry talon
#

?????

magic river
#

You should always make back up and test before putting it live

golden gust
#

We literally have LGBT people on our team...

merry talon
#

literally half the paper team

vernal moth
fickle rain
#

nice job yall re 1.19

neat flax
#

Crazy all the like spike

foggy elbow
#

1.19 was really fast to be released ! Thanks for this massive work

placid thicket
#

ok, 7 is also marked as "stable" now that another announcement went out really feel like thats important to get clarified

mental meadow
void void
#

Someone once told me like 6 months ago

golden gust
#

wait, so

void void
#

Wait it’s finished? 😃

golden gust
#

Aurora is Aurora #4 ?

void void
#

I guess so

twin lagoon
void void
#

I got my name from a friend of mine 2~~ years ago

#

AWESOME!!!

warm anchor
void void
#

I'm also in the same boat as the Aurora community manager

void void
dusty ivy
#

NICELY DONE DEVS!

golden gust
void void
#

GREAT JOB DEVS!! TYSM!!!

mental meadow
#

Kenny took the only joy i have in my life from me sadge

dusty ivy
#

You completed it faster than me on my computer science exam

placid thicket
#

so yes? actually is stable? or still probably an error?

void void
#

Great name of the company if I say so

void void
#

no synced role title Sadge

mental meadow
#

Read the announcement

golden gust
#

clearly not me

meager tusk
#

Woah.

#

So many new people in general.

frank otter
#

oh sheesh it's in a publishable state? my god that was fast major kudos to the dev team

golden gust
#

bro

meager tusk
#

Bro.

pastel reef
#

My friend is able to get tons of enchanted books by reeling in the fishing bobber at a specific time of day every Minecraft day, It needs to be precise by the second, is anyone aware of this bizarre and OP bug?

molten egret
#

damn the new update is half danish half Swedish and trans

twin lagoon
#

what

worthy geode
molten egret
coarse venture
#

❤️
Nice job to all involved in making 1.19 happen on the paper side of things, I am sure a lot of us appreciate the time and effort put into it.

pastel reef
void void
pastel reef
#

He told me that he grabbed the bug off the legacy console edition of Minecraft and it just so happened to work on Java 1.18.2.

molten egret
frank otter
#

wait does this mean no more Kenny streams

#

because the majority of development is done?

mental meadow
#

Kenny streams from time to time

true canyon
#

There's always the other cam we put behind kenny

void void
#

minecraft 2.0 already exists ;)

true canyon
#

Why would 1.20 be 2.0

#

That's very arbitrary

potent spire
#

thank you paper team for the update

vernal moth
#

Versions aren't numbers

foggy silo
#

Huh, are they ready?

#

Two kashikes? 🤨

winter granite
#

so is this the offical build?

void void
vernal moth
#

Who says that Minecraft uses semantic versioning?

foggy silo
#

am confuzzled

frank otter
#

where's the second kashike?

potent spire
#

Mojang does different versioning (which actually makes sense)

#

Semantic versioning makes sense but so does mojangs

grand nebula
potent spire
#

I have no clue

#

gg hycord

#

To support paper's discord server

golden gust
#

1.<major>.<minor>

void void
golden gust
#

runs

frank otter
#

oh wait there are two kashikes what

#

he done did a mitosis

foggy silo
#

🌀

mental meadow
manic vapor
#

ay clone spell

void void
foggy silo
#

aurora are you allowed to tell us why there are two kashikes?

mental meadow
foggy silo
#

Ah, makes sense.

potent spire
#

Discord partnership is hell, verification sounds much easier

#

I guess partnership is more about the person running the server and verification is about the server

mental meadow
#

Will edit it tomorrow if no one else changes it in the meantime

vernal moth
#

TFW you just about manage to find the charger

potent spire
#

1 unread ping

golden gust
#

<plugs in>

#

<phone shuts down>

foggy silo
#

(his phone died sending that)

#

lol

vernal moth
#

Nah Google said I had 10 min left

vernal moth
#

Not that I would trust that

foggy silo
#

Sus activity

#

Unauthorized cloning

void void
#

Cloning humans is considered unethical kashike ^

mental meadow
#

Well i mean didn't you wonder where all our funds are going?

foggy silo
#

😳

foggy veldt
#

Minidigger what is your favorite project that you've ever worked on (if the answer is paper something besides paper)

little frost
#

is it unethical if it's yourself

mental meadow
#

More kashike = more good

void void
foggy silo
#

Ah, makes sense. I think it's important to separate those things. 🙂

foggy silo
#

Especially with all that you have here, haha.

simple garden
#

Is the build that was posted the full build?

vernal moth
mental meadow
#

We only offer full builds, i don't understand the question

void void
#

nice gpl you got there not bukkit, nvm

vernal moth
#

Fuck that was over a decade ago

mental meadow
#

We don't cut a build in half

simple garden
spiral robin
#

@cedar spade

simple garden
#

Like how there was experimental builds

void void
#

love the ascii art

vernal moth
#

It's not in the experimental channel

vernal moth
simple garden
#

Bruh the experimental builds are in the same 1.19 channel that the build i am asking about is in lol

void void
#

red is experimental, blue is not

simple garden
#

Thank you @void void

#

Yall get squish over a simple question lol

vernal moth
#

I spend so much time on that UI and people still don't understand :/

#

You can even hover it!

cedar spade
#

@spiral robin do you ever get squish?

vernal moth
spiral robin
simple garden
#

I don't imagine cause I don't sit on here and stalk you so I can't answer that question lol

cloud sluice
#

Stupid question. The initial builds of active dev of 1.19 are they the start of the stable builds?

vernal moth
#

See codex ^ 😂

simple garden
#

I understand you probably get a lot of questions and you probably get annoyed with a lot but I wasn't asking to bother anyone. I was just genuinely querious

mental meadow
#

There is no such thing as stable builds
They are not marked as experimental anymore

simple garden
#

Lol OK I will just stop asking since you have an issue with questions haha

vernal moth
#

Well, I got a giant headache cause I spend all day in the sun, so that isn't helping

static badge
#

now that everyone is in general

vernal moth
#

I don't have an issue with questions and I gladly answer them, but you just have to understand that my tone something is a bit annoyed

simple garden
#

👍

snow anvil
#

yoooo :O paper 1.19

thorn violet
#

paper 1.17 when?

#

:))))

golden gust
#

Hey, mini, mini, mini

earnest glacier
#

minecraft 1.50 when

wet storm
earnest glacier
#

yo anyone got cracked minecraft 2.0.0

wet storm
wet storm
void void
#

so now the latest 1.19 builds are stable enough to run on production?

golden gust
#

Please read the annoucenement post

spiral robin
#

what is this annoucenement you speak of

#

i only know announcement

warm anchor
#

aber

spiral robin
#

hi there

#

ok.

#

that was uncalled for.

golden gust
#

god

#

I wish we could do that with eternity

warm anchor
wet storm
autumn spear
#

Awesome!

#

Good thing for backups, I already corrupted my world with 1.19 lmao

unkempt jackal
#

they should make uppercase numbers

golden gust
#

Don't say shit like that

#

That's how we get new unicode

unkempt jackal
#

it would be so useful

meager tusk
golden gust
#

I vote that we get rid of cyrillic

#

Who would even want that

meager tusk
#

Nobody important.

#

@ashen cliff Thoughts?

#

He's probably asleep.

#

Average Slovene sleeps at 11:00 PM sharp.

keen talon
#

hello I would like to talk to an administrator of this server there are errors with puglin with my server because the server is automatically updated to 1.19 and puglin have errors.

golden gust
brazen bough
#

should I update my server to paper 1.19

#

is this the full and last version

golden gust
#

We don't do 1:1 support

brazen bough
#

or is there gonna be a new updated one soon

rare python
#

So is 1.19 stable now?

spare venture
#

define stable

earnest glacier
#

i've seen people talk about big bugs

#

there's a dupe glitch too

keen talon
#

I don't want to endure I want to know what error it is to know what error it is

rare python
#

Is it stable enough that it's not gonna be constantly breaking

spare venture
#

define breaking

rare python
#

Stable enough to run in production

twin lagoon
spare venture
#

the update released like 5 days ago

earnest glacier
#

i use fabric but idk how stable paper is rn

spare venture
#

if you’re concerned about issues arising from using a version that just came out, wait till 1.19.1

rare python
#

I mean I have backups so... trial by fire lets gooo

earnest glacier
#

we don't support puglins

rare python
#

puglins
lol

ornate dirge
#

i need to apologize to the purpur people but i think i've been banned on a missclick

twin lagoon
#

ok

ornate dirge
#

and i think someone could be here

worthy geode
ornate dirge
#

yes

worthy geode
#

pretty sure Billy did not "misclick" that

ornate dirge
#

was a joke and might been a bad one

spare venture
#

this isn’t the place to discuss this

twin lagoon
ornate dirge
#

yes im sorry. is late, will try to figure out a place for this tomorrow

daring laurel
#

does phosphor do the same thing as lithium for fabric?

worthy geode
#

Phosphor is a light engine rewrite, like starlight. lithium is general optimisation, physics, mob AI, etc

daring laurel
#

sorey I meant is phosphor the same thing as starlight

worthy geode
#

tbh with Starlight existing phosphor is pretty much useless

#

yes

daring laurel
#

got the words mixed up

worthy geode
#

Same but slower

twin lagoon
#

phosphor just aims to improve parts of it

waxen panther
#

@twin lagoon 🤓

twin lagoon
#

@waxen panther

waxen panther
#

@cunning raft discussed internally that I'm a dumbass

sharp spindle
#

@void void do you dual boot with windows and a linux distro

#

or is that how you plan on doing it

#

i'm trying to figure out the best option for me currently

molten egret
#

I really don't use windows ever

sharp spindle
#

as in like

#

is it good

molten egret
#

also ubuntu for desktop is kinda trash

sharp spindle
#

oh

waxen panther
#

all linux distros will do you fine

#

what do you want out if it is the question

molten egret
#

I've heard is arch is the way to go

waxen panther
#

i use linux for work/dev and windows for g*ming

void void
#

holy shit it's \💠\💠\💠\💠\💠\💠 broccoli

waxen panther
#

HOLY SHIT ITS BLUE EMILY

void void
#

YES

waxen panther
molten egret
#

HOLY SHIT IT'S THE FUCKING AXOLOTL THAT NO ONE CARES ABOUT

void void
#

HEY

#

THEY'RE CUTE

molten egret
#

yes

lilac moon
#

broccoli

woven ether
#

This may be a shot in the dark- but could anyone help me break down a timings report? I see my save-all is taking up a lot of errors it seems but I'm not quite sure

waxen panther
woven ether
#

ty 🙂

twin lagoon
#

@void void

sharp spindle
#

well my specs are: 32gb ram, i7 1260P, and a 1tb ssd with integrated graphics (intel btw, with evo or whatever)
it's new so i wouldnt lose any data
i plan on running docker containers, possible VMs, possible services (web wise), jetbrains products and any other programming tools i hunt down

#

i have windows 11 currently lmao

twin lagoon
#

just use arch linux

void void
#

honestly yea

twin lagoon
#

it's the easiest distro out there if you have some what of a functioning brain

molten egret
#

I don't got one

sharp spindle
#

michael you know me and my half ass brain

#

kidding

void void
#

lol

molten egret
#

I ran a server for 4 months with no firewall

waxen panther
#

if you're incapable of reading a wiki use mint

sharp spindle
#

i can use a wiki yeah definitely xd

#

i assume their wiki also explains dual booting

waxen panther
#

it does yeah

sharp spindle
#

Prayge W

molten egret
#

I think they all install grub which works great for dual booting

void void
#

yeah the arch wiki has everything

sharp spindle
#

arch based linux

waxen panther
#

arch even has a pyth*n installer now so you dont have to go through the rite of passage everyone else did

waxen panther
#

what do i mean by what

twin lagoon
#

the archinstall scripts are bussin though

molten egret
#

sudo apt-get install python3?

waxen panther
#

what no they bundle an installer written in python now

waxen panther
#

it does everything for you

molten egret
#

gui or Aui(ASCII user interface)?

waxen panther
#

gui

#

ish

molten egret
#

is it like the ubuntu one?

twin lagoon
#

no

warm anchor
#

damn brocco is extra kawaii today @waxen panther

waxen panther
twin lagoon
#

weebs

unkempt drift
#

we need to ban broc

lilac moon
molten egret
vestal jasper
#

holy shit it's @twin lagoon uwu

twin lagoon
#

uwu

molten egret
#

uwu

vestal jasper
#

who's the candidate tho

lilac moon
molten egret
civic herald
molten egret
warm anchor
#

no thats dead pixel on your monitor krappa

molten egret
#

never admit a typo, change the end link

civic herald
#

I was expecting a "what typo? Reload the page"

waxen panther
twin lagoon
#

@true canyon

molten egret
#

say that spigot is better

waxen panther
#

i am a secret member of the core team

molten egret
lilac moon
#

I love bucket

#

Its way better

molten egret
#

yes

#

bucket

#

axolotl_bucket

unkempt drift
#

I don't see why you would use anything not developed by Mojang, the developer of Minecraft. They want to make sure everything runs properly. Putting a bucket on top of your server will not help it run better. It will only hurt it. Paper? Come on. Snake oil

spice ether
#

Datapacks are better then papertweaks.. hides in a basement 🤣

wet storm
#

I wonder does nms mad lads exist, who develop bukkit plugins using minimal api features and with maximum amount of nms. (nms components, codecs etc.)

true canyon
vestal jasper
molten egret
vestal jasper
#

oh papertweaks

molten egret
#

on windows 11 of course

vestal jasper
#

what are papertweaks

twin lagoon
#

can we tweak vic

warm anchor
twin lagoon
molten egret
#

we should also host all of our servers on asure

vestal jasper
molten egret
#

I'm too broke to send that emoji

vestal jasper
#

I host my servers on a smart fridge

spice ether
#

Sends log4j towards smart fridge 🤣

molten egret
#

it can't handle the logger

wet storm
#

smart toaster is better for that purposes lol

ripe sphinx
#

imagine someone hacking your fridge and making all your food go bad

vestal jasper
#

That's been patched in pretty much every single source of the server or client

molten egret
#

they had to switch back to System.out for the fridge version

molten egret
#

01/16/2022

#

checked the chat logs

waxen panther
#

Can you get us the hour minute and second too?

molten egret
#

yep

#

Sun, 16. Jan 2022 09:34:41 UTC

wet storm
#

nanoseconds? 🥺

molten egret
#

umm

#

the logger doesn't do that

#

wait does discord keep that in the message data?

waxen panther
#

we will need the exact tick your server was on too

ripe sphinx
#

as well as the phase of the moon

molten egret
#

probs after the first one

molten egret
undone blade
#

How many bumps are you guys waiting before you use 1.19?

waxen panther
#

all of them

undone blade
#

lmao

grand pewter
#

ill probably do all the bumping next weekend

undone blade
#

Does anybody know if/what would break with plugins?

#

plugins that havent officially supported 1.19 yet

coarse venture
undone blade
#

im scared

grand pewter
#

what could go wrong

coarse venture
unkempt jackal
#

is it bad practice to keep viaversion installed even though my server is on 1.19 now?

grand pewter
#

yes

undone blade
#

Yes

#

via sucks ass

grand pewter
#

no it doesnt

#

we love kenny

twin lagoon
#

i don't think it can hurt

grand pewter
#

but it makes little sense to have installed if you are on the latest version, not that it's bad or anything

undone blade
#

I dont know who kenny is but im assuming he works on via

twin lagoon
#

yeah that

coarse venture
# undone blade im scared
> test included: passing above startup-test, and then actually going in-game, trying their basic 5 or so features, no dupe-testing from gui menu is being done though.

[√] CoreProtect 
[√] CoreProtect-AntiXray 
[√] MiniMOTD 
[√] InfiniCake 
[√] FoundDiamonds 
[√] spark 
[√] PyroFishingPro 
[√] PyroLib 
[√] PyroWelcomes 
[√] F3Name 
[√] LuckPerms 
[√] mcMMO 
[√] endcrystals 
[√] HeadDatabase 
[√] LWC 
[√] LWCTrust 
[√] BetterRTP 
[√] AntiFire 
[√] Chunky 
[√] DiscordSRV 
[√] mcmmo-placeholders 
[√] Multiverse-Core (quick test, needs more testing, mvcreate crashes server)
[-] Multiverse-Inventories (seems to work, needs more testing)
[√] Geyser-Spigot (fixed, , needs more testing)
[√] MCPerks 
[√] Votifier 
[√] VotingPlugin 
[√] TradeMe 
[√] TryMe 
[√] UltimateFireworks (works perfectly, but with errors during startup, reported)
[√] Vault 
[√] ViaBackwards 
[√] ViaRewind 
[√] ViaVersion 
[√] ViaVersionStatus 
[√] WanderingTrades 
[√] Citizens 
[√] BossShopPro 
[√] CMILib 
[√] Jobs (requires cmilib 1.2.0.1 or newer)
[√] MobFarmManager (requires cmilib 1.2.0.1 or newer)
[√] NoEndPortals 
[√] PlaceholderAPI 
[√] AdvancedAchievements
[√] CMI (requires cmilib 1.2.0.1 or newer)
[√] Residence (requires cmilib 1.2.0.1 or newer)
[√] ReCount (requires cmilib 1.2.0.1 or newer)
[√] BottledExp (requires cmilib 1.2.0.1 or newer)
[√] CreativeItemControl 
[√] WorldGuard 
[√] WorldEdit (useless in current state, use FAWE)
[√] InventorySaver 
[√] FastAsyncWorldEdit (WorldEdit)
[√] BedrockMiner 
[√] ItemSoulBind 
[√] PvPToggle 
[√] SelectionVisualizer 
[√] Boosters 
[√] WorldBorder 
[√] PlotSquared (needs fawe, works)
[√] TNTRun_reloaded
[√] HolographicDisplays (custom build by paul, starts up, needs testing)
[√] AuctionHouse
````tested`

test included only startup test, where they failed, disabled themselves, exception errors, showed red in /pl
zrips plugins waiting for new cmilib before testing again
note: some plugins failed due to worldguard/worldedit giving issues.
note: custom chunk generation issues with things like plotsquare/bentobox

[x] BentoBox (https://github.com/BentoBoxWorld/BentoBox/issues/1987)
[x] HeadDisplays (seems to have failed to load - dev in hospital (recovering))
[x] ProCosmetics (fails during startup with error msg - waiting for update)
[x] ShopChest (seems to have failed to load- asked smeths to help again)
[x] WorldBorderAPI (seems to load) (no longer needed for bbox-border addon)
````fails`

twin lagoon
#

probably won't hurt, doesn't make sense to have installed

waxen panther
#

bruh

undone blade
#

oooh

coarse venture
#

only a handful that i can't update yet, the rest worked fine.. so your 80 plugins will go okay surely.

unkempt jackal
#

thanks

undone blade
molten egret
#

waHT the fAwK

waxen panther
#

Calling via bad and then posting a picture of them using chat control

#

Classic

twin lagoon
#

and exploitfixer of course

waxen panther
#

naturally

twin lagoon
#

average paper general

#

must be something in the air tonight

undone blade
#

Whats wrong with EF out of curiosity? lmao

#

its stopped things that paper didnt for me in the past

twin lagoon
#

whats wrong with viaversion out of curiosity

undone blade
#

and chc, if you wanna only like/not like plugins because of their devs thats cool, but like, I like them for their functionality lol

#

viaversion introduced a million bugs for me from people going forwards or backwards, dupes etc and just general glitchyness, I think the plugin i guess is ok and does what its suppose to, but the idea of having someone on 1.11 in your 1.19 server is just bizzare like why people want to do that is insane to me lol

#

For a clean experience, you want to be on the server of the server lol

twin lagoon
#

viaversion does not introduce dupes

#

viaversion does not introduce backwards compatibility

undone blade
#

The whole via suite in general I mean

twin lagoon
#

well yes viabackwards is questionable

cunning raft
twin lagoon
#

but it does not introduce dupes

undone blade
#

Just going off personal experience I guess. That's all we can do right lol.

waxen panther
undone blade
#

I had invisible npcs on version and everything 😂

#

Invisible players randomly

#

It was just a mess for me

twin lagoon
#

if you have invisible npcs on the same client version as your server's version

undone blade
#

So decide to tell the players to get with the times if they want a solid server and update lol

twin lagoon
#

not a viaversion issue

coarse venture
undone blade
#

It was they confirmed it

waxen panther
undone blade
#

I can't even remember how tbh but I can probably find the convo

twin lagoon
#

hold my beer

spice ether
#

😂

undone blade
#

Search my tag in there you might find it. Unless they have tickets I can't remember

twin lagoon
#

right so

#

if you have invisible npcs on the same client version as your server's version
not a viaversion issue

undone blade
#

On 1.8

twin lagoon
#

backwards compatibility to a modern minecraft server doesn't make much sense anyways

spice ether
#

Maybe for a lobby

twin lagoon
#

no

spice ether
#

But that's it

void void
spice ether
#

Better then using old 1.8 mc

undone blade
#

Bug fest

void void
#

In case someone really wants to run an old 1.8 faction server, with a 'lobby' type server in between

waxen panther
#

can’t find anything in there about dupes either

void void
#

Then I'd imagine it being acceptable

twin lagoon
#

idk you might aswell just run 1.8 on the lobby

void void
#

In that case might as well run 1.7.10

#

¯_(ツ)_/¯

undone blade
#

Are you guys good 😂 this was a year ago and I don't run via anymore