#general

3141 messages ยท Page 432 of 4

limber knotBOT
#

There is a wsl plugin maybe that helps?

#

Also, isn't windows ssh the same as wsl ssh?

#

Let's see if md pull an all nighter or if we need to wait like 5 hours till he wakes up

#

Then he has a couple hours to release spigot till Z comes home from work ^^

snow sequoia
merry talon
#

err no I don't think you get it

#

remote WSL is literally just remote for WSL

#

I want to use my WSL's SSH config for remote SSH

#

two different extensions that I wish worked together

void void
#

i was dazing off and thought the first pic was a dick

gloomy sphinx
#

airpod cord... ......................

void void
#

yeah

#

i thought apple developed their own too lol

#

saw a meme about it

gloomy sphinx
#

it was recommended to me and i dont even own airpods

#

if only they invented earbuds with cords

void void
#

i can see the benefit when working out

#

but the better solution is better grip to the ear canal

#

on the buds themselves

#

bc a full cord gets in my way when im doing cardio in the gym on a machine

#

have to limit my stride lol

#

but with cordless buds, they fall out unless i get the ones that clip over the ear but not over the whole head

#

and those are just uncomfortable

#

FML i was gonna work on code but i cant even work on this shit

#

fuck php

#

i look at it and just get demotivated

copper stone
merry talon
#

mfw I find an issue from 2016 that was supposedly fixed but is still happening

#

i dont understand how nobody is talking about this, my setup has to be common

#

I guess I'll try moving to zplug

gloomy sphinx
#

microsoft really pushing the fuck out of marketplace selling items and shit

#

cant even find any update info

worn ember
#

pretty gae

void void
#

"minecoins"....

limber knotBOT
#

I still don tknow what to think about minecoins

#

on the one hand its microtransactions

#

on the other side it allows community members like us to make a living out of making minecraft maps and stuff

void void
#

can you exchange it out for fiat?

limber knotBOT
#

does that mattr?

#

as a creator you get paid out in $$$

void void
#

then how are you making a living if you can't

limber knotBOT
#

you never see a minecoin

#

same for partnered servers where you can pay in minecoins, they just get $$$ from MS

void void
#

yeah so you price your items in minecoins and when someone buys you get usd

limber knotBOT
#

which is meh since minecoin to usd exchange rate depends on where you brought the coin

void void
#

its almost like they could just let you, idk. price in usd or whatever currency and offer a transaction gateway for you

limber knotBOT
#

not all minecoins are created equal :D

void void
#

but nope, they gotta make minecoins so they can skip off the top

limber knotBOT
#

but you can spend them on whatever platform

void void
#

when ppl buy minecoins

heady spear
#

just ordered course books for like all my money

#

fucking pearson books are always incredibly overpriced ๐Ÿ˜ฆ We used them in high school too, it was a nightmare

merry talon
#

looks like I have to ditch alpine

#

because of musl libc

#

sad

void void
#

alpine is fun and games until you run into issues with musl yea

thorny blaze
copper stone
#

Use arch

void void
#

i use arch too btw

vestal jasper
#

arch btw

#

my new install feels so much better than my old one

void void
#

actually i lied, i'm on osx :(

vestal jasper
#

blocked /s

void void
#

k

copper stone
#

I have a hackintosh

#

my ssd is not in boot device for now tho

#

so i havent been on mac os in a while

#

what desktop envioronment tho

#

bspwm pog

void void
#

if linux ran on macbook properly, then i'd be on nixos tbh

copper stone
#

my friends use nix

#

I still dont kow whats so good about it

#

but I havent really looked either

void void
#

one configuration to rule it all

woven otter
#

arch btw

copper stone
#

arch is pog

void void
#

and rollback

copper stone
#

hmm

#

I learned a lot about linux from the /r/unixporn discord

#

mostly cuz I was trying to rice my linux

#

so I went from like Manjaro to Arch etc

void void
#

honestly thinking about trying guix this time

#

which is essentially nix but using lisp instead of in-house language for configuration

copper stone
#

I googled it but wtf is this

#

oh ok

#

ayy

#

they use sway

vestal jasper
#

ez

copper stone
#

what is this

#

I dont know shit about brewing

vestal jasper
#

I added a custom brewing stand recipe

copper stone
#

ok cool

#

nice

woven otter
#

nice vic

copper stone
#

its 4:30 am

#

I have an exam @ 8

#

and another at 12

#

kms

void void
#

.rekt

limber knotBOT
#

โ˜‘ Rekt-22

vestal jasper
#

๐Ÿค 

#

hate this games sometimes btw

void void
#

12:16 pm here

vestal jasper
#

it doesn't send update packets when the player inserts the rotten flesh into the ingredient slot but the server lets it

#

so the client still thinks it has the rotten flesh in the cursor / inventory but also that the stand is brewing potions

#

and I have to manually send update packets to fix this

#

well

#

playerMP.sendContainerToPlayer(playerMP.openContainer);

#

"manually" as in I have to tell it to send the packets

copper stone
#

most of the development I do

#

is for like spigot

#

so I avoid packets

#

and nms

#

shit just breaks when 1.8-1.14.4 is being used

vestal jasper
#

I'm patching the server rn

#

half of what I'm doing is NMS

#

half of what I'm doing is Sponge

copper stone
#

not fun

vestal jasper
#

it is tbh

copper stone
#

I am about to rewrite factions

#

im thinking to do sponge support weith spigot support

#

using modules

merry talon
#

I can't stand how damn slow apt is

vestal jasper
#

it's more fun than sitting in spigot land messing with basic java for 3 years barely learning anything or improving

copper stone
#

pacman brah

#

Thats true Vic

merry talon
#

you can shill arch all you want but it still won't be relevant

copper stone
#

lol

vestal jasper
#

I've learned more in my 2 months of sponge than I have the past 2 years messing with spigot ngl

copper stone
#

sponge is for mods

#

right

vestal jasper
#

Well, it's an alternate plugin API built with mod support in mind

#

There's SpongeVanilla and SpongeForge, so you can avoid mods entirely if you so desire

copper stone
#

hmm

#

so why do u learn more from sponge

#

is the api more barren or something

vestal jasper
#

You work more closely to the server and its design is more involved

#

There's also slight gaps in the API here and there which I've bumped into

copper stone
#

define work more closely

#

like I dont get that

vestal jasper
#

Mixins also let you patch / modify the server without needing API

copper stone
#

wdym

#

oh

vestal jasper
#

Working with sponge is more like working with forge than it is working with bukkit ig

#

or something along those lines

copper stone
#

I've only ever worked with spigot

#

I think I will probably try and do development for Sponge/Spigot at the same time for my next plugin then

#

to make it support borth

vestal jasper
#

Oh yeah there's also things that are possible in sponge which aren't possible in bukkit

#

Such as modifying block drops as you would modify mob drops

#

In fact, the two scenarios fire the same event, but the causes / contexts are slightly different

copper stone
#

yeah In spigot I would have to cancel event

#

and then spawn item

#

probably way laggier

vestal jasper
#

you don't even know what the block would drop in that scenario

#

unless you make assumptions

#

and then if multiple plugins wanted to modify drops you're SOL, only one of them applies

dusk drift
#

ight lads, we ready for the "WHERE IS PAPER 1.15! WTF SPIGOT IS OUT AS UPDI ASUD AS UID Q"{OI Er "

pulsar wigeon
#

had a stroke?

vestal jasper
#

yes

mossy vessel
#

Oof sweat

vestal jasper
#

ah yes

#

pain

mossy vessel
#

Fun times

heady spear
#

@mossy vessel go back to being mean at people in IS

vestal jasper
mossy vessel
#

Ok, I'll be mean to you later pixelheart

heady spear
#

mean at people wtf

vestal jasper
#

yeah city is not a person

heady spear
#

your english has infected me

#

to people*

#

I need to stop talking to Germans ๐Ÿ’”

mossy vessel
#

Germans are weird

heady spear
#

and awful at English :]

mossy vessel
#

True

west elbow
dusk drift
#

these messages made me wanna shoot my self

heady spear
#

but he's a ceo!

mossy vessel
#

Sens them a link to download paper, that's all you need lul

broken wasp
#

what's a java

dusk drift
#

anyone know a web dev I can pay 5 bucks or something to make a single php page that displays all the images inside the same dir on the page in a row list

mossy vessel
#

City would love to do that, it pays him a vegan cheese ;p

heady spear
#

Leave me alone.

wide chasm
#

Are we bullying City?

heady spear
#

@void void loves php

quasi valley
#

now he's trying to redirect the bullying

vestal jasper
#

@heady spear weeb

quasi valley
#

@heady spear sweeb

heady spear
#

stop it

queen sapphire
limber knotBOT
#

kenny, why dont you guys build a via version with the new protocol version already so ppl can deploy it before players come screaming?

#

do you expect actual protocol changes?

fair latch
woven otter
#

.eta

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

woven otter
#

it's that time again

vestal jasper
#

@woven otter

woven otter
#

@vestal jasper

vestal jasper
#

@woven otter

woven otter
#

@vestal jasper

vestal jasper
#

sup

woven otter
#

hi

#

what's up

vestal jasper
#

quack

woven otter
#

quack

dusk drift
#

time for bee bee bee bee bee bee bee bee bee bee bee bee bee bee bee bee bee bee bee bee bee

pulsar wigeon
#

.bees

limber knotBOT
#

(Korobi) BEES!!! - length 27s - 14,326 likes, 204 dislikes (98.6%) - 1,403,283 views - magicb0y on 2010.11.27

woven otter
#

time for no u

pulsar wigeon
#

also ๐Ÿ—ก ๐Ÿฆ†

woven otter
#

they are fat

#

as fat as wiz

dusk drift
#

as u

pulsar wigeon
#

how would you know

dusk drift
#

duck told me u have a big pp

heady spear
#

i think u meant ego

dusk drift
golden gust
#

I mean, I heard that when you're pacing around your room, it's more like living underneath a bowling arena

woven otter
#

wot

dusk drift
#

wut

golden gust
#

oh, is alley* not arena

dusk drift
#

still wut

heady spear
#

cat is dum lol

woven otter
#

city is dumer

pulsar wigeon
#

the only thing under my room is my garage

limber knotBOT
#

cat is dum lol

golden gust
#

am tryna say dat he's fat and round u dumfuq

#

Hope u kick a bomb

pulsar wigeon
#

go to bed cat

golden gust
#

b..b..but... ๐Ÿ˜ฆ

pulsar wigeon
#

doctor said u need to rest

limber knotBOT
#

.remind electronicboy 2h40m paper 1.15 when?!

pulsar wigeon
#

there is no cure to your stupid tho

limber knotBOT
#

.remind 2h40m, electronicboy, paper 1.15 when?!

#

.remind 2h40m electronicboy, paper 1.15 when?!

#

MiniDigger: Reminder set for 3 hours from now.

golden gust
#

sir, i will fucking slat you

limber knotBOT
#

god dammit that took long

golden gust
#

*slay

pulsar wigeon
#

slat too tho

woven otter
#

.remind 2h55m electronicboy, paper 1.15 when?!

limber knotBOT
#

DiscordBot: Reminder set for 3 hours from now.

dusk drift
#

can we kick new people that join just to ask for 1.15?

pulsar wigeon
#

give me mod

#

i'll take care of it

limber knotBOT
#

can we kick wiz?

golden gust
#

inb4 empty discord

limber knotBOT
#

that would be such a shame

dusk drift
#

Cat kicked me once Pepe_Meltdown

pulsar wigeon
#

i mean, i will kick people asking unironically and ban people asking ironically

#

fair deal?

limber knotBOT
#

I dont even want to count how often cat kicked me from #spigot, lol

#

Clearly not enough

iron spindle
limber knotBOT
#

can you ever kick somebody enough times? ๐Ÿค”

#

!kick MiniDigger no

#

ABOOOOOZE!

golden gust
#

My brain, I think that released some dopamine or something

#

Dat felt gud

pulsar wigeon
#

do it again

limber knotBOT
#

if that makes you feel better, go ahead ^^

#

also, why is my host masked

#

ppff

dusk drift
#

doesnt wanna smell ur shit

limber knotBOT
#

go kick me to see if my mode is fixed

#

!kick MiniDigger initiates core transfer

#

mmmh

#

better but no rdns

dusk drift
#

I need a new computer desk man

#

mine is so small cant fit my shit on it anymore and its literally about to crash and burn any second

#

no one sells good tables/desks around here

limber knotBOT
#

ikea ๐Ÿคท

#

"reverse delegation successful saved, please wait up to 48h until the change is visible world wide."

#

uff

golden gust
#

wut u changed it to?

fallow peak
limber knotBOT
#

will be worth it tho

golden gust
#

wow

#

for a minecraft host

#

oh god

pulsar wigeon
#

lmao

golden gust
#

it's not even summer

dusk drift
#

my nearest fucking ikea is 120miles away...

pulsar wigeon
#

let's choose a server cpu based on gaming computers

limber knotBOT
#

lol where u at?

void void
dusk drift
#

northwest england

golden gust
#

rip

#

which county?

limber knotBOT
#

isnt that where manchester is?

dusk drift
#

thats midlands

#

isnt it

golden gust
#

Yea, but north west basically covers a huge ass area

#

I wanna say that manchester is considered north west still

#

Not too far from preston

dusk drift
#

I'm near carlisle

golden gust
#

DescriptionManchester is a major city in the northwest of England with a rich industrial heritage

pulsar wigeon
#

i mean tbf england in its entirity is small

limber knotBOT
#

"North West England, one of nine official regions of England, consists of the five counties of Cheshire, Cumbria, Greater Manchester, Lancashire and Merseyside. The North West had a population of 7,052,000 in 2011.[1] It is the third-most-populated region in the United Kingdom after the South East and Greater London. The largest settlements are

#

Manchester, Liverpool, Warrington, Preston, Blackpool and Chester."

dusk drift
#

MANCHESTER IS NORTHWEST?!?!

pulsar wigeon
#

entire northwest england has smaller population than my state

woven otter
#

@vestal jasper arch btw

golden gust
#

Ah

#

ur right near the tip of the north west

dusk drift
#

sucks cock up here

fallow peak
pulsar wigeon
#

does hexed live next to scotland

vestal jasper
#

arch btw

#

@woven otter

woven otter
#

arch btw

vestal jasper
#

arch btw

woven otter
#

arch btw

#

@vestal jasper arch btw

vestal jasper
#

btw I use arch

limber knotBOT
#

arch sound like arsch, which means ass

woven otter
pulsar wigeon
#

can you two go get a room

woven otter
#

can I get a room with u

pulsar wigeon
#

yes

#

the kitchen

woven otter
#

cool

vestal jasper
#

wiz I was extremely close to pinging you

woven otter
#

no

dusk drift
#

I thought that said MineSpucker

woven otter
#

wrong room

pulsar wigeon
#

do i can cook you

#

for dinner

#

crispy skinned

cinder stream
pulsar wigeon
#

juicy

woven otter
#

I will cook you

pulsar wigeon
#

duck

woven otter
#

for dinner

#

crispy wiz

vestal jasper
#

ooooo I broke a block and my entire console is red

pulsar wigeon
#

gud

#

u deserve it

#

for even thinking of pinging me

#

i wish upon you a thousand exceptions

woven otter
#

@ wizjany

pulsar wigeon
#

blocked

vestal jasper
#

... 36 more

woven otter
#

ur dum

vestal jasper
#

I can't even see where in my code caused the issue

#

mfw

#

Entity EntityItem is already tracked for world: world

pulsar wigeon
#

u fuked up

vestal jasper
#

I did

golden gust
#

.rekt

limber knotBOT
#

โ˜‘ Rekt Van Winkle

woven otter
#

ur fuk up

vestal jasper
#

oh ik why

#

mfw

#

i'm retarded that's why

pulsar wigeon
#

yea we know

vestal jasper
#

I was spawning an entity when the server was already going to spawn it after the event

#

ok well that was not expected

break stone, cobblestone smelts into stone so stone drops
break iron_ore, iron ore smelts into iron ingots so stone drops

#

yeah everything drops as stone now

#

mfw

pulsar wigeon
#

ur a stone

woven otter
#

ur brain a stone

quasi valley
#

do I smell a scent of cooked duck?

vestal jasper
#

Ok so I forgot to do numerous things
Like checking if the item can even be smelted

#

and I forgot that the class for furnace recipes uses itemstacks as keys and not item types

pulsar wigeon
#

watch as vic enumerates his shortcomings for us

vestal jasper
#

ur retardeed

#

mfw

copper stone
#

Deed

vestal jasper
#

blocked

pulsar wigeon
#

vic how does it feel now that leaf is gone. you're basically down to one brain cell

#

you two cant put your 2 cells together anymore

vestal jasper
#

I'm in concrete

pulsar wigeon
#

good, cant wait for it to set

vestal jasper
#

mfw

pulsar wigeon
#

i always wanted a modern han solo

limber knotBOT
#

why is leaf gone? :O

dusk drift
#

sick of everyone

upper flicker
#

tl;dr guy wants domain, sends his felon friend in to force someone to transfer it at gunpoint, gun gets wrestled away, victim shot in the leg, perpetrator shot in the chest, guy gets 14 years

golden gust
#

holy shit

pulsar wigeon
#

what domain

upper flicker
#

mfw literally the second line

dusk drift
#

Why do u even want that domain

upper flicker
#

cuz he was dumb

#

intent is in the story

wide chasm
#

grabs gun

pulsar wigeon
#

i am in bed on phone

#

clicking links is hard

#

typing too

wide chasm
#

I wish I could be in bed right now

upper flicker
#

I would hope so

#

I know OVH isnt well regarded for support or anything

#

but if they cant even keep their boxes up that doesnt bode well for them

dusk drift
#

barty what srv did u get?

woven otter
upper flicker
#

thats a lovely squirt gun youve got there

woven otter
#

yes and if you don't follow my orders you will be soaking wet

iron spindle
#

Thatโ€™s illegal

woven otter
#

same goes for your tacos

pulsar wigeon
#

you can stefvan

#

dont let ur dreams be dreams

#

i should be at work but bed is comfy

dusk drift
#

water ๐Ÿ”ซ

wide chasm
#

I'm at uni working with Assembly

iron spindle
dusk drift
#

dat sexy eye

#

yum yum

pulsar wigeon
#

so imma lay down for a bit and then work remote when i decide to get up ๐Ÿ‘

wide chasm
#

Please don't make me work with Assembly any longer, wiz

#

Help me, give me a bed too

iron spindle
woven otter
#

get in wiz's bed

iron spindle
#

Lmfao

#

Take it if anything

wide chasm
#

That could work, steal wiz's bed.

pulsar wigeon
#

u wish

wide chasm
#

From 'no table' to 'no bed'

pulsar wigeon
#

/tableflip

#

fuck i forgot commands dont work on mobile

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

wide chasm
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

austere ivy
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

pulsar wigeon
#

it's ok i have it on my clip tray

wide chasm
#

lol

limber knotBOT
#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

#

totally didnt just steal that

upper flicker
#

is there a shortcuts plugin for lounge?

#

are there plugins for lounge now?

woven otter
#

irc

upper flicker
#

I kinda fell off that train

pulsar wigeon
#

thief

#

gif table back

limber knotBOT
#

there is, because I wrote it ^^

pulsar wigeon
#

wow hax

limber knotBOT
upper flicker
#

is it hacked in or is the API they were planning a thing now

woven otter
#

there's a nice plugin for irc called discord

pulsar wigeon
#

i really need to get some znc set up

limber knotBOT
#

its not hacked, its using an api

pulsar wigeon
#

and an irc client again

limber knotBOT
#

its not stable or anything

vestal jasper
#

commands work on mobile for me

dusk drift
upper flicker
#

ah well thats cool

#

I remember them talking about it months (a year?) ago

limber knotBOT
#

and I PRd the message type so that plugins can send actual messages

upper flicker
#

and I kinda stopped paying attention for a while

limber knotBOT
#

but it works now

vestal jasper
limber knotBOT
#

there is another plugin for thelounge

#

but thats kinda meh as it has no real UI

pulsar wigeon
#

/shrug

limber knotBOT
#

so you kinda just /giphy search tableflip and hope that it gives you something nice

pulsar wigeon
#

maybe i havent updated recently?

limber knotBOT
#

/giphy random is cool tho

#

look, quality german gif

upper flicker
#

is it actually random or just searching the word random

#

because there's some err nsfw stuff on giphy

vestal jasper
#

ah yes

#

ty giphy

#

wonderful random iamge

iron spindle
#

Big brain

vestal jasper
#

image

limber knotBOT
#

dw Z

#

it has a filter inbuild

#

yes, its totally random

upper flicker
#

though that would be funny

limber knotBOT
#

by default only G stuff is going thru

upper flicker
#

/giphy random

#

banned

limber knotBOT
#

but you can totally use /giphy rating PG-13 or /giphy rating R to change that

pulsar wigeon
#

ban Z for showing off that eye porn

limber knotBOT
pulsar wigeon
#

into your business?

#

who tf uses giphy for business

limber knotBOT
#

but anyways, thelounge has a useable command and message sending API now, next I want to do is include an event api

#

so i can inline discord bot messages and stuff

limber knotBOT
#

am surprised that we didnt get much ppl asking for 1.15 yet

#

do ppl not care?

vestal jasper
#

it's 6:30 am in the west coast

dusk drift
#

its not out yet

vestal jasper
#

give the little retards a few more hours to wake up

limber knotBOT
#

but schools out in europe

vestal jasper
#

ok

limber knotBOT
#

but I guess retards only come from the muricas, you are right

vestal jasper
#

true

#

when your education system is the equivalent to reading leaf's messages for 10 hours in a row you tend to produce a few retards here and there

hard swan
limber knotBOT
#

whenever I hear stuff about muricas education system I can just facepalm, like the movement to stop teaching sex ed, or to stop teaching about darwin

upper flicker
#

hey now dont lump the whole country in with the deep south

#

there's a lot of shit that's left up to individual states and a ton of education stuff is one of those things

limber knotBOT
#

its like that in germany too

upper flicker
#

there have been pushes to federalize more of it but muh states rights

limber knotBOT
#

education is handled at state level for whatever fucking reason

upper flicker
#

tbh my education was pretty alright. I dont know how it is compared to some schools in the UK or europe

golden gust
#

I mean, even over here, history classes basically cover UK history

upper flicker
#

but my teachers did a good job covering the good and the bad

limber knotBOT
#

but that doesnt mean we force religious myths onto ppl

upper flicker
#

treatment of natives, japanese internment, etc

vestal jasper
#

and like usual with america when someone has a solution that works, people feel threatened and boycott it

golden gust
#

ppl r dum

upper flicker
#

I also went to a small school though

#

cant speak for inner city stuff

#

probably all about having teachers that care

#

and arent overworked

vestal jasper
#

my highschools were filled with incompetent staff that forced me to fail numerous classes and denied me credits I had earned

#

and teachers that refused to help me through classes I struggled in

upper flicker
#

yeah but youre kinda trash though too

vestal jasper
#

yeah I'm retarded

#

I don't even know basic math

upper flicker
#

anyway, yeah it does tend to vary wildly in the US sadly

dusk drift
vestal jasper
#

they put me into geometry, I moved in the middle of the school year, and the new math teacher refused to help me catch up in the class so I ended up failing it.

The next school year they put me in the next math class which requires a passing grade in geometry.

Then when I failed that (same math teacher btw) they put me in the math class after that.

They then decided to put me in the math class before geometry for some ungodly reason.

quasi valley
#

... For more or less the same reasons you just told

upper flicker
#

be the change you want to see in the world

#

or eat tacos

#

or both

vestal jasper
#

when I aced my biology exam for an entire class credit my school denied me the credit because "it doesn't count"

#

I've grown to severely distrust school administrators and principals peepoJuice

#

@quasi valley don't be like my HS teachers and refuse to help struggling students who want help thanks

quasi valley
#

yeah that's essentially what we're being told every single course and lesson ๐Ÿ˜‚

vestal jasper
#

my math teacher had classes during both lunches and never stayed before or after school and refused to give contact information like an email so it was literally impossible to get help outside of class

#

which is extremely retarded imo

quasi valley
#

lol nice

#

sounds like a man who lives his job

vestal jasper
#

it was in a posh city so ig people were expected to be rich enough to just afford tutors ig

#

ยฏ_(ใƒ„)_/ยฏ

#

yeah she was kinda a dick, she would intentionally seat me as far away from anyone I associated with as possible as punishment for not having an A in the class

quasi valley
wide chasm
#

How dare you not have an A, you incompetent being! /s

vestal jasper
#

it's much easier to learn from mistakes than success if you realise the mistakes

#

imo

wide chasm
#

Yeah, if you succeed at something without failure, it's kinda like, "don't know what I did, but it worked", whereas with failure you start to learn why some things do and do not work.

#

Which is why I'm still not good at anything /s

spiral obsidian
vestal jasper
#

woah woah woah

spiral obsidian
#

is 1.15 paper out yet

vestal jasper
#

.eta

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

spiral obsidian
limber knotBOT
#

(DiscordBot) What's New in Minecraft Java Edition 1.15 - The Buzzy Bees Update? - length 22m 39s - 101 likes, 1 dislike (99.0%) - 669 views - slicedlime on 2019.12.10

pulsar wigeon
#

mojang literally hasn't released it yet

#

lmfao

vestal jasper
#

@spiral obsidian yeah gimme a minute I'll get you the download link in a min

dusk drift
#

ima clip and ship that to ovh

vestal jasper
spiral obsidian
#

ty

pulsar wigeon
#

.1

vestal jasper
#

shh

#

I'm a time traveler

void void
#

who pinged me pingturtle

coarse urchin
#

is paper 1.15.2 out yet

void void
#

yes

vestal jasper
#

yes

coarse urchin
#

good

void void
void void
#

how nice

#

bees

spiral obsidian
quasi valley
vestal jasper
#

nothing on the optifine site

golden gust
#

Well, shit

#

Get me the time machine that they have and I'll drop the release right now

vestal jasper
#

nice fabrication btw

severe onyx
void void
#

give MT some love, :(

woven otter
#

main thread is a slave

limber knotBOT
#

did I really mess up my time zone calculation? ๐Ÿ˜‚

#

I though it would drop in 45min

tardy lynx
#

hmm I don't see 1.15 in multimc

limber knotBOT
#

caching and stuff

spiral obsidian
#

@tardy lynx they add it manually

granite salmon
#

1.15 is out

#

wher eis paper 1.15!!!!!

#

awodjuiowadhwd

void void
#

i swear to god, call ovh and tell them to dispatch someone rn

#

they will lol

charred viper
shrewd river
worldly sandal
dusk drift
#

here we go....

#

the 1.15ers are here...

spiral obsidian
#

when is paper 1.15 out

remote finch
granite salmon
#

what the

#

why so many people

#

go away

quasi valley
#

wen peipa

tawdry valve
vestal jasper
#

oh no

#

it's time

dusk drift
#

get the kicks ready

quasi valley
#

we need new goblins

dusk drift
#

Get the weapons

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

granite salmon
#

tell them to ask spigot instead

#

๐Ÿ˜‚

quasi valley
#

there's never enough goblins

granite salmon
#

1 goblin eats an average of 5 people every day

jolly crown
#

good idea, i think if we direct them towards the spigot dev theyโ€™ll make it faster

quasi valley
#

devs

jolly crown
#

whoop

granite salmon
#

๐Ÿ˜‚

tardy lynx
#

Updated my pvp server already

spiral obsidian
#

bad

void void
#

fuuuuuuuuuuuck

haughty ridge
void void
#

.eta

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

vestal jasper
#

lol

jolly crown
void void
#

i dont want to go to school and take a final

dusk drift
#

monkaChan ๐Ÿ”ช

tardy lynx
#

It's custom multiversion

mortal bear
granite salmon
#

who's on 1.8

dusk drift
#

no one here

haughty ridge
#

1.15 out now!

quasi valley
#

too many

limber knotBOT
#

.wa time Melbourne

#

(MiniDigger) Result: 2:23:06 am AEDT | Wednesday, December 11, 2019 - https://is.gd/IeDi9h

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

#

somebody make up MD ๐Ÿ˜‚

void void
#

@haughty ridge congratulations!

granite salmon
#

if you're on 1.8

tardy lynx
#

.eta

granite salmon
#

fuck you

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

haughty ridge
#

No, really.

quasi valley
#

oh wow didnt know that!

dusk drift
#

yea

void void
#

Yes, we know.

dusk drift
#

we know

pulsar wigeon
#

we know

dusk drift
#

go away

void void
#

Do you think you're telling us new info

vestal jasper
#

Gameplay
Items can now be shift-clicked into crafting tables

#

WEW

dusk drift
#

wew

void void
#

Like we, the people who (sometimes) help code the thing don't know that it's out

limber knotBOT
#

md has been asleep since 22 his time

void void
#

And that impatient people are showing up

#

To inform us

granite salmon
#

no

limber knotBOT
#

so I guess he will be up in like 6 hours ๐Ÿ˜‚

void void
#

wtf hes in discord

#

@vernal moth

granite salmon
#

WHAT THE

quiet ibex
void void
#

You can try to kidnap me

limber knotBOT
#

instant friend request by simple

void void
#

Won't work tho

granite salmon
#

denied

void void
#

Yes, accept my friend request

#

Use your hand like a real man

#

Or, be a civilized human

#

And get a fucking bidet

dusk drift
#

use your face cloth

#

No balls

ornate spindle
void void
dusk drift
#

$34!??!

#

FUCK THAT

granite salmon
#

how the fuck do you get 1000fps on 1.15

dusk drift
#

imagine getting your ass strayed by a fucking bidet OMEGALUL

void void
#

$34 to spray your asshole with fresh, clean water and to remove all poop particles.

granite salmon
#

for me the 1.15 has either no difference or is worse.

dusk drift
#

What a fucking pussy

ornate spindle
#

it's because I had F1 enabled up until right before that screenshot

void void
#

You know america is one of the only countries that mainly refuses to use a bidet, and opts to throw paper tissue down the toilet

tardy lynx
#

only 350fps here

void void
#

"Civilized"

ornate spindle
granite salmon
#

f1?

#

o

ornate spindle
#

yeah for some reason minecraft UI is very expensive

granite salmon
#

yeah wtf xD

dusk drift
#

Imagine not capping ur fps and making your GPU life shorter OMEGALUL

granite salmon
#

i keep mine at 90

ornate spindle
#

I normally play at 155 fps

#

just wanting to see what 1.15's cap is like

dusk drift
#

my cap

granite salmon
#

oh yeah i got over 1k fps with f1

dusk drift
#

Simple right. I couldnt use a bidet I'd feel like a degraded human

tardy lynx
#

What gfx card?

quasi valley
#

mine went from a few hundred in 1.14.4 to 50-80 in 1.15-pre7

#

when spawning it starts at like 10-30

dusk drift
#

check when chunks are fully loaded

granite salmon
#

radeon rx 590

halcyon fossil
ornate spindle
#

@quasi valley you're on intel right?

dusk drift
tardy lynx
#

Mine's about 800 with F1

haughty ridge
#

lol i use vsync constant 60fps

halcyon fossil
#

why would you want 879fps tho

granite salmon
#

my best is 410 looking at the sky without f1

#

lol

#

let me check 1.14

spiral obsidian
#

shintel i9 9900k

tardy lynx
#

Well as long as it gets 60fps I'm fine

quasi valley
urban wigeon
dusk drift
#

Viaversion comes out in 6 hours Pepe_Meltdown

quasi valley
#

it's at 100 or so when everything is loaded with a render sitance of 18

charred gust
quasi valley
#

it's already updated and pushed lol

#

just take it from the ci

dusk drift
mortal bear
#

๐Ÿ‘€

limber knotBOT
#

it changed a bunch since pre3 actually

granite salmon
#

LOL

#

620FPS on 1.14

dusk drift
#

What did Mini?

quasi valley
#

yeah I know, it went from the 30 in the screen to 60 (or 100 when waiting longer)

granite salmon
#

i've dropped

#

200fps

#

bruh

jolly crown
#

ex de

quasi valley
#

but still a bit of stuttering and a lot of loss during initial loading

spiral obsidian
#

1.15 is meant to run capped

#

for better chunk loading

quasi canyon
#

WhEn iS 1.15 FlAVOur Of PaPER gOn Be OuT mock

hushed parcel
#

some day

tardy lynx
#

.eta

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

quasi canyon
#

Looool

#

Hahahah

hushed parcel
#

i mean

#

some dayโ„ข๏ธ

quasi canyon
#

Not good enough wtf do we pay these guys for

vestal jasper
#

mocking people about 1.15 eta requests is getting more annoying than the people who are making 1.15 eta requests

granite salmon
#

pretty disappointed with 1.15 so far

quasi canyon
spiral obsidian
#

I just like trolling

quasi canyon
#

How do dan?

#

Egg

inland fiber
#

The best way to test performance of 1.15 is to open an old version of minecraft and 1.15

quasi canyon
#

Wtf

#

What is wrong with my auto correct

ornate spindle
#

so like has anyone even managed to use the official mappings from mojang?

quasi canyon
#

How so, Sam?

pulsar wigeon
#

fabric and forge toolchains both can use official mappings

dusk drift
#

.typing

charred viper
#

Ay up guys

limber knotBOT
bleak apex
#

What do u think about 1.15, will it improve tps?

quasi valley
#

also helpful vor Via development for example

dusk drift
#

fucking delete that name

charred viper
#

guess what will be my next question

quasi valley
#

for new updates that dont have yarn mappings etc

inland fiber
#

According to md_5

charred viper
#

HOW ARE YOU?

inland fiber
#

I joined the testing server

granite salmon
#

well my client performance is worse

#

so

#

fuck that

pulsar wigeon
#

i mean, all matching mappings are mapped

inland fiber
#

He said the performance difference between 1.15 and 1.14.4 is very little

pulsar wigeon
#

only new stuff won't be

dusk drift
#

coz it is

mortal bear
quasi valley
#

yeah that's the point

quasi canyon
#

Big f

quasi valley
#

:D

limber knotBOT
#

according to md_5, paper is illegal

#

sooooo

ornate spindle
#

performance difference is probably extremely small for like < 10 players

inland fiber
#

xDD

spiral obsidian
#

what's the freenode channel

#

for papermc

pulsar wigeon
#

freenode lul

limber knotBOT
#

#paper?

quasi canyon
#

So not the big update we were anticipating

tardy lynx
#

So what did we actually get in this new update?

quasi canyon
#

Thatโ€™s disappointing

#

Bees

limber knotBOT
quasi canyon
#

But at least we have bee

spiral obsidian
#

does it support weechat

inland fiber
#

At least bees now can rape the tps

quasi canyon
#

Very true

inland fiber
#

so time to disable them

tardy lynx
#

almost 5 months since 1.14.4

limber knotBOT
#

bees are fine performance wise

dusk drift
#

^

quasi canyon
#

Thatโ€™s good to know

vestal jasper
#

I can't wait to tell people to fucking test performance themselves for the next week

limber knotBOT
#

via 1.15 hype

flat zephyr
dusk drift
#

hypixel already updated, Pog

quasi canyon
#

Standard

limber knotBOT
#

I bet they updated before the release

dusk drift
#

Yea

#

prob

tardy lynx
#

Yeah

inland fiber
#

How >.>

quasi canyon
#

Not all of us have enough money to buy out nasa

tardy lynx
#

I updated to pre-7 a couple hours ago, and just incremented the protocol version when full 1.15 came out

granite salmon
#

there is not much difference

limber knotBOT
#

its not like taking via dev builds and uploading them to your server is hard :D

quasi valley
#

upping a protocol id isnt too hard, since Moj dont usually change anything from pre to release

limber knotBOT
#

go thank gerrygames and kenny for updating via so fast

vestal jasper
#

"what did you change since pre7?"
"the version string"

inland fiber
#

Why the heck in 1.15 when you full screen the game it's heavy

#

It used to be better ;-;

quasi valley
#

:p

shrewd river
#

hewwow ;3

vestal jasper
#

cringe

spiral obsidian
#

hewoo

shrewd river
#

๐Ÿ™‚

#

hi

shrewd river
#

im new

granite salmon
#

that's my performance

spiral obsidian
#

shintel

celest coyote
#

did they somehow manage to reduce performance again

shrewd river
#

owo

spiral obsidian
#

probably

charred viper
#

@celest coyote more streams in the code yay

vestal jasper
#

@celest coyote the client would prioritize FPS over literally everything, so it would skip tasks in order to increase performance

quasi valley
#

I mean 500 fps isnt bad performance lol

spiral obsidian
#

@celest coyote it's meant to run capped for chunk performance

inland fiber
#

it's not bad

granite salmon
#

so

vestal jasper
#

In 1.15 they fixed that, so you get lower FPS but the renderer actually does what it's fucking supposed to

granite salmon
#

ur saying

#

it's meant to be reduced

#

lol

shrewd river
#

i have <50 fps at all times

#

:).

granite salmon
#

where can i disable this cap?

charred viper
#

well fps arent importart

spiral obsidian
#

i9 9900k lefbad

shrewd river
#

POTATO PC

limber knotBOT
#

its called render distance

charred viper
#

its chunk generating that kills servers

limber knotBOT
#

its not a cap

shrewd river
#

and 5 render distance

charred viper
#
  • stupid ai
celest coyote
#

is chunk loading good now?

limber knotBOT
#

if you want more fps, reduce your render distance

granite salmon
#

no

vestal jasper
#

in client or server, kash?

shrewd river
#

yes

limber knotBOT
#

its chunk rendering that has been fixed

celest coyote
#

server

vestal jasper
#

no

granite salmon
#

i lagged spigot test to hell with chunks

inland fiber
#

I mean not better >F{QWEKFEGOP

granite salmon
#

fuck 1.8

dusk drift
#

yea 1.8 has fuck all to do OMEGALUL

charred viper
#

what mobs are going to make you timings go red this time:
a) cods
b) bats
c) pillagers
d) bees

granite salmon
#

i'd still use newer versions over 1.8

#

bats?

#

what?

celest coyote
#

bees

spiral obsidian
#

1.8 > +*

charred viper
#

Dunno, I'm just wondering :D

vestal jasper
#

weeeeeee

celest coyote
#

im just guessing

quasi valley
#

yeah what's with cods anyways?

void void
quasi valley
#

in every timings they appear close or directly up top

spiral obsidian
#

why are you buying i9's kek get scammed

true canyon
#

OMG 1.5 PAPER WHEN WTF WHY ISN'T IT OUT WTF

quick zephyr
vestal jasper
#

@true canyon

inland fiber
charred viper
#

it looks like they load an AI for each cod, tho in the code there's a school of o fish

#

so i don't know either

dusk drift
#

please stop with these inaccurate performance benchmarks

kindred belfry
dusk drift
#

I thought u already did

#

what did ovh do now

#

ah

#

yea

granite salmon
#

.eta

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

#

mbax, sponge 1.15 when?!

tardy lynx
#

omg performance is worse

quasi valley
#

yeah lets all randomly paste .eta

granite salmon
#

yes

#

if you keep asking, you'll get paper cuts

limber knotBOT
#

then fly to Melbourne and wake up md_5

inland fiber
#

Oh no the nerds

quasi valley
#

slap him

#

bees

tardy lynx
#

not much

granite salmon
#

buzz

quasi valley
#

and some rendering fixes

granite salmon
#

buzz buzz

quasi valley
#

not sure, but mostly noticable with rendering order

#

like particles no longer always being rendered behind water

granite salmon
#

brto

#

i can barely play hypixel on 1.15

#

it's laggy as hell

#

i blame their shitty 1.8 server

dusk drift
#

its fine for me?

inland fiber
#

It's fine for me too

granite salmon
#

bro go in lobby

#

it stutters so much

inland fiber
#

Yeah ik

#

It's good

dusk drift
#

its still fine?

granite salmon
#

i can't even get 100fps

dusk drift
#

I get some lag backs on places where the server think I shouldnt be

inland fiber
#

Maybe upgrade your wooden pc

dusk drift
#

but thats it

#

am waiting for spigot's community thing to open

granite salmon
#

let me try another server

inland fiber
#

Yeah SamB440 i get 80-200 FPS

granite salmon
#

way way better on cubecraft

limber knotBOT
#

thats cause cube > hypickle

granite salmon
#

i get over 100 on cube

#

less than 100 on hypickel

inland fiber
granite salmon
#

LOL

worldly sandal
#

scrolling to the bottom of the official release notes page is too hard

turbid fractal
dusk drift
#

prob coz cube is actually not on 1.8

spiral obsidian
#

@inland fiber tell him to join this server

inland fiber
#

@spiral obsidian Then he will be removed

void void
#

Good.

#

He needs to be removed, not just from these chats but from life.

#

If you're that fucking stupid, just stop breathing

inland fiber
#

xDD

void void
#

You think I'm kidding

#

But I'm not

heady spear
inland fiber
#

Well stupidity varies

heady spear
#

this is way worse than 1.14 wtf

inland fiber
#

@heady spear try breaking blocks doing things to notice the difference

mighty gorge
inland fiber
#

looking at the sky with fps is nothing

remote scroll
void void
#

We are well aware it's out, it's posted in announcements of this discord that there is no eta. Paper being a fork of spigot should lead you to check spigot. Nothing there?

THEN IT AIN'T OUT.

heady spear
#

No, but it's a nearly 300fps decrease while doing nothing

void void
#

Asking at that point makes you even more retarded than anyone could previously guess by first impression

heady spear
#

I am going to sue >:((

inland fiber
#

True but still he might be a kid asking for the jar

void void
#

And if you ask anyway even tho it's in announcements and you get removed AND cry about it?

#

Eat a dick

vestal jasper
#

dude I get 4000 FPS rendering a pure white screen 1.15 is amazing /s

void void
#

Idc how old he is

#

Gotta learn sometime

heady spear
#

I guess I need a new graphics card

granite salmon
#

no

#

u dont