#the-silents

1 messages ยท Page 26 of 1

stiff pulsar
#

TS tried in TeamSpeak 5

#

buuuuut....

fair prawn
#

but it's actually built for that lol

#

idk haven't used TS since 3

stiff pulsar
#

TS 5 has a closed beta, but there hasn't even been an update in 4 months now ๐Ÿ‘€

#

(and TS 4 didn't exist)

fair prawn
#

looks like a meh Discord ripoff

#

which is probably what they were going for tbf

last marsh
#

a whole 4 months without updates

#

very cool when 2 quiet people stop talking

#

now the vc is dead ๐Ÿ™ƒ

#

jk

#

yeah idk im just playing some monster train right now, decided to hop on vc just to listen if anything interesting was being said

fair prawn
#

pop spying on kneny and lead

#

leaf

#

spottedlead

last marsh
#

im just nosing my own business

fair prawn
#

mmm silence

sacred thorn
#

do you want it not to be

fair prawn
#

good question

sacred thorn
#

chose your answer wisely

fair prawn
#

3

sacred thorn
#

that's numberwang!

stiff pulsar
#

sh you're writing too loud, md

fair prawn
#

0/10 discord bad app

stiff pulsar
#

@fair prawn hangar wen

fair prawn
#

no "let's rotate the board" gif

sacred thorn
#

should add it to chester

fair prawn
#

am busy baking today

wheat prairie
#

@sacred thorn

sacred thorn
#

we had it in irc, idk what happened to the bot

fair prawn
#

so in this case I actually will have left something in the oven

#

unlike someone ๐Ÿ‘€

stiff pulsar
#

are you calling me a liar?!

fair prawn
#

thanks lax

stiff pulsar
#

thank you lax

fair prawn
#

ono tyrannosaurus lax is here

#

not any more

#

snack time with kneny

#

what will he snack

#

I just woke up lol

#

yoo

#

back with the snack

#

you just got knaenae'd

tribal osprey
#

@last marsh you were meant to be zzz'ing ๐Ÿ˜ฎ

fair prawn
#

idk it made more sense in my head

stiff pulsar
#

at least pure went out "early" today ๐Ÿ˜‚

fair prawn
#

ie before the sun rose

last marsh
#

@tribal osprey i got off so pure would sleep

#

in finishing up my run though and then ill get off too

fair prawn
#

phrasing

last marsh
#

what phrasing

fair prawn
#

that phrasing

last marsh
#

ok

fair prawn
#

"get off"

#

sounds like funky DNS?

#

um

#

what DNS server do you use?

#

what's a maven and how do I git one

#

gtg for now

#

bye wolf and knaenae

unborn trail
#

@last marsh so the thing on the left shows the number of the chunk and the coords of it. all I need is to convert something like 9 to (-1,1)

long stone
#

good morning @short wave

short wave
#

good morning!!! at 9pm O.O

long stone
#

19:17!

short wave
rancid sentinel
#

could I be unmuted in vc please? Iโ€™ve been muted for like a month because I forgot to mute my mic when my air conditioner was on... ๐Ÿ˜‚

short wave
#

I remember you and that is not why you were muted

#

you were muted because you kept turning your camera on and there were like a million barking animals

rancid sentinel
#

I have one dog... I donโ€™t think that was me

short wave
#

okay well I'm also not a moderator so I can't unmute you to give you a second chance

wheat prairie
#

ur spigot mod

short wave
#

it's true

#

and tuinity mod right

lime hedge
#

Hello

wheat prairie
#

kappa send me ur resume

tribal osprey
#

spogit mod

#

that doesn't even unban people smh @short wave

short wave
fair prawn
#

cough

zinc summit
#

the gang is back

#

ะ’ะณั†ะฝ ะœะพะผะตะธั‚

fair prawn
#

PUUUUUURE

zinc summit
#

UWU

short wave
#

hello md uwu

#

pepeGun โฐ

fair prawn
#

no u

zinc summit
#
@EventHandler
    public void onPlayerMoveEvent(final PlayerMoveEvent event) {
        final Chunk chunk = event.getTo().getChunk();
        if (!chunk.equals(event.getFrom().getChunk())) {
            final String id = chunk.getWorld().getName() + chunk.getX() + chunk.getZ();
            int highest = 0;
            for (int x = 0; x < 16; ++x) {
                for (int z = 0; z < 16; ++z) {
                    final int y = chunk.getWorld().getHighestBlockYAt(chunk.getBlock(x, 0, z).getLocation());
                    if (y > highest) {
                        highest = y;
                    }
                }
            }
            if (this.chunks.add(id)) {
                final int finalHighest = highest;
                new BukkitRunnable() {
                    int y = 5;
                    
                    public void run() {
                        chunk.getWorld().createExplosion((double)(chunk.getX() * 16 + 8), (double)this.y, (double)(chunk.getZ() * 16 + 8), 8.0f);
                        ++this.y;
                        if (this.y > finalHighest) {
                            this.cancel();
                        }
                    }
                }.runTaskTimer((Plugin)this, 0L, 11L);
            }
        }
    }```
#

poor matthew

fair prawn
#

it's mathew not matthew

last marsh
#

ah a better alternative to EssentalsX random tp

zinc summit
#

Hello, my name is Michael and I am a java programmer. I program minecraft plugins with an API called spigot. If you are interested in getting spigot you can do that here. I use a program called IntelliJ IDEA to program these plugins. If you are interested in getting IntelliJ you can also do that here.

#

thank u mike

fair prawn
#

pure

short wave
#

hello

last marsh
#

the next update is 1.0.0.0

fair prawn
#

italics

zinc summit
fair prawn
zinc summit
#
@echo off
title [BuildTools] Spigot
echo Output API: Spigot

:versions
echo Versions: 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, Latest

set /P version=Choose a version:


if %version% == 1.8 (
echo Version found! Building...
goto 1.8
) else if %version% == 1.9 (
echo Version found! Building...
goto 1.9
) else if %version% == 1.10 (
echo Version found! Building...
goto 1.10
) else if %version% == 1.11 (
echo Version found! Building...
goto 1.11
) else if %version% == 1.12 (
echo Version found! Building...
goto 1.12
) else if %version% == 1.13 (
echo Version found! Building...
goto 1.13
) else if %version% == 1.14 (
echo Version found! Building...
goto 1.14
) else if %version% == 1.15 (
echo Version found! Building...
goto 1.15
) else if %version% == 1.16 (
echo Version found! Building...
goto 1.16
) else if %version% == latest (
echo Version found! Building...
goto latest
) else (
cls
echo "%version%" does not exist. Please choose a valid version from the list
goto versions
)



:1.8
java -jar BuildTools.jar --rev 1.8.8

:1.9
java -jar BuildTools.jar --rev 1.9.4

:1.10
java -jar BuildTools.jar --rev 1.10.2

:1.11
java -jar BuildTools.jar --rev 1.11.2

:1.12
java -jar BuildTools.jar --rev 1.12.2

:1.13
java -jar BuildTools.jar --rev 1.13.2

:1.14
java -jar BuildTools.jar --rev 1.14.4

:1.15
java -jar BuildTools.jar --rev 1.15.2

:1.16
java -jar BuildTools.jar --rev 1.16.1

:latest
java -jar BuildTools.jar --rev latest```
fair prawn
#

mmmmm bash

zinc summit
#

batch

fair prawn
#

beef beef beef

stiff pulsar
#

steak steak steak

zinc summit
#

the ip is in the image...

#

signs of a broken man right here

#

no he is not

short wave
short wave
#

๐Ÿ‘€

long stone
zinc summit
#

i wonder what he does think

zinc summit
long stone
#
public class Permuter                                {
    private static void permute(int n, char[] a)     {
        if (n == 0)                                  {
            System.out.println(String.valueOf(a))    ;}
        else                                         {
            for (int i = 0; i <= n; i++)             {
                permute(n-1, a)                      ;
                swap(a, n % 2 == 0 ? i : 0, n)       ;}}}
    private static void swap(char[] a, int i, int j) {
        char saved = a[i]                            ;
        a[i] = a[j]                                  ;
        a[j] = saved                                 ;}}
zinc summit
short wave
zinc summit
#

dylan doesnt sound like a feminine name ๐Ÿค”

short wave
#

its unisex

stiff pulsar
#

Dylanie

zinc summit
#

oh true, i know dylans of both genders

#

shouldve been named james instead

long stone
zinc summit
long stone
last marsh
#
    protected void crash() {
        //Minecraft.getMinecraft().crashed(CrashReport.makeCrashReport(this, this.getMessage()));
        //this.printStackTrace();
        throw this;
    }
long stone
stiff pulsar
zinc summit
last marsh
#

@short wave

long stone
next forge
zinc summit
#
if (ID > 100000)
            message.append("No sane ID would be this large, and you would do well to realize this.\n");```
long stone
short wave
zinc summit
zinc summit
#
    /**
     * Gets the current system's Operating System.
     *
     * @return the current system's Operating System
     */
    private static String getOS() {
        String os = System.getProperty("os.name");
        if (os.contains("windows")) return "windows";
        else if (os.contains("nix")) return "unix";
        else return os;
    }```
short wave
cyan wolf
#

this is painful

long stone
#

@stiff pulsar wait

zinc summit
#

wtf yall up to

cyan wolf
#

running from me

final wing
stiff pulsar
#

no muricans staying up too late in VC? disappointed

long stone
#

^

short wave
#

lol I'll be on tomorrow again, I've been busy today! :(

stiff pulsar
cyan wolf
#

I'm a murican staying up too late but I'm not a talker

proven aspen
#

i will likely pop in later if yall r still on

muted kite
#

thanks silent!

feral crane
#

Pls never use Oracle java unless you pay for it

#

That licence you accept means you may only use it for dev stuff and will pay for production stuff

#

It's not open source software

stiff pulsar
#

use adoptopenjdk

feral crane
#

Or any other distribution of openjdk, yes

stiff pulsar
feral crane
#

Many companies offer them with different packages

muted kite
#

so i open the msi after it downloads right?

#

?help

valid python
#

yea

muted kite
#

ok

cyan wolf
#

hi

tribal osprey
#

@stiff pulsar

cyan wolf
#

wsl --set-version arch 2

#

wsl --list --verbose

zinc summit
stiff pulsar
#

smh you canโ€™t just adapt a sane sleep cycle again, thatโ€™s illegal

short wave
#

why is my alarm clock spreading such propaganda, he just wants to sell more alarm clocks

stiff pulsar
#

lmao

short wave
#

๐Ÿ™ƒ

zinc summit
#

I know i just needed to catch up

#

Back to 2 am tonight tho

manic patrol
#

No call tonight? What's up with that?

zinc summit
#

@pure @pop

#

last time i was in there alone some troll popped in being all annoying

stiff pulsar
#

yesterday there was someone using some TTS software... through his mic ๐Ÿ˜‚

fair prawn
#

PURE

#

wait

muted kite
#

hello

#

getting intellij rn intellij

zinc summit
#

hell ye

#

my man

lost sentinel
#

hi what's going on

#

ya it's a singular me

#

nah

#

ya seen my bio

#

ah maybe a mobile thing?

#

yes you do

zinc summit
lost sentinel
#

context :p

#

I mean ya you do

#

why are my pronouns an issue for you @bitter mica

bitter mica
#

never said they were

molten sage
#

๐Ÿคจ

lost sentinel
#

ok so you were just arguing to troll then?

zinc summit
zinc summit
#

her name's Strawberry :3

short wave
#

:O

dusk igloo
#

@wheat wraith Decided to go with WSL on my win10 environment but having troubles. Would you be able to help me with getting this configured correctly ples?

zinc summit
#

ssh-keygen -t rsa -b 4096 -C "github email"

#

eval "$(ssh-agent -s)"

#

ssh-add keywslsilent

#

ssh-add ~/.ssh/id_rsa

#

cat ~/.ssh/id_rsa.pub

wheat wraith
#

Envirament Variables > Path > Add the bin folder path to the list

#

under System

#

AdoptOpenJDK provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure. Supported platforms include Linux, macOS, Windows, ARM, Solaris, and AIX.

zinc summit
fair prawn
#

"how dare you not conform to the standards I'm used to"

#

:/

proven aspen
next forge
proven aspen
zinc summit
fair prawn
#

oh no!

stiff pulsar
#

md steals essentials code confirmed

zinc summit
vital warren
#

lol

zinc summit
fair prawn
small ocean
fair prawn
short wave
#

I forgot my PC rebooted so now my mic is dead, sec :P

small ocean
#

๐Ÿ˜„

zinc summit
valid python
#

authorise

sacred thorn
#

hi

fair prawn
stiff pulsar
#

I'll be back in like smol20

small ocean
fair prawn
vital warren
#

The real MVP

fair prawn
#

actually I'm gonna head off now because my room is way too hot

potent locust
#

I'm fine with hearing this story.

stiff pulsar
#

wow gone for 10 seconds and the storyteller is gone

potent locust
#

smh

zinc summit
potent locust
#

๐Ÿ‘

stiff pulsar
#

source code wen?

#

the bot!

potent locust
#

source code, source code, source code

zinc summit
#
require 'base64'
require 'oauth'
require 'json'
require 'rest-client'
require 'rufus-scheduler'

class Poster
  def prepare_access_token(oauth_token, oauth_token_secret)
    consumer = OAuth::Consumer.new('[key]', '[key]', site: 'https://api.twitter.com', scheme: :header)

    token_hash = { oauth_token: oauth_token, oauth_token_secret: oauth_token_secret }
    access_token = OAuth::AccessToken.from_hash(consumer, token_hash)

    access_token
  end

  def initialize
    access_token = prepare_access_token('[key]', '[key]')

    drama_response = JSON.parse(RestClient.get("https://api.chew.pro/spigotdrama"))
    drama = drama_response['response']
    link = drama_response['permalink']

    print "Tweeting..."

    status = drama

    response = JSON.parse(access_token.request(:post, '/1.1/statuses/update.json', { "status" => drama }, {'Content-Type' => 'application/json'}).body)

    puts "\rSent! ID #{response['id']}"

    tweet = "@SpigotDrama #{link}"

    reeponse = JSON.parse(access_token.request(:post, '/1.1/statuses/update.json', { "status" => tweet, "in_reply_to_status_id" => response['id'] }, {'Content-Type' => 'application/json'}).body)

    puts "\rSent reply! ID #{reeponse['id']}"
  end
end

Scheduler = Rufus::Scheduler.new

Scheduler.cron '0 * * * *' do
  Poster.new
end

puts "I sleep."

sleep
stiff pulsar
#

11/10

potent locust
#

What language is this?

#

Oh that makes sense.

#

Like it looked like Python but not quite. xd

short wave
#

Some spigot mod
lmfao

potent locust
#

Arch is where you download all the packages yourself.

#

Gentoo is where you compile all the packages yourself from the Gentoo repositories.

#

Linux From Scratch is for mascochists.

#

Aight I'm out. Seeya!

cedar belfry
#

OwO Aikar

#

@upper cape ^ jk xD

cerulean berry
#

i'm rolling over here ^_^

wheat prairie
#

wtf is this

cedar belfry
#

idk someone force me to send that

fair prawn
#

yes

cedar belfry
#

blame leaf

cerulean berry
tribal osprey
#

hi @short wave

short wave
#

hi

tribal osprey
#

hi

wise crater
#

JavaFlag's stream

short wave
#

still banned

manic patrol
#

I've been living off uncrustables since last Saturday.

tribal osprey
#

NEGATIVE

cerulean berry
#

be TimingsGuy now @graceful widget

cedar belfry
#

be ThatGuy 02Smug

wise crater
cedar belfry
wise crater
#

What is a corn patty

#

.g corn patty filetype:png

graceful widget
#

quorn

wise crater
#

oh no irc here

graceful widget
#

vegetarian chicken patty crap

wise crater
#

Looks fine, how does it taste?

thin token
#

crap

graceful widget
#

idk i dont eat it lol, and she said she doesnt like it much either

#

shes eating vegetarianish, i eat the opposite of MEAT MEAT MEAT

wise crater
#

oh my god that is a lot worse than what i thought

cerulean berry
#

i got my $10 optifine cape

#

^_^

#

i dont even use optifine, too lol

wise crater
#

smh

potent locust
#

Chase: bad news.

loud sky
#

piglin brute ๐Ÿ˜ฑ

fair prawn
#

goddamnit why does voice explode when I'm about to sleep

cedar belfry
#

hope they made villager more heavy

short wave
#

lol now you know why it's hard for me to go to bed md lol

dusk igloo
#

Aussie Aussie Aussie OI OI OI

#

thats why

tribal osprey
#

YEWWW

#

๐Ÿ‡ฆ๐Ÿ‡บ

cerulean berry
#

Aikar 2020:

1.16 doesnt exist anymore

tribal osprey
#

also inb4 screaming troll joins unlocked channel

wise crater
#

It's 12 pm for mini

short wave
#

yeah i'm sure its incoming

tribal osprey
#

inb4 it's pure

wise crater
#

**am

tribal osprey
cedar belfry
#

leaf u sound like a furry

wintry merlin
#

just watch that repo

tribal osprey
#

furry or not

#

I think we can all appreciate his ASMR

cedar belfry
#

u poison paper with those poisonous mushroom

tribal osprey
#

SpottedleafForMod#2020

zinc summit
#

mute your mic or do PTT @foggy knoll

tribal osprey
#

Chew you should be mod tbh

#

You're always here

zinc summit
#

indeed

tribal osprey
#

and don't seem too insane

#

๐Ÿ˜›

zinc summit
#

im mod on some mc related server server

#

not s||ongod||a tho i aint unloyal

tribal osprey
#

this hoe is loyal peepoheart

short wave
#

thank you for censoring that awful word

zinc summit
#

my mistake

foggy knoll
#

muted, sorry if you could hear me

tribal osprey
#

We should have a music bot in here playing Taylor Swift's top 50 to motivate aikar

zinc summit
#

it's ok it was mostly discord noises

#

heckyeah

#

i just wanna be triage member ๐Ÿ˜ค

lunar cave
#

that was big brain

wild wedge
cerulean berry
#

no royalty free music?

lost sentinel
#

mmm tasty packets

wise crater
#

The fast forward no work

tribal osprey
cerulean berry
#

i like that shrugs internally comment lmao

eternal belfry
#

stream? :D

cerulean berry
#

doesnt even look needed anymore

#

maybe at one time

tribal osprey
eternal belfry
#

danke

cerulean berry
#

Could have clicked his name for a link ;)

wild wedge
#

@tribal osprey ๐Ÿฅบ ๐Ÿ‘‰ ๐Ÿ‘ˆ

tribal osprey
#

@wild wedge flushed

wild wedge
zinc summit
tribal osprey
#

omg chew

#

๐Ÿ˜‚

lost sentinel
#

chuwu

tribal osprey
#

zuwu

#

๐Ÿ˜ณ

lost sentinel
#

cuwu

wild wedge
#

zuwu

tribal osprey
#

muwu

zinc summit
#

ouwu

lost sentinel
#

jelly will do her thing lol

tribal osprey
#

bruh

#

I bought cocopops yesterday

#

and I only just fucking remembered

lost sentinel
#

oooh

#

think of it as a gift to yourself

tribal osprey
#

Happy Birthday Camm

  • From Camm
wild wedge
#

honestly that's the best feeling

lost sentinel
#

sodium is pretty good with mod compat

wild wedge
#

buying something to eat that you forget about

#

and finding it as a late night snack

tribal osprey
#

Oath haha

#

You're a late night snacc michael

#

๐Ÿฅบ

wild wedge
#

camm fluSHEDd

zinc summit
#

owo??

tribal osprey
#

๐Ÿฅต

wild wedge
zinc summit
wild wedge
tribal osprey
#

oh I need that one

zinc summit
#

bad news @lost sentinel rory left my room

lost sentinel
#

oh no

wild wedge
#

whos zory

lost sentinel
#

rory is chew's cat

#

subscribe to onlypurrs to see photos

wild wedge
#

send pussy pics @zinc summit

zinc summit
#

๐Ÿ‘€

wild wedge
tribal osprey
#

woah

glacial aspen
#

@wild wedge vibecat

wild wedge
lost sentinel
#

go get rory pics

zinc summit
#

^^^

wild wedge
#

idk if i want an onlyfans account

lost sentinel
#

do it

tribal osprey
#

@wild wedge

wild wedge
#

looks like shit

dusk igloo
wild wedge
#

wtf is that bokeh effect for camm you can't take photos like tehlo

tribal osprey
#

it is DELISH

lost sentinel
#

ooh looks tasty

wild wedge
#

oh that's not bokeh at all i have no clue what the fuck it's called then

#

p o r t a i t

tribal osprey
#

uhh it's "food"

#

ngl this makes me feel a little uneasy

lost sentinel
#

that's very close up

#

๐Ÿ‘€ did we just get an appearance from aikar's dog

wild wedge
#

as usual

tribal osprey
#

Aikar send doggo pics

wild wedge
#

^

cerulean berry
#

the commentary to this live stream sucks, ngl

short wave
#

same

analog dagger
#

Whaaaaaa, that sounds big brain

tribal osprey
#

We need more aikar's doggos barking

wild wedge
#

yatopia

short wave
#

the dead pan delivery of that, i think he may have been serious

tribal osprey
#

Yatopia > everything else

wild wedge
#

yes

#

yatopia is best

tribal osprey
#

๐Ÿ™

lost sentinel
#

you can do connected textures

#

she's not a guy

wet lichen
#

not yet cbt uses fabric render api

#

not compatible with sodium until 0.2

lost sentinel
#

ya jelly has frapi on her list for soon

wet lichen
#

my rx 5700xt stuggles to get 150 fps in vanilla

lost sentinel
#

what are you even going to do with 150fps lol

wet lichen
#

with sodium ogl 4.3 renderer I get over 300

lost sentinel
#

who needs more than 60

wet lichen
#

use it on my 165hz monitor

lost sentinel
#

that's a lot of frames lol

finite beacon
#

I've been able to hit the high 700s w/ Sodium on a 1060 (3GB)

wet lichen
#

yeah that was with render 32 etc it gets v high

#

yes

loud sky
#

he bumped from 1_16_R1 to 1_16_R2

wet lichen
#

its v1_16_R2 now

lost sentinel
#

sp614x updates fastish because he's just pulled the 1.14 client architecture forward

#

rather than actually updating for the new client

#

so more and more mods break each version

fair prawn
#

if it worksโ„ข๏ธ

lost sentinel
#

i mean it works great, until it doesn't

#

then sp614x is super fucked

potent locust
#

Protocol version of 1.16.2 is 751.

cerulean berry
#

purpur doesnt fork tuinity, it spoons it ๐Ÿ˜‰

lost sentinel
fair prawn
#

inb4 someone renames pure to rez again

potent locust
#

What is EMC?

lost sentinel
#

aikar's server

potent locust
#

Oh my.

short wave
#

empire minecraft

loud sky
#

protocol version now is 751 iirc

potent locust
#

Yes.

tribal osprey
#

aYEEEEEEECar

sacred thorn
#

blame Lex*,

#

not me pls

edgy perch
#

anyone streaming?

sacred thorn
#

Aikar

lost sentinel
#

aikar is jake

wheat prairie
#

aikar is

edgy perch
#

nice

lost sentinel
#

username AikarAdora

analog dagger
cedar belfry
#

AKEKW anyone want to fix bed? doesnt seem like md want to fix it any time soon

lost sentinel
#

nobody likes optifine

buoyant leaf
#

could packet processing be done by multiple threads with a player based lock ?

sacred thorn
#

on phub

edgy perch
#

@graceful widget want pizza? ๐Ÿ˜›

tribal osprey
#

oh you tagged him

#

whilst reading this aikar

#

send doggo pics

woven anvil
#

Haha.

wild wedge
#

jake i was about to say it

cedar belfry
wild wedge
#

same

edgy perch
#

o

wild wedge
#

voice is fucked

short wave
#

yup

edgy perch
#

discord is great

grizzled furnace
#

same

short wave
#

we killed discord

#

good job everyone

loud sky
#

yeah thought my internet was going out lol

graceful widget
#

everyone gone?

wild wedge
#

@graceful widget switch server region

grizzled furnace
#

yup

analog dagger
#

๐Ÿ˜ฆ

grizzled furnace
lost sentinel
#

nah we're here

thin token
jagged beacon
#

and now vc is stuck connecting

cerulean berry
#

i hear you @wheat prairie

sterile swallow
jagged beacon
#

why discord why

sacred thorn
#

We're getting ddosed!

dusk igloo
potent locust
untold apex
dusk igloo
#

RIP @Discord

grizzled furnace
#

change server region?

short wave
sacred thorn
#

It's those yatopia guys!

analog dagger
loud sky
#

seems to be ok now

lost sentinel
#

lol good job yall getting kicked off

cerulean berry
grizzled furnace
#

waiting room works

graceful widget
jagged beacon
#

wait are we actually being ddosed?

turbid mountain
#

Discord is borked

analog dagger
#

yea disc is dead

sterile swallow
#

yea im chillin in waiting room

thin token
#

waiting room is working

edgy perch
#

they get ddos'd big time

#

constantly

wispy oak
#

Ah so it isn't just me

loud sky
#

lol

edgy perch
#

can someone change the server region lmao

sterile swallow
#

jesus

graceful widget
#

works in waiting room lol

sacred thorn
#

Let's all move over to spigot discord.

sterile swallow
#

LOL

loud sky
#

haha

#

that'd be funny

edgy perch
#

can we switch to teamspeak

sterile swallow
#

skype

dim turret
#

Let's all move over to spigot discord.
๐Ÿ˜„

edgy perch
#

LOL

sterile swallow
#

lets all go to skype

lost sentinel
#

paper ts3 wen

buoyant leaf
#

this chan is doomed

short wave
#

waiting room works, general doesn't

sterile swallow
#

its probably just discord lag tbh

edgy perch
#

is this a partnered server?

sterile swallow
#

verified

#

not partnered

edgy perch
#

ah

#

we about to be both

#

soon tm

rocky crane
#

its sharded most likely

analog dagger
lost sentinel
#

o ya paper is >10k

sacred thorn
#

aikar is just not as marketable as songoda

wild wedge
#

@edgy perch how's survival performance

short wave
sterile swallow
#

omg i wish that was real

tribal osprey
#

finally ๐Ÿ˜

rocky crane
#

desync ye boii

sterile swallow
#

like an actual feature

cedar belfry
buoyant leaf
#

they're aliens with disguise

jagged beacon
#

atlast they return

finite beacon
#

๐ŸŽถ I believe I can fly! ๐ŸŽถ

thin token
#

flying squids is back!!

sterile swallow
#

1.17 isnt gonna be a cave update, its gonna be a squid-alien update

wild wedge
#

GENERAL WORKS AGAIN

analog dagger
#

works ๐Ÿ™‚

grizzled furnace
#

works ๐Ÿ˜„

wild wedge
#

yes cammy

sterile swallow
#

general works

sacred thorn
#

Drag everyone to mbaxters channel

wild wedge
#

@tribal osprey ๐Ÿฅบ

grizzled furnace
#

woot

analog dagger
#

best bruh i ever heard

edgy perch
#

just move everything off of the main thread ez

#

ok

#

i think they're just on a bat shit crazy schedule

tribal osprey
#

^

edgy perch
#

and they're forced to keep up to date with bedrock

tribal osprey
#
  • they're dealing with a very very old and poorly written codebase
rocky crane
#

I should apply to work at mojang, i'll blend right in with the average joe's

edgy perch
#

knowing java =/= knowing the entire ecosystem, optimization techniques, etc

rocky crane
#

they could write it in GNI bigbrain

tribal osprey
#

Minecraft JS when

edgy perch
#

so no one needs pizza i guess ill order myself some @wild wedge

wild wedge
#

did aikar reply

edgy perch
#

idk

#

but like

wild wedge
#

@graceful widget

#

WOULD YOU LIKE A PIZZA

rocky crane
#

content > optimization

wild wedge
#

jake boom

edgy perch
#

o sick i dont have to buy the pizza

wild wedge
edgy perch
#

bamboozled

pale galleon
#

the free-est pizza

sacred thorn
#

Nobody ever buys me pizza

edgy perch
#

the note 20 ultra is one ugly duckling

sacred thorn
#

And I co-made tuinity

edgy perch
#

but its nice

graceful widget
edgy perch
tribal osprey
#

AWWWW

rancid sentinel
#

doggo pics

sacred thorn
#

NSFW

last marsh
#

cool boi

rancid sentinel
#

aww

edgy perch
#

i cant tell if this is a joke or not

rocky crane
#

uwu

wild wedge
#

it's lax jake

sacred thorn
#

that butthole

#

๐Ÿค”

edgy perch
#

who the fuck

#

looks at that photo and thinks

#

"wow nice butthole"

sacred thorn
#

the fake butthole

rancid sentinel
#

did mojang happen to optimize anything in 1.16.2 ๐Ÿ˜†

edgy perch
#

and what aikar said

cyan wolf
#

@sacred thorn furry

edgy perch
#

i dont know who anyone is

rancid sentinel
#

lmao

turbid mountain
#

everyone has their fetishes I guess

wild wedge
#

@edgy perch on the brightside maybe @wheat prairie wants pizza

wheat prairie
#

@sacred thorn pepefurry

pale galleon
edgy perch
#

leaf can i buy u pizza

sacred thorn
#

Hi jake, I'm Linus of the minecraft world

jagged beacon
#

no they manage to make the renderer worse, somehow?

edgy perch
#

i always bug u

sacred thorn
#

dm me for tech tips

rocky crane
#

i mean at some point it can only get better right?

edgy perch
#

so u drop... patches a lot?

rancid sentinel
#

I meant to word it that way. lmao

sacred thorn
#

i do rap battles

tribal osprey
#

LaxTechTips

rancid sentinel
#

๐Ÿ˜†

edgy perch
#

just move villagers off the main thread

#

ez clap

wild wedge
#

jake fluSHEDd

#

async entity tracking fluSHEDdd

edgy perch
sacred thorn
#

Sure thing, I'll drop a tuinity patch soon.

edgy perch
#

TAKE MY CI

#

TAKE IT

wild wedge
#

no one wants free stuff KEKL

edgy perch
#

who knew it would be so hard to give someone free hosting

sacred thorn
#

We don't believe in those things

edgy perch
#

amirite

wild wedge
#

no free CI, no free pizza

tribal osprey
#

how much is pizza in the US

edgy perch
#

right

sacred thorn
#

We believe in force pushing

tribal osprey
#

@graceful widget how much is your pizza

jagged beacon
sacred thorn
#

It's the tuinity way.

rancid sentinel
#

thx

edgy perch
#

force push me daddy

wild wedge
#

it's the yatopia guy

cyan wolf
#

Jake the fact that you joined my server and haven't said a single word the entire time concerns me ._.

wheat prairie
#

lax hasn't even made a single PR to tuinity

rancid sentinel
#

the best readme:

java-openjdk-gpu

junior canopy
#

oh that's mine lol. adpotopenjdk has cuda acceptation for sorting so it's an experiment

edgy perch
#

which server

cyan wolf
#

Concerns us a strong word

#

Carbon

pale galleon
#

Dominos is pretty affordable.

edgy perch
#

whats that

wild wedge
#

carbonchat jake KEKS

#

the chat plugin i sent you

edgy perch
#

o

wild wedge
edgy perch
#

that one

#

is it shit

junior canopy
#

it's just a docker

edgy perch
#

or what

sacred thorn
#

Is the LTT server out yet, have you added Genders?

wild wedge
#

it's epic

sacred thorn
#

Greatest plugin ever.

wild wedge
#

you get live support from vicโ„ข๏ธ

junior canopy
#

no it's just for sorting.

edgy perch
#

vic smells

#

like shit

wild wedge
#

accurate

tribal osprey
#

wtf jake

cyan wolf
#

O

edgy perch
#

o

#

meatballs i mean

cyan wolf
#

@wheat prairie did you take over Jake's account?

edgy perch
#

vic smells like meatballs

tribal osprey
#

Vic smells delicious

edgy perch
#

o?

tribal osprey
#

Yes

edgy perch
#

i mean meatballs smell good

rocky crane
#

gpu chunk rendering, we meet again

tribal osprey
#

Yeah, but, he smells like

#

Scented candles

edgy perch
#

i have a titan rtx here

#

should i try it

wheat prairie
#

vic is banned word

dusk igloo
#

Time to try and run minecraft on a Texas Instrument Calculator

tribal osprey
#

no

sacred thorn
wild wedge
#

i have a titan rtx here

edgy perch
#

anyone wanna see async entities across 64 cores

wild wedge
#

titan rtx + 3990x + that ssd thing

edgy perch
#

how many villagers can we get

wheat prairie
#

about 1000

edgy perch
#

nope

wild wedge
#

i got to like 4k at 50ms on an epyc 7502p @edgy perch

edgy perch
#

weak

#

lemme boot this bitch up

wild wedge
#

is this the 3990x

edgy perch
#

oh fuck it runs windows rn

#

ya

wild wedge
#

with the mad ssd

edgy perch
#

28GB/s seq

#

hehe

wild wedge
#

monkaW

edgy perch
#

iowait, whats that

#

wait till they find out that epyc's memory bandwidth is a lie

wet lichen
#

on my 3800x with a standard pcie ssd I can only get like 2k villagers before 50ms

edgy perch
#

and they got bamboozled

wild wedge
#

L

edgy perch
#

hehe

junior canopy
#

It's just a docker

edgy perch
#

how much worse does java run on windows

wild wedge
#

it can be bad but shouldn't be that bad

edgy perch
#

should ispend the 20 mins to install linux on this 3990x

cyan wolf
#

Yes

edgy perch
#

ugh

wild wedge
#

usually NTFS is the issue iirc

junior canopy
#

lol all openj9 builds have cuda support

edgy perch
#

ntfs

#

we're brute forcing it

cyan wolf
#

Install Gentoo @edgy perch

edgy perch
#

with 8 nvme drives

junior canopy
#

@rancid sentinel this is just a docker file lol

edgy perch
#

in raid0

#

it can do like 400k iops at least

rancid sentinel
#

@rancid sentinel this is just a docker file lol
idk how to use docker

#

lmao

edgy perch
#

meanwhile with it on linux, its like 4+ million iops

tribal osprey
#

With stock levels at the moment it appears to be a bit of an issue getting the parts in so quickly
installation approx between 5th Nov - 20th Nov
@wild wedge :L

wild wedge
#

double KEKS

edgy perch
rancid sentinel
#

thank you

junior canopy
#

that is the dockerhub for the repo

rancid sentinel
#

ok

#

thx

#

:)

edgy perch
#

ok michael im doing it

#

brb

wild wedge
#

a windows benchmark or linux install

edgy perch
#

gotta make an ubuntu installer usb sec

wild wedge
#

protip netboot

edgy perch
#

ooo

analog dagger
#

ew ubuntu, not a fan

wild wedge
#

@edgy perch

edgy perch
#

not a bad idea but lazy to mdadm this shit on a netbooted image

lost sentinel
#

bravoserver says hi

edgy perch
#

we get it

#

you understand

zinc summit
#

what up jake on me

edgy perch
rancid sentinel
#

bruh

wild wedge
#

fuck you

dusk igloo
#

Dayummmm

junior canopy
#

wtf

zinc summit
#

nice inspect element

edgy perch
#

hehe

#

@wild wedge

#

he

#

he

rancid sentinel
#

ez inspect element

wild wedge
#

i was excited to see my server at 8gb/s download

analog dagger
zinc summit
#

css is much faster than javascript

rocky crane
#

web dev is a giant pile of horseshit

zinc summit
#

smh

edgy perch
wild wedge
rancid sentinel
#

lol

dusk igloo
edgy perch
#

i like how it breaks their image thing

cyan wolf
#

Mfw that upload

pale galleon
cyan wolf
#

I have 30 Mbps up.

dusk igloo
#

Tethering off my phone rn

rocky crane
#

C# is nice, but everything around it is just trash lmao

edgy perch
#

were getting there michael

rancid sentinel
#

lol windows

turbid mountain
#

๐Ÿ˜ฆ I can't afford the higher speeds. ISP is a real pain, and no other options.

rancid sentinel
#

@edgy perch just use dd

#

lol

finite beacon
#

laughs in MonoBehavior

wild wedge
#

yeah JAKE

#

why are you not using LINUX

edgy perch
#

OH

#

YEAH THAT WOULD HELP MY WORKFLOW

wild wedge
#

yes

rancid sentinel
#

yea

wild wedge
#

libreoffice

lost sentinel
#

jake is that what they get for internet in langley?

rancid sentinel
#

^

modest frost
edgy perch
#

it is when you have a dedicated fibre wavelength

#

๐Ÿ˜›

rancid sentinel
#

tbh feather is bad :(

#

cuberite #1

#

lol

edgy perch
#

and ur boss is a mad lad that pays $5k a month for internet or whatever

sharp widget
#

How much that cost you Jake?

lost sentinel
#

runs a fibre line over to langley

wild wedge
#

canada roundtrip is 450 eur jake i'm coming over

lost sentinel
#

langley skytrain wen

edgy perch
sharp widget
#

lol

eternal belfry
#

feather-rs woot

#

really hope that project gets more developers

finite beacon
#

what's the speed again? anywhere near 10Gbps?

lost sentinel
#

@graceful cargo supposedly biomes are moderately fucked

#

WE folks were saying things

tribal osprey
#

hi JRoy are virtual tools in essentials yet ๐Ÿฅบ

sharp widget
#

i hit enter when he said that XD

graceful cargo
#

of course he did

tribal osprey
wild wedge
#

@edgy perch now the better question is

#

how much RAM

turbid mountain
last marsh
#

hey jroy

#

okokokokokokokokokokokok thanks

edgy perch
#

the config file is a bit of info

cedar belfry
#

eyyy nearly 60%

#

chicken what the link for that?

edgy perch
#

o

#

i forgot the ubuntu installer is fucked

finite beacon
cedar belfry
#

tyty

turbid mountain
#

Thanks willies. (I definitely just copied the image from the spigot forums)

#

(aikars signature)

last marsh
finite beacon
#

lol

wild wedge
#

@edgy perch you don't even need to install ubuntu tbh

rocky crane
#

thats not 59.1% smh

wild wedge
#

just use the live image, install jdk and run the mc server on the ssd

zinc summit
#

41400 out of 70126 servers
how does it know

cedar belfry
#

Aikar is spoooofing the number

rocky crane
#

bstats

junior canopy
#

bstats

turbid mountain
#

It could have changed since Aikar's regenerated.

zinc summit
#

but not all servers use bstats

junior canopy
#

spigot uses it afaik

rocky crane
#

^^

junior canopy
#

and any fork of paper

rocky crane
#

put it on hangar kappa

pale galleon
zinc summit
#

OH NO

#

oh phew

#

doesnt exist

rocky crane
#

paperspigot

pale galleon
#

Paper is a thin sheet material produced by mechanically and/or chemically processing cellulose fibres derived from wood, rags, grasses or other vegetable sources in water, draining the water through fine mesh leaving the fibre evenly distributed on the surface, followed by pre...

last marsh
#

not all servers have to use bstats

wild wedge
#
Wikiwand

A Minecraft server is a player-owned or business-owned multiplayer game server within the 2011 Mojang video game Minecraft. Players can start their own server either by setting one up on a computer using software provided by Mojang, or by using a hosting provider. Minecraft mu...

last marsh
#

it's still a big enough sample size that it's pretty representative

zinc summit
#

A Minecraft server is a player-owned or business-owned multiplayer game server within the 2011 Mojang video game Minecraft. Players can start their own server either by setting one up on a computer using software provided by Mojang, or by using a hosting provider. Minecraft mu...

pale galleon
zinc summit
#

The Dallas Mavericks partnered with the server in 2016 to create a minigame, Dallas Mavericks World, on the server, which released in the summer of 2016
I forgot about this

junior canopy
#

ltt already used paper I think

pale galleon
#

GoFundMe

zinc summit
#

Mineplex is miles better than Hypixel but no one plays :/

analog dagger
#

hes muted so cant hear us

loud sky
#

don't forget about CubeCraft ๐Ÿ˜‰

zinc summit
#

oh yeah ive never played cubecraft tho

rocky crane
#

wait is jake the ltt jake?

wild wedge
#

yes

rocky crane
wheat prairie
#

IS THAT LTT JAKE

wild wedge
analog dagger
#

could u not tell from the pfp?

pale galleon
#

I like how all of the descriptions of servers on the wikipedia are 2 sentences max.

junior canopy
#

@jagged beacon it only dose some sorting that's the only stuff that gets run on the GPU

rocky crane
#

its literally a car?

analog dagger
#

his car

wild wedge
#

jake likes his bmws

rocky crane
#

ion know what car he drives m8

tribal osprey
#

So, plugins that didn't actually need updating for 1.16.2 still have to be updated because it's now 1_16_R2?

dusk igloo
#

car go brrrr

zinc summit
#

whats ltt

rocky crane
#

bruh

junior canopy
#

linus tech tips

wild wedge
#

linuk tek tip

tribal osprey
#

michaels tip

jagged beacon
#

@junior canopy so its cuda acceleration for the jvm?

rocky crane
#

linux tek tracks

wild wedge
#

camm fluSHEDd

tribal osprey
#

๐Ÿฅต

pale galleon
#

DennisTechTips

rocky crane
#

lool

pale galleon
wet lichen
#

sponge docs r great

dim turret
#

i know shockbyte has both spigot and paper, but they default to spigot with a giant red banner saying "use spigot"

wild wedge
loud sky
#

Sponge is actually making decent progress on 1.14

junior canopy
#

@jagged beacon the repo is a docker file for openj9 with cuda. openj9 has cuda support there is just no docker out there with cuda. all it really does is some sorting. not really useful just an experiment

rocky crane
#

by the time they update to 1.13 mc will be at 1.17

analog dagger
#

1.18* ๐Ÿ˜›

zinc summit
#

then it's smooth sailing from there

jagged beacon
#

@junior canopy any chance of an opencl version ever?

rancid sentinel
#

^

pale galleon
#

Servers going to support 10 versions in about a year. 1.8 - 1.18 jesus

junior canopy
#

no because I'm not modifying the source of openj9

lost sentinel
#

ya we're going for 1.14 at first, but with the knowledge of what's happening in newer versions to avoid api breaks

jagged beacon
#

doesn't openjdk have opencl supprt

junior canopy
#

It's just a docker with cuda + openj9 so you can cuda so you can run cuda stuff with openj9 such as sorting on gpu

wild wedge
#

@junior canopy

#

-p 25565:25565

analog dagger
#

^

junior canopy
#

i didn't ask that

wild wedge
#

o

wheat prairie
#

rm -f /

junior canopy
#

that was @rancid sentinel

wild wedge
#

o

#

close enough

wheat prairie
#

oh wait it needs r doesn't it

wild wedge
#

it's 2:23 pepe_sleep

junior canopy
#

openj9 does not have openCL support afaik

#

the overhead would be so high that's it's not worth it

jagged beacon
#

what about hotspot or graal

sullen wharf
#

me rn listening to this vc

junior canopy
#

nope it's a feature of openj9

jagged beacon
#

any performance improvmenets or nah

analog dagger
#

Never save and just nano

granite mortar
#

so why is it that Sponge, Glowstone, Cuberite etc haven't updated yet to something past 1.12?

junior canopy
#

TornadoVM is a plug-in to OpenJDK and GraalVM that allows programmers to automatically run Java programs on heterogeneous hardware. TornadoVM currently targets OpenCL-compatible devices and it runs on multi-core CPUs, dedicated GPUs (NVIDIA, AMD), integrated GPUs (Intel HD Graphics and ARM Mali), and FPGAs (Intel and Xilinx).

loud sky
#

One of the problems Glowstone had was that there wasn't enough people available to contribute to it and make meaningful progress at a fast rate. It's slowly being updated to 1.15 last I checked, but since it's a cleanroom implementation, they have to do significantly more work than Spigot and Paper when it comes to version updates

granite mortar
#

but Sponge isn't cleanroom right? it's built on top of vanilla or forge

wet lichen
#

glowstone != sponge

#

sponge is an api

#

with spongevanilla being the impl on vanilla

#

and spongeforge being the impl as a forge mod

loud sky
#

Sponge specifically took advantage of 1.13+ to redesign the majority of their API

rancid sentinel
#

@junior canopy have you tested a mc server on java-openjdk-gpu?

junior canopy
#

uhh no

rancid sentinel
#

ah ok

dusk igloo
#

Does htop not work in WSL?

junior canopy
#

that's the point

#

no

rancid sentinel
#

me dumb dumb

junior canopy
#

openj9 was some cuda stuff

zinc summit