#off-topic

1 messages ยท Page 494 of 1

fringe sigil
#

Most of my pass's used to be shared

fallow crow
#

u have code uploaded

#

i use unique per each

#

get pass manager

fringe sigil
#

yeah but

#

What happens if you lose your phone?

fallow crow
#

u save the backup codes..?

fringe sigil
#

Oh they have them

#

Icloud didnt have that for 2Fa

#

How does the 2Fa work

#

Does it email you a code like spigot?

fallow crow
jagged pollen
#

wew whys that

#

store them in ur head ๐Ÿ˜„

fallow crow
#

hahahahaa

fringe sigil
#

Hm

#

My current passwords are written down

#

Boi I do not want to lose that peice of paper

velvet crescent
#

Lol

fallow crow
#

i store in my pass manager

fringe sigil
#

Now

#

I got to figure out packet based scoreboards

fallow crow
#

and my pass manager pass is random n strong

fringe sigil
#

Charlie

velvet crescent
#

Wanna know how I make/store my passwords?

fringe sigil
#

What happens if you lose your phone?

#

With the pass manager

fallow crow
#

don't lose it?

#

๐Ÿ‘

velvet crescent
#

I smack the keyboard with my forehead, and when I need the password I just ask the forehead what it is

jagged pollen
#

lol

fringe sigil
#

Lol

velvet crescent
#

ez and secure af

jagged pollen
#

isnt it stored in ur account and not ur phone ?

fallow crow
#

depends on your 2fa

jagged pollen
#

with that pass manager thingo

fallow crow
#

ye pass manager is in cloud

fringe sigil
#

What happens if someone gets into the pass manager though?

#

Then they got all your passwords surley?

jagged pollen
#

rip u

fallow crow
#

the idea is u make ur pass manager strong

#

mine is a long pass with special chars n shit

#

(one that you've never used before)

fringe sigil
#

Well currently

#

All my passwords are unique ๐Ÿ˜„

#

After that blackmail incident

fallow crow
#

oddly enough ive never been hacked, random unasked for fact

twin dune
#

@fringe sigil you kind enough to give me copy of kiteboard?

#

(Wolf_boy42 on spigot)

velvet crescent
#

Mackenzie you make me sad

fallow crow
#

@velvet crescent you kind enough to give me copy of FrozenJoin?
(md_5 on spigot)

velvet crescent
#

hah No.

fallow crow
#

ouch

fringe sigil
#

I don't really give free copy's out because it becomes out of my control then

fallow crow
#

nah its understandable xD

#

its your hard work

fringe sigil
#

Oh god the team packet is massive

fading orbit
#

Hey, can you give me access to all of your plugins so that I can leak em?

fringe sigil
#

๐Ÿ˜

fading orbit
#

I mean, test 'em publically

fringe sigil
#

Electronic boy

#

People say reflection is slow

#

So I'm using a comprimise

#

Between fully reflection, and a little reflection

fading orbit
#

The lookups are the slowest part

fringe sigil
#

Okay

fading orbit
#

if you cache the field/method lookups, etc, it's not that bad

fringe sigil
#

So getDeclaredField() Field.set() is faster?

fading orbit
#

Still not as fast as native java calls, but 'eh

fringe sigil
#
try {
            Field field = inst.getClass().getDeclaredField(name);
            field.setAccessible(true);
            field.set(inst, val);
        } catch (NoSuchFieldException | IllegalAccessException e) {
            e.printStackTrace();
        }
fading orbit
#

You can store the returned value from getDeclaredField etc

fringe sigil
#

This is the only reflection I'm using

#

O

#

I see

#

So I can actually store the field

fading orbit
#

Yup

fringe sigil
#

And just use .set

#

Hm wow

fading orbit
#

Yup

fringe sigil
#

Because for a scoreboard plugin

#

It cant exactly be slow

fading orbit
#

Psh

#

works for featherboard

fringe sigil
#

I mean

#

Maybe I should have gone full out reflection

#

Because setting up them modules was a challenge

fading orbit
#

I mean

#

Just gotta bundle in some asm library ๐Ÿ˜Ž

#

#PaperApproved

#

(We actually do that for event handler methods ๐Ÿ˜„ )

fallow crow
#

reflection is slow? o.0 i didnt know that

fading orbit
#

relative

#

it's not end of the world slow

#

But, vs a native method call, it's a fair bit slower

fallow crow
#

ahhh i c

fading orbit
#

Saying that, most of the cost is generally in looking up fiends and stuff

#

(and there are some JIT optimizations there too iirc

#

Just gotta allow for warmup to occur so it knows to start twiddling

fringe sigil
#

So maybe

#

It was a better idea to use reflection fully, just cache alot of it?

#

Cos atm I'm gonna have about 10 implementation classes

#

It would reduce the need for 10 very similar classes

fallow crow
#

hub kit?

woven prairie
#

CommandRegions ๐Ÿ’”

velvet crescent
#

I mean ye give them the kit and just clear their inventory on exit?

#

ez as that

#

it is tho lel

woven prairie
#

New CommandRegions will be dope af

velvet crescent
#

then just regive them the hub items

jagged pollen
#

o

velvet crescent
#

not rly rocket science here

boreal lion
#

hi

velvet crescent
#

if it has a give command, you're able to do it

boreal lion
#

โ–ˆโ–€โ–€ โ–ˆโ–€โ–„โ–€โ–ˆ โ–ˆโ–€โ–€ โ–ˆโ–€โ–€
โ–€โ–€โ–ˆ โ–ˆโ–‘โ–€โ–‘โ–ˆ โ–ˆโ–€โ–€ โ–ˆโ–€โ–€
โ–€โ–€โ–€ โ–€โ–‘โ–‘โ–‘โ–€ โ–€โ–€โ–€ โ–€โ–€โ–€

velvet crescent
#

Culup no.

boreal lion
#

No what?

fallow crow
#

no u

boreal lion
#

Don't like smee?

velvet crescent
#

wdym you would if I could thonking1

jagged pollen
#

get another plugin for that

velvet crescent
#

I mean you're using a plugin that gives them the item on join, meaning it has a command (if it's not a trashity plugin)

jagged pollen
#

to put commands on items

fallow crow
#

I'm sure a dev here could whip (or nay nay) a plugin up, its only simple

jagged pollen
#

to add commands to items ?

fringe sigil
jagged pollen
#

fb isnt 15? wasnt it 20

fringe sigil
#

Oh

#

But look at that feature set

fallow crow
#

i'd actually laugh if you put "No" on some of your own stuff

jagged pollen
#

17.55 EUR *

#

and u should put that in kb page ๐Ÿ˜„

velvet crescent
#

you should make a nicer one

fringe sigil
#

What factions thing

#

This is for KiteBoard 2.1 soonโ„ข

#

Not 2.0

#

Hype

#

Bruh

#

KiteBoard doesnt even need Async its so good

jagged pollen
fallow crow
jagged pollen
#

cheaper ^

fallow crow
#

making progress

#

because its 1 string

#

in config

jagged pollen
#

o thats noice charlie !

fallow crow
#

not a list

#

๐Ÿ”ฅ

#

idk what other sections to add

#

:<

jagged pollen
#

๐Ÿ”ฅ indeed

#

u cant have same key

velvet crescent
#

Charlie, don't forget the reports section leldeepfried

fallow crow
#

reports?

jagged pollen
#

and u cant make first key a section

fallow crow
#

xenforo

velvet crescent
#

ye so I can report aBoo for animal abuse

jagged pollen
#

hm?

velvet crescent
fallow crow
#

thats what happens when u pay a dev high amount for xenforo theme

velvet crescent
#

the madlad pinged all four of us

jagged pollen
#

second consoleLeaveCommand cant be a children of first consoleLeaveCommand cuz u gave a value to the first consoleLeaveCommand

fallow crow
#

u cant

#

if plugin hasnt got that

jagged pollen
#

yes Frosty, there was quite some people in the message i guess, just noticed u and me

fringe sigil
#

If Iran wants to fight, then that will be the official end of Iran as we know it!

velvet crescent
#

you gonna blast out your aa?

fallow crow
#

needs icon but

jagged pollen
#

@torpid shale idk what that is but it might be

consoleLeaveCommand
- '1'
- '2'
- 'etc'
``` ๐Ÿ˜„
fallow crow
jagged pollen
#

btw what did u mean Frosty

ye so I can report aBoo for animal abuse

velvet crescent
#

aBoo dw ๐Ÿ˜‰

jagged pollen
#

I WANNA KNOW

#

:p

velvet crescent
#

someone is selling a setup and had all the premium jars included

#

just write aboo

fallow crow
#

Sum-BooDyy I used to know

jagged pollen
#

hatin on my name smh

velvet crescent
#

I liek ur name

#

cuz ur a Buddy I used to know ๐Ÿ˜‰

jagged pollen
#

also, idk what that plugin is, and what ure talking about, just gave an idea about how it might be

fallow crow
#

I thought u were a mind reader?

#

I thought thats the job of being helpful

velvet crescent
#

^^

fallow crow
#

:thinksmart:

jagged pollen
fallow crow
#

for commandregions, @/gianluca is the man

jagged pollen
#

there was an FAQ we used to have when someone think that we're a mind readers Charlie :p

fallow crow
#

hahahaha

velvet crescent
#

๐Ÿ‘€

fallow crow
#

if u find a plugin and it doesnt have many features, edit its plugin.yml and reverse the name

#

and it'll have more features ๐Ÿค”

jagged pollen
#

hmm??

fallow crow
#

i said that earlier..?

#

yes..

velvet crescent
#

/ci

velvet crescent
#

That looks bad af

fallow crow
#

ye

#

they need a yaml dev like @velvet crescent

#

to tidy that bad boy up

velvet crescent
#

why would you do this hub

#

just why..

fallow crow
#

ye LOL

velvet crescent
#

comparison, what looks better

  • frosty
  • Frosty
fallow crow
#

HuB

#

is defo ๐Ÿ”ฅ

velvet crescent
#

hUb

#

or just go with bUh

fallow crow
#

every detail is important

#

if you want to show off something presentable

#

Eh I do both

#

I prefer nice messages

#

I might tbh just drop working on my new plugin idea, and focus purely on my existing ones + slowly work on a server

jagged pollen
#

wew default lore color

#

Who use that

fallow crow
#

thats a yikes from me

velvet crescent
#

should I get an OP cape?

fallow crow
#

yee

fringe sigil
#

no hes gonna ask if he can have your for free

velvet crescent
#

getting an OP cape FeelsOkHand

fringe sigil
#

talking about free..... ?

#

lol

#

๐Ÿ˜ฉ

#

Nato logo, is no longe

elfin minnow
#

gaymer

velvet crescent
fringe sigil
#

you are the Component to my ComponentHolder

fallow crow
#

jiggy tiggy, u wanting to do clan games?

velvet crescent
#

Niall why'd you remove the pfp

#

it was s3xy

elfin minnow
#

ive been working on it

#

sorta

fallow crow
#

thats what cool kids do

#

join us

#

Lol ๐Ÿ˜‚

jagged pollen
#

i recently figured out that my cape got transferred blob_sad

velvet crescent
#

wait wut?

jagged pollen
#

i got scammed smh

fringe sigil
#

Oh

velvet crescent
#

how tho, if it's on your gmail there's no way it could be transfered (noone keeps the TID)

fallow crow
#

cool kids are #noavi

jagged pollen
#

nah, u can change it using ur donation email

fallow crow
#

u can transfer optifine cape

#

just change the username

jagged pollen
#

Yea

fringe sigil
#

Lockheed is in the house

jagged pollen
#

o

#

Great

#

o thats...

fallow crow
#

not gians

jagged pollen
#

tell him to use a string list smh

velvet crescent
#

^

jagged pollen
#

ok lol

velvet crescent
#

would you rather use this:
1: ban aBoo; broadcast aBoo has been banned
2:

  • ban aBoo
  • broadcast aBoo has been banned
fallow crow
#

bans.io, still thinking whether to bother ๐Ÿ˜‚

fringe sigil
#

hm

#

thank you

velvet crescent
#

ye but if you have like 30 things you want to do, that would just become messy af

fringe sigil
#

I just need the helper role to make the name match the picture

#

Why is that a wtf?

jagged pollen
#

^^

fringe sigil
#

Oh no

#

Were in a prty

#

Clever stuff

velvet crescent
#

I can't join sad_pepe

jagged pollen
#

On phone

fringe sigil
#

Serbia be like ^

velvet crescent
#

who's in serbia?

fringe sigil
#

oh

#

slovakia

fallow crow
#

me and niall like the same songs

velvet crescent
#

nope

fallow crow
#

so what irony is that

jagged pollen
#

Its blocked here too btw, idk if it got unlocked recently

velvet crescent
#

so close yet so far

fallow crow
#

that we playing at the SAME time

jagged pollen
#

btw

fringe sigil
#

Whoa

#

what a coincidence

#

Yeah haha

velvet crescent
jagged pollen
#

gm

fringe sigil
#

Ah i better do some practive driving theory

fallow crow
#

if funnycube logs on it'll day

#

G'day Mate, <name>

fringe sigil
#

Lol

fallow crow
#

lil :kangaroo:

velvet crescent
#

lmao

jagged pollen
fallow crow
#

leaked emote of funny

jagged pollen
#

its from chat chat

#

Dead chat chat *

fallow crow
#

o that

#

i left that

#

i saw the tumbleweed going past

jagged pollen
#

Cuz urent a cool kid smh

fallow crow
#

nah im in the cool cool

jagged pollen
#

o

fringe sigil
#

Charlie you deleted your pfp as well

fallow crow
#

ye

#

we cool kids

velvet crescent
#

when you copy the whole link FeelsOkHand

jagged pollen
#

๐Ÿ˜›

velvet crescent
#

paypal isn't working rn smh

fallow crow
#

error 404: money not found

#

when bored, copy +:eyes: and just paste it in an active chat

#

ez

#

My paypal is fine ._.

jagged pollen
#

^^^

#

lol

fallow crow
#

xD

#

see how fun it is

fringe sigil
#

I am

fallow crow
#

creeper

young temple
#

Ew, spotify

velvet crescent
#

I mean ye paypal works, but you can't pay with it atm

#

That's ugly

fallow crow
#

that's a horrible design for the gui.

#

Just letting you know.

velvet crescent
#

Finally a smart person ^

young temple
#

o

fair island
#

It's so Jumbled

fallow crow
#

when spotify doesn't assume that it can't connect

velvet crescent
#

Heh

#

Meh I listen to music on yt

young temple
#

ew

fallow crow
#

Literally my application flashes and then tells me that I am playing my own song.

#

@torpid shale it's not because of the system, it's because of the design causing new people to confuse as what the heck those are for

velvet crescent
#

Wdym ew ?

young temple
#

Apple Music

#

ftw

fallow crow
#

Eh.

fair island
#

Does anyone know a good way to stress test a plugin?

jagged pollen
#

:p

velvet crescent
#

Apple ew

jagged pollen
#

ew u

fallow crow
#

I have a IPhone XS and don't use Apple Music.

velvet crescent
#

Iphone XS is a scam lmao

jagged pollen
#

wew

#

Why

young temple
#

o

velvet crescent
#

Most apple products are a scam

young temple
#

o

jagged pollen
#

oof

fallow crow
#

Eh, it wasn't that much for the phone and usually just upgrade, but don't like the new IPhone's design looks like just cameras randomly placed.

jagged pollen
#

Hatein on apple smh

fallow crow
#

Eh, Apple Card doesn't look that bad but I wouldn't use it.

young temple
#

Eh,

velvet crescent
#

Have you seen the charger they add to it?

young temple
#

?

jagged pollen
#

its sooo good imo

fallow crow
#

Watched a video on it, but was disappointed that the card didn't change colors like it does on the app when you spend money.

#

there's no charger for a apple card.

young temple
#

o

velvet crescent
#

Talking bout xs

young temple
#

My card comes with a charger

#

o

jagged pollen
#

o

fringe sigil
#

I dunno If I will get KiteBoard 2.1 released on time

young temple
#

What's wrong with the charger @velvet crescent?

fringe sigil
#

Planned release date is tommorow

young temple
#

You will Nial

#

B e l i e v e

fringe sigil
#

I'm about 40% done

#

Lol

velvet crescent
#

It's trash Ahmad

young temple
#

If you believe hard enough, it'll get done magically

#

How @velvet crescent?

fringe sigil
#

What did you call KiteBoard frosty?

#

๐Ÿ˜ 

young temple
#

Shame on u Frosty

fallow crow
#

Aw man ๐Ÿ˜‚

fringe sigil
#

๐Ÿ˜ญ

velvet crescent
#

smh

fallow crow
#

KiteBoard isn't that bad, pretty much FeatherBoard but isn't likely as heavy as Featherboard is.

#

I'd just push back the release by like a week.

fringe sigil
#

Yeah

fallow crow
#

People would rather a bug free plugin rather than a plugin with bugs.

velvet crescent
#

ain't noone say kiteboard is bad pepo_sad

fringe sigil
#

Wanna make sure it's ๐Ÿ‘Œ

fallow crow
jagged pollen
#

Ahmad, i do always believe but nothing happens blob_sad

velvet crescent
#

I was talking about the charger..

jagged pollen
#

Got some work to do, but hasn't done any ๐Ÿ˜„

velvet crescent
#

was on mobile cuz restarting pc, so typing was a bit slow

fallow crow
#

There's only one bug I hate with Spotify.

#

When I close the application the music doesn't always stop till I reopen the application and close it.

#

Honestly you might as well just push back the release by a few days rather than trying to rush it in a day or whatever is left for you @fringe sigil.

#

Been working on a recode for all my project(s) for the past few months, and haven't pushed any new updates even for bugs.

fringe sigil
#

I am dont worry

#

Not doing any more tonight

#

Already told people to expect it to be ~week late

fallow crow
#

Started my recode for one of my main projects, back in June, and haven't finished it yet.

fringe sigil
#

Haha same

#

But June 2018

fallow crow
#

Well my first release of the plugin I spent around 10 months working on it.

#

Didn't even use objects which was a mistake on it.

fringe sigil
#

Lol

fallow crow
#

Eh, bees would be alright, but seems like MC is turning into a mod, with all the new introductions of mobs.

#

I'd rather just a new caves update.

#

Eh, Hytale I am not expecting much from it

fringe sigil
#

Hytale sort of lost focus

fallow crow
#

MC is currently having it's golden age and Hytale hyped it way too much before it's release.

velvet crescent
#

guessing payed accounts

fringe sigil
#

Everyone was really hyped then I don't know what happened

#

I havnt heard much news from it

fallow crow
#

nah.

velvet crescent
#

nope.

#

Not how it works

#

they hyped hytale too quick

#

and it died out

fringe sigil
#

Area 51 Raid

fallow crow
#

Wonder how many people will actually show up, it's pretty stupid to be honest, merely just that they showed when the day is happening.

fringe sigil
#

what song

#

the one now

#

which one

#

the on now

#

It doesnt say were ina party

fair island
#

Ah. I love coding when the code forgets how to read a config. oof.

fringe sigil
#

Bruh @torpid shale

#

They actually added Bees

#

Did you know that?

fallow crow
#

To the above Hytale is a meme

#

I couldnโ€™t care anymore about it

#

People will play when it releases but most likely a lot of the mc players will drop off from hytale

#

Itโ€™s a temporary hype thing, like apex legends was

fringe sigil
#

The bees are massive

long summit
#

ikr

#

they are chunky

fringe sigil
#

They get angry as well

#

I was stung to death

fallow crow
#

I need to try this snapshot ๐Ÿ‘€

velvet crescent
#

"I was stung to death" how u here den?

fringe sigil
#

In the minecraft world

velvet crescent
#

what bees ๐Ÿ‘€

fallow crow
#

The web dev guy just updates the site

#

Yay

velvet crescent
#

hm

fringe sigil
#

Charlie is online

velvet crescent
#

what are you all talking about...asd.asd

fringe sigil
#

๐Ÿ‘€

velvet crescent
#

time to get that og name reserved FeelsOkHand

fallow crow
#

hahaha

#

Frost

velvet crescent
#

debating wether it'll be Frost or Frosty

fallow crow
#

inb4 Snow

fringe sigil
#

Imma be sha_256 not md_5

fallow crow
#

HAHAHA

velvet crescent
#

LMAO

fallow crow
#

imagine if spigot is using md5 hashing

fringe sigil
#

My website does

velvet crescent
#

Charlie, Frost or y

fringe sigil
#

Frost, Frosty or Frostie or Froste

fallow crow
#

Frosty is more personal to u, but Frost / Snow are cool names

magic summit
fallow crow
#

tf

#

u have to pay

fossil bolt
#

@magic summit, ufff these bees

fallow crow
#

o rip that rtx shit not out yet

fossil bolt
#

looks like a flying open cardboard box XD

fallow crow
#

hahaha

velvet crescent
#

see but Frost sounds more professional than Frosty

fallow crow
#

ye ig

#

these lil cardboard boxes

fossil bolt
#

lmao

#

looking at the screenshot I feel a drawdown fps

velvet crescent
#

I get 60 fps on 1.14 rn as is

#

I hope it doesn't die

fossil bolt
#

my computer will burn just trying to load a chunk with them

pale grotto
#

๐Ÿ˜‘

woven prairie
#

There's honey D:

fossil bolt
#

I'm afraid to imagine how this will work on the server side

pale grotto
#

negative ghostrider @arctic raptor

velvet crescent
#

@woven prairie You're the only honey we need blobsmirk

woven prairie
#

oof

velvet crescent
#

Xezard, if they fixed the performance issues, I feel like it'll be worth for people to update from 1.8

woven prairie
#

nope

#

1.12 is basically 1.8

velvet crescent
#

see but noone updates from 1.8

#

they introduced a new pvp machanic so I'm hoping 1.8 servers will move because of that

regal juniper
#

Hey Gian, you wanna be a G and come remove 4 forceop plugins?

velvet crescent
woven prairie
#

no

regal juniper
#

Figures.

woven prairie
#

Report it

#

And it'll be handled

velvet crescent
#

if you don't remove mine, we gucci FeelsOkHand

regal juniper
#

In 1 to 2 days

#

Sounds good

woven prairie
#

Yeah, idk why it's so slow now

fallow crow
#

because spigot is fading

woven prairie
#

No, it's the opposite

#

Loads of new submissions coming in

fossil bolt
#

1.8.8?)

elfin minnow
#

i just need 1800
more dark exiler than i get the queen

fallow crow
#

o ez

#

can confirm these bees are fps draining

elfin minnow
#

L

fallow crow
#

i uncapped fps to see

#

i go from 550 to like 450 when these bees come ner

fossil bolt
#

Just imagine how the server will calculate the movement of each bee

#

And with a lot of online there will be many bees. Or even whole farms(

woven prairie
#

Ghost blocks also gone ๐Ÿ˜ฎ

arctic raptor
#

@pale grotto what

fallow crow
#

No longer will need to run tasks to remove ghost blocks from player's perspectives ay if I run a 1.15 server .

jagged pollen
#

Ghost blocks???

velvet crescent
#

Thank god

jagged pollen
#

What is dat

velvet crescent
#

What the heck

#

I see you don't actually play mc

#

nurd

jagged pollen
#

Yea I don't :p

fallow crow
#

Issa joke?

jagged pollen
#

no haven't played from a while

#

A WHILE

velvet crescent
#

It's these annoying lil shit blocks which appear server sided, but not client sided (when insta mining)

#

meaning it glitches u if you walk into one

jagged pollen
#

Ah

#

Well then good thing ๐Ÿ˜„

#

How about the shit performance tho :p

velvet crescent
#

we wont know until it fully releases

#

wow this dude in showcase stealing my ideas ๐Ÿ˜ญ

jagged pollen
#

o

fallow crow
#

ouch

fringe sigil
#

Oof

velvet crescent
#

got that spicy cape

#

third time's the charm

#

sec, still figuring out a nice design

fallow crow
#

Get a USSR cape

velvet crescent
#

Lmao

fallow crow
#

OwO

jagged pollen
#

wut

#

Is that a cape?

velvet crescent
#

that's an elytra

#

the cape is now seen on the elytra which is dope af

jagged pollen
#

ooo

#

Noice

velvet crescent
#

I need to find my first capes purchase gmail :p

fallow crow
#

i legit just had 2 blue and 1 yellow come to middle

#

for a screenie

velvet crescent
#

Charlie wanna play?

fallow crow
#

sure xd

velvet crescent
jagged pollen
#

1.14 blocks will be replaced with a 1.8 block for them afaik

young temple
#

Or stone

jagged pollen
#

o

young temple
#

o indeed

young temple
trim raft
#

@fallow crow you still playing bedwars? can I join?

velvet crescent
#

he is not no

#

you can join me tho

fallow crow
#

@trim raft nah went to make chicken staya n rice

#

satay8*

trim raft
#

o

#

uh sure p me

velvet crescent
#

add me Frcsty

rough river
#

oof spigotmc should add captcha

jagged pollen
#

spigot should add alot of things

rough river
#

oof spartan

#

aac

fallow crow
#

As AAC is back now

#

Prob that

rough river
#

i would say is better

fallow crow
#

^

rough river
#

because most clients are renamed and skidded and outdated

#

or if u have rich than verus

#

:DDD

#

mean aac ?

fallow crow
#

If not use NCP with a nice config, I mean apparently hypixel use that

#

With their custom shit as an addon

velvet crescent
#

AAC is good

fair island
#

Just finished re-writting my whole plugin... For some reason people would want permissions to use commands?! wtf...

rough river
#

wtf

fair island
#

I don't know why they want that... It's only a plugin what could cause a lot of issues if certain commands are used by the wrong people

arctic raptor
#

lol

fair island
#

wait... people are gonna wanna customize the permisisons aren't they? damnit back to the drawing board and writting a bunch of nerdy config stuff

fringe sigil
#

Ask them what they want

#

Then build it would probably be the best bet

fair island
#

I mean, would you want players of your to be able to set a large amount of blocks whenever they want?

fallow crow
#

Depends on the amount of blocks and what you mean it's for.

safe meadow
#

If its Async and itโ€™s on their creative plot or something, why not

fallow crow
#

You can't have blocks place as async tasks, only sync tasks, but can split up the tasks so it doesn't have such of a high usage.

safe meadow
#

How does Async worldedit do it then?

young temple
#

@fallow crow can I join too?

fallow crow
#

@young temple my clan?

young temple
#

No, bedwars game

fallow crow
#

Oh Iโ€™m already off and in bed lmao

#

On clash rn

young temple
fallow crow
#

Some guy in global thinks Iโ€™m a girl rofl

young temple
#

You're a guy?

fallow crow
#

Yeah you didnโ€™t know

#

I often portray myself as a girl on servers just cuz you get freebies

#

And good troll

#

FastAsnycWorldEdit just splits up the tasks to do a lot minature tasks so it doesn't as much load to do in a single task

fossil bolt
#

@safe meadow creates a queue and breaks down what needs to be setted into small pieces (several tens or hundreds or thousands of blocks), then just goes through this queue and sets blocks from this piece synchronously

safe meadow
#

Oh okay thats interesting, thanks!!!

#

Lol most of the time ads are personalized to what you like... ๐Ÿ˜‰

fallow crow
#

^ they are personalised

#

So if youโ€™re into that daddy daughter shit, prob why ๐Ÿ˜‚๐Ÿ˜‚

#

Oh

velvet crescent
#

1.15 snapshot seems interesting

fallow crow
#

Yeah I was just reading the thread thing

#

And actually itโ€™s more exciting than I thought

fallow crow
#

@radiant flax nice banner I like it, maybe a bit slower tho

#

Pushing on clash, closer to legends ๐Ÿ™ˆ

magic summit
#

Those bees in MC snapshot are fat

jagged pollen
#

everyone is talking about those bees smh

magic summit
#

I mean it's a new MC snapshot

jagged pollen
#

Its not a big deal?

magic summit
#

So of course

velvet crescent
#

hunka chunka bees

jagged pollen
#

wait wut

#

they are very big?

velvet crescent
#

they hunka chunka yes

#

gn

jagged pollen
#

gn

#

but ...? they are very big? like its a whole block

fallow crow
#

HOLY FUCK

#

There was 1.2mil total

muted fern
#

Beeeeeeeeeeeeesssssssszzzzzzz

sterile parrot
#

omg bees

#

so cute

muted fern
#

Need a bee rocket launcher now

#

With a homing bee option

jagged pollen
#

lol

fallow crow
#

Thatโ€™s bee-utiful

#

๐Ÿ‘€

trim raft
#

You know someone is gonna remake the bee movie in vanilla mc now...

#

tbh i thought they were heads like on hivemc at first

dense zinc
#

Ye same

arctic raptor
#

thicc bees

dense zinc
regal juniper
#

@trim raft I just responded to you on the thread btw. Apparently you don't auto watch a discussion page for a plug-in you make. Therefore, I had no idea you left one.

trim raft
#

o lol

regal juniper
#

Pretty dumb

#

I just found 2 months of messages on another

#

I don't check thesds unless I'm pinged, and since I never got pinged lol

elfin minnow
muted fern
#

Being cool and testing discords go live in room 1 voice

#

if anyone wants to check it out

boreal escarp
#

O

muted fern
#

worth noting its only for the desktop app atm

boreal escarp
#

O hey @elfin minnow

muted fern
boreal escarp
#

+66 already ??

muted fern
#

hm?

trim raft
#

o

fringe sigil
#

Glare the same happens to me for some reason

trim raft
muted fern
#

๐Ÿ˜‰

trim raft
#

Legend has it that one day, funnycube will get ontop of the hut in skyblock

muted fern
#

rude

trim raft
#

dude

#

hude

#

pude

#

w0w 10/10 stream

#

would watch again omg

muted fern
#

so quiet

#

o

#

thats not even u

trim raft
#

?

#

i am streaming in the channel? xD

muted fern
#

You aint steaming audio

trim raft
#

WAT

#

now?

muted fern
#

i heard typing

trim raft
#

:/

fringe sigil
#

๐Ÿ‘€

#

@eternal apex Do you think itโ€™s a good approach to use NMS abstraction vs pure reflection, it seems like a lot to use abstraction (requiring a separate module for each implementation) Do you think I chose the right way?

fading orbit
#

100% boils down to your intents and complexity

fossil bolt
#

Itโ€™s best to use ProtocolLib for this purpose.

fringe sigil
#

Electronic boy, is an animated scoreboard

fading orbit
#

It's more code complexity and what it's doing

fringe sigil
#

I donโ€™t mind how complex as long as itโ€™s the best way

fading orbit
#

It's a tradeoff, basically

fringe sigil
#

But Iโ€™d prefer not to depend on protocol lib

fading orbit
#

Abstraction offers better performance at the cost of maintenance/implementation time

fringe sigil
#

Yeah another concern for me is when thereโ€™s no implementation, e.g new release

fossil bolt
#

@fringe sigil and there is nothing good

fading orbit
#

Reflection, especially if you can pull it off well, can make supporting multiple versions easier, but you will lose a bit of performance vs proper calls, reflection does stand a chance of working without any changes depending on what the server has changed

fringe sigil
#

Yeah

#

Even using the abstraction

#

I still need to use reflection to access fields

fading orbit
#

Where needed, yea

fringe sigil
#

If you were in the same situation what would you pick

fading orbit
#

Sometimes you can't really escape from going crazy with reflection

#

erm, I often tend to look at what I've gotta deal with across a few versions I wanna support

#

Makes it easier to decide how much I gotta care about in terms of supporting multiple versions; especially as things change, creating a few implementations of how to access those methods might be benefial with a reflection based approach

fringe sigil
#
  • All these maven modules
#

Would pure reflection be that much slower?

#

If Iโ€™m caching the fields and classes

#

I can even re use packet classes actually

#

And just set fields and send to player, change fields, send again

fading orbit
#

Don't you set all that stuff on construction of the packet, or are these ones special?

#

I know mojang have a few oddball packet classes

fringe sigil
#

Well Iโ€™ve been looking at tutorials

#

I had Ctrl-B the classes to see the fields

#

So I can understand the fields, but not sure what the constructors are really

fading orbit
#

But, basically, I can't really tell you what the performance implications will be, it shouldn't be a killer unless you're being bad

fringe sigil
#

Itโ€™s a little weird yeah

#

I will backup my current version

fossil bolt
#

Trying to ignore and not use ProtocolLib in such cases is simply stupid. Sooner or later, if you have a large project, you will need the functionality from it and here you already have the choice to write your analog ProtocolLib or use the finished one. Moreover, a huge number of plugins use it, therefore, most likely, it will be installed on the server anyway. Look at this project: https://github.com/CatCoderr/ProtocolSidebar, and then at any Scoreboard project using nms and reflection.

fringe sigil
#

Yes, ProtocolLib in some cases is just a plugin people might not want

fading orbit
#

For just sending packets, protocollib is 'eh

#

I mean, you've still gotta deal with version specifics, so it's not like it's a total saviour

arctic raptor
#

My console

#

Is being

#

Spsmmed

#

Constantly

fossil bolt
#

@fading orbit so in the package you can write different data depending on the version

fringe sigil
#

Electronix boy here you go

#

No constructor args

pure bane
#

Niall whatโ€™s holding you back on the abstraction and using nms

fringe sigil
#

I like it

#

I first made it using your tutorial

#

Just cos I'm using maven

pure bane
#

Maven is diff tho

fringe sigil
#

I'm gonna have a ton of submodules

pure bane
#

There is also a good tutorial for maven nms abstraction on spigot

fringe sigil
#

Yeah I've got it set up

pure bane
#

They wonโ€™t be huge tho

fringe sigil
#

It's only 1 class

#

Per version

pure bane
#

Just your version specific implementation

#

Iโ€™d stick with the nms

fringe sigil
#

Yeah probably wil

pale grotto
#

Anyone else get a sextortion scam email recently

fringe sigil
#

No not personally

pale grotto
#

Know anyone?

fringe sigil
#

But one of my domain emails gets them all the time

pale grotto
#

does it say

#

Your computer was infected with my malware, RAT (Remote Administration Tool), your browser wasn't updated / patched, in such case it's enough to just visit some website where my iframe is placed to get automatically infected, if you want to find out more - Google: "Drive-by exploit".

fringe sigil
#

Ive seen that before on the internet

pale grotto
#

I got it tonight and nearly threw me into cardiac arrest

fringe sigil
#

I remember seeing that one when I looked mine up

pale grotto
#

I hate everything and anything online

#

And for the past 2 weeks I've been getting more and more paranoid about online stuff

#

And then this happens

fringe sigil
#
Do I have your attention?
You are really screwed now and you better read this... !

Your device was recently infected with a software I developed,
and now you have a problem you need to solve,
because it has gone too far..

You probably noticed your device is acting strangely lately.
That's because you downloaded a nasty software I created
while you were browsing the วทornographic website...

The software automatically:
1) Started your ฦ‡amera and begun recoding you,
    uploading the footage to my server...
2) Recording your device screen
3) Copied all your contact lists from mail program, facebook
    and your device chain
4) Started logging what you write

The problem is that it has cought you while you have been
สasturbating.. and I didn't plan to see that.. but I did.

I now have the Web.mp4 file with you
สasturbating to this hardcore stuff... ugly!! :(( ๐Ÿคฎ


Let me get straight to the point.

If you do not do what I ask you now, I will upload this
ugly video file with you ... and the stuff you were watching
to several video upload sites and I will send the links
to all your friends, family members and associates.
pale grotto
#

I'm lucky to have @arctic raptor to help me through stupid shit like this tbh

fringe sigil
#

This is what mine was like

pale grotto
#

lord

fringe sigil
#

Its badly made

pale grotto
#

Ya mine looked super professional

velvet crescent
#

leldeepfried

I now have the Web.mp4 file with you
สasturbating to this hardcore stuff... ugly!! :(( ๐Ÿคฎ
pale grotto
#

hi frosty

fringe sigil
#

Hear you go

eternal apex
#

how do you guys even get this shit

sterile parrot
#

ikr

fringe sigil
#

Its the contact email on my website

sterile parrot
#

do you not have any filters

eternal apex
#

I've been blindly downloading stuff for years, and I've never encountered anything remotely hostile

velvet crescent
#

same

fringe sigil
#

Help

#

These packets

pale grotto
#

my email and password was in a leak unfortunately

#

so

#

it makes sense

#

what was that

fringe sigil
#

?

pale grotto
#

Pig said something

#

The thing is

#

If it's real

#

... they saw me beating my meat to Minecraft Steve fucking a roblox character

fringe sigil
#

๐Ÿ˜‚

velvet crescent
#

Lmao

pale grotto
#

"Interracial"

#

Quick question however

#

Is it possible to get a RAT on an iPhone / have camera accessed without my knowledge

fringe sigil
#

I've looked it up and apparently if so it would be quite hard to do so

#

At least if its not jailbroken

pale grotto
#

It isn't

#

I'm too stupid to do that plus idc

fringe sigil
#

The internet is worrying these days

pale grotto
#

I am

#

Because online anything can be hacked.

fringe sigil
#

Yeah

pale grotto
#

sigh I just have really bad anxiety over anything online anymore lol

fringe sigil
#

That could be a good thing though

#

Im sure most people dont think twice about alot of stuff they do online

#

WOWOWOWOWOWOWOWOWOWOWOW
THE PACKETS WORKED

pale grotto
#

gg

#

@fringe sigil if I clicked on a suspicious ass scam email link

#

is my phone infected with virus

fringe sigil
#

Iphone right?

#

I would say no

#

But I'd also say to be safe, clear browsing history and cookies and stuff, I don't know how they all work but I do it to be on the safe side

eternal apex
#

iphone will be fine

#

i'd be more worried if it were android

fringe sigil
#

I kept having this thing where alot of sites (including my own) would redirect to this scammy link (on iphone aswell)

#

It turned out to be some weird cookie

#

As soon as I disabled cookies I could access the site

#

Lpserverdomain or soemthing

pale grotto
#

why do people have to hack and do this shit

#

like why can't we all be nice and not cause Cole a fucking heart attack at 4am

fringe sigil
#

I agree

#

But

#

The world is what it is

pale grotto
#

we failed god

fringe sigil
#

I know the first time I got an email (didnt look as real as yours) I also had a heart attack aha

pale grotto
fringe sigil
#

Lol

#

๐Ÿ˜‚

pale grotto
#

I hope this makes everyones day

#

Because I needed this

#

Bruh

#

Should I hack into their email

#

and email the same thing back to them

#

Hahahahahaha

#

"Hello Mr. Scammers, instead of you threatening me, I'm threatening you. I saw what you masterbatitied to, I know about the ducks."

fringe sigil
#

๐Ÿ˜…

#

This was my blackmailer

#

Unfortunatley for him I now have his IP address and phone number and location

pale grotto
#

Lmao how fun

fringe sigil
#

One of my friends went undercover pretending to be a noob asking for help

#

And busted him

#

He had heart attack when we read out his IP and city

#

But I'd never want to do it to someone innocent

pale grotto
#

If it was only that easy to stop people ):

fringe sigil
#

Yeah

eternal apex
#

make sure to report to discord, they'll ban people who do those kind of threats

fringe sigil
#

Yeah I did it on mobile and nothing happened yet

#

I don't know if mobile report works or?

eternal apex
#

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

#

probs just takes a while

fringe sigil
#
  • I built a tool for fun
eternal apex
#

it does happen tho, someone I knew got banned for doing dox threats

fringe sigil
#

Yeah well

#

Oof to him

pale grotto
#

pig

#

do i worry too much about hacking

eternal apex
#

yes

pale grotto
#

I have a way to solve it

#

give me trusted

eternal apex
#

i have another way

#

instead of worrying about hacking

#

help me figure out how to get a generic param at runtime

pale grotto
#

ok sure

eternal apex
#

k go start googling, tell me when you've found something semi useful

pale grotto
#

The answer is E=MC2

#

ok I'll actually Google

fringe sigil
#

Piggy

#

I did this a while back but lost it

pale grotto
fringe sigil
#

Something like getParamterTypes

eternal apex
#

need to get the generic type to do it tho

velvet crescent
#

quick question, do shields stack?

pale grotto
#

@eternal apex

assert new ArrayList<String>().getClass() == new ArrayList<Integer>().getClass();
#

maybe that

#

Idk

eternal apex
#

unfortunately not

pale grotto
eternal apex
#

yeah that's comparing 2 types, not actually getting the type

pale grotto
#

idk java man

fringe sigil
#

I made packet scoreboards for 1.12

#

Now gotta do all other versions ๐Ÿ˜€

eternal apex
fringe sigil
#

KiteBoard2.1 Timings 16*1 tick interval lines for 1 player

#

Pretty sick

velvet crescent
#

s3xy

fringe sigil
#
  • Packet based
pure bane
#

You creating the packet async?

fringe sigil
#

Nah

#

This is sync and still good

pure bane
#

Why not

#

Thatโ€™s only one player

fringe sigil
#

Just havnt added it yet

#

True

#

The netty is pretty thread safe I'm guessing

pure bane
#

Iirc maxims is completely async building and sending

fringe sigil
#

Hm

#

Compared to the older version of kiteboard its a big improvement

eternal apex
#

will allow you test kiteboard's performance for much larger amounts of players

fringe sigil
#

Ooo

#

Remember this is also a bare bones impl

#

Havnt added none of the event triggers or anyhting

#

But for pure packet sending lets test it

#

I guess I need my server in offlinemode

eternal apex
#

ya, nothing wrong with that for testing stuff tho

fringe sigil
#

Thanks for showing me that

#

very useful

#

My server is dying

velvet crescent
#

oof

fringe sigil
#

With just 20

eternal apex
#

feelsbadman

fringe sigil
#

๐Ÿคž Please dont be KiteBoard

eternal apex
#

allows u to see fancy stats ingame

fringe sigil
#

๐Ÿ˜ฌ

velvet crescent
#

What's the stacking amount for beds

fringe sigil
velvet crescent
#

rippo

fringe sigil
#

It aint bad

eternal apex
#

yes it is

fringe sigil
#

For 16*1 tick

velvet crescent
#

kinda is bad

fringe sigil
#

There is optimization to be done

#

"Room for improvement"

eternal apex
#

more like a warehouse worth of space for improvement

fringe sigil
#

It is also sync

#

But thats beside the point

#

I got optimizations to make with Field setting and all that

#

Hm

#

It improved with more players?

#

Nvm

#

The players keep timing out

eternal apex
#

lol

velvet crescent
#

lol

eternal apex
#

yeah have fun with those optimizations

fringe sigil
#

๐Ÿ˜

#

I didnt ask for this

#

They wanted packet scoreboards

#

๐Ÿ™„

eternal apex
#

you should run the same benchmark with the current release of kiteboard

#

the one without the packets

fringe sigil
#

๐Ÿคก

#

Good Idea

eternal apex
#

because if they're both bad performing, you should forget packets and focus fully on performance first

#

then once you've got that sorted out, start working on packets again

fringe sigil
#

Packets are done

#

so just performance issues to address

#

So current KiteBoard is alot better

velvet crescent
#

do what piggy said tbh

fringe sigil
#

?

#

I am

fallow crow
#

@elfin minnow you got your archer queen now? ๐Ÿ˜ฎ

fringe sigil
#

Woo

#

Managed to sort out the main lag

#

Now at 1.42% for 20 players rather than 48%

young temple
#

Folders inside Folders when

#

@rugged mountain

#

||o, that's an actual user.||

fringe sigil
#

Lol

fallow crow
#

@fallow crow what u mean "creative menu"?

velvet crescent
#

thien, already taken FeelsOkHand

fallow crow
#

It's by you, right? ._.

velvet crescent
fallow crow
#

Whatever. I'm just gonna play some cheap-o hole in the wall game ๐Ÿ˜ฆ

fringe sigil
#

Never knew hash sets were unordered haha

velvet crescent
#

This is just sad, (this is 1.12.2 on a new launch (new world generated) using paper)
Startup Done (8.121s)! For help, type "help" or "?"

#

and then you look at 1.14..

rough river
#

:DDD and u look on 1.14

#

done (1m52seconds

#

about like that

velvet crescent
#

Guessing you're using spigot

#

cuz on paper it's like 30sec tops

#

I mean like come on lmao
Startup Done (3.244s)! For help, type "help" or "?"

fading orbit
#

Saying that, existing world

fallow crow
#

Tf 3seconds

velvet crescent
#

ye

jagged pollen
velvet crescent
#

aBoo, what a bad boy

fallow crow
#

Lmao

jagged pollen
#

I got a little bit worried first time i got it, but reading the stupid story and what they claim that u do, makes u just dont believe it cuz u don't do that shit

#

But its annoying af

fallow crow
#

Soo what did he record ๐Ÿ˜‚

jagged pollen
#

lol

fallow crow
#

My emails are full of scam emails...

velvet crescent
#

I don't get any lel