#off-topic

1 messages · Page 639 of 1

regal juniper
#

?

fair island
#

How does that string equal to =spigot

mellow zinc
#

hey

regal juniper
#

It literally was from the person who sent the message 1 second before you

fair island
#

Did you really just change your pfp

mellow zinc
#

😁

fair island
#

@regal juniper he sent it once then I sent something and it fired for me too

#

;D

#

You like my new pfp btw

regal juniper
#

It didn't

fair island
#

My end it did

regal juniper
#

It fired for the 2 people above you.

fair island
#

Oh shit

#

I'm blind

#

Didn't see the discord tag being different

#

@mellow zinc that pfp is $0.69 btw

#

I also accept $4.20 or $420.69

mellow zinc
#

how about u pay me

fair island
#

No

#

I need to buy my new house

mellow zinc
#

but u owe me €49.50

tawdry apex
#

q

eternal apex
#

@sturdy bobcat o noes

#

bad

vague walrus
#

IO on an async thread too, isn't that bad?

#

Oh maybe not, I'm seeing a lot of things that do that apparently

eternal apex
#

o lol

#

you're right

#

I completely missed the async part

#

yeah that's technically fine, but still stupid, considering when these objects can easily be cached

#

that was just the most severe example imo, because it was called every event (didn't notice it was async), there's plenty of other times he's doing this though

#

for example in commands

tawdry apex
#

Is the entire DB of expansions for PAPI only a few MB in size?

muted fern
#

erh its a bit

#

Has all versions of all expansions

tawdry apex
#

My index says 2.7mb which is probably not right

velvet crescent
#

||Imagine disliking just cause u salty||

muted fern
#

~40Mb

regal juniper
#

I suppose I could just remove negative reactions on it since it's benefiting the project

#

¯_(ツ)_/¯

tawdry apex
#

@velvet crescent I disliked because I thought it is not needed. I think the wiki is just fine and consider it a waste of time to create a custom intelliJ plugin to manage the project setup when it is very simple to do manually.

#

Obviously you have something against me, because after a single dislike reaction you immediately comment on it. What do you have against me?

long summit
#

May not be "needed" but it's a pretty good help, that's what we like making things easier
I make templates for commands so I don't need to type
Having it auto generate the expansion base like that is pretty awesome imo

tawdry apex
#

I agree that it's a cool concept, but my opinion is that it's not needed.

long summit
#

Also it's not a custom plugin for it, just a small addition to an existing one

#

That basically everyone uses

tawdry apex
#

Although I may have been wrong about that single fact, my opinion still stands.

regal juniper
#

That's a fair opinion.

velvet crescent
#

I mean yea it's not needed if you aren't making expansions all the time, but if you are it makes your life easier since noone likes copy pasting, also stop being butthurt lmao

fallow crow
#

Don't forget that is only an IntelliJ plugin, so if you don't think it's necessary, don't look or care about it on the project

#

After all, I want that stuff 😂

regal juniper
#

Here is why the waffle is better than a pancake. The waffle is bigger, there are many different kinds of stuff you can put in waffles or on top like butter and blueberries in it. You can cook waffles either by frying them or making normal while making a pancakes is just putting them on a griddle/pan and wait than flip and you can't cook them in any other way. You can cut your waffle into smaller pieces easier and when you put syrup on your waffles, it stays there. It doesn't move off the the food, it just stays there in each spot and doesn't droop off the side.

#

@lofty void @proven igloo @velvet crescent take notes.

fallow crow
#

But you cant roll them

#

Plus its a pain in the ass to spread button on waffles cos of the gaps

regal juniper
#

If you have the correct tools to

fallow crow
#

But thats an additional cost

regal juniper
#

Why would you roll a waffle

fallow crow
#

With waffles you like need a waffle maker to make them from the batter

#

with pancakes you can just chuck those bad boys on a pan

regal juniper
#

Y'all must not live in America

fallow crow
#

nope

regal juniper
#

Okay that point is valid for non Americans

fallow crow
#

i have never in my life puchased a frozen waffle/pancake

tawdry apex
#

@velvet crescent What...what does that mean? Butthurt about what? Salty about what? You haven't answered my question.

What do you have against me?

regal juniper
tawdry apex
#

Never had em ^

#

waffle > pancake though

fallow crow
#

bruh

#

frozen waffles seem like such an american thing

tawdry apex
#

I am american. I've had frozen waffles, but not eggo

#

Waffle + Syrup + Butter

regal juniper
tawdry apex
#

Classic

velvet crescent
#

@tawdry apex, I don't. But you clearly get butthurt by every comment, also stop pinging me.

tawdry apex
#

I'll never see your point if you don't provide me with context. I've never had anything against anybody, and clearly you dislike me for no reason.

pure bane
#

Sup

fallow crow
#

Hi dad

untold hearth
#

@pure bane look dad

#

I made a thing

velvet crescent
#

ee

#

Ew

untold hearth
#

Don't be a hater dear, it's not good for your skin

pure bane
#

zzz

#

whats that

#

a new script engine?

fallow crow
#

bUt wHy aRe ThE cuRlY bRaCkeTS UnDeRnEatH

eternal apex
#

sxtanna used to use k&r

#

used to swear by it

#

then something went wrong

velvet crescent
#

Imagine having that saved yikes

eternal apex
#

i didn't

#

i just searched it

velvet crescent
#

Oof

eternal apex
#

is that apple sauce on pizza

#

oh

#

it's literally the second image on google

#

lame glare

fringe sigil
#

I thought deluxe menus was premium

regal juniper
#

No

untold hearth
#

I guess its kind of a script engine

#

But its a language I made

fallow crow
#

sx can u help me with something with kotlin pls

untold hearth
#

Its strictly typed though

#

:)

#

with type inference

regal juniper
#

Yooo

untold hearth
#

@fallow crow whats the issue?

regal juniper
#

That's correct math

untold hearth
#

@regal juniper shut up you

regal juniper
#

I'm proud of you

untold hearth
#

type inference is hard

#

;(

fallow crow
#

Basically Ive got a JSONConfig class someone from another server helped me setup

#

And they suggest the usage would be like this,

  JSONConfig<Set<Channel>> conf;

  public void onEnable(){
    conf = new JSONConfig<>("channels.json", Set<Channel>.class);```

So in kotlin I tried
```kotlin
    lateinit var conf:JSONConfig<Set<Channel>>
    override fun onEnable() {
        conf = JSONConfig("channels.json", Set<Channel>::class)```
And that told me
Only classes are allowed on the left hand side of a class literal
untold hearth
#

Yeah, that collection type would be erased in java

#

making it effectively Set<Object>

fallow crow
#

huh

#

how would i go about fixing it

untold hearth
#

Do what it tells you to do

#

remove the type

#

You should probably also just use gson?

fallow crow
#

I am

#

Remove the type of conf?

untold hearth
#

You need to either create an object thats specific to this type, or use the type reference for the collection

fallow crow
#

ok

#

how tf do i do that lol

pure bane
#

room-1 is popping

fallow crow
#

my internet legit cant handle the music bot lol

untold hearth
velvet crescent
#

See that's effort tho clip, when I already have music opened on yt

untold hearth
#

I love when things just.... work

fallow crow
#

My internet legit cannot handle it

#

Yes finally... i successfully finish the hangman system

#

Now I need some more cheats to get the GUI to answer the final word

lofty void
#

Wait what?

#

For deluxemenus?

fallow crow
#

Yep

#

I finished it

lofty void
#

God dammit

#

I was also working on that xD

fallow crow
#

Lol

#

Too late boi

lofty void
fallow crow
#

I mean, is that such easy stuff there? Lol

velvet crescent
#

thien, show yours

fallow crow
#

Not yet

lofty void
#

What so you mean?

#

Do*

fallow crow
#

I mean, despite it's clean, the time to selected a word is long

lofty void
#

No, selecting letter like that was not easy to make?

#

I’d be eager to see your improved system then

fallow crow
#

Wait, what are all the head up above?

lofty void
#

That would be the blanked out word

long yacht
#

any good video editing software for low end pc? for editing cinematic trailers like shake transitions

fallow crow
#

Also, my hangman system is built global

#

Which means anyone can interfere on a same game

#

I used to use something called shotcut Meanly, its not great, and I never used it advanced, but it did the job for what I needed it, I now use premiere pro but obviously thats paid

lofty void
#

Well, mine isn’t, and I’d argue it to be a feature to be able to play your own game 😉

fallow crow
#

I know someone whos uses something called Davinci resolve which ive heard is better

#

Cool 🤷

lofty void
#

Frosty, I don’t think he’s ready to show his menu yet kappalul

fallow crow
#

Lol

#

I only show it once I fully finish it

#

That's my style

lofty void
#

I finished it
@fallow crow

#

But you so claim that you have 😂

fallow crow
#

Only finish the Guess part

#

Not finish the Final Answer part

#

Btw how many GUI did you spend on that game 🤔

lofty void
#

But let me guess, you do like all of this with chat messages and args?

#

What do you mean?

fallow crow
#

Oh wait nvm

#

Wrong thinking lol

#

Also, about the final answer stuff, I only have a way and that is with args

lofty void
#

It’s all one menu, if that’s what you were wondering

fallow crow
#

Every other stuffs are system cheated 😂

lofty void
#

I guess all I have to do is make mine better 🙂

fallow crow
#

Btw just note

#

I'm suck at decorating lol

lofty void
#

xD

velvet crescent
#

I gotta make the thing, but I don't got time smh

lofty void
#

But yeah no, I was thinking of making everything in like the chat with json and stuff, but the challenge was to make it using DeluxeMenus, and I don’t really feel like that’s what I would do if I did that

#

So yeah, selecting letters is a bit slow. But I don’t think you need to enter they faster, it’s still relatively quick

fallow crow
#

Mine's just straight up 26 letters in 26 slots ._.

velvet crescent
#

UgLy

lofty void
#

👀

fallow crow
#

I did decorate them, of course

velvet crescent
#

Imagine not making a system to toggle through the letters which you can then select

lofty void
#

And you dare critique my system? 😂

fallow crow
#

Lol

#

Imagine not making a system to toggle through the letters which you can then select
@velvet crescent we'll see about that

lofty void
#

And I’m pretty happy with how it looks behind the scenes.
The 3x3 grid on the right is only built up by 18 items in the menu. 9 of which are just static, that are before you click them. And another 9 that will change dynamically when you click them

#

Inb4 he copies me 1:1

fallow crow
#

Let me guess, with the upper system to blank word like that, I guess yours only 9 letters support?

lofty void
#

Yes

fallow crow
#

Wew

#

Jokes on you then 😂

lofty void
#

9 is plenty 😉 wouldn’t want it any longer. Size doesn’t matter 😉

fallow crow
#

Placeholderapi, lighthouse, television, etc.

lofty void
#

Nah, I could’ve done it in an item lore and had a longer length, but I wanted it to be displayed visually in the menu

fallow crow
#

Alright 🤷

lofty void
#

But I haven’t implemented that part yet. So it’s subject to change if I think of something better

#

Or maybe I’ll make it 2 lines, so it supports 17 characters

#

🤷‍♂️

velvet crescent
#

Can you still not update the inv title or?

#

cause you could use that if it was possible :p

lofty void
#

Oh yeah, that would be a good way to do it. I’ll try frosty

velvet crescent
#

You might need to reopen the inv

lofty void
#

Yeah

fallow crow
#

You might need to reopen the inv
@velvet crescent wot

#

That sucks 🤔

velvet crescent
#

Test it out, but that's most likely the case

fallow crow
#

I thought auto update title is already a thing there?

fringe sigil
#

No you cant without packets

fallow crow
#

@fringe sigil we're talking about DeluxeMenus

boreal escarp
brazen geode
#

I need help and don't know where to put the pic

fallow crow
#

?imgur

honest thistleBOT
#
FAQ Answer:

You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.

fallow crow
brazen geode
#

Bruh 😂

boreal escarp
#

Not there.

muted fern
#

🤦

sturdy bobcat
#

@eternal apex you gotta believe me man, I wrote that like a month or two ago PepeHands I haven’t imported my managers yet

#

I will recode the entire plugin if I have to slpyBully

wary willow
#

so weird thing about deluxemenus. (using Dev-86). If I use register_command: true for a menu that has multiple open commands and I modify the items in that menu and I do /dm reload when I use the first command it shows me the correct menu but when I use the other commands it shows me the old menu that is not modified.

#

I think it needs a restart for it to refresh but can't confirm rn

lofty void
muted fern
#

ez fix

lofty void
#

Sup

muted fern
#

helpful people @lament ember

lofty void
#

Do all chats give as much xp per msg? 👀

lament ember
#

well I'd consider myself a helpful person but no one seems to want me on any of their staff teams so idk

#

and that's not aimed at you in any way

muted fern
#

Xp is random between two values

lofty void
#

ahhh

muted fern
#

but your message has to qualify for generation

lofty void
#

Blitz had the helpful tag, like for a few days before he became staff xD

lament ember
#

blitz?

lofty void
#

Yup.

lament ember
#

oh I know who you mean

lofty void
#

squidward

lament ember
#

yeah

muted fern
#

=whois 444552204158763016

honest thistleBOT
#
BlitzGamer_88#0531
Profile

@wary willow

ID:

444552204158763016

Created:

May 11 2018

Status

offline Offline

Linked Accounts:

**GitHub: **BlitzGamer-88
**Spigot: **BlitzGamer88

lament ember
#

yeah that guy

muted fern
#

=system

honest thistleBOT
#
Barry System Info

System stats for the HelpChat Bot:

Uptime:

clock 1h 18m 31s

Commands:

commands 72 Loaded

Events:

xp 13 Loaded

Usage:

ram 30 MB

API Ping:

ping 68ms

System:

bots Healthy

lofty void
#

He's a legend

#

oo

eternal apex
#

why is it green tho

lament ember
#

1h uptime? wtf you been doing cube?

lofty void
#

Why is what green?

velvet crescent
#

||Noone knows the "System: Healthy" is hardcoded tho||

lofty void
#

is usage in ram?

muted fern
#

pushed an update

lament ember
#

thought so

muted fern
#

frosty u leaker

lofty void
#

LUL lol frosty

velvet crescent
#

:)

lofty void
#

Well atleast it doesn't say Corona

lament ember
#

system healthy hard coded lol

muted fern
#

If it's not Healthy you won't see Healthy

eternal apex
#

i confronted cube about this the other day

muted fern
#

so its not wrong

velvet crescent
#

I mean cube has a good point

wary willow
#

oh no piggy what happened to you?

lofty void
#

👀

#

Yo blitz

velvet crescent
#

Someone stuffed him in the freezer

eternal apex
#

blurple

muted fern
#

someone left him outside a bit too long

lament ember
#

even if it's not healthy that could still display

lofty void
#

so how long is this blurple thing going on for?

lament ember
#

you're telling me if it's running at like 3000 ms ping that's healthy?

eternal apex
#

a week afaik

mellow zinc
#

i thought it was hot in aus tho?

velvet crescent
#

Yes Bardy

mellow zinc
lament ember
#

because technically it's still gonna respond

lofty void
#

F that, I can't be arsed to edit my profile picture for a week xD

eternal apex
#

nah u just use their bot

boreal escarp
#

^

eternal apex
#

or have a sphere that's good at art

muted fern
#

I only added it to make the message even

lament ember
#

what bot?

eternal apex
#

it's in their discord

lament ember
#

blurple?

eternal apex
#

they're probs official

lament ember
#

who's blurple?

eternal apex
#

ay

#

they are

lofty void
#

Oh, it automatically blurples it?

muted fern
#

their animated icon annoys me

#

its not looping smoothly

mellow zinc
#

😂😂

fallow crow
#

bruh

lofty void
#

ok, now what? LUL

eternal apex
#

damn

velvet crescent
#

Can't be asked to set my pfp again

eternal apex
#

in one of their channels henk, there's info about how to use the bot

lament ember
#

why does that annoy you cube

velvet crescent
#

Doubt I have last years tho

muted fern
#

cause its not right

velvet crescent
#

It should loop

#

otherwise it's doodoo

muted fern
#

it should be perfectly looped

fair island
#

it loops fine?

eternal apex
#

nah it doesn't

mellow zinc
#

????

muted fern
#

wot u smoking

mellow zinc
#

ur eyes are off it then

velvet crescent
#

Are y'all blind lol?

#

It doesn't

fair island
#

helpchat one doesnt even loop

lament ember
#

yeah it's not perfectly looped

mellow zinc
#

no. just odin is blind

lofty void
#

Too much work

eternal apex
#

hol up i'm confused

muted fern
#

helpchat one does

#

smh

eternal apex
#

vote on this poll please

muted fern
#

!poll

fair island
#

it does?

velvet crescent
#

=poll

mellow zinc
#

!poll

lament ember
#

@muted fern no it doesn't loop

eternal apex
#

blurple smooth or nah
✅ ❎

mellow zinc
lofty void
muted fern
#

settles it

lament ember
#

cube the helpchat one doesn't loop

fair island
#

denied

velvet crescent
#

8 creeps lmao

muted fern
#

it does

#

fight me

lofty void
#

It does bombardy

velvet crescent
#

helpchat one loops

muted fern
#

i made sure of it

lament ember
#

nah if you hover over it it goes through to helpchat and just stops there?

muted fern
#

just stay hovered on it

wary willow
#

nah it loops

lament ember
#

oh you just gotta wait ages

velvet crescent
#

ban Piggy

lament ember
#

okay

mellow zinc
#

it loops extremely slowly

lofty void
#

"Sorry, I was wrong"

lament ember
#

it loops extremely slowly
^^^^^^^^

muted fern
#

it's not meant to be a rave when you hover on it

lament ember
#

lol

fair island
#

it is

velvet crescent
#

Why not

lament ember
#

what did you use to make that cube?

mellow zinc
#

still a loop however

muted fern
#

after effects

lament ember
#

nice

#

I think I've got that in my adobe master bundle

#

courtesy of the one and only

eternal apex
#

adobe 2 expensive 4 me

mellow zinc
#

students get free adobe until may 31

fair island
#

just buy it piggy

lament ember
#

I don't think I can say what I mean by the one and only in here

lofty void
#

I should get sick more often LUL Had my parent to grocery shopping for me today, so that I shouldn't have to go outside IF it is Corona

muted fern
mellow zinc
eternal apex
#

cube wtf is that

#

at least use the real icon

fallow crow
#

How to make mutual opinion about the loop: make it doesn't even load the gif 👀

lofty void
eternal apex
muted fern
fair island
#

eh

lofty void
#

Not even a gif

fair island
#

no gif?

lofty void
#

you're a disappointment

#

👀 ok, that as a bit too harsh, I take that back

fair island
#

why take it back, once you said it you said it.

muted fern
#

Someone happen to know all the tier perks?

lament ember
#

ya know if adobe was more affordable and not £49.99/month I would buy it

muted fern
#

cause i wanna make a list

fair island
#

you do

mellow zinc
#

YOU

fair island
#

you made the bot

lofty void
#

You?

muted fern
#

i really dont

fair island
#

yes you do

#

just read the code

lofty void
#

It's fine, just give over ownership to piggy and have him demote you to the different tiers, and you can test

#

easy pz

mellow zinc
#

big brain

lament ember
#

brain size 9001

fallow crow
#

😅

lament ember
#

I forgot to mention though that brain size measurement is in picometres

mellow zinc
#

or make me server owner quick time

#

ill make the list

fair island
#

i'm so far down the tier list

lament ember
#

cube ain't gonna trust you lol

mellow zinc
#

🤔

#

i trust cube

lofty void
#

Why? Just because his profile pic is black? That's racist dude

mellow zinc
#

so why dont he trust me 😔

#

and that^

lament ember
#

no

mellow zinc
#

wtf man

#

ur racist

lofty void
#

SUUURE

lament ember
#

because he's not even a staff member

lofty void
#

Kaliber, undercover staff thinkingsmart

lament ember
#

you have to be trusted by the owners to become a staff member (by my logic)

fair island
#

i think Henk will be trusted because he's in a suit meaning he's smart.

mellow zinc
#

wait

#

u just blew my cover

lament ember
#

lol

lofty void
#

sorry bruh

#

lol untouched

muted fern
#

@lament ember

lament ember
#

what cube

muted fern
#

You broke our rules,

- Don't include yourself in piracy talks or activities, including plugin leaks.
lofty void
#

Yikes

lament ember
#

dm's count?

fallow crow
#

Wait, if cube said he doesn't know tiers contain in Barry, maybe he did abandon Barry, in that case you can freely adopt him. No one wants abadonment. Take the rights 😂

lament ember
#

no one told me dm's count

fair island
#

ban time?

lofty void
muted fern
#

Like you dm an admin

#

like wtf

#

lol

mellow zinc
fair island
#

wait wut

lofty void
#

You lost me

lament ember
#

okay I admit now that was pretty stupid, just didn't know that dm's counted in those rules

#

otherwise I wouldn't have done it

muted fern
#

Delete the messages and go sit in the corner for an hour

lament ember
#

am I getting banned from another server?

eternal apex
velvet crescent
#

What did this man do

lament ember
#

I already got banned from TSC for a week and that's over today

mellow zinc
#

the naughty corner!

lofty void
#

Big yikes my dude

fair island
#

damn

lament ember
#

shit

#

you saw nothing

fair island
#

we saw it

lament ember
#

no one saw anything

lofty void
#

To be fair, I also broke that rule once kappalul Glad no one saw that

fallow crow
#

Good job my dude 👏

velvet crescent
#

Sorry but I gotta say it, now that's a 200 IQ play :kek:

fair island
#

👏

lament ember
#

time to use that men in black neuralyser so no one remembers a thing xD

fair island
#

no

#

doesnt work on us

velvet crescent
#

Odin you still owe me 49.50€

fallow crow
#

Lol

mellow zinc
#

Odin you still owe me 49.50€

eternal apex
#

y'all owe me $5000

lofty void
#

okay

#

where?

fair island
#

frosty, i'll give you a €49.50 voucher

lofty void
#

please say your bra

eternal apex
lofty void
#

damn

fallow crow
#

Piggy do we even pay for the food you have eaten for hundred years? 😂 😂

velvet crescent
#

Odin, for what?

fair island
#

I'm so bad at coding lol

eternal apex
#

yes lol, you guys pay a massive premium

#

I get my food for free

velvet crescent
#

Speaking of food, time to eat :))

fair island
#

bye frosty

lofty void
#

Have a good one, frosty

mellow zinc
#

bye frosty

#

dont come back!

fallow crow
#

Lol

lofty void
#

Please come back!

fair island
#

i need to go to the recording studio but I can't fucking be asked

muted fern
#

Aight, Bom is sitting in the naughty corner for a bit

fallow crow
#

F

mellow zinc
#

thats cute

lofty void
#

easy

mellow zinc
#

can i go too?

fringe sigil
#

i need to go to the recording studio but I can't fucking be asked
@fair island I am asking you now

fair island
#

o.o

mellow zinc
#

wait I already been there nvm

muted fern
#

you would fake it

velvet crescent
lofty void
fair island
#

@lofty void is that real?

velvet crescent
#

Also hecc you @mellow zinc

lofty void
#

No

fair island
#

phew

lofty void
#

I mean

#

it's kind of real

fair island
#

was gonna ask where's mine

mellow zinc
#

no hecc you

fringe sigil
#

Lol

#

That profile picture

lofty void
#

I did send piggy money

eternal apex
#

wtf lol

muted fern
#

ill just make helpchat pay2win

eternal apex
#

thanks

lofty void
fair island
#

Is it bad I actually have a recording studio in my house..?

mellow zinc
#

$1000000 for OG badge

lofty void
#

But it was 1 dollar, not 100.

fair island
#

I have keyboards and it all lol.

fringe sigil
#

do you have a recorder?

fair island
#

ye

fringe sigil
#

as in the instrument

fair island
#

My neighboors actually want me evicted

fringe sigil
#

Lol

fair island
#

Yes I do lol

muted fern
lofty void
#

Do you make that much noise ?

fair island
#

yes

fringe sigil
#

That is a true recording studio

fair island
#

I have pretty big studio speakers

eternal apex
#

cube did u play recorder in primary school?

fair island
#

I don't have any sound proof in my walls >:)

lofty void
#

Funnycube- can't you make it so that boosters can toggle the pink color on and off? 👏

muted fern
#

You bet i did

eternal apex
#

fuck yeah

muted fern
#

Also had a teacher who pegged one at a student

eternal apex
#

such a useful instrument

fair island
#

I actually used to play meme songs on it 😄

lofty void
#

Pink name is the worst part about being a booster 😭

velvet crescent
#

Anything can be a ||world file|| if you're brave enough

fair island
#

i like pink

eternal apex
#

ay what's wrong with pink

fair island
#

atleast you're not blue like @eternal apex

eternal apex
#

wow

muted fern
#

he's just cold

lofty void
#

Tier 2 blue is smexier

muted fern
#

Tier X

#

=tier

honest thistleBOT
#
Your Current Level Tier

Let's see how far along you are:

Current Tier:

Tier VI

Contains Levels:

50 - 59

mellow zinc
#

tier 4 wost colour

fair island
#

pig put on the heating ffs

eternal apex
#

I can't remember which one I actually used tho

fair island
#

better

#

i prefer those

lofty void
#

steal the profile pictures

eternal apex
#

o noes

fair island
#

i think it was the bottom one tbh

eternal apex
#

they're not traditionally for pfps, it's my site logo

lofty void
#

ahh

muted fern
#

bet someone cool made them

lofty void
#

look dope tho

eternal apex
#

got it blurplefied because my actual pfp at the time, would've been way harder

lofty void
#

they are like clips and fc

#

the background

fair island
#

wouldn't be you then @muted fern

eternal apex
#

ye

muted fern
eternal apex
#

o my

lofty void
#

I assume that the little avatar in funnycube's profile picture is something he drew? Has he not drawn one of you, piggy?

mellow zinc
#

u just downloaded the images

muted fern
#

oh no

#

i dont draw

lofty void
#

oooh

muted fern
#

The people are comissioned

fair island
#

Wait did @regal juniper make that intellij extension?!

lofty void
#

ahhh

muted fern
#

I just did the animation

eternal apex
#

@fair island no

lofty void
#

Fair enough

fair island
#

why he selling it out

eternal apex
#

author is DemonWav iirc

fair island
#

😠

eternal apex
#

glare's just pring papi support

safe meadow
#

I need to get me such a drawn skin

fair island
#

pring?

eternal apex
#

pr'ing

safe meadow
#

it's so pwetty

eternal apex
#

pull requesting

fair island
#

can you english?

eternal apex
#

yesn't

muted fern
#

We used Asart, but idk if they still do stuff

safe meadow
#

I'll take a look

safe meadow
#

thanks 🙂

eternal apex
#

it also gave him nightmares

muted fern
#

this is true

velvet crescent
#

Why is this pig so similar to the one in the movie Hunt

lofty void
#

I bet that's a filter

velvet crescent
#

We boutta go hunting boiz

muted fern
#

still wake up in the middle of the night screaming polygons

eternal apex
#

it's not a filter

mellow zinc
lofty void
#

Oh really?

#

then good job

muted fern
#

done by hand

#

sadly

eternal apex
fair island
#

ew

lofty void
#

disgusting

fair island
#

i like it

eternal apex
#

it looks ok till you look closely

lofty void
#

Yeah

fair island
#

I use a tv as a monitor it's huge for me

lofty void
#

problem with both of the polygon ones, is if you look too far away

#

they just look like normal

eternal apex
#

eh

#

I just really like the polygon art

fringe sigil
#

how should I make this api then

lofty void
#

So do I, it looks dope

mellow zinc
#

u dont niall

lofty void
#

But really needs to be up close, had you made it a profiler picture, then I don't think we would've seen a difference

fringe sigil
#

Msot people make a MyPluginAPI class

#

@eternal apex Opinion on how I should make my api accessible?

eternal apex
#

documentation

#

it doesn't matter

#

so long it's documented

fringe sigil
#

True

boreal escarp
lofty void
#

lol gaby

boreal escarp
velvet crescent
#

Ya

muted fern
velvet crescent
#

@bronze compass iT's CaLlEd GoInG iNtO sEtTiNgS :p

muted fern
#

@wind trellis @smoky pollen What's up with the same post?

bronze compass
#

👁️👄👁️

velvet crescent
#

Jesus

smoky pollen
#

IDK

#

WE wanted

bronze compass
#

yknow what i meant frosty

wary willow
#

I don't think server proprieties offer the possibility to chose between 2 or more resource packs

smoky pollen
#

WE eed

#

neede

velvet crescent
#

Blitz, I mean client settings

wary willow
#

oh I see

muted fern
#

Breaking the rules doesn't help your cause

velvet crescent
muted fern
#

Bumping isn't allowed

#

as per the rules

bronze compass
#

frosty ikkk but like i dont wanna bother every player on my server to download a texture pack from like mediashare or smth

#

thats just weird

#

👀

velvet crescent
#

Perhaps combine them?

#

and then you can force them to apply that single one

bronze compass
#

true but i was planning to have a 16x & 32x version of the pack

#

so people can choose between 16 or 32

velvet crescent
#

oh, is there a command which let's you apply a texture pack?

bronze compass
#

from what i had thought of it would be like

#

/pack <16/32>

velvet crescent
#

Yea I mean but is there even a way to apply an rp for a user?

bronze compass
#

I think so because some servers have /resourcepack as a command

#

to apply a texture pack

#

and World Texture Packs (the plugin) exists, so I don't see why not

wind trellis
#

idk him

#

@muted fern

velvet crescent
#

Oh you actually can @bronze compass

muted fern
#

Considering he said "WE wanted" and "WE need"

velvet crescent
#

Bukkit.getServer().getPlayer("Frcsty").setResourcePack(URL);

muted fern
#

Anyhow you still bumped your earlier post

#

Once per month

#

=sh @wind trellis

honest thistleBOT
#
Service History for DG_KSYT#4272

• [06/05 @ 10:35:08 AM] #request-free - [service] CTO[request] I need...
• [06/05 @ 10:38:16 AM] #offer-services - ** DESIGNING GHOULZ **offer...
• [07/05 @ 4:31:51 AM] #request-free - [service] inviting people to s...
• [07/05 @ 4:38:40 AM] #request-free - [service] invite to server[re...
• [09/05 @ 9:33:44 AM] #request-free - [service] CTO[request] I need...
• [09/05 @ 9:42:02 AM] #request-free - [service] CTO[request] I need...

Full Report:
bronze compass
#

now i just gotta get someone to code it B)

velvet crescent
#

Oh damn that's fancy cube

bronze compass
#

oo

lofty void
bronze compass
#

jeez, i could never so smth like that with my own discord bot

muted fern
#

Working on something cooler

#

but its being a pain

velvet crescent
#

Something that yeets Gaby?

muted fern
#

most likely will be a tier V and Booster perk

#

due to how resource intensive it might be

lofty void
#

I think it's a bit too much to ask someone to do "all work told and not get mad at it" when also asking for someone to do it for free 😂

#

like damn, that's not how you build a good morale for your team

velvet crescent
#

=tier

honest thistleBOT
#
Your Current Level Tier

Let's see how far along you are:

Current Tier:

Tier VI

Contains Levels:

50 - 59

velvet crescent
#

:))

lofty void
fringe sigil
#

Barry is more successful and productive than any of my projects

velvet crescent
#

I wanna spoil it, but cube will yell at me

lofty void
#

Hey cube, I need staff so I can also abuse bot cmds everywhere. kthx bye

muted fern
#

Barry still needs a lot of work under the hood

#

to make him "clean" internally

fringe sigil
#

Ah

muted fern
#

but what you all see, he's basically flawless

#

😉

fringe sigil
#

Exactly though

#

If its closed source who cares how it looks inside

boreal escarp
#

Fr

lofty void
#

Opensource when kappa

boreal escarp
#

Still noob

muted fern
#

never

fringe sigil
#

someone make OpenBarry

#

Lol

boreal escarp
#

Removing BAAS when :kappa:

muted fern
#

@wind trellis Really?

#

I literally just warned you

wind trellis
#

oh

#

srry

velvet crescent
#

:kek:

boreal escarp
#

They fear no men

velvet crescent
#

mad lad

muted fern
#

But yeah Barry hawt

#

BAAS is even hawter

lofty void
#

I was disappointed to see that funny_cube didn't even have hanged man up in the CC discord henkekFacepalm

velvet crescent
#

no u cube

#

😏

lofty void
#

When he's been begging us to implement it in minecraft.

boreal escarp
#

BAAS is even hawter
@muted fern bad you mean

velvet crescent
#

Andre, I see you figured it out :p

magic summit
#

I hope the formatter expansion will do its job...

velvet crescent
#

I mean I'm boutta use it cause I'm a lazy shit kek

muted fern
#

=baas list

#

😉

velvet crescent
#

=baas list

fringe sigil
#

stop the calvalry

muted fern
#

best cmd

mellow zinc
#

can i be a test subject

fringe sigil
#

terminate 🙂

muted fern
#

Ideally we never have to use that cmd

#

But boi is it powerful

muted fern
#

working on trying to order a map atm

#

pretty exciting

lofty void
#

a map of what?

velvet crescent
#

Oh god I don't like where this is going

lofty void
#

an actual map, or like a minecraft map, as in a world?

muted fern
#

a map of values

#

in js

lofty void
#

oooooooooooh

mellow zinc
#

boring

lofty void
#

Yeah yeah yeah

boreal escarp
#

=baas list

lofty void
#

cuz I know what that means

boreal escarp
#

ofc

lofty void
muted fern
#

Not worthy to hold the power of baas

boreal escarp
#

or bass is shit

muted fern
#

ouch

#

He does like 90% of ur work

boreal escarp
#

not a fan of that sky mod, gonna try SF, Henk

muted fern
#

in terms of moderation

magic summit
boreal escarp
#

like doing nothing? I see

lofty void
#

sky mod?

#

aight, you do you bud

#

xD

boreal escarp
#

sky smth

lofty void
#

sky adventures?

boreal escarp
#

ah, stoneblock

lofty void
#

ah, good old stobeblock

boreal escarp
#

the chance blocks are annoying xd

lofty void
#

xD

#

then don't use them, haha

boreal escarp
#

O.o

#

what mc ver is SF 2.5?

lofty void
#

1.7.10

boreal escarp
#

bruh

lofty void
#

SF4 is 1.12

#

SF3 is 1.10

boreal escarp
#

glad I can download optifine 1.7.10 xd

lofty void
#

xD

fringe sigil
#

kiteboard api is gonna be boss

boreal escarp
#

The game crashed whilst initializing game Error: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap ...

velvet crescent
#

L

boreal escarp
#

I remember playing some light version of SF and going to other player's island to steal items because the protection plugin wasn't working properly haha

velvet crescent
#

SF?

#

SlimeFun?

vague walrus
#

Skyfactory I think

#

Also if it was like pre 1.10, most protection plugins kinda sucked for mods

boreal escarp
#

ye it was

sturdy bobcat
#

scam

fringe sigil
#

I hate it SO MUCH

#

Theres so many ways you can do a single thing

#

And you never know which is the best way

velvet crescent
#

@loud dagger Do you code btw?

loud dagger
#

@velvet crescent a little bit yes.

fringe sigil
#

I think I have officially over engineered my api

velvet crescent
#

@timid tiger You should use @sturdy bobcat's skyblock plugin

sturdy bobcat
#

No you shouldn't

timid tiger
#

Which is?

sturdy bobcat
#

I don't want my plugin associated with misogynistic cunts

timid tiger
#

❤️

sturdy bobcat
#

So no thank you

timid tiger
#

Probs riddled with bugs ^

velvet crescent
#

Oh shit I forgot you two had a beef smh

#

Just ignore my pings eee

sturdy bobcat
#

Prob because i've not finished it yet mmHuhThinkMilk

#

Insecure little boy, shut up

timid tiger
#

Oh so its ok for you to call me insecure but when i call you it, you dont like it?

#

Grow up, twat

sturdy bobcat
#

You never called me insecure kekW

velvet crescent
#

God what have I done

timid tiger
#

Ima just leave this here

sturdy bobcat
#

Learn how to shut the fuck up sometimes, Don't let your ignorance hit you on the way out

timid tiger
#

You started it ya bitch

velvet crescent
#

Ori and Firosee stop.

#

Befor you bought get beaned eee

#

both*

sturdy bobcat
#

I don't care Emi_Shrug I won't shut up against misogynistic ignorant incels

fringe sigil
#

Is it the songoda sky block plugin

timid tiger
#

Grow up

#

Do as your told little girl ❤️

velvet crescent
#

Firosee stop.

timid tiger
#

Bruh so she can carry it on but i cant wtaf

sturdy bobcat
#

the ignorance continues Emi_Shrug

velvet crescent
#

Since you can clearly see Ori won't, so be the wiser

timid tiger
#

She throwing insults like its nothing and i get told off bruh

sturdy bobcat
#

im throwing the insults you deserve

fringe sigil
#

Stop using songoda emojis

sturdy bobcat
#

no one is using songoda emojis

fringe sigil
#

:Emi_Shrug:?

velvet crescent
#

|| @boreal escarp Can I get some assistance lmao? ||

sturdy bobcat
#

That's my friend's emoji

fringe sigil
#

Oh

sturdy bobcat
#

Songoda emojis are Bri and Annie

fringe sigil
#

Lol

#

Are songoda still big?

sturdy bobcat
#

yes

velvet crescent
#

Their traffic is amazing

#

Wish the site was actually usable tho :c

fringe sigil
#

Response times for fixing stuff are apparently not 🙄

timid tiger
#

Traffic is good, plugins not so much

velvet crescent
#

I mean I got like 2k views on there, and my plugins doodoo

#

And like 200 downloads

timid tiger
#

Some are decent, EpicSpawners was good

lofty void
#

Have you guys played on prison servers? Can I get your personal preference? Do you prefer prison servers where all the blocks you mine are instant mine? Or servers where only the softest blocks are? 😛

timid tiger
#

Instant

velvet crescent
#

Firosee, epicspawners are ew, atleast they were like a year or so ago when I used them

sturdy bobcat
#

EpicSpawners still has it's bugs

fringe sigil
#

I thought all their plugins looked pretty good

sturdy bobcat
#

a lot of plugins can look good

#

Their only decent plugin is UltimateTimber

#

cause Brianna didn't work on it

timid tiger
#

Damn

long summit
#

Actually half the plugins that suck were actually the ones that she didn't work on, the ones she did are much better

timid tiger
#

Something we can agree on

sturdy bobcat
#

Matt

#

you do realise

#

UltimateTimber was made by nicole emc_sweat

timid tiger
#

Bri fucked most of the plugins lmao

long summit
#

I didn't say that one, Kingdoms specifically wasn't done by her and it was the worse thing i've ever seen, the version she's rewriting is much better

sturdy bobcat
#

Is kingdoms even being worked on anymore?

#

It was in development for a year

#

then locked behind a patreon paywall

#

then abandoned ?

#

That plugin isn't even worth it anymore, no server could find a genuine usage for it cause it's so useless

#

like 5 people could use it and that's it

velvet crescent
#

I mean I can see a good usage for Kingdoms, if there was a good plugin for it

long summit
#

Yeah, it's actually being worked on now
It was done by people with a leg behind their back before lol

sturdy bobcat
#

LimeGlass was smart asf

#

He got a lot of money from not working on kingdoms

long summit
#

Exactly xD

sturdy bobcat
#

UltimateBottles has been in development for what

#

a year and a half ?

velvet crescent
#

I got some ultimate bottles in the fridge :)) if you know what I mean

sturdy bobcat
#

I don't

#

Piggy scammed me

#

He reviewed the one plugin I haven't touched for months

magic summit
#

It's kinda triggering me

velvet crescent
#

He should, shouldn't he

sturdy bobcat
velvet crescent
sturdy bobcat
velvet crescent
#

Oh damn

sturdy bobcat
#

this is the best

velvet crescent
#

DM me that emoji

#

I might switch to that for blurple

sturdy bobcat
#

You want all of them

velvet crescent
#

Wish I had nitro tho :c

sturdy bobcat
#

wow

velvet crescent
#

Cause my current one used to be a gif

#

but no nitro, so no fun

sturdy bobcat
#

Jesus

#

i just had a flashback of writing a json tellraw command PanSweat

muted fern
#

wb @lament ember

lament ember
#

thanks

#

that was painful

#

just spent the last god knows how long on project blurple

mellow wedge
#

@dusty marsh reason for add?

dusty marsh
#

Could you help with the javascript for papi

mellow wedge
lofty void
#

Freaking hell, I spent like a good 15 minutes trying to build a menu using the success_commands that wa added in yesterday's dev build, couldn't figure out how it wasn't working when an identical system I built last night did.
Only to realize that I was on a different server this time around, and I hadn't updated to that version henkekFacepalm

velvet crescent
#

:kek:

lofty void
#

what happened to your heart, frosty? 😭

velvet crescent
#

Project blurple, but cucked it up

lofty void
#

oh yeah. background black.
I thought it was like "your heart is cold" kind of dealio

#

glad it wasn't XD

mellow zinc
#

frosty what the f is that pfp

lofty void
#

okay I'm lost for words why this aint working, imma hop over to #general-plugins though

velvet crescent
#

a

#

better

lofty void
#

but that's a bluerer version of blurple right

sturdy bobcat
#

Kaliber

#

im not sure you're in a position to question someone else's pfp PanSweat

mellow zinc
#

WHAT

#

IS WRONG

#

WITH MY PFP

sturdy bobcat
#

it's beautiful EmiCry

mellow zinc
#

EXACTLY

#

SHUT UP

sturdy bobcat
#

slpyBlech i was complimenting you

#

next time i'll say it's ugly Emi_Blush

mellow zinc
#

NO

#

NO U WONT

sturdy bobcat
#

true slpyLove

velvet crescent
#

Lmao

sturdy bobcat
velvet crescent
#

@buoyant matrix Do you offer invite rewards or what lmao

lofty void
velvet crescent
#

Anyone got a clue about discords policy of removing a guild due to constant DM advertisement

sturdy bobcat
velvet crescent
#

Was just informed that they can yeet a server as well, so >:)

lofty void
#

yeet their server frosty

wary willow
#

look hank clip is awake

velvet crescent
#

I'll report later, gotta finish this before I yeet myself out the window again

mellow zinc
#

Listening to Spotify - Creep by Radiohead

sturdy bobcat
#

i hate you kali

#

now i wanna listen to that

lofty void
#

hank!?

#

also,

#

Clip 🙌

sturdy bobcat
lofty void
sturdy bobcat
#

my mouse is the most scuffed shit

#

over the past like

#

2/3 years

#

i've somehow managed to fuck it up and now there's no padding

lofty void
#

rip

sturdy bobcat
#

so i've just got a piece of black tape on the side of my mouse so im not having my thumb sat in glue mmaLaughLOLPointMilk

velvet crescent
#

If you saw my mouse, you'd cringe

lofty void
velvet crescent
#

Okay mr rich boi

lofty void
#

It's not THAT pricy

velvet crescent
#

It's like what 100?

lofty void
#

oh no, must be more than that

magic summit
#

@sturdy bobcat I have a Razer Deathadder

velvet crescent
#

"It's not THAT pricy"

lofty void
#

Oh yeah, guess it's about 100, I think I paid like 150 when I first bought it

#

I mean, gotta use that minecraft money on something, am I right? can't use it for servers 🤮

#

(That was sarcasm)

velvet crescent
#

:))

lofty void
#

🙂

#

no

velvet crescent
#

Worth a shot GWcmeisterPeepoShrug

lofty void
#

but I'm a bit disappointed with it

#

cuz right after I bought it they released the sliiightly updated version

#

which looks identical- but you can wirelessly charge it. So you can have a mousepad that wirelessly charges it.

#

but I can't really motivate spending $250 to get an identical mousepad, and wireless charging

velvet crescent
#

I still got a wired boi

lofty void
#

I was really against wireless mice before

velvet crescent
#

It's a sm0l boi, but it's nice cuz I don't got that much desk space so it fits perfectly

lofty void
#

nice

velvet crescent
#

I mean this cable is so thin you can barely even feel it if you stretch it too far

lofty void
#

I mean, I even bought one of their wireless keyboards- that one was a bit of a waste. No real reason to have it not wired..

velvet crescent
#

And it's nice that when you rage it doesn't go flying across the entire room

lofty void
#

xD

#

BUT, to be fair, the wireless keyboard is nice, cuz I can take it along to work and use on my ipad

#

so I can chat with you lot while I'm at work

velvet crescent
#

Ah yes

regal juniper
#

@sturdy bobcat I like your mouse.

willow oracle
#

@magic summit razer deathadder is the best mouse

mellow zinc
#

i used to have the mamba

#

it broke in like 2 months

viscid kraken
#

I had a razer deathadder for like 6 years then the scroll wheel randomly broke

vague walrus
#

6 years isnt bad for a mouse

#

I think mine might be near 10 years?
I'm waiting for it to break, I want a new mouse

velvet crescent
#

Yeeting it into the wall usually helps

wary willow
#

yeah it puts the scroll back in place

vague walrus
#

I dont want my mouse to break.
But if it were to break, I also wouldnt be sad

sturdy bobcat
#

I like your mouse.
@regal juniper thank you slpyLove

lament ember
#

okay I think we have a new nomination for Worst API of the year award

#

no documentation

#

no maven sources

velvet crescent
#

heh

#

It's made by vk

#

What u expect

#

It's like worse than the phrase "Made in China" lol