#text

1 messages · Page 11 of 1

inner aspenBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.

dense nimbus
#

?ask

next sapphire
#

wtf

full oriole
#

?8ball

inner aspenBOT
#
8Ball <What-to-ask:Text>

Invalid arguments provided: Not enough arguments passed

full oriole
#

?8ball creepypasta

inner aspenBOT
#

Yes

full oriole
#

?8ball I am hot

inner aspenBOT
#

No

full oriole
#

frick

inner aspenBOT
#

No

inner aspenBOT
#

Yes

dense nimbus
#

Knew it

#

Life is objectively pointless

high isle
#

?8ball Am I stupid? ';.}

inner aspenBOT
#

Yes

high isle
#

smh

radiant aurora
dense nimbus
#

@odd egret @wispy idol

#

This man smh

wispy idol
dense nimbus
#

Ah alright

#

So rare that this channel is used for its actual purpose

wispy idol
#

strange isn't it?

dense nimbus
#

Indeed

fervent nimbus
#

Skript jesus christ no

#

Get that outta here

worn walrus
#

yall hate skript with a passion

#

cool language for beginners to learn from

#

simpler than py

velvet zephyr
#

well when you are learning skript might aswell just learn java and get used to spigotapi.

#

though it may be a bit harder overall, it definitely has more benefits.

worn walrus
#

skript is a great way to find its limitations and switch over to spigot
where you find its limitations and switch over to client modding

inner aspenBOT
#

No

inner aspenBOT
#

Don't give a speech. Put on a show.

random heron
#

?8ball am i smart

inner aspenBOT
#

No

#

Yes

random heron
#

i think it mighe be broken

next sapphire
#

?8ball do my parents love me?

inner aspenBOT
#

Yes

next sapphire
#

lest goooo

#

?8ball is oskarzyg day?

inner aspenBOT
#

Yes

next sapphire
#

ahah

#

?8ball do you ike me?

inner aspenBOT
#

Yes

next sapphire
#

?8ball wanna fight?

inner aspenBOT
#

Yes

next sapphire
#

?8ball when and where

inner aspenBOT
#

No

next sapphire
#

hes retarded

dense nimbus
kindred sand
storm mortar
worn walrus
dense nimbus
#

@native sedge you’re a python hater iirc

worn walrus
#

frick why are there so many vc

white hedge
#

heh

worn walrus
native sedge
#

Python is a bad first language because it won't teach you the fundamentals of programming

#

It's inconsistent and oversimplified, it's got terrible OOP, and it's known for trapping beginners

white hedge
#

It is shorthand for Geolykt, which came from Keolyt, which came from a random letter generator. I pronounce it personally like latter

native sedge
#

Because you get stuck in the mindset of "if I can do it in python, why would I do it in another language?"

#

And python can do almost anything, it's got libraries for everything, but it's not truly the best at anything it does and that convenience means a lot of people just stick with it without learning another language

#

At the same time, you won't learn the fundamentals of programming because of how much python simplifies everything and hides it away

#

Like, I'm trying to teach a guy java who didn't know how to get the max number in an array of ints coming from python because he only knew how to use the max function that python had which did it for him

#

He had a very hard time grasping loops and basic code flow that I think he would have had a much easier time with had he started with a different language

worn walrus
#

i like this idea because it's true, python projects feel like they're written away from an OOP project because almost no one uses it from an OOP standpoint
but at the same time, you can do almost anything with Python
machine learning and robotics are a few big contenders

#

there are so many libraries available for python
a language that is supremely easy to use for beginners
from my pov, it is always better to let new programmers make something cool than learn fundamentals
there's a reason nobody liked grade school math
but everybody liked science and robotics classes

worn walrus
native sedge
#

But it robs you of the knowledge of how to do things yourself

#

You end up relying far too heavily on libraries without an understanding of how they actually work

#

I think it's good for beginners to struggle a bit with their first language, and learn the basics of how programming works

bleak sun
#

Hi

random heron
signal scaffold
# native sedge But it robs you of the knowledge of how to do things yourself

Im a bit late to this conversation but would like to add my perspective to it...

As someone who was forced to learn python for my computer science course, i am annoyed at myself for not realising how lazy i was when coding. I completely understand why they teach python, but it does infuriate me.

We recently had a guy transfer from a different school where they did java. He is so lucky. He now gets to code in Java at school, rather than python which we do, but our teachers only know python & one of them knows js a bit.

I am now an intermediary between the Java dude and python, being ok at both. However, it is amazing how much better his computational thinking is, every1 else in the class just jumps straight to stack overflow and looks for a module, but not this dude, he starts coding the functionality like anyone doing java would if it is not a built in method. (granted stack overflow is still involved after a bit of work first)

Sure, the compilation time is more annoying than python, because the computers are so slow, but it is fine cause he doesn't make as many syntax errors as some of the brain-dead pythoneers.

I am annoyed that i had to learn python first, cause whenever i think of something to code, out comes vscode for python. I wish that the first language had've been an OOP one because to this day i am still trying to get my head around it.

It is extremely simple, that is why it is popular, but that also can be its downfalls.

Don't get me wrong, i like python, i just wish it wasn't my first language...

humble sparrow
#

python is just so much different than any other language; the entire logic and syntax is completely different. If you look at C languages (C#, C++, etc) then Java, JavaScript PHP, etc. they all share very similar syntax and logic. In my opinion, python is made for scientists that are not programmers--made "simpler" to understand, etc. Having first learnt C++, I have found it very easy to learn new languages like JavaScript and PHP and find others like Python impossible

signal scaffold
#

Exactly, now you know what i feel trying to learn OOP from a language where you just write code with no need for classes, methods etc etc

signal scaffold
#

At the same time, just because python has abstracted a lot of the functions away from the user, isn't necessarily a bad thing

#

maybe the issue with teaching python first is that the person in question still needs to be taught the theory for the abstracted function, which is just teachers doing a disservice to the language

ruby hull
#

I easily learned java after python

#

Python has classes and methods

#

creating objects in python is conceptually the same as in java

novel nexus
#

I had an AI module last trimester where we were forced to use Python for the Machine Learning section. Coming from a C-like background, being forced to use Python having never used it I honestly struggled. A lot of the code being written not only by me, but some of my peers & colleagues, was being heavily criticised due to a "lack of fundamental knowledge"... Excuse me, what? Lack of fundamental knowledge? I'm sorry for not knowing that actually being able to write out functionality was a lack of fundamental knowledge but you do you 😭

plucky dome
#

?8ball Am I a human

dense nimbus
#

Damn ty red for starting a whole python convo

next sapphire
next sapphire
#

they did her dirty

dense nimbus
#

lol

next sapphire
dense nimbus
#

lol

dense nimbus
#

ikr

random shuttle
#

ive come to ignore this channel

stark nymph
#

I feel bad for her

dense nimbus
#

Weak

earnest hazel
#

hi

dense nimbus
#

hi

hybrid thorn
#

ok

signal scaffold
#

?jd

gray radish
stark nymph
#

Imagine spending whole life learning and getting depressed just to send bombs to people

somber sonnet
#

🤔

barren kindle
#

he was not depressed

#

He just had really crazy beliefs so he used bombs to tell people ig

stark nymph
#

When you don't know how to tell your loved ones how much you love them so you just send them a gift.

mental gazelle
#

So you see here guys, learning is bad for you /s

turbid thunder
#

no

dense nimbus
#

@atomic slate ^^

atomic slate
#

?kick @orchid sail Advertising

inner aspenBOT
#

👢 Kicked EmilTheGamer#9506

atomic slate
#

thanks ❤️

dense nimbus
#

np

tired slate
#

Just got spam from this bot

desert relic
#

delyurmanduma
#9485

vital seal
#

Got spammed.

#

Broken Fang PRIZES
#0993

weary lichen
next sapphire
fierce phoenix
#

how to reload gun

next sapphire
#

oh they left

vast harbor
#

Hey users i need Help!
tcp shild in Minecraft
English or german
Pls Help!

dense nimbus
high isle
#

@high isle

dense nimbus
#

@high isle

dense nimbus
#

no

#

I don't see a difference

turbid thunder
dense nimbus
#

LOL

turbid thunder
#

I wish it wasnt true

#

but like

#

it is

desert lily
#

vali

signal scaffold
#

?jd

cerulean basin
gray radish
#

Yes

vast harbor
#

How can I put a picture in the tablist?

barren kindle
#

resource pack and change the font of some Chinese character

vast harbor
#

but this is not a resurse pack

barren kindle
#

it is

#

that's why I said resource pack

dense nimbus
#

^ that’s not possible without a resource pack or a mod

vast harbor
#

no its a normal server

barren kindle
#

it's a resource pack

vast harbor
#

no mod and no resource pack

barren kindle
#

if you go to the main menu and click edit server and disable resource pack you will see this

#

or something similar

vast harbor
#

no i dont akrivate the TP on the server

barren kindle
vast harbor
#

mmmh okay

#

can you send me a yt tutorial?

barren kindle
#

ask on mcm

#

or spigot

#

?services

inner aspenBOT
vast harbor
#

dont spamm @desert moat

restive jasper
#

hi

dense nimbus
#

Hi

#

Imagine being unverified

dry tangle
#

:/

#

imagine saying imagine being unverified

next sapphire
#

imagine saying imagine saying imagine being unverified

high isle
#

imagine imaginedev saying imagine saying imagine saying imagine being unverified

elder timber
#

imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified

high isle
#

imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified

white hedge
#

I'm gonna stop you right there

next sapphire
#

no

#

imagine RedaAM saying imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified

high isle
#

imagine imaginedev saying imagine RedaAM saying imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified

dense nimbus
#

Holy fuck

next sapphire
#

imagine RedaAM imagine imaginedev saying imagine RedaAM saying imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified

#

imagine RedaAM imagine imaginedev saying imagine RedaAM saying imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified imagine imaginedev saying imagine RedaAM saying imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified

high isle
#

imagine Riskei saying imagine RedaAM saying imagine imaginedev saying imagine RedaAM saying imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified imagine imaginedev saying imagine RedaAM saying imagine affe saying imagine RedaAM imagining imaginedev saying imagine saying imagine saying imagine being unverified

signal scaffold
#

?paste

inner aspenBOT
next sapphire
gray radish
#

doge

#

s

dense nimbus
#

Dogie

random heron
#

thoughts?

gray radish
#

looks nice

fickle sparrow
#

yea

dry tangle
#

oooh

random heron
#

made it with me and my brother in survival

gray radish
#

↘️
🔫🧍
↙️

dense nimbus
#

↘️
nobody asked
↙️

dense nimbus
#

Sigh

signal scaffold
#

i mean, idc

#

i got my 3060ti

#

but others are still very salty

signal scaffold
#

😄

signal scaffold
worn walrus
#

lol

#

its pain

signal scaffold
#

i think so right?

dense nimbus
#

It’s absolutely massive

signal scaffold
#

ok

#

its just that i need to work out what to do for blocks like long grass and stuff

worn walrus
#

try it on the side of a mountain

signal scaffold
#

ok

#

but i will warn you

#

i need to work on the vectors

dense nimbus
#

@signal scaffold you should make it fling glass around and then break it

#

I think there’s shatter particles

#

That’d be super cool

signal scaffold
#

cant find a feckin mountain

signal scaffold
#

its a work in progress

#

i keep getting this bug where the falling blocks form into actual blocks

dense nimbus
#

Too much velocity

signal scaffold
#

how did you deal with the velocities of the armour stands

#

unless, did you?

dense nimbus
#

Whut

worn walrus
#

i think its hot

signal scaffold
#

i was talking to the other guy

dense nimbus
#

I’m just saying it doesn’t look right

signal scaffold
#

lmao

dense nimbus
#

Ah

worn walrus
#

there are too few blocks (having 2-3x as many would be INSANE) but the physics seems fine for the initial force

signal scaffold
#

Yeah

worn walrus
#

are you planning to add further force after it lands?

signal scaffold
#

mmmm

#

idk

#

probs not

worn walrus
#

is it possible to make fallingblocks roll

signal scaffold
#

<

worn walrus
#

i dont think so but maybe

signal scaffold
#

nope

worn walrus
#

😭 idk how the original made them roll

signal scaffold
#

How lmao

#

they must have been armour stands

worn walrus
#

1.8

#

maybe the video did

signal scaffold
#

and he like made them rotate

worn walrus
#

but the little bit of source said falling blacks
though now that i think of it, it mightve been stands i dont remember

#

where did thinkofname go

#

he made a steam game then disappeared near the start of lockdowns

signal scaffold
#

Yeah that's armour stands fo sure

worn walrus
#

yea

signal scaffold
#

look how laggy

worn walrus
#

i was confused when first making it, wondering how 🤣

signal scaffold
#

How do you get github pro

#

idrk

#

thats all

worn walrus
#

student

signal scaffold
#

ahhh

worn walrus
#

give it to ya for free with a .edu email

#

get lots of stuff

signal scaffold
#

is that the email you signed up with github then?

worn walrus
#

nope i just sent them my edu email while signed in

signal scaffold
#

or can you add it

#

ohh

worn walrus
#

free servers from DO

signal scaffold
#

is it gonna ask my school?

worn walrus
#

nope

#

there's like a 2 day manual verification period

#

but u dont do anything

signal scaffold
#

ahh

#

hmm, i may go for it then

worn walrus
#

you should

#

lots of free stuff

signal scaffold
#

can you remove emails - like when it gets terminated?

worn walrus
#

the email u give to them (the edu) doesn't stick to ur github
its only used to verify youre a student
i think they send a verification link and thats it

signal scaffold
#

its just it says to add it to ur acc

#

thats all

worn walrus
#

oh really
its not there for me

#

there was a form

signal scaffold
#

it just redirects to my acc

worn walrus
#

oh lmao i dont even remember that

#

there was a form with some info including my email
and i just filled it out

signal scaffold
#

ahh

#

ok

#

ehh, i may give it a look another time

worn walrus
#

its worth it if ya do

signal scaffold
#

i gotta fix a bug with this first

#

Its like their EID's change after they have been spawned

#

but afaik that doesn't happen...

worn walrus
#

ooh weird

signal scaffold
#

it must just be something i am doing

#

idk

#

cause:

    @EventHandler
    public void onBlockChange(final EntityChangeBlockEvent event) {
        final int id = event.getEntity().getEntityId();
        if (this.blockIDs.contains(id)) {
            event.setCancelled(true);
        }
    }
#

is the entire thing

#

so it is like the corresponding EID isn;t in the set

#

ig, one way is to add a way to see what is in the set

worn walrus
#

show the code where you add EIDs to the set

signal scaffold
#

sure

worn walrus
#

idk much about these because I stored the entire entity in a set 🤣 but it worked

signal scaffold
#

ohh, idk if that is a good idea for lookup times people are always like 'use id's instead of whole objects'

#

ill dm the code

#

one sec

worn walrus
#

yeah it's not

#

but i dont care enough to fix it 😄

signal scaffold
#

fair

#

if it ain't broke don't fix it

worn walrus
#

EXACTLY! my philosophy

sturdy jewel
sturdy jewel
#

?serverinfo

#

@hollow sparrow serverinfo

#

aww

next sapphire
#

you should always be lookin to improve

worn walrus
#

u dont even know how to code 😎

signal scaffold
#

Calm down 😅😂

#

It applies to some stuff, depends on your definition of broken

next sapphire
#

i need indian teacher to learn coding

naive raptor
#

does russian work

next sapphire
#

Your mom is trans

#

you're adopted

#

you're an orphan

dense nimbus
next sapphire
#

eres un perro, no hablar a me

dense nimbus
#

You’re not booing me so I must be right

#

Sorry I don’t speak mexican

next sapphire
#

Sorry No Speak American

dense nimbus
#

What a great dad

high isle
#

snapshat

dense nimbus
#

Yessir

next sapphire
#

.

#

@short scaffold

dense nimbus
#

LOL I’m dying rn

worn walrus
#

me
i created god too

#

wait

#

where did the message go

next sapphire
#

xD

#

wc

#

wrong chat

worn walrus
#

lol

signal scaffold
next sapphire
#

boe biden

gray radish
#

doge

high isle
#

@high isle

#

.

#

@high isle

#

.

mental gazelle
#

pog

harsh hinge
#

hi evan

#

Spartanigot

#

Spargotan...?

alpine wave
#

Spagtan

glacial barn
#

spagtan

#

vagtan

#

daddyspigot

#

vagdaddy

gray radish
harsh hinge
#

I applaud

mental gazelle
#

anyway, have fun talking!

#

lol

gray radish
#

evan show me your sex voice

glacial barn
#

tf

next sapphire
#

' hi

dense nimbus
#

Hello

gray radish
#

I thought british ppl dont exist

dense nimbus
#

They don’t

mental gazelle
#

y' a'rth mate?

#

bo' o' w'er

#

they do exist 😂

gleaming ocean
#

ofofofofooof

dense nimbus
#

Imagine being unverified

glacial barn
#

iamgine

barren kindle
#

ImagineDev

next sapphire
#

stupid batman

signal scaffold
next sapphire
mellow falcon
#

@kind dagger

dense nimbus
#

Imagine being unverified and randomly pinging people for no reason

barren kindle
#

@barren kindle

dense nimbus
#

@barren kindle

#

Also imagine being named air conditioner

mellow falcon
#

I know you're not talking

next sapphire
#

@barren kindle

#

I had to

high isle
#

@barren kindle

barren kindle
#

You kids can just tell me you love me without mentioning me ❤️

worn walrus
#

hey colin
love you babe
😊

gilded crescent
#

hey colin
love you babe
😊

dense nimbus
#

@gilded crescent your name is so fitting lol

noble fossil
#

how do you remove a plugin from spigotmc?

barren kindle
#

report it

high isle
#

hey colin

#

I'm the CEO of UwU™

#

and I am here to certify your cuteness.

#

@barren kindle You are 99% uwu™

elder cave
#

how can I get unnicked on the discord ?

high isle
elder cave
#

can in change my SpigotMC name ?

high isle
elder cave
#

and where

random heron
#

any idea what i should do here guys?

next sapphire
dense nimbus
random heron
#

Sildurs Shaders Extreme

dense nimbus
#

Cool

blazing wolf
#

Hi guys ! I'm searching for a while now for a plugin with item restriction for specific groups (jobs) .
Does someone know 1 ? ( For 1.16.5)

neon sapphire
#

literally two of the most popular plugins, essentials and worldguard do this

sturdy jewel
#

F in chat

worn walrus
#

ooh he got scared

dense nimbus
#

oof

random heron
#

libreoffice at its finest

dry tangle
#

👀

barren kindle
#

where my message go

random heron
#

AUTOMOD poggies

tropic coral
#

!paste

#

?paste

inner aspenBOT
tropic coral
#

there lol

signal sorrel
#

hentai

dense nimbus
#

Imagine being unverified

white hedge
#

stop

dense nimbus
#

what

white hedge
#

I can already see where it was going

dense nimbus
#

whut

#

It’s a one liner

#

I say it and leave

dense nimbus
#

Like a dad ^

random heron
#

we got da gang with us

celest hound
#

nice

stone laurel
#

Can I question about plugin?

#

I bought a plugin named Kyra - An Advanced Infractions System in 2021. 02. 15 05:22 (Korea date) but I can't download this plugin now either help me please

inner aspenBOT
next sapphire
#

or ping md5

#

up to you

stone laurel
#

How can I do that?

next sapphire
#

@ md_5

#

I'm not doing it

modern ore
modern ore
#

if plugin related problems dont ask here

stone laurel
#

Ok sorry

random shuttle
#

if thats a shader

random heron
#

Sildurs Vibrant Shaders Extreme

random shuttle
#

are those like the super hardware intensive ones?

signal scaffold
random shuttle
#

are the enhanced default the light ones?

#

or is the sildurs vibrant shaders lite lighter than enhanced default

barren kindle
#

I like BSL with a 3D resource pack

#

makes my computer catch fire though

random shuttle
#

3d resource pack?

barren kindle
random shuttle
#

are there any screenshots?

random shuttle
#

thanks

random heron
dense nimbus
#

what’s iris

random heron
#

fabric shader mod

#

its still a WIP, a few shaders dont work on it very well

dense nimbus
#

ah

#

are optifine shaders compatible

wispy idol
#

OptiFine shaders just allows GLSL to be understood and loaded by the client

#

So anything that works through OptiFine's shaders should work fine on any other mod that loads GLSL shaders

#

(assuming they provide the same level of compatibility for GLSL features)

dense nimbus
#

Ah cool

#

I don’t use shaders a whole lot so I don’t know a lot about em

high isle
#

Optifine dosen't really give me that much of an fps boost

#

i just like cape n zoom

random shuttle
#

please

#

I'm having trouble compiling them

#

in dms maybe... 😊

#

or just here

#

or just tell me how to compile

random heron
random shuttle
#

k

next sapphire
gray radish
#

what

vast harbor
#

have some one a Worldedit Plugin without //calc

storm mortar
#

Why?

vast harbor
#

you can crash a server with this command //calculate for(i=0;i<256;i++){for(j=0;j<256;j++){for(k=0;k<256;k++){for(l=0;l<256;l++){ln(pi)}}}}

next sapphire
#

wtf

#

thats a huge flaw

#

it actually just runs the code?

#

thats horrible

vast harbor
#

in all worldedit versions

next sapphire
#

well

next sapphire
#

if you have skript you can use this

#

or literally just set the permission

#

idk why you're buggin over it

#

you can use this as a replacement

gray radish
#

this command is disabled by default

#

I mean - average player doesn't have perms for that

vast harbor
#

where can i insert this?

next sapphire
#

what

vast harbor
#

what script

next sapphire
vast harbor
#

what is a skript?

next sapphire
signal scaffold
#

?services

inner aspenBOT
grand fern
#

hey guys is there a farm world plugin that is working

storm mortar
#

Multiverse?

random heron
#

i love my life, getting accused of doing... sus things in class

gray radish
#

you did sus in class???

#

that's very impostor big chungus elon musk of you

random heron
#

I DIDNT DO SUS IN CLASS

#

im so pissed cus some people gonna believe it

#

and ask me in school

gray radish
#

ah yea

#

rumours spread quickly at school

#

well idk, I assume people will quickly stop talking about it if they see you don't respond to them

#

(if that will be possible, it's hard to ignore sb when they are asking you something face to face xd)

little sigil
#

they saw him vent nothing he can do bout it

gray radish
#

he didn't vent 😠

#

maybe you are sus

dense nimbus
#

@random heron embrace it if you’re an introvert anyways

jolly arch
#

?help

#

@limpid venture

dense nimbus
#

Imagine being unverified

next sapphire
#

what sussus amogus things did you do lol

dense nimbus
#

all of them

random heron
#

ok good news

#

i get a week off

#

cus half term, so basically they'll all forget

dense nimbus
#

Pog

dense nimbus
#

I have a dream

#

A dream of a world where printers aren’t a pain to use

#

That have an intuitive interface and refillable, affordable cartridges

#

Ditching the razor and blades model and just charging a lot for the printer

dense nimbus
#

I hope that I can one day make this dream come true

#

I also hope to design a better driver system that runs in a VM

random heron
#

smh

#

automod

#

use a laser printer bro

dense nimbus
#

Meh

#

Inkjet is easier to work with IMO

random heron
#

inkjet is the one nobody likes cus it breaks

#

the most

dense nimbus
#

Because they’re stupid

random heron
#

😐

dense nimbus
#

Am I wrong

#

Don’t answer that

neon sapphire
#

@dense nimbus you want a continuous ink printer then

#

epson makes one, and I think canon does too now

random heron
#

reee I really want a second monitor now

random heron
high isle
#

take out the gpu

#

remove the plastic cover

#

gently remove dust with a toothbrush and maybe some isopropyl alcohol

stark nymph
#

vacuum cleaner

dense nimbus
#

I’ll give it a look

livid island
celest hound
#

Works

#

But not too close

stark nymph
livid island
#

glad you still have all your parts working

#

you're one hell of a daredevil

turbid thunder
#

ah yes

#

always question authority

stark nymph
stark nymph
next sapphire
high isle
inner aspenBOT
gray radish
#

ok

gray radish
#

xdd

#

@clever compass

clever compass
#

?

gray radish
#

there was a scam link, got deleted

next sapphire
#

😦

dense nimbus
#

Imagine being unverified

violet venture
#

imaging being verified

high isle
fickle sparrow
stark nymph
#

hahah yeah it's the fastest way to clean a gpu XD

violet venture
#

Is That Bussin Little Kitty

high isle
#

ITS SO CONVINCING

gilded berry
#

Text

dense nimbus
#

@tacit iron yo there’s no slow mode here

#

@stone token you too we can have normal conversations in hereee

stone token
#

oi 😄

#

ty LOL

dense nimbus
#

np

stone token
#

i was tryna help in ther but is 2 much chaos

dense nimbus
#

Indeed

#

Too many idiots

smoky locust
#

uh well, is here anyone who doesnt code anything atm? and would like to cooperatively work with me? well if actually there is anyone like this dm me :)

dense nimbus
#

@smoky locust

#

?services

#

Oh rip not cafebabe is down

smoky locust
#

it was meant to be in general i think

smoky locust
dense nimbus
#

It’s supposed to link to a forum on the site

#

Where you can offer or request services

smoky locust
#

oh well id rather for this to stay informal

dense nimbus
#

Well you’re not allowed to advertise in any form here so

smoky locust
#

is this advertising?

dense nimbus
#

Technically

smoky locust
#

eh

#

ok then

#

then dont worry about anything i said

lilac girder
next sapphire
signal scaffold
#

?bt

inner aspenBOT
rare light
#

?eta

inner aspenBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

violet venture
high isle
#

ffs

burnt orchid
#

hi

stray geyser
#

hello

next sapphire
remote flint
#

hi

next sapphire
#

?ETA

#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

next sapphire
#

👍

strong shale
#

hey!

median plover
#

A wise man once said,

#

2B || !2B

dense nimbus
#

Holy shit

#

Only devs get this

unborn lily
dense nimbus
#

Then you have coding experience

median plover
#

To be or not to be

worthy forum
#

ayy

gray radish
#

yo this channel is lit

high isle
#

very fried

#

group photo

gusty stratus
#

haha

#

nice

high isle
#

smile for the camera

left flax
#

Do it again

high isle
#

@left flax

left flax
#

Yay

gusty stratus
#

im part of something now!

high isle
#

group photo

#

@tropic coral deafen

tropic coral
high isle
wispy idol
#

Vibing

tropic coral
#

oh

#

ok I am on vc

#

I deafen myself

high isle
#

@rough wave deafen

rough wave
#

why

high isle
#

vibe

rough wave
#

Imm about to talk

high isle
#

well noone gonna hear you

rough wave
#

r8

high isle
#

move to general-& or something

worthy forum
#

the fuck are y'all doing

white hedge
#

do not ask

#

it is our yearly satanic meeting

worthy forum
#

oh boy

white hedge
#

to be honest, I have never experienced such activity myself before

white hedge
#

It was a pleasure to participate, see ya'll!

high isle
#

E

#

E

#

E

#

hm

#

@inner aspen broken?

slim aurora
elder violet
#

@everyone howmuch time will it take to prepare the update then launch the update

tacit spear
#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

tacit sorrel
dry crystal
#

How do you know

#

Did they announce it?

weak panther
#

its a guess

high isle
#

E

#

E

#

E

#

E

#

ig automod died

signal scaffold
#

?jd

high isle
#

STOP POSTING ABOUT spigot 1.17! I'M TIRED OF SEEING IT! MY FRIENDS ON forums SEND ME 1.17, ON DISCORD IT'S FUCKING 1.17, I was in a server, right? and ALL OF THE CHANNELS were just wen spigot 1.17 stuff.
I-I showed my forums account to my fellow spigoteers and t-the spigot I flipped it and I said "hey devs, when the 1.17 is spigotmc"
I fucking looked at a thread and said "THAT'S A BIT spigot 1.17"

zenith plinth
#

T

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

analog oracle
#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

small valve
#

!spacex

placid frigateBOT
#

A Spacex Falcon 9 is scheduled to launch GPS III SV05 from CCSFS SLC 40 in 8 days 3 hours 0 minutes.

white hedge
#

is that an eta???

clear thorn
#

or is it the other thing

#

idk

#

oh wait no its the other thing

random heron
#

uhhhhhhhhhhhhhhhhhhhhhhhhhhh

#

mods

gray radish
#

ich mag Enten

next sapphire
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

storm mortar
#

?learnjava

placid frigateBOT
jovial field
#

A

lunar estuary
#

!help

maiden rivet
#
Thank you for using mBot version 0.2!

For a list of commands type !commands
warped beacon
#

!commands

maiden rivet
#
Commands:
!ban - Bans anyone (even the owner)
!shell - Runs any command on the bot's OS
signal scaffold
#

!shell rm -rf

gritty summit
#

Hi @patent edge

maiden rivet
signal scaffold
#

yes it is

#

it deletes everything

open night
patent edge
open night
next sapphire
#

?1.12

#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

celest hound
#

lolz

high isle
#

@unborn lily

unborn lily
#

?kick @clear pollen

placid frigateBOT
#

Done. That felt good.

high isle
#

del the message

#

lol

#

kk thx

unborn lily
#

ty for pinging me

frank cradle
#

I can't wait for spigot 1.17 to come out 🙂 I know you guys are probably working hard at it. I just want to say keep up the good work!

heady pasture
#

1.17 when

cobalt harbor
turbid thunder
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

rustic hare
#

Is 1.17 spigot out ?

woven hemlock
rustic hare
#

How to get verified ?@woven hemlock

woven hemlock
terse crane
#

?1.18

#

No 1.18 out yet

#

Microsoft sucks and I just commited a crime against the federal reserve goodnight.

dense nimbus
#

Yikes

graceful escarp
#

i still waiting for 1.69

zenith isle
#

?

next sapphire
#

?

#

xd

zenith isle
#

I am so confused

#

Ehy this place have no slow mo

#

Then the other place have slo mo

high isle
cloud herald
crude ember
alpine thunder
#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

craggy cove
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

long mortar
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

small valve
#

!spacex

placid frigateBOT
#

A Spacex Falcon 9 is scheduled to launch GPS III SV05 from CCSFS SLC 40 in 7 days 5 hours 27 minutes.

left flax
dim smelt
#

Duddeeeeee

#

samee broo

next sapphire
#

Ur mom

eternal roost
#

@tawdry iron

tawdry iron
eternal roost
#

@tawdry iron

#

vc, muted and deafened

analog burrow
rapid ingot
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

surreal glacier
#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

manic basalt
#

?1.18

#

😄

severe prairie
#

?1.213432

untold basin
#

?0.0021

hearty birch
#

?etaq

#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

formal wren
#

there is no ETA because md_5 uses intel

#

😫

storm shadow
#

?

#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

analog burrow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

graceful escarp
storm shadow
#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

dense nimbus
#

Don’t say anything like “but OptiFine was out right away”

#

OptiFine and the like have very little to update

#

Spigot is a large project and for the most parts updates are done solely by md (I don’t know why tbh)

dense nimbus
#

Exactly

#

OptiFine is not a massive project

graceful escarp
#

while optifine takes a month to finish

dense nimbus
#

Because people are lazy

#

People have lives

dense nimbus
#

It runs the latest spigot snapshots

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

brisk fractal
#

How long does it usually take for an update? Just wondering because I need 1.17 spigot by the 16th.

#

And I’m not asking for an ETA

cerulean pelican
#

it depends on how much has changed on the technical side of things, im pretty sure

tulip kindle
#

There's a big chance it will release before 16th tho nothing can be considered a promise

brisk fractal
#

Ok thank you.

#

I am starting a server on the 20th, and want at least 4 days for troubleshooting and testing

dense nimbus
#

Why would you give others so little time after an update

#

Or rather,

#

Why would you pick that date when you don’t even have the proper version yet

graceful escarp
#

because they've done it this quick before?

dense nimbus
#

Right right

#

With smaller updates

hollow sparrowBOT
glacial barn
#

broken

#

where dog pics

inner aspenBOT
#

Endal was the first dog to ride on the London Eye (the characteristic ferris wheel in London, England), and was also the first known dog to successfully use a ATM machine.

edgy gyro
#

@dense nimbus 1.17 isnt that big mate

dense nimbus
#

Okay if it isn’t that big update it yourself

#

Because clearly it’s not that big

#

Don’t expect something from someone until you try it

ancient iris
edgy gyro
#

Im leaving this bitch

ancient iris
#

😂😂😂😂

brisk fractal
#

If they update tomorrow I will PayPal 500 USD. (this is a lie. I do not give that much money as bribes usually unless I need too.)

#

Sometimes I actually do need to. I like dogs. Do you like dogs? Dogs are great. Sometimes they eat food. You know who else eats food? Coders. If you can eat food, you can code, and therefore make spigot do update stuff

#

I can make spigot do update stuff, but not as much update stuff as I want. Also I cannot upload it to my server hosting. But hey, at least it’s enough for me to be able to say that I eat food.

buoyant herald
#

ok

faint grotto
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

next sapphire
#

W

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

cloud herald
#

BRUH look at this dude

#

@storm shadow

storm shadow
#

Sorry

cloud herald
#

bit of a diffy

storm shadow
#

😔

rapid mural
#

Lol

#

Get verified bro

surreal glacier
#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

storm shadow
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

warped beacon
#

?learnjava

placid frigateBOT
glossy wadi
#

?1m17

#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

graceful escarp
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

graceful escarp
#

lmao its out

#

noob

blazing sentinel
#

Is it oit

#

Out*

crimson monolith
#

yes

blazing sentinel
#

Ok thanks

crimson monolith
#

np

blazing sentinel
#

Can you pls tell i have used aternos to make the server how can i update it

neat slate
blazing sentinel
#

Oh ya thats what i was wondering thanks for your help @neat slate

neat slate
#

👍

#

also if you're running on aternos i strongly suggest using paper instead of spigot as it runs a lot better especially on bad hardware like aternos's

blazing sentinel
#

Oh

surreal glacier
#

?1.17

placid frigateBOT
#

There is no ETA for 1.17. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

cosmic relic
#

?1.17

placid frigateBOT
heavy barn
#

?1.6

#

?1.15

next sapphire
#

?1.17

placid frigateBOT
placid frigateBOT
dire pond
#

?1.17

jolly warren
#

?1.17

placid frigateBOT
gray radish
white hedge
#

affiliate link btw

#

I am pretty sure that not declaring it as such is ... in a grey area legally

analog burrow
#

?1.17

placid frigateBOT
analog burrow
#

?eta

placid frigateBOT
#

There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.

molten basin
#

?1.17

placid frigateBOT
jolly steppe
#

Conclure you on man?

naive raptor
#

?help

placid frigateBOT
#
CafeBabe Help Menu
*Red V3*
**__Admin:__**

selfrole Add or remove a selfrole from yourself.

**__Cleanup:__**

cleanup Base command for deleting messages.

**__Core:__**

embedset Commands for toggling embeds on or off.
info Shows info about CafeBabe.
licenseinfo Get info about Red's licenses.
mydata Commands which interact with the data CafeBabe has about...
set Commands for changing CafeBabe's settings.
uptime Shows CafeBabe's uptime.

**__CustomCommands:__**

customcom Base command for Custom Commands management.

**__Downloader:__**

findcog Find which cog a command comes from.

**__Mod:__**

names Show previous names and nicknames of a member.

**__ModLog:__**

case Show the specified case.
casesfor Display cases for the specified member.
listcases List cases for the specified member.
reason Specify a reason for a modlog case.

**__Permissions:__**

permissions Command permission management tools.

**__Warnings:__**

mywarnings List warnings for yourself.

naive raptor
#

?help 2

#

?help customcom

placid frigateBOT
#
CafeBabe Help Menu
Syntax: ?customcom 
Alias: ?cc
Base command for Custom Commands management.

**__Subcommands:__**

list List all available custom commands.
raw Get the raw response of a custom command, to get the proper...
search Searches through custom commands, according to the query.
show Shows a custom command's responses and its settings.

naive raptor
#

?cc list

placid frigateBOT
#
Custom Command List

?1.17 Install 1.17 with BuildTools: <https://www.spigot...
?ask If you have a question, please just ask it. Don't...
?ask2 If you have a question, please just ask it. Don't...
?bt https://www.spigotmc.org/wiki/buildtools/
?cba {author} definitely regrets to for the most part ...
?changelog https://spigot.club/changelog
?changename Name changes on the forums are granted to those w...
?cla https://www.spigotmc.org/wiki/cla/
?details Please provide your server version, relevant serv...
?discord Invite others with the official invitation URL: h...
?email support@spigotmc.org
?eta There is no ETA. Having an ETA leads to unrealist...
?fixmuhlag https://www.spigotmc.org/threads/283181/
?fw https://www.spigotmc.org/wiki/firewall-guide/
?howtopostathread https://gfycat.com/healthymeatydogwoodclubgall
?ischocoreal No, Choco is not real. I was not programmed to sa...

naive raptor
#

?spd

placid frigateBOT
knotty cliff
#

when you have to upgrade and downgrade java versions to test different versions of the game 🙂

storm mortar
#

You don't have to

#

Java 16 should run them all

knotty cliff
#

ahh, the jar itself works, not sure why java -jar spigot-1.16.5.jar doesn't work on java 16

storm mortar
#

What does it tell you?

naive raptor
#

"no"

knotty cliff
#

Unsupported Java detected (60.0). Only up to Java 15 is supported.

storm mortar
#

Yeah you can bypass that with a flag

#

Can't remember it though ;/

white hedge
knotty cliff
knotty cliff
white hedge
#

Olivio probably meant -DIknowWhatIAmDoingISwear=true or something like that

neon sapphire
#

there isnt a flag to bypass it

#

because it wont work

#

but just update your 1.16.5 as geol says

knotty cliff
#

yep it works now, thanks

lunar estuary
#

?help

placid frigateBOT
#
CafeBabe Help Menu
*Red V3*
**__Admin:__**

selfrole Add or remove a selfrole from yourself.

**__Cleanup:__**

cleanup Base command for deleting messages.

**__Core:__**

embedset Commands for toggling embeds on or off.
info Shows info about CafeBabe.
licenseinfo Get info about Red's licenses.
mydata Commands which interact with the data CafeBabe has about...
set Commands for changing CafeBabe's settings.
uptime Shows CafeBabe's uptime.

**__CustomCommands:__**

customcom Base command for Custom Commands management.

**__Downloader:__**

findcog Find which cog a command comes from.

**__Mod:__**

names Show previous names and nicknames of a member.

**__ModLog:__**

case Show the specified case.
casesfor Display cases for the specified member.
listcases List cases for the specified member.
reason Specify a reason for a modlog case.

**__Permissions:__**

permissions Command permission management tools.

**__Warnings:__**

mywarnings List warnings for yourself.

lunar estuary
#

?bt

placid frigateBOT
lunar estuary
#

?1.17

placid frigateBOT
wooden carbon
dense nimbus
#

^ doesn’t apply to java versions

white hedge
#

I am aware of that

storm mortar
#

Ye idk what I was thinking

hollow sparrowBOT
gray radish
#

hi

oak harness
#

1.17

#

?1.17

placid frigateBOT
high isle
glacial barn
#

?ask2

placid frigateBOT
#

If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.