#dev-general

1 messages · Page 503 of 1

onyx loom
#

i dont think it would be defaulted to anything in that case

prisma wave
#

smh

onyx loom
#

would it just be initialised when it is assigned in this case?

old wyvern
#

ah nope, the compiler makes sure you initialize it before use

onyx loom
#

i am big brain

forest pecan
#

Yeah it is

#

intellij weird

old wyvern
#

Not a warning I think, it shouldnt compile

forest pecan
#

Yeah thats why i pointed it out

#

I was like how is that possible

pale shell
#

is it bad I got so many commits ready to be pushed that IntelliJ won't load them all?

old wyvern
#

Nope

#

its fine

half harness
#

uhhhhhhhhh so it just gives random values?

old wyvern
#

It returns the value you want it to return

half harness
#

but isn't that just the assertEquals or whatever its called?

old wyvern
#

You can mock factors you cant control in this way

pale shell
#

i mean, if a certain Support member fixed these bugs at first, it wouldn't be a issue eyesshaking

old wyvern
#

Its an "assertion"

#

The test should fail if our "assertion" is false

#

Just so you dont get confused, you ussually dont mock your own objects

#

rather external things

#

like connections

half harness
#

uh

old wyvern
#

stdlib stuff

pale shell
#

😦

#

UHHHHH

half harness
#

1 sec

#

afk

pale shell
old wyvern
#

So in your case, you would mock JDA classes depending on your test

prisma wave
#

Theus

#

theusol

pale shell
#

dont

static zealot
#

xD

half harness
#

updating discord

prisma wave
#

English

pale shell
#

I couldn't use the letters twice

old wyvern
#

theusol?

pale shell
#

😦

prisma wave
#

theusol

pale shell
#

@compact perch

old wyvern
#

uh

static zealot
pale shell
#

bm

prisma wave
#

fer·nan·do pó·ov

pale shell
#

wanna fix the bugs

old wyvern
#

Ok ill assume thats some joke/circlejerk

#

oh ok

prisma wave
# pale shell wanna fix the bugs

The content on the paper looks accurate when it comes to "characteristics", and the edits on the wording make it sound nicer.
I can not think of something I would like to edit, especially because the wording is something I struggle myself. I think the paper looks really good.
Good job, and thank you.

static zealot
#

this emote tho

old wyvern
static zealot
#

god

ocean quartz
old wyvern
#

Why do those look like some horny artist made them?

static zealot
prisma wave
#

Probably for that reason

old wyvern
#

lol

static zealot
prisma wave
#

There's always the dkim den

half harness
#

lol

static zealot
#

omg yes. going to spam them there xD

pale shell
#

bm i got a bug for you

old wyvern
#

dkimhub™️

half harness
#

my name

old wyvern
#

xdkim

pale shell
#
PrivateMines.getEconomy().depositPlayer(Bukkit.getOfflinePlayer(owner), tax);

How to make sure it's not null?

old wyvern
#

reddkim

#

dkimhaven

prisma wave
#

Static

#

Check null

#

ez

pale shell
#

static??

prisma wave
#

PrivateMines.getEconomy 🤢

#

static immutable on the other hand 😌

pale shell
#

You wrote this

prisma wave
#

Doubt

static zealot
#

oh got em

pale shell
#

how to check

prisma wave
#

git blame

half harness
#

so much faster than jitpack 😌

prisma wave
#

Even if I did, it should only be used when DI isn't possible

static zealot
#

hell yeah

ocean quartz
static zealot
#

oh xD

pale shell
#

dw about it

static zealot
#

well they're in DKim's den lmao

#

if you wanna see them

#

xD

half harness
#

u put them in kaliber den

#

😦

pale shell
#

dw about it bm 😉

static zealot
#

nvm then

#

I didn't even notice

#

to many servers

pale shell
#

how many dens are there

static zealot
#

idk. I have a couch

prisma wave
#

3

#

dev den, dkim den, kaliber den

pale shell
#

I want a den

onyx loom
static zealot
#

lmao

onyx loom
#

yikerinos

prisma wave
#

what

#

SOMETHING FUNNY?

onyx loom
#

EXTFREMELY funny

prisma wave
#

SPIT IT OUT

onyx loom
#

the so called "dependency injection lover" USES STATIC

prisma wave
#

I HAD TO

#

look at the context

onyx loom
#

DOUBT

prisma wave
#

iirc it was citizens which calls the constructor for you

#

can't exactly do DI there HUH!!!

onyx loom
#

explain

pale shell
#

I'm legit scared to push this commit because of the size

onyx loom
#

oh im guessing this? so they would construct the Trait classes for u?

static zealot
#

oh boy. its almost working

pale shell
#

Anyone wanna refractor that method?

prisma wave
#

that was the only place I used it

#

afaik

half harness
pale shell
#

I feel like pushing all this commits lol

pale shell
#

hopefully there's no more bugs or i'll go crazy.

prisma wave
onyx loom
#

what were u saying again?

prisma wave
#

you are all BIASED against ME

pale shell
#

how

prisma wave
#

VENDETTA

pale shell
#

bm, I'm having to fix your bugs tbh.

prisma wave
#

good

onyx loom
#

idk man sounds like u can use dependency injection, without using ur "excuse"

prisma wave
#

asserting dominance

pale shell
#

oh

#

anyone wanna help with a feature

#

i just need to load the Materials from a list and set them in the mine

half harness
#

so apparently in order to test, i have to include implementation 'org.junit.jupiter:junit-jupiter:5.7.2', i thought it was testImplementation?

#

because i don't want it shaded in my jar

#

but it shows a warning if i use testImplementation

onyx loom
#

what warning?

half harness
#

then if i use the fix it automatically adds the implementation

#

dependencies: ```gradle
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'

onyx loom
#

what module is the warning from?

half harness
#

uh

#

wait a minute

#

im just pressing the create test button

#

¯_(ツ)_/¯

#

also should i create another package for test?

#

like if i have me.dkim19375.skywars

#

should i make it me.dkim19375.skywars.test

onyx loom
#

testing should be in src/test/LANGUAGE

#

and thats where the testImplementation dependencies will be directed to afaik

half harness
#

ik

ocean quartz
half harness
#

uhhhhhhhh how do i do that?

#

oh

#

i think i did already

#
test {
    useJUnitPlatform()
}
#

right?

ocean quartz
#

Yeah

half harness
#

alr

#

which one?

#

oh wait nvm

#

public actual typealias Test = org.junit.jupiter.api.Test :p

ocean quartz
#

Only one is annotation lol

half harness
#

wait what

#

i tried both - none errored (ide errors)

ocean quartz
half harness
#

but...

ocean quartz
#

¯\_(ツ)_/¯

half harness
obtuse gale
static zealot
#

lmao

prisma wave
half harness
prisma wave
#

Yea

half harness
#

alr

eternal compass
#

anyone here have a mac with safari that could show me what my site looks like?

#

@ me

half harness
#

i barely have any tests because this is a jda lib D:

old wyvern
#

Whats your coverage?

half harness
#

coverage?

old wyvern
#

Yes, test coverage

half harness
#

uhh idk what that is

old wyvern
#

There should be a button at top right to run and show you your coverage

half harness
#

lemme run that

old wyvern
#

Yes

half harness
#

alr

#

oh boy

old wyvern
#

What is the result?

half harness
static zealot
#

negative numbers

#

xD

old wyvern
#

lmao

half harness
#

D:

old wyvern
#

Well there you go, now you know what to write tests for

half harness
#

everything is part of JDA lib

old wyvern
#

it should highlight untested code in red

half harness
#

AAAAAA

old wyvern
half harness
#

oh

#

uh

#

how do i exit this

old wyvern
#

Analyse -> Coverage -> Hide I think

half harness
old wyvern
#

Lemme check

half harness
#

ah found it

#

it was in Run

old wyvern
#

ah alright

obtuse gale
half harness
#

aaaa im still confused on how mocks work :/

#

and how to use them

static zealot
#

anyone ever found out why Buster deleted his Disc account?

old wyvern
#

Did you check the example I gave you earlier?

half harness
#

yes

old wyvern
#

oh wait that was blitz

#

xD

#

or nvm

#

it was you

static zealot
old wyvern
#

anyway

#

So what do you not understand about them?

static zealot
#

lmao yugi u need some sleep

old wyvern
#

I have to finish a few chapters blitz

#

exam tmr

old wyvern
#

PowerMockito works with classgeneration

#

But you generally dont have to worry about the implementation

half harness
#

no i mean like

#

what does it do

old wyvern
#

It creates a Mock proxy for that type

#

Then you tell it what to do when we call certain functions on that mock object

half harness
#

how do you tell it what to do though

old wyvern
#
final URL mockUrl = PowerMockito.mock(URL.class);
PowerMockito.when(mockUrl.openConnection()).thenReturn(httpURLConnection);
PowerMockito.when(mockUrl.getProtocol()).thenReturn("HTTP");
half harness
#

OH

old wyvern
#

Mockito itself is similar but only uses child classes so you cant use it on final classes

#

PowerMockito tranforms your code itself with its testrunner so you can mock final classes as well

prisma wave
#

i dread to think how that's implemented

half harness
#

lol

old wyvern
#

Lots of bytecode manip 😷

prisma wave
#

🥶

half harness
#

THIS IS COOL_ _

#

THIS IS SO COOL_ _

#

uh

obtuse gale
#

Hey how do you make it so that you have to follow a format to post something in request free and request paid?

#

I want that for my server

half harness
#

do you code?

#

it is a custom bot

obtuse gale
#

No

#

ok

#

i meant i dont know how to code

#

not no lol

half harness
#

since i doubt a bot exists specifically for that

#

maybe Carl and some other bot works

#

since it allows for custom scripts

obtuse gale
#

I tried carl

static zealot
#

dkim

half harness
static zealot
#

smh

half harness
#

what

#

it is

#

but theres also hosting and stuff

#

so i deleted it

obtuse gale
#

oh for every time dkim deleted a message

half harness
#

im just very confused

#

apparently val users = listOf<User>() gives an NPE too?

#

okay now val str = "a" also gives an NPE

#

i dont think its the code thats wrong

#

welp now a blank line gives an NPE thonking

onyx loom
#

i think ur getting an NPE

half harness
#

yes

#

i am

#

a very big one

#

ffs

#

line 54 is cursed

static zealot
#

well I'm finally done with DeluxeMenus (for now lmao)

#

good night

half harness
#

good morning

ocean quartz
#

Imagine getting NPE, can't relate

obtuse gale
#

imagine complaining about errors on a specific line with specific scenarios without actually sharing any code

distant sun
#

[34211.040s][warning][os,thread] Failed to start thread - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
🙄

half harness
#

how do I do this: method(SomeClass<Other>::class.java)?
it throws an error - Only classes are allowed on the left hand side of a class literal
and if I remove <Other> it puts SomeClass<*> instead

ocean quartz
#

Needs more context

half harness
#

PowerMockito.java: java public static synchronized <T> T mock(Class<T> type) { return DefaultMockCreator.mock(type, false, false, null, null, (Method[]) null); } my code: ```kt
val strList: List<String> = mock(List<String>::class.java)

old wyvern
#

There isnt a class for a generic dkim, java generics are compile time constructs

half harness
#

oh

old wyvern
#

Use a raw list and cast it to the generic type you need

half harness
#

cast 👀

#

theres a warning

old wyvern
#
val strList: List<String> = mock(List::class.java) as List<String>
half harness
#

iirc

old wyvern
#

Yes, just suppress it

half harness
#

O_O ok

#

thx

obtuse gale
#

Type 😌

#

ParameterizedType 😌

half harness
#

wat

ocean quartz
half harness
#

any downside of @org.powermock.core.classloader.annotations.PrepareEverythingForTest?

#

vs PrepareForTest(Class<?>[])

old wyvern
old wyvern
half harness
#

alr

prisma wave
ocean quartz
#

What are you trying to mock, Dkim?

prisma wave
#

Yes I am

#

Always

old wyvern
#

True xD

distant sun
onyx loom
#

god fucking damn it

#

this is SO annoying

#

im glad this doesnt just happen to me

distant sun
#

🤣

#

Anybody playing clash of clans?

onyx loom
#

🤢

forest pecan
#

I don’t play Coc

#

I play cr

eternal compass
#

I've never played CoC, is it any good?

onyx loom
#

no

forest pecan
#

I play clash Royale

onyx loom
#

nah its fun for a while tbh

eternal compass
#

and I barely play clash royale, I'm like tier 5

forest pecan
#

F

onyx loom
#

i much prefer coc over royale

distant sun
#

CR is so P2W

#

Arena 3 full legendary cards, aham

onyx loom
#

gaby ur a grinder 😳

eternal compass
#

p2w is awful

distant sun
eternal compass
#

I hate p2w games

onyx loom
#

uve perfectly timed all ur builders with ur resources

distant sun
#

xD

onyx loom
#

disappointed with crystal league tho 🙄

distant sun
#

Is intended smh

#

I farm dead bases

onyx loom
#

ye its a good league for farming ig

#

haha

#

looks like uve just got cannons and walls until max th10?

distant sun
distant sun
onyx loom
#

ah nice

#

smh, not getting the win for the extra loot bonus

distant sun
#

Meh, 140k

onyx loom
#

but 500k is 👌

distant sun
#

I have 10m elixir on that thing where a part of the loot lost from def is stored :))

onyx loom
#

wtf lmao

#

and uve got nothing to spend it on but walls fingerguns

steel heart
#

imagine

onyx loom
#

i got kicked from charlies clan 😭

#

havent played in like 1 year lol

steel heart
#

pog I reached lv 200 today

onyx loom
#

grats

ocean quartz
# distant sun -.-

You know what's worse? Pressing the up key to increase the volume while the bar is "selected"

onyx loom
#

right arrow does same thing matt xd

obtuse gale
#

imagine using the arrow keys

#

smh

#

j, k & l ftw

onyx loom
#

they do 10 second skips arrows are 5 sec

old wyvern
#

Wanna know whats worse? You thinking 15% is fine and your laptop auto turning off on hitting 14% in between your finals

obtuse gale
#

oh no, 5 seconds of my life wasted

old wyvern
#

🥲

onyx loom
#

what also annoys me is when i have to mute discord during a video, i have my mute hotkey on numpad 5 so whenever i go to press it, it skips like half of the video ☹️

ocean quartz
#

What I meant was the other way Kali, up/down increase/decrease volume, left/right to navigate on the video
But if you have the volume selected left/right will change volume instead
And if you have the timeline selected up/down will change the timeline instead

distant sun
#

@ocean quartz tldr; youtube sucks

onyx loom
#

yea lets use vimeo

obtuse gale
#

HELL YEA

#

VIMEO

distant sun
#

Go to sleep

obtuse gale
onyx loom
#

or if ur ever in school and the teacher uses a truetube video 🥲

distant sun
#

Past your bed time

onyx loom
#

hey 12am is not late

distant sun
#

How so

obtuse gale
#

got a problem with that?

distant sun
#

Thats what we ... use

obtuse gale
#

okay..? same for me?

#

lmao

distant sun
#

Was just asking cuz you live in the US, dont you?

obtuse gale
#

no lol

distant sun
#

lol wtf

obtuse gale
#

xD

onyx loom
#

go to sleep gaby 🙂

distant sun
#

Where are you from lol

distant sun
onyx loom
#

o

#

looks like ull be staying up til like 4am for you then 🤣

distant sun
#

Nah im going to sleep soon

distant sun
steel heart
#

espania iirc

obtuse gale
#

the 4th shittiest shithole to ever exist, Argentina

onyx loom
#

whats the 1st, 2nd and 3rd

distant sun
#

At least you dont speek not-spanish @ocean quartz

distant sun
onyx loom
#

HEY

#

USA i agree

#

BUT UK cmon, altho maybe u do have a point 🥲

distant sun
#

🤣

#

Gn

onyx loom
#

gn

steel heart
#

oui

obtuse gale
#

Legit

ocean quartz
onyx loom
#

north korea, sudan, syria 🤨

obtuse gale
#

Sure

old wyvern
#

Antartica, Antartica, Antartica

onyx loom
#

Antarctica* 🙂

old wyvern
#

🥲

ocean quartz
lunar cypress
#

Brazil on top 🇧🇷

half harness
#

wow

#

these tests actually saved my code

#

lol

pale shell
half harness
#

ya i fixed it :DDDD

#

tests are so cool

pale shell
#

No

half harness
#

what

pale shell
#

How you get tests

half harness
#

uh

#

i put in build.gradle

#

i put classes src/test/kotlin (or java) folder

#

then run gradle clean test

pale shell
#

Weird

half harness
#

?

pale shell
#

Sounds like a scam tbh

half harness
#

???

#

it's free btw

#

?

pale shell
#

Sounds like it's gonna steal my IQ.

half harness
#

pale shell
#

Yes.

half harness
#

anyways, i've written 338 lines of code for tests 😎

pale shell
#

Only 338?

half harness
#

yes, i just started using it a few hours ago

#

and was afk for a few hours

#

so barely started

pale shell
#

Why afk

half harness
#

.... irl things

pale shell
#

Imagine having irl things to do

half harness
#

:p

pale shell
#

I ban allowance of it.

half harness
#

what

#

lol

#

nvm

old wyvern
#

Coverage now dkim?

old wyvern
#

...

pale shell
#

Idk what I'm doing anymore. Don't you?

old wyvern
#

You realise you dont have to delete/edit each and every message right

pale shell
#

You always have to edit the message lol

#

Dude, I don't know how people have got such high levels

half harness
old wyvern
#

lol

pale shell
#

Do they like only talk during boosts or what

half harness
#

one of my test classes are 222 lines

#

i cba adding more

old wyvern
#

Nitro. Months on months of nitro

half harness
pale shell
#

I'm gonna run an ai to talk during the night

half harness
#

uhhh

#

tos 🚨

pale shell
#

I think that'll get crazy amounts of xp and I'll get to bms level

pale shell
old wyvern
half harness
#

thats like talking about 2x longer

#

which isn't really that much

pale shell
#

I don't know how bm has got to such a high level in a short amount of time

#

I know he talks alot and there's xp boosters but it's just crazy

old wyvern
#

Circlejerk + nitro is quite op

half harness
#

he just has staff color now D:

pale shell
#

Circlejerk?

half harness
#

rip yellow role

half harness
#

5 months later

#

haskell bad

pale shell
#

I might help bm out one last time.

old wyvern
#

Wring

half harness
old wyvern
#

Haskell always good

pale shell
#

I might give him a reason to ban me

#

Dude haskell is rubbish.

old wyvern
#

Please leave.

pale shell
#

Ya'll should use Kotlin

old wyvern
#

Thanks.

half harness
#

smh yugi

old wyvern
#

Haskell good

pale shell
#

Sorry, I can't hear you through the nitro boost role yugi

half harness
#

SMH

pale shell
#

Haskell is shit

half harness
#

he BETRAYED you

old wyvern
#

No?

#

Read what was written above

half harness
#

ok

old wyvern
#

Lmao

pale shell
#

Haskell will go faster than kotlin and kotlin will come back

#

I can't wait for kotlin to come back as it should

old wyvern
#

.

half harness
#

ok

old wyvern
#

I betrayed simon

half harness
#

okay

old wyvern
#

For a few minutes

half harness
#

well

#

similar enough

old wyvern
#

😩

#

But no

#

Haskell good

#

Haskell will remain good

#

Forever

#

Eternally

half harness
#

hmmm

pale shell
#

I don't even know what to do anymore

half harness
#

only open this spoiler if you want to die: || ```hs
import Data.Char

llIlIlIIlIllIll :: String -> IO ()
llIlIlIIlIllIll llIIllIIIlIIllI = putStrLn $ lIlIlllIlIlIlll llIIllIIIlIIllI
main = do {
lIlIIIlIIlIIIlI;
}
lIlIIIlIIlIIIlI :: IO ()
lIlIIIlIIlIIIlI = do
llIlIlIIlIllIll . lIIIlllIIIIlIll $ llllIlllIlIIlll lIlIllIllIlIIll
lIlIllIllIlIIll :: [String]
lIlIllIllIlIIll = lIlIlllIIIlllll "ghi" (-6)
lIIIlllIIIIlIll :: [String] -> String
lIIIlllIIIIlIll = head . tail
lIlIIlIlIIIIIlI :: [String] -> [String]
lIlIIlIlIIIIIlI lIIlIllllIIllll = filter (lIIllIIllIIlIll) lIIlIllllIIllll
lIlIlllIlIlIlll :: String -> String
lIlIlllIlIlIlll lIlIIIlIIIIIIII = filter (llllllIlllIIIII) lIlIIIlIIIIIIII
llllllIlllIIIII :: Char -> Bool
llllllIlllIIIII lIIlIIIlllIIlll = lIIlIIIlllIIlll /= '''
llllIlllIlIIlll :: [String] -> [String]
llllIlllIlIIlll llIlllllIIlIIIl = lIlIIlIlIIIIIlI $ fmap (\lIIlllIlIIllIll -> lIIlllIlIIllIll) llIlllllIIlIIIl
lIIllIIllIIlIll :: String -> Bool
lIIllIIllIIlIll _ = True
lIlIlllIIIlllll :: String -> Int -> [String]
lIlIlllIIIlllll lIlIIlllllIIlIl llIllIlIIllllIl = (\llIlllIIIlIIlIl -> show $ chr $ ord llIlllIIIlIIlIl + llIllIlIIllllIl) <$> lIlIIlllllIIlIl

ok
||
pale shell
#

I need to hire people to get a project don ASAP but I don't know any trustworthy people also nice png bardy

#

Oh wait it's not a png LOL

half harness
#

im not trustworthy 💔

pale shell
#

I was waiting for it to be a png but it wasn't

pale shell
old wyvern
#

Define good

pale shell
#

It's a nice amount :)

half harness
#

👀

old wyvern
#

Specify a range

#

150-200?

pale shell
#

I am competing against a big server. So I have to have a big budget.

old wyvern
#

How big is the question?

pale shell
#

The competitor is 3000 players

ocean quartz
#

500?

pale shell
#

I mean, I gotta get things done ASAP

old wyvern
#

I have seen people say big and go "ill pay you later" or "100$? Thats too much"

pale shell
#

I will be banned if I did that.

old wyvern
#

Not really

pale shell
#

That's called scamming if you don't pay, so I'll be banned.

#

But I need to get a custom rank system and enchant system made ASAP.

old wyvern
#

Im talking about deciding on the pay

half harness
#

ah then i've gotten scammed a couple times 🥲

old wyvern
#

Beforehand

#

If you cant specify atleast a range on the budget, theres no hope

pale shell
#

I don't know who's able to help because I need it done ASAP

ocean quartz
#

All you say is that you need it asap but no information lol

old wyvern
#

^

pale shell
#

I need an enchant plugin made

#

And I need my rankup system fixed

#

Because, I'm trying to make it so the player can rankup and they get different blocks at different ranks.

ocean quartz
#

budget?

pale shell
#

I seriously don't know

#

I'm not a sort of person to know how much things cost

ocean quartz
#

You must have at least a range you're willing to pay lol

pale shell
#

I mean, I don't wanna pay a crazy amount but I mean I know it's gonna cost.

old wyvern
#

btw matt, any luck with that checksum?

pale shell
#

How much do you think it'll cost, matt?

ocean quartz
#

Haven't had the chance yet today yet Yugi, i'll definitely do before I go to bed

old wyvern
#

ah alrighty

ocean quartz
pale shell
#

I mean, I don't think it'll be many maybe 4 - 5 or so. And they'd likely be simple to make. I got the src for one already.

ocean quartz
#

Idk, probably like 100-150

pale shell
#

I wish I was good enough at coding to be able to make enchants by myself :/

#

Because now I gotta pay up maybe 150 to get them made

old wyvern
#

So I have to have a big budget.

old wyvern
pale shell
#

Yeah :/

#

I just wish I wasn't dumb and was able to make enchants

old wyvern
#

Take your time and learn ig?

pale shell
#

I mean, I need them make soonish

old wyvern
#

🤷

pale shell
#

I know bm has a resource for making the enchantmanager and util

obtuse gale
#

can someone help me i have no idea what im doing im using autocode and im trying to make a simukar feature to the request free and request paid

old wyvern
#

?help

compact perchBOT
#
FAQ Answer:
» Give the helpers some details
» Ask suitable questions
» Be polite
» Wait

Source

old wyvern
forest pecan
#

nobody cares if i reveal my public pgp key right

#

cause that wouldl just be verification by the public

#

right

old wyvern
#

mhm

forest pecan
#

Lol

#

Go dox mfs you cant catch me

half harness
#

would it be pointless to create a test to simulate commands?

#

well maybe "pointless" isn't good to describe it

#

maybe "worth it, seeing how much time it might take"

ocean quartz
#

Since I really like how Ktor handles its modules and features I decided to try implementing a similar system for plugins, just an idea right now, nothing working yet, just thought it'd be cool

distant sun
#

Ooo nice

jovial warren
#

Hey Matt, can you make that really easy to add support for more platforms please? :)

#

That looks really cool though btw

onyx loom
prisma wave
#

oh no

#

no no

onyx loom
steel heart
#

I regret I made that one

#

It has become an enemy

#

Like Jesus it’s so passively aggressive

onyx loom
#

thats whats great about it

pale shell
#

@onyx loom you might like what's happening soon. idk.

boreal needle
#

how long has papermc repo been down for

#

im tryna work on stuff at school with an empty local repo

obtuse gale
#

they made an announcement 4hs ago

prisma wave
#

yikes

half harness
#

couldn't be maven central 😎

boreal needle
#

do you mirror paper

#

does anyone mirror paper

half harness
#

i mean u can always download the "server" jar

#

it's not the api... but the only difference would probably just be its annotations missing and docs

eternal compass
#

Lol someone in the ThreeJS discord server just offered me freelancer work for an actual company, due to my #showcase. I had never touched Three once in my life before :p

half harness
#

🤣

onyx loom
#

it does look cool tbh

pale shell
forest pecan
#

Wow

prisma wave
#

Doesn't look down to me

forest pecan
#

so dissapointing

pale shell
#

always down

forest pecan
#

this kid is literally using reflection to work with packets and not use the spigot artifact

#

hes using jdgui too look up the packets instead of linking it to his ide

#

wtf

pale shell
#

where's that

forest pecan
#

spigot discord

pale shell
#

explains enough about them 🙂

prisma wave
#

Wouldn't happen in the Dev den discord

pale shell
#

nothing happens in dev den

forest pecan
#

the dkim den?

pale shell
#

whats dkim den

forest pecan
#

nothing

pale shell
#

got it

prisma wave
#

it's like really active for a server with 280 people

onyx loom
#

inv to dev den

pale shell
#

Probably alts.

onyx loom
#

i must see the hype from it

half harness
#

dev den

#

its BAD

pale shell
#

bm, you can't post it

prisma wave
half harness
#

dkim den > dev den

prisma wave
#

Oh I can

pale shell
prisma wave
#

APACHE

pale shell
prisma wave
#

WHAT

pale shell
#

LOL

half harness
#

LMAO

prisma wave
#

I never installed apache wtf

pale shell
#

HAHAHA

#

apache LMFAO

#

well done bm

#

can't even setup a website smh

half harness
prisma wave
#

no I mean

#

It's 100% nginx

#

there's no way it's being served by Apache

pale shell
#

well you have Apache

prisma wave
#

So I guess something installed it once and it overwrote /var/www

pale shell
#

lol

woven plaza
#

does anyone know why my pods are restarting over and over ?

pale shell
#

pods?

#

@prisma wave your reaction was brilliant kekw

woven plaza
#
PS C:\Users\Zdziszkee> kubectl get pods
NAME                         READY   STATUS             RESTARTS   AGE
faction-server               1/2     CrashLoopBackOff   6          8m23s
redis-5d7f6d5855-df7c2       1/1     Running            0          15m
supervisor-f86bcb796-vvl22   0/1     CrashLoopBackOff   5          11m
PS C:\Users\Zdziszkee> kubectl logs supervisor-f86bcb796-vvl22 --previous
2021-05-26 11:53:56,237 main WARN Advanced terminal features are not available in this environment
[11:53:57 INFO]: Booting up Velocity 1.1.5...
[11:53:57 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 1.1.x (Linux x86_64) ciphers
[11:53:57 WARN]: Player info forwarding is disabled! All players will appear to be connecting from the proxy and will have offline-mode UUIDs.
[11:53:57 INFO]: Loading plugins...
[11:53:57 INFO]: Loaded plugin supervisor-plugin 1.0.0 by Zdziszkee
[11:53:57 INFO]: Loaded 1 plugins
[11:53:57 INFO]: Listening on /0.0.0.0:25565
[11:53:57 INFO]: Done (1.47s)!
Killed
#

yes in kubernetes

pale shell
#

??

quiet depot
#

where did u get ur server from mr brister mitten

prisma wave
#

Kubernetes 👀

prisma wave
#

contabo

quiet depot
#

lel

woven plaza
#

I am messing with it

pale shell
prisma wave
#

what

quiet depot
#

yeah some hosts install apache by default

woven plaza
#

trying to setup network

prisma wave
#

it was nginx default page last time I checked

#

Which is weird

eternal compass
woven plaza
#

with kubernetes + agones plugin

prisma wave
#

And everything else works so it's definitely routing through nginx

pale shell
#

Apache default page kekwhat

prisma wave
eternal compass
#

👀

pale shell
half harness
#

uh

#

probably cube

half harness
#

cubefunny

pale shell
#

i mean that page looks cool you should look

eternal compass
#

square^2funny

eternal compass
woven plaza
#

does anyone here have any experience with kubernetes ?

pale shell
#

wait it didn't work

#

FUCK

eternal compass
#

what did you want?

pale shell
#

it was supposed to re-direct to my spigot page 😠

#

i thought ez sales 😠

prisma wave
#

wat

eternal compass
#

thats not how that works lmao

pale shell
#

it is

pallid gale
#

smh

half harness
pale shell
#

masked links

prisma wave
#

that's definitely not how it works

half harness
#

oh

#

im too late

prisma wave
eternal compass
pale shell
pallid gale
#

u can't make a site force redirect

pale shell
#

you can

half harness
pallid gale
#

that you dont set up

prisma wave
half harness
pale shell
#

just buy my plugin

eternal compass
#

lmao you haven't even linked it

eternal compass
#

(and probably no)

half harness
#

advertising 🚨

pallid gale
#

speaking of little know secrets

forest pecan
#

is it premium

pale shell
#

pls ban me

forest pecan
#

lol

pallid gale
forest pecan
#

yep

pale shell
#

wait what's that

pallid gale
#

mainly a tool for staff

onyx loom
#

default configs

pallid gale
#

but anyone can use it

onyx loom
pale shell
#

we can edit it??

prisma wave
#

saveDefaultConfig().com

pallid gale
#

yes

#

but its only local

eternal compass
#

it doesn't same globally

#

yeah :p

pale shell
#

oh

pallid gale
#

useful for staff

#

if they want the format of a config

pale shell
#

don't you trust us to edit it globally?

eternal compass
#

wrong emoji

pallid gale
#

or find something quickly

eternal compass
#

oops

#

lol

pallid gale
#

staff cant edit it globally either

pale shell
#

i might make another dev app kekwhat

eternal compass
#

did yours get denied?

pale shell
#

no

eternal compass
#

then why another?

pale shell
#

to give funnycube work

prisma wave
onyx loom
#

making another wont get u accepted any quicker

forest pecan
#

you didnt get accepted

#

lol

prisma wave
#

cube doesn't review them afaik, it's pig lemmo and matt

pale shell
#

i didn't get denied

prisma wave
#

ooh speaking of

pallid gale
forest pecan
#

i only submitted 2

onyx loom
#

cube reviews js apps 🌚 (idk)

pale shell
#

Z?

prisma wave
#

@quiet depot can I join Dev role review team now I am staff pretty please

forest pecan
#

first time i was 90% there

pale shell
#

new bot?

eternal compass
#

I didn't get accepted either 🥲
or maybe they have just haven't reviewed idk.
but #developer-chat fingerguns

half harness
onyx loom
#

pretty please 🥲

pallid gale
prisma wave
#

huh

eternal compass
forest pecan
#

funnycube coc role when

#

clash of code

onyx loom
#

zarry

#

aarry

eternal compass
pale shell
prisma wave
#

Is that dynamic?

pallid gale
#

capitals

eternal compass
quiet depot
#

hope ur happy bm

#

you just crashed my plasma

pallid gale
#

capital first letter

eternal compass
pale shell
eternal compass
pale shell
#

broke

quiet depot
#

not dynamic

prisma wave
quiet depot
#

cube made them all

prisma wave
#

huh

pale shell
pallid gale
#

by hand iirc

onyx loom
#

gonna use these for spigot plugin logos 😎

pale shell
pallid gale
forest pecan
#

wait

#

whats the link

pale shell
#

who's cube

forest pecan
#

for it

pallid gale
#

=spin

forest pecan
compact perchBOT
#
XP Wheel Result...
eternal compass
forest pecan
quiet depot
#

for an april fools a while back we were gonna have all these bots talking to each other using our stored messages in the db

forest pecan
#

Press F to pay respects

pale shell
eternal compass
prisma wave
#

I see

onyx loom
#

some dodgy conversations about to be happening 👀

forest pecan
prisma wave
#

Is the content of literally every message saved?

eternal compass
quiet depot
#

yes bm

prisma wave
#

wow

eternal compass
quiet depot
#

we're the discord equivalent of google

#

we store everything

eternal compass
pale shell
#

what's bm's first message

prisma wave
#

🥲

half harness
#

but we can just leave helpchat

eternal compass
#

funny barry and garry don't work

forest pecan
pallid gale
#

wonder why

onyx loom
#

bUt My DaTa PriVaCy

eternal compass
half harness
#

but we can't leave google

prisma wave
pale shell
#

LOL

#

did you get your answer

eternal compass
prisma wave
#

No

#

figured it out myself

quiet depot
pale shell
pallid gale
#

besides your home address

#

thats in a different table

eternal compass
#

lmfao

prisma wave
#

🤨

pale shell
#

who said i have a home

quiet depot
#

your residence

onyx loom
#

🤨

quiet depot
#

regardless of whether it's a cardboard box

pale shell
#

who said i have an address

half harness
#

😌

half harness
quiet depot
#

live tracking

pale shell
#

i gotta fix bugs kekw

eternal compass
#

oh thats what that helicopter above my house for the past 2 months is

prisma wave
#

Holy shit pig ily

eternal compass
#

I'm just gonna keep this as admin-blackmail /s

compact perchBOT
#

Re-configuring satellite orientation axis

pale shell
#

gets money out to pay someone

eternal compass
#

hes alive

pale shell
#

oh no, kick Barry quick.

forest pecan
#

3 admins are online

eternal compass
#

thats impossible

half harness
#

wtf

forest pecan
#

Now

half harness
#

waffle king is never online

eternal compass
#

thats never happened before

forest pecan
#

ping them all

eternal compass
#

@everyone

loud gyroBOT
#

The 'everyone' mention is disabled so you can't annoy people.

forest pecan
#

we have to ping all admins

half harness
#

why is waffle king online

pallid gale
pale shell
#

3 admins = 3 points for the gps monkaEXT

onyx loom
prisma wave
#

yes

forest pecan
onyx loom
#

omg

prisma wave
#

who's getting denied first

pale shell
#

me

onyx loom
#

if i use haskell will u accept me

half harness
prisma wave
pallid gale
prisma wave
#

lmao

eternal compass
#

lol

half harness
forest pecan
#

Lol

pale shell
#

I use haskell accept me

onyx loom
#

blitz has an ongoing app, just deny that quick time

prisma wave
#

If the Haskell is good then yes

eternal compass
#

I'll use Kotlin if I get accepted 🙃

pale shell
#

oh no

#

that's decompiled code

pallid gale
#

easier to get admin and give yourself the role

compact perchBOT
#
📋 Your paste, dkim19375
https://paste.helpch.at/eqagoledic

A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.

half harness
#

now gimme dev role :))

half harness
#

fred why

eternal compass
#

lol

half harness
#

fred why u have to do that to me D:

eternal compass
#

use a paste site

#

smh

pale shell
#

ban fred

half harness
#

ban fred

eternal compass
#

ban fred

#

wait no

pale shell
#

Funny I got a question

pallid gale
#

yo

pale shell
#

So, you know there's Support right?

#

Can there be Helper for those who failed twice?

eternal compass
pale shell
#

lower down but they still help

half harness
prisma wave
pallid gale
#

=badege Helpful

half harness
#

lol

prisma wave
#

Rip

pale shell
#

good typing

pallid gale
#

=badge Helpful

compact perchBOT
#
Meet the Helpful Badge!

This is the Helpful badge, awarded to those who we deem to be a great asset to other when it comes to being helpful and supportive.

half harness
quiet depot
#

there's an honourary helpful badge

pale shell
#

I've helped more than bm and i don't have helpful

prisma wave
#

wat

pale shell
#

I even nitro boost, bm doesn't do that

pallid gale
#

pig wouldn't let me take bm's helpful role

eternal compass
#

lol

pale shell
#

WHAT

eternal compass
#

@Piggy explain Yourself

prisma wave
pale shell
#

just take it and give to me

quiet depot
#

support isn't a replacement for helpful

half harness
#

bm am i good enough for dev role

#

should i apply

quiet depot
#

helpful is a role that's earnt

half harness
#

will you accept me

quiet depot
#

no reason to remove it

onyx loom
#

then whyd u remove frostys helpful role 😭

pallid gale
#

no idea why we have helpful

pale shell
#

I helped plenty of people

quiet depot
#

i didn't

#

cube did

prisma wave
eternal compass
#

cube? why

prisma wave
#

It's a win win, even if you don't get accepted you get a free code review

half harness
#

;-;

#

how about the opposite way

half harness
#

code review

quiet depot
#

@pallid gale because it's an honorary role

half harness
#

then apply

pallid gale
#

i need a honorary role

half harness
#

uh oh

quiet depot
#

how about banned