#off-topic

1 messages ยท Page 320 of 1

sterile kiln
#

lol, that i have no idea.

#

i'm cleaning it up for submission.

#

i will submit it after having breakfast

boreal escarp
#

oo

sterile kiln
#

also added my even registration framework too.

#

so you can dynamically configure the event process priority.

fallow crow
#

Can someone link it

sterile kiln
#

and @fringe sigil is making papi expansion for animation.

boreal escarp
sterile kiln
#

now i need a sexy icon for it....

boreal escarp
#

ikr

sterile kiln
#

that icon is ugly...

boreal escarp
#

How did you managed to get the papi logo with a white background? ๐Ÿคฃ

fallow crow
#

Ty Gaby ;D

boreal escarp
#

๐Ÿ˜ƒ

fallow crow
#

Thatโ€™s such an original idea

#

I like it

boreal escarp
#

Wth is an .asp file? GWrainKannaHuh

fallow crow
#

An ASP file is a webpage created by a web developer that resides on a web server and may contain scripts written in VBScript or JavaScript. It is parsed on the server, which generates HTML that is sent to the client's browser.

#

Ty google

magic summit
#

@sterile kiln I googled it and didn't found anything...

fallow crow
#

Same

jaunty shale
#

I'm not @fallow crow,
all of my thread plugin design is made by my friend

sterile kiln
#

@magic summit google what?

magic summit
#

PAPISign(light)

sterile kiln
#

i haven't submitted PAPISign (premium) yet, am about to submit.

#

but PAPISignLite is on spigot.

sterile parrot
#

oh god โ€˜liteโ€™

#

I bet it contains some โ€˜asyncโ€™ stuff too

#

lmfao

young mortar
#

yeah the premium version just lets you use a command to set a line to a larger amount of text lol

#

didn't see any async in there

sterile kiln
#

why does it need to contain async stuff???

young mortar
#

It doesn't, he's just making fun of people who advertise async as a feature of their plugin when it literally makes no sense, as it would in your plugin

sterile kiln
#

what?

jaunty shale
#

I only use async when handle database

sterile parrot
#

lol

young mortar
#

there's... no more to say

#

I just explained his joke

sterile parrot
#

nah Iโ€™m making a joke about something he csnโ€™t even remember

#

funnyyy

sterile kiln
#

that's not even a joke...

#

it's a minecraft to start with.

#

a standard single thread game.

sterile parrot
#

I wonder if I can fish up some old conversations

#

@sterile kiln bud I just said that was not the jome

#

joke*

sterile kiln
#

sure.

#

@jagged pollen lost the link to your animated text.

boreal escarp
sterile kiln
#

tx

fringe sigil
#

Oh wow, 14 notifs...

sterile kiln
#

@fringe sigil PAPISign is ready to use your expansion!

fringe sigil
#

Nice lol, I've not started it yet, jsut got backfro=m party..

sterile kiln
#

oh.

fringe sigil
#

Will prob do a bit of work on it toniht

#

Whats current version of papi?

sterile kiln
#

2.9 2 ?

fringe sigil
#

Thanks

#

arrrgh intellij is playing up

#

restarting fixed it...

dark rapids
#

anyone interested in starting a factions server? I got all the builds and custom plugins etc, but lost the server do to bad hosting and no support being given to me. It's a long story, but I basically lost it all and have no motivation as I'd be doing everything by myself. If you're intersted DM me ๐Ÿ˜„

mental lichen
#

Only plugin that is alllowed advertise async is FAWE

vapid rivet
fringe sigil
#

Hmm its almost 1Am

#

what time shall i stay up to tonight... ๐Ÿ˜ƒ

mental lichen
#

Do 3 AM

#

I do that alot

#

I don't recommend 4AM tho because you won't be able to get to sleep then and you get really tired in the morning

fringe sigil
#

o

#

This is pretty cool

#

Considering I don't really know javascript...

vapid rivet
#

... bad support, it's disgusting because nobody helps me.

mental lichen
#

calm down

#

people have lives u know

#

Can't help u immediately bruh

fringe sigil
#

Lol I thought he was talking to me.

fringe sigil
#

At my old school, there used to be this kid like just as smart as me in the year below

#

Like, when I made nagar, I made the mistake of giving out the open sourced software I built it off of.

#

And Like a week later he had a full site up an running etc.. and we would constantly be 1-upping each other .

mental lichen
#

Wow

#

Guessing he basically took your code then

fringe sigil
#

At some points yeah but not really

#

Like he wrote mos of it himself

mental lichen
#

Who's the real winner tho if he took ur stuff

fringe sigil
#

He didnt take anything

#

At least if he did he must have changed it a bit

#

Just for fun really and I think the stats things pretty cool

mental lichen
#

Hey I like it plus the mobile support ๐Ÿ‘Œ

smoky solstice
#

GUYS

#

my plugin HAS 1000 downloads now

#

check it out

#

clearlagEx search it on spigot

late schooner
sterile kiln
#

@smoky solstice and how many of them are still using it?

boreal escarp
smoky solstice
#

@sterile kiln im sure they are

#

i saw some users in hosting company like aternos requesting to add my plugin to the company

#

and i saw some servers have my plugin on their website or sth idk

#

from google

boreal escarp
#

What does it do?

fringe sigil
#

So i'm making this expanson

#

How exactly would you put a space in the animation

#

%animations_rainbow_Yes this has spaces in the text%

sterile kiln
#

underscore is a typical method.

#

or you can escape it.

fringe sigil
#

Awesome I got the main functionality working...

#

But what about args maybe like %animations_scroll?width=16_Yes this is scrolling text!%

#

Don't know what way to do it. anyone thing of a nicer way?

sterile kiln
#

so key, followed by ? and value followed by = ?

fringe sigil
#

yeah or like get parameter styled:

#

%animation_scroll?width=10&space=32_Scrolling text%

sterile kiln
#

as long as you can separate those sets of key-value args and the actual text

fringe sigil
#

Yeah

#

So its basically splitting by each underscore first

#

so

#

animation, scroll?width=10&space=32 and Scrolling text are left.

#

just realised & probably wont work... color codes.

sterile kiln
#

well, if you have a delimiter separating args and main text & won't matter if it appears in the args part

#

unless someone translate & to character color code....

#

not just for main text part.

fringe sigil
#

I used a comma for seperating the different args in the end

sterile kiln
#

if it works, that's good enough

fringe sigil
#

Yeah works perfectly

#

Now, it currently doesn't support placeholders in the animations such as scroll, glow, typewriter.

#

Could easily add support, but it means I'm keeping a set of frames for each player instead of per server.

#

Okay that GIF didnt really work.. But these were made with the expansion

sterile kiln
#

cool.

#

the main PAPISign is working with any placeholder now. so being able to use this animation would be cool!

fringe sigil
#

Okay

#

So currently you cant use placeholders inside the animations such as scroller, glow and typewriter.

#

But that shouldn't take long to add

sterile kiln
#

keep some new features to be released later.

fringe sigil
#

Okay

#

So people can download this using /papi ecloud download Animations ?

#

(once i've uploaded it obviously)

sterile kiln
#

if it's an expansion and if you uploaded, it should

fringe sigil
#

Okay, next thing is if you use the same animation twice it skips 2 frames.

fringe sigil
#

Can you release a PlaceholderAPI expansion as a resource on spigotmc.org?

boreal escarp
#

yes, but we already have the ecloud

fringe sigil
#

Works nicely.

#

Not sure about performance though...

sterile kiln
#

so, what is the official name of the expansion?

fringe sigil
#

AnimationExpansion

#

original name lol

#

Right, I think its ready

sterile kiln
#

let me know when you upload it on ecloud

fringe sigil
#

Also, @sterile kiln I assume your sign plugin automatically updates the placeholders

#

as in requests a setPlaceholders every so often

sterile kiln
#

yes

fringe sigil
#

Also where is the site we upload them to?

#

I've lost the URL

muted fern
fringe sigil
#

Thanks

sterile kiln
#

do you have that in shortcut???

#

that was quick

muted fern
#

lol

#

Is actually one of my shortcuts.

#

Just ignore the great looking ui

fringe sigil
#

Okay lol

#

Because the placeholders are not really 'constant' where do I document this?

#

Okay funnycube I've uploaded it, does it need to be approved first or will it work straight from ecloud

muted fern
#

I'll check it in a min and it will show up

sterile kiln
#

oh, if i upload the new version to ecloud, it's not going to be automatically available for download?

#

I uploaded MineResetLite 2.1.0 but cannot download.

muted fern
#

Not sure if you're verified as an author

sterile kiln
#

oh, i see.

#

it says verified: true

muted fern
#

Then it should be live

sterile kiln
#

when i did /papi ecloud download MineResetLite

muted fern
#

@fringe sigil should come live on the cloud shortly

sterile kiln
#

it downloaded 2.0.0 instead of 2.1.0

fringe sigil
#

Nice, it work

muted fern
#

Just checked vk, and same happened to me

#

odd

sterile kiln
#

and I cannot download AnimationExpansion

jagged pollen
#

Good job niall ๐Ÿ‘ ๐Ÿ‘

sterile kiln
#

it says no expansion found with the name....

muted fern
#

Takes time for it to update

jagged pollen
#

btw why AnimationExpansion ?

sterile kiln
#

ok

muted fern
#

ah ik why

sterile kiln
#

working now.

muted fern
#

Cause u pushed the update when the minecraft server was already loaded

#

You needed to do /papi ecloud refresh

#

Don't think it automatically refreshes of if it does, its not that often

sterile kiln
#

@fringe sigil can you give me an example I can test?

fringe sigil
#

Yeah sure

#

try %animations_rainbow_Rainbow Text!%

#

Il write up some docs with how to use everything and the animations in a bit

sterile kiln
#

cool, working.

#

i need to add more feature to PAPISign

#

so that you can also specify what triggers the update

fringe sigil
#

Im gonna give PapiSign ago

sterile kiln
#

movement, timer, etc.

#

papisignlite is very limite

#

you can only use placeholder you can fit on the sign

#

so far AnimationExpansion is working with PAPISign. well done.

boreal escarp
fringe sigil
#

Oh

#

I forgot to translateAlternateColorCodes

#

Alot of plugins do that anyway

#

@jagged pollen because its an expansion?

#

I will probably make a premium version as well

#

@sterile kiln do you think I should release the expansion on spigotmc.org?

#

Ah, I see you did it with MineResetLite.

boreal escarp
#

a premium version of an expansion? :))

muted fern
#

Wonder if spigot would accept it

fringe sigil
#

it would be a standalone plugin

#

lol, KiteBar got declined for static abuse the first time

boreal escarp
#

:))

fringe sigil
#

Lol

#

@boreal escarp was it you who sent the list of %% placeholders for the animation expansion?

boreal escarp
#

yes

fringe sigil
#

Okay whats your spigot username

#

(You going on the contributors list)

boreal escarp
#

GabTM (don't ask pls)

#

Thanks GWeniThinkUp

muted fern
#

oof

fringe sigil
#

my y key wasnt working?

boreal escarp
#

I won't pay 10$ for a new nick GWqlabsMmLol

fringe sigil
#

haha

fringe sigil
#

Hmmm. what other expansions people want

#

Icant get rid of it!

boreal escarp
#

of [LEFT] things?

fringe sigil
#

yes

boreal escarp
#

Retype the text GWcmeisterPeepoShrug

fallow crow
#

Should I ask out my crush?

boreal escarp
#

Welp, sooner or later she/he will find a person and you will lose her/him

fallow crow
#

So yes?

boreal escarp
#

Idk bro GWcmeisterPeepoShrug

jagged pollen
#

Ik nial but u don't need to add Expansion on its name

#

it has a long name with that

fringe sigil
#

@fallow crow do it

mental lichen
#

Does anyone else have the plugin help and development channels muted or is it just me

fringe sigil
#

I dont think so

#

Opinions on putting plugins onto mcm?

fallow crow
#

@fringe sigil I did it

fringe sigil
#

Do you get many buyers?

#

Or downloads for non-premium

boreal escarp
#

depends what type of plugin @fringe sigil

fringe sigil
#

KiteBoard, KiteBar

boreal escarp
#

You can try tho

fringe sigil
#

Nah il stick with spigot

jagged pollen
#

i don't find a reason for uploading a premium plugin in mcm

#

u have spigot ...

jade oasis
#

anyone can help with HW

#

geometry

#

basically

#

๐Ÿ”บ AED = ๐Ÿ”บ EFC

fallow crow
#

Welp on a server I own on a diff game my entire staff team is annoyed

#

Gg me

#

Also rip scholtes

jade oasis
#

so what i have to do

#

is

#

they say if BD = CF

#

i have to prove that point D is in the center of AB

#

then after i do that i have to prove DFCB is a parallelogram

#

so help appreciated

#

@boreal escarp ur smart

boreal escarp
#

nope

#

I hate geometry

jade oasis
#

who here is good at geometry

#

homework is due tomorrow

#

pls

young temple
#

oof

jagged pollen
#

ewww "prove" i have that

kindred sedgeBOT
#

@covert gust
Unknown expansion.

#
Placeholders for essentials - version: 1.1.3
Placeholders:

%essentials_is_teleport_enabled%
%essentials_is_pay_enabled%
%essentials_is_pay_confirm%
%essentials_nickname%
%essentials_godmode%
%essentials_jailed%
%essentials_kit_last_use_<kitname>%
%essentials_has_kit_<kitname>%
%essentials_kit_is_available_<kitname>%
%essentials_kit_time_until_available_<kitname>%
%essentials_pm_recipient%
%essentials_afk%
%essentials_vanished%
%essentials_fly%
%essentials_is_muted%

โ€Œ

Command:
/papi reload```
#
Placeholders for player - version: 1.6.4
Placeholders:

%player_bed_world%
%player_has_permission_bukkit.command.plugins%
%player_has_empty_slot%
%player_server%
%player_displayname%
%player_gamemode%
%player_world%
%player_x%
%player_y%
%player_z%
%player_ip%
%player_allow_flight%
%player_can_pickup_items%
%player_compass_x%
%player_compass_y%

โ€Œ

Command:
/papi reload```
young temple
#

no

jagged pollen
#

AD = CF cuz ๐Ÿ”บ AED = ๐Ÿ”บ EFC and BD = CF so D is the centre of AB @jade oasis i think like this?

jade oasis
#

you smart man

young temple
#

Agreed

boreal escarp
#

does spigot have a way to check the buyers of an resource? (using spiget)

jagged pollen
#

Should be same as mcm..

boreal escarp
#

Well, spigot doesn't have a seller dashboard afaik

jagged pollen
#

then how can author add someone to the buyer list? It has one should at least ๐Ÿ˜›

boreal escarp
#

idk then xD

jagged pollen
#

no reason for not having it

boreal escarp
#

ik

late schooner
#

Was that homework in Arabic?

boreal escarp
#

anyways, I was wondering if it's possible to get the list throuht spiget

jagged pollen
#

Nope

late schooner
#

Hebrew?

jagged pollen
#

I didn't understand whats in the image.. he explained that SeeAbove

#

Have no idea ๐Ÿ˜›

late schooner
#

I think itโ€™s Hebrew since they read right-to-left if I recall

young temple
#

Hebrew

jagged pollen
#

o

young temple
#

Arabic is totally diff

jagged pollen
#

mhm

late schooner
#

It looks nothing like it but it came to my head first

young temple
jagged pollen
#

Lmao

young temple
mental lichen
#

Lolwut

jade oasis
#

@rocky bridge

#

is there any previous setups i can have a look at

rocky bridge
#

Yes, of course

#

contact me if you want

boreal escarp
#

@river crystal what am I looking at? ๐Ÿ‘€

river crystal
#

its basically meteor shower event

jade oasis
#

@river crystal fucking sexy man

river crystal
#

a spawner lands in the middle

boreal escarp
#

oof

river crystal
#

and you have to mine it for a reward

#

like envoy but cooler ๐Ÿ‘€

boreal escarp
#

cool

jade oasis
#

hella

#

damn

#

so like i got a question will

#

@river crystal

river crystal
#

hiya

jade oasis
#

how the fuck?

boreal escarp
#

GWqlabsRIP your server owner role

river crystal
#

I left and rejoined

jade oasis
#

like damn

river crystal
#

yeah, originally it was gonna be christmas theme

jade oasis
#

christmas theme would have been sick

river crystal
#

but then my dev made the spawners fall from the sky

#

so I thought, why not have a meteor thing

jade oasis
#

should have made it look like a present

boreal escarp
#

I must learn java asap

river crystal
#

lol

jade oasis
#

then make it like santa is dropping presents

boreal escarp
#

true

river crystal
#

that would be cool

jade oasis
magic summit
#

One hour wondering, why the footer doesn't work until you realize, that the message you used for getting author is actually a selfmade one (without any author)...

fringe sigil
#

I wanna make a business for commissions!

#

Try and make a decent income from it.

sterile parrot
#

same

#

sign me up

elfin minnow
#

@fringe sigil on a scale of 1-10 how much would you recommend me using KiteBoard in replacement of FB

fringe sigil
#

Ooh

#

Depends on your requirements

sterile parrot
#

asking the dev of miteboard?

#

kiteboard*

elfin minnow
#

Yes

#

See how biased he is

boreal escarp
#

niall is

fringe sigil
#

FeatherBoard has a few features KiteBoard doesnโ€™t, e.g:

#
  • event triggers
elfin minnow
#

Does KiteBoard have Name Tag Edit

fringe sigil
#
  • more animations
#

No

elfin minnow
#

F

fringe sigil
#

Thatโ€™s a separate plugin isnโ€™t it?

boreal escarp
#

KiteBoard is a scoreboard plugin tho

#

Not a Tablist but hey!

elfin minnow
#

It had a tab feature in the screenshots

fringe sigil
#

KiteBoard will not be compatible with any plugins that use scoreboards

boreal escarp
#

It does?

fringe sigil
#

Yeah you can do the tablist in it

#

And welcome titles and action bar

#

@elfin minnow but to be honest, if you already use Featherboard might as well stick with it.

elfin minnow
#

Alright

#

I need a tab plugin that can edit the players nametag w/o using another plugin

fringe sigil
#

Well I was gonna make a KiteTab at some point

#

Well there was little demand for it so....

magic summit
#

@fringe sigil Will tablist perhaps move to own file? Could be really useful...

fringe sigil
#

Yeah they will

#

Current ways a bit unbeaten using \n

#

*unneat

magic summit
#

Or with the one I use ๐Ÿ˜›

#
multiline: |-
  Line 1
  Line 2
  Line 3
ivory imp
#

@muted fern I have an idea, what if you had people make plugins in the name of Help Chat.

magic summit
#

I have an idea too: How about you not tagging staff for such stuff?

fallow crow
#

Iโ€™ve tagged too many helpful

#

Mostly Gaby

#

But all of them werenโ€™t random

ivory imp
#

How about I ping all staff?

fallow crow
#

Then you get banned

#

Probably

magic summit
#

Or muted.

late schooner
magic summit
#

Do what the error says and use /kb debug

late schooner
#

Pastes a link with Niall's IP

magic summit
#

Because he doesn't have a domain yet

late schooner
#

He does

magic summit
#

That isn't really something for kiteboard

late schooner
#

I know, but the error only occurs when I leave and nothing bad happens after

sterile kiln
#

@fringe sigil you should start a dev group, and have your trusted devs on your team. and take commission works.

boreal escarp
#

^^

fallow crow
fringe sigil
#

@late schooner Factions error

mental lichen
#

What

fringe sigil
#

Who wants to form a dev group then?

magic summit
#

Meh perhaps, if I was any good

regal juniper
fallow crow
#

how much passion for pewdiepie

#

does mrbeast have

regal juniper
#

He said he might buy a superbowl ad

fallow crow
#

o lmao

#

superbowl ad for pewdiepie

regal juniper
#

Yup

#

He's also going to India soon (maybe) to advertise on billboards

fallow crow
#

welp knowing him he would

sterile parrot
#

@fringe sigil Iโ€™d be down

fallow crow
#

Welp all my websites are down

#

My host crashed

sterile parrot
#

luckily i self host

fallow crow
#

Yeah

jagged pollen
#

@fallow crow urent allowed to bump ur post in #367904196441276419 or ur permission to post there will be removed

fallow crow
#

oof

mental lichen
#

MrBeast is a mad lad

jagged pollen
#

Agree

magic summit
fallow crow
#

Looks great so far

fallow crow
#

@blazing oar You have 2 of the exact same offers in services, ya might wanna remove one

#

Itโ€™s also bumping

jagged pollen
#

^^ read rules before u post please

magic summit
#

He already bumped it and I once warned him.

#

@regal juniper Mind giving that guy a service-mute for the moment?

regal juniper
#

Who?

magic summit
#

AfonsoHackers#4539

mental lichen
#

Just remove his perms you warned him once and he ignored you that should be enough

magic summit
#

That's what a service mute is lol

fallow crow
#

wait

#

does what i said count as minimod

#

or naw

magic summit
#

๐Ÿคท

fringe sigil
#

Wait a min. How do you set an entitys health?

#

ah LivingEntity

regal juniper
#

iirc LivingEntity is just a Player, no?

fringe sigil
#

Yeah or stuff like a sheep etc

#

A non living one would be a Painting I guess

regal juniper
#

Ahh

fringe sigil
#

i think

elfin minnow
#

@blazing oar Services mute due to constant reposting of your service. It will be revoked 30 days from today... 12/26/2018

boreal escarp
#

o

fallow crow
#

Rip

boreal escarp
#

Good night guys. :D

fringe sigil
#

Lol

elfin minnow
#

@iron timber Stop reposting your #367904196441276419 . do it again and you will get a 1 month mute from showcases

fallow crow
#

Gn gaby ;3

magic summit
#

thx @elfin minnow

fallow crow
#

Who else canโ€™t sleep

mental lichen
#

why does it fit so well

signal mauve
#

Best remix ever

south parrot
#

I feel sad rn

#

I have too little time to enjoy development

#

Need to study ๐Ÿ˜ฆ

mental lichen
#

Develop a time machine

#

You're such a freaking ore
I mined it

fringe sigil
#

Lol

#

Good morning everyone

fallow crow
#

Gm

fallow crow
#

does anyone know how i can add placeholderapi support in my plugin for example what im trying to do is be able to use %statistic_deaths% in my deathrecap plugin so for that i have to link my plugin to papi i have /papi ecloud Download Player and stats

fallow crow
#

My phone connection is so crappy rn

#

It keeps duping my messages

jagged pollen
#

yea that's so annoying

fringe sigil
#

Hmm, Would a plant e.g sapling count as a block or entity

#

I'm assuming a block

jagged pollen
#

should be block

fallow crow
#

A sapling is a non-solid block that can be grown into a tree.

#

aka gamepedia

#

helped

fringe sigil
#

What is a 'Haste' effect

dapper fox
#

mining speed

fringe sigil
#

From its description I assume its 'FAST_DIGGING'

dapper fox
#

that sounds right

mental lichen
#

woaaah andre grats on finishing that wiki page

regal juniper
#

So I'm in class and my teacher hasn't shown up

#

I wonder if he forgot

dapper fox
#

does your class have a thing where if there's no teacher in 10mins you can leave?

jagged pollen
#

Just leave ๐Ÿ˜›

dapper fox
#

or- did you get snow by you? maybe they had a shit commute

magic summit
#

thx @mental lichen

regal juniper
#

They never cancel school here and they did because the snow was that bad @dapper fox

#

The sidewalks were just covered in Ice

dapper fox
#

well, ice can be more dangerous- if they can't get it to melt off roads/walkways

regal juniper
#

They tried to fight it with a bulldozer but failed

dapper fox
#

lol

regal juniper
#

It was a hardcore blizzard

dapper fox
#

you got what I got on Sunday night

regal juniper
#

Yeah it was from Saturday 10PM till like Sunday 10pm

dapper fox
#

it half melted, then all turned to ice

#

ugh, i HATE snow

#

and ice and cold

regal juniper
#

You still coding?

dapper fox
#

not atm because it's impossible with my crazy son

regal juniper
#

Ahh

dapper fox
#

i write one line then get distracted

boreal escarp
#

๐Ÿ˜ˆ

dapper fox
#

we spent sunday in Children's Urgent Care because he's so crazy

regal juniper
#

Oh wow

dapper fox
#

the kid is a daredevil

boreal escarp
#

A superhero?

dapper fox
#

i think he thinks he is

dapper fox
#

lol

boreal escarp
#

Marvel's Daredevil in case you don't know him

#

Glare, how have you learned that GIGANTIC oracle java docs?
I'm asking because it's disappoints me everytime I open it GWqlabsYaoLUL

mental lichen
#

Hey Glare
YoU are legaLLy allowed to LEaVe if the TeaCHER is not here for 15 MiNutes

fringe sigil
#

lol

boreal escarp
#

oof

regal juniper
#

I don't know all of it, I just am good at googling.

fringe sigil
#

Iโ€™ve done plugins for like 4 years now and some parts of the API I havenโ€™t even touched

magic summit
#

What should I say? ๐Ÿ˜‚

boreal escarp
#

Oof, interesting

#

I was wondering, is here any job that you can do from home and get paid? ๐Ÿค”

fringe sigil
#

Where exactly can you get javadocs for older mc versiosn?

fallow crow
#

@boreal escarp Depends, a person I know is a Systems / Website Dev and they get paid for doing work at home

boreal escarp
fallow crow
#

Cannot reach this page

boreal escarp
#

why master__s__

fringe sigil
boreal escarp
#

try again

fringe sigil
#

its still not working lol

boreal escarp
fallow crow
#

works for me

boreal escarp
#

Also, Luke, unfortunately I don't know any programing language ๐Ÿคฃ

fallow crow
#

hmm

#

therapist or something?

#

like an online therapist

#

What are your interests?

boreal escarp
#

Idk tbh

fringe sigil
#

now it works

fallow crow
#

well gaby what do you like to do

#

for hobbies

fringe sigil
#

Wait..

#

So I've looked into custom enchants and apparently its better to use Lores, etc to identify them

boreal escarp
#

Well, I usually help people and play video games ๐Ÿ˜…

fringe sigil
#

Because you used to need reflection to make custom (proper) ones

fallow crow
#

imagine

#

game tester

#

you can do that at game

fringe sigil
#

But it looks like theres an API for them all now

fallow crow
#

pretty sure

boreal escarp
#

I can, but my pc can't GWqlabsYaoLUL

fallow crow
#

so many obsticales

boreal escarp
#

Unless they gave me a PC too ๐Ÿคฃ

#

Ikr ..

fallow crow
#

I mean

#

tbh

#

i have the same hobbies

#

as you

#

but I own a business so I don't have a job

#

that's why it's hard to tell

boreal escarp
#

how old are you? O.o

fallow crow
#

Only a teen

jagged pollen
#

gaby why dont u open a server?

fallow crow
#

yes

#

i would play

boreal escarp
#

how do you own a business but you are a teenager? (younger than 18, right?)

fallow crow
#

yep

boreal escarp
#

hehe, I want real money not a few dollars boo

fallow crow
#

Well, I just don't have a business account, you can run it through your parents

jagged pollen
#

mc server maybe? Its a business

boreal escarp
#

o

jagged pollen
#

Not big servers gaby

boreal escarp
#

What kind of business luke?

jagged pollen
#

if u make a good server (ik not that easy) ull get great amount of money

boreal escarp
#

Yeah, but I have to pay for host and advertise

fallow crow
#

Amazon Affiliate, I own a network of servers on different games

#

aswelll

boreal escarp
#

oof

#

you GWfroggyWeSmart

fallow crow
#

learning how to make actual products aswell

#

=

#

lots of money

jagged pollen
#

Yeaa

fallow crow
#

if its done right

boreal escarp
#

Also, boo, to make a success server you usually need some custom shits, like builds and plugins and money for host / advertise

fallow crow
#

hypixel don't pay anymore, they have their own network servers

boreal escarp
#

And tbh, I want something that will 100% give me money

jagged pollen
#

Ok.. u should have money to open a business.. business โ‰  job

fallow crow
#

oi

boreal escarp
#

:))

#

yes luke, they don't but imagine how much they have paid for them

#

and how much they pay their builders / developers

fallow crow
#

ikr

#

Why do you need to work at home?

#

Because a freelancer

#

and offer skills

boreal escarp
#

well, I can't really go to a full-time job right now, I still have school and shit

jagged pollen
#

u cant open a business that u get real money as u said not few dollars with paying for it...
If u think that's possible then all people should be rich now

fallow crow
#

tbh i do have an advantage

boreal escarp
#

Ik boo

fallow crow
#

I'm home schooled

boreal escarp
#

...

#

you are so damn lucky bro

fallow crow
#

I can spend time on it all day

boreal escarp
#

like for real

fallow crow
#

yeah ik

#

my parents are amazing

boreal escarp
#

I spend 10h / day at school

fallow crow
#

o jesus

#

dyno

#

is so mean

boreal escarp
#

10 damn HOURS

fallow crow
#

o

#

i spent 4 hours today

boreal escarp
#

and you are just chilling and play video games :))

fallow crow
#

nawwww it's so much harder than that

jagged pollen
#

school is a waste of time but u should

boreal escarp
#

or whatever else than going to school

fallow crow
#

school is old

#

all the methods are wrong

#

xD

boreal escarp
#

Yup

jagged pollen
#

yes but u cant change that

fallow crow
#

well you can

#

just leave

#

simple

boreal escarp
#

We learn too much shit and a way less really important things

fallow crow
#

i should

#

stop being contreversal

jagged pollen
#

well if u leave then how ull get a job? Later

fallow crow
#

I'm not getting a Job

#

xD

boreal escarp
#

I wish I could leave school and get a good job, but these require to finish the HS and an uni

jagged pollen
#

u need a job first to get some $$ to open a business

fallow crow
#

I hate school

jagged pollen
#

Unless ur parents are rich so they can open u a small business as a start

boreal escarp
#

Well, isn't a fully waste of time, that time could be spend doing more important things tbh

jagged pollen
#

yea but most of it (not talking about university/college)

magic summit
#

I sometimes could work as psychologist, because I constantly have to listen to the issues of others >~<

boreal escarp
#

:))

fallow crow
#

Aboo

#

No

#

;)

#

Sell some stuff you already have

#

Eg I made 20 pounds flying a drone for 10 minutes

jagged pollen
#

ok thats good but will u always fly drones and get 20+ ? Ik that could be possible but u should be very lucky

#

20 + 20 + 20 makes alot of money but will u always get 20?

fallow crow
#

20 if more

#

That was cheap for them

#

It should be like 50

boreal escarp
#

It require skill

fallow crow
#

Yep

jagged pollen
#

ok but how many times ull get paid for that?

fallow crow
#

I already got my next job

jagged pollen
#

Everyday? For how long?

fallow crow
#

Havenโ€™t made it into a business yet, and as long as I need

#

When I make it into a business

#

Iโ€™ll have projected growth

jagged pollen
#

And that needs $$

fallow crow
#

Nah

#

I already have the drone

#

I can make websites myself

#

I already have a hosting account

#

I already have a domain

#

Wait

#

So needs a tad bit

#

BUT I earnt that from flying it

jagged pollen
#

I told u that its possible but first it will take time
Second what ull get wont be that much to buy like a house/car...

fallow crow
#

and? Itโ€™s just a lil bit of pocket money

jagged pollen
#

Ure a teenager now and thats enough or more than enough but after 10 years what ull do?

fallow crow
#

I have other business

#

Es

#

Already

#

I just fly the drone for fun

#

And happen to get money for it

jagged pollen
#

Thats good then

fallow crow
#

Yup

dapper fox
#

aBoo- you can't explain long-term financing to a teenager...

fallow crow
#

eh

#

Iโ€™m learning financial literacy

dapper fox
#

there's a mental wall in a teen's brain...

fallow crow
#

I have like 50 books from gurus and billionaires

jagged pollen
#

Yea kit

fallow crow
#

Iโ€™ve met Daniel Priestley,

jagged pollen
#

But im a teenager too btw

fallow crow
#

Iโ€™ve given presentations to multiple people

#

So

jagged pollen
#

but i kinda understand that

fallow crow
#

Iโ€™m either different or a tad bit crazy

dapper fox
#

honestly don't care who you've met because it takes more than books to put stuff into practice...
Education sucks but it is useful to have a SECURE financial system in place

#

'pop up companies' only last so long

jagged pollen
#

^^^

fallow crow
#

Secure? Whatโ€™s the point in that if youโ€™re stressed, Iโ€™d rather take risks then be stuck in the box

#

Attention! All Help Chat gamers! Varouc is in grave danger and he needs your help! To help him, you must give him a name which is better than his current name!

dapper fox
#

then have that kinda stress in your life- sure hope you never have a major life-altering situation that destroys those jobs

fallow crow
#

On a more serious note, I do need a new name so suggestions help

#

o well, ty for that

#

Honestly, guys is what it takes

#

Allow yourself to think differently e.e

#

Guts

#

Lmao

#

I had this convo with another person already

jagged pollen
#

if u dont want to get married and have kids then do whatever u want

dapper fox
#

I was SURE I could survive on my skills I had at 18 then it got fucked over by life... always need a secure backup plan

fallow crow
#

@fallow crow I genuinely agree with you

#

Ty Dude

#

But yeah life is hard you still could do with a back up plan

#

Also @dapper fox I can spend all day on it, in which I do

#

But taking a risk is a good idea

#

Iโ€™m home schooled and itโ€™s our main focus

dapper fox
#

personal life choices ยฏ_(ใƒ„)_/ยฏ

fallow crow
#

Smh

jagged pollen
#

Yea ๐Ÿ˜›

fallow crow
#

Legit varo is the only one that understands

#

Thats because the modern day school system makes us believe that the only way forward is to get good grades

#

Which is a lie

#

If you do what everybody else does you won't stand out

dapper fox
#

teens understanding another teens' 'big dreams'... weird...

fallow crow
#

and

#

Youโ€™re

#

Just rude

jagged pollen
#

But I think u should have a thing that can hold u if ur business(es) just went down

fallow crow
#

I agree with what aBooDyy just said

#

But I still think you should go for big buisiness

dapper fox
#

can't teach what people don't want to learn... not my kid/life, not my problem

fallow crow
#

Iโ€™m good, I have emergency funds

#

Lemme check how much

jagged pollen
#

From ur father? Mother?

fallow crow
#

How much?

#

Well I mean

#

Going to school is actually helpful for me

#

From myself, through Hard work, 2433

#

Because my grandad will support me as long as I stick with school

#

I Never use that money

#

Ever

#

$2433 isn't that much in the adult world

#

You could live for a month or so with that

#

Yeah ik, but itโ€™s enough for when I get out for then

jagged pollen
#

Mhmm

fallow crow
#

Assuming you live a conventional lifestyle

boreal escarp
#

agree

fallow crow
#

Also as soon as I reach 18 I donโ€™t have to leave home

boreal escarp
#

I would say yes to $2433

fallow crow
#

I may or may not go to uni at 18

#

How old are you @fallow crow

jagged pollen
#

gaby cuz ure still a teenager

fallow crow
#

15 and a half

#

I am also 15

#

aBoo so are you..

jagged pollen
#

yes im a teenager too.. already said that

fallow crow
#

Now I would suggest checking out the world, and see how much itโ€™s changed

jagged pollen
#

But u should thing for ur future not for the next 5 days

fallow crow
#

I have savings

#

But substantially more than you do Luke

#

oof

#

Approximately double your savings

#

But I didn't work hard for it

#

Nice and what did you do to get it?

#

Birthday / Christmas money

boreal escarp
#

...

jagged pollen
#

yea thats good as a teenager...

boreal escarp
#

Do you guys get gold ingots as birthday presents?

fallow crow
#

no lol

#

Yeah I got this last year

#

although my parents own their own business so thatโ€™s how I learnt @jagged pollen

#

Just gonna point that out

jagged pollen
#

Thats so good

#

and ur very lucky for that

fallow crow
#

yeah, thatโ€™s why I am learning about finance

#

Theyโ€™ve had such a rough past in it

#

So economics?

#

My grandparents are multi millionaires from buisiness

#

noice

boreal escarp
#

multi millionaires I like these words

fallow crow
#

I met a billionaire, he gave some good advice

#

Shook his hand and all that lol

#

Iโ€™m just glad I had the chances

#

Nice

jagged pollen
#

I did NOT say that business isn't good
I siad u should have something that can hold u by urself ...

fallow crow
#

Should've asked him for some of that $$ though

#

mhm

#

o rip

#

no

#

Unethical

jagged pollen
#

and to start a business u should have $$ too...

#

Usually ^^

fallow crow
#

Yeah, for my websites I did

#

Anyways

#

I need a new name

#

Any ideas?

#

What you want it to be like?

#

Based around

#

Similar to my current one I guess

jagged pollen
#

its very hard for me to get a new name ๐Ÿ˜›

fallow crow
#

Vaero

#

Great make

#

Name

#

Variel

#

Oof

#

oof indeed

#

well

#

that was long

fringe sigil
#

What was the latest maven release for 1.12

jagged pollen
#

1.12.2then something ๐Ÿ˜›

fringe sigil
#

nvm lol

#

they changed so much like SPADE to SHOVEL

jagged pollen
#

yea

#

Did alot because of that ๐Ÿ˜”

fringe sigil
#

Hmm

#

What do you guys think is the best way to chop down a tree while

#

Check each block around each block to see if itโ€™s log/leaf and remove it?

boreal escarp
#

With your own fist GWfroggyWeSmart

#

Like a REAL man!

mental lichen
fallow crow
#

hahahah

boreal escarp
fallow crow
#

You doing research gaby? ;)

boreal escarp
#

Kind of, I have randomly found it and they say something about a website or so

fallow crow
#

@boreal escarp Itโ€™s kind of like Commission Junction in a way, well the affiliate side of it

boreal escarp
#

Commission Junction? O.o

magic summit
#

I watch a lets play of Legend of Zelda: Ocarina of time.
It's so funny, because the guy adds all kinds of stupid sound-effects to the video at random points

#

I never was so excited to see a new episode of a lets play ๐Ÿ˜‚

fallow crow
#

Uhhhh Iโ€™ve overplayed that game too much

#

Itโ€™s so good

magic summit
#

I never finished it myself lol

fallow crow
#

ah oof

#

You play it on an emulator or actual console?

magic summit
#

Funfact: I have also Master quest version of it

#

A version for Nintendo GameCube

fallow crow
#

I have n64

#

And GameCube

#

But N64 feels more nostalgic for me

magic summit
#

I have a special edition of Legend of Zelda: The wind waker (favorite game of all time)

fallow crow
#

Ahh but I love zelda skyward sword

magic summit
#

This edition has:

  • Book/Guide about the game (including a map and how to solve first playthrough)
  • Ocarina of Time
  • Ocarina of Time Masterquest edition (Never released outside of japan iirc)
fallow crow
#

Ahhh im so jealous!

magic summit
#

The 3ds version has it.

fallow crow
#

Letโ€™s be honest

#

3ds isnโ€™t the same

magic summit
#

yeah

fallow crow
#

Who needs โ€œgood graphicsโ€

magic summit
#

Also some stuff became kinda worse with it

fallow crow
#

Yep

#

They made it easier

magic summit
#

Majoras Mask 3d is a trainwreck

fallow crow
#

The N64 edition is awesome

#

I love the Zoras mask

magic summit
#

yeah

#

They f-ed it up in remake

fallow crow
#

they always do

#

You ever played skyward sword?

magic summit
#

no

fallow crow
#

I recommend it

magic summit
#

Never had anything else than GameCube

fallow crow
#

Itโ€™s my favourite game

#

Ah right

magic summit
#

And sereously... Saw more than enough LPs to not play it

fallow crow
#

*ive never watched an lp

#

I failed

#

Rip

#

Iโ€™ve legit not seen one

#

In my life

#

Only on like Pokemon

regal juniper
#

Any guesses as to what that is supposed to mean?

magic summit
#

I don't speak 1st grade english with idiot accent

fallow crow
#

Burn

agile robin
#

I believe that's actually queens English. Just such a beautiful language

mental lichen
#

wht queens english is an actual language?

#

the heck

boreal escarp
young mortar
#

I like snow.

boreal escarp
#

I do too but when the schools are closed

fallow crow
#

Hi

boreal escarp
#

@fair oyster is any of your plugins updated anymore? (Just asking)

fair oyster
#

I update them to the newest versions of Minecraft or if there is a problem that hinders the plugin unusable. @boreal escarp

mental lichen
#

What's with this new channel name

jade oasis
#

It has big gay

fringe sigil
#

Lol just spent 2 hours programming my friends calculator

#

It runs in basic but takes aggges to write

#

And thereโ€™s no sleep function

fallow crow
#

Oof

jagged pollen
#

i want snow ๐Ÿ˜•

#

Haven't seen snow from a while cuz i live in desert now ๐Ÿ˜‘

woven prairie
#

O

abstract hatch
#

@cyan ermine DM me

burnt junco
#

How can funny cube tag @Developer

#

And other roles

regal juniper
#

Toggling

burnt junco
#

Ok

boreal escarp
#

he's the owner of this server tho

young temple
#

Hm

mental lichen
#

I've got a real challenge for u lot

#

Try to make any spigot plugin using the most inefficient, messy and ugly code going against all the standards

regal juniper
#

TL;DR use skript.

#

Got it.

mental lichen
#

LMAO

magic summit
#

๐Ÿ˜‚

fringe sigil
#

Haha

#

We want premium Skripts

regal juniper
#

You can leave now.

fringe sigil
#

Lol

boreal escarp
#

:))

fringe sigil
#

Would you guys happen to know how I can detect if an item is placed on top of another in an inventory?

#

Actually wait.

jagged pollen
#

Add 9 slot to that item slot u want and check it ?

fringe sigil
#

Hmm I'm not sure

abstract hatch
#

@vestal mortar dm

fallow crow
#

I need a new name lol

fringe sigil
#

Sometimes I wonder...

#

was working absolutely fine then all of a sudden decided to not work

#

getAction only returns PLACE_ALL EVEN when Iโ€™m picking up stuff

#

It makes no sense.

#

It was returning PICKUP_ALL and SWAP earlier

sterile parrot
#

welcome to the bukkit api

mental lichen
#

the wonderful world of bukk

#

sukk my bukk

fringe sigil
#

Well Iโ€™ve had enough for today

#

Iโ€™m just going to go to bed and think what I possibly could have done to make that happen

muted knoll
solid parcel
#

Hey, does anyone know how to do GFX? Message me.

boreal escarp
young temple
#

RIP budgets

fringe sigil
#

I need to start debugging properly

sterile parrot
#

lmao

fringe sigil
#

Instead of logging out โ€œit reached hereโ€

#

Iโ€™m going to set it up tonight so I can do it properly

fallow crow
#

hi

#

yeah bukkit api is weird

#

cya

boreal escarp
#

@fallow crow new name? GWloopyOof

fallow crow
#

yus

#

idk why but

#

why not

#

I donโ€™t like it

mental lichen
#

You don't like ur new name?

young temple
#

no

mental lichen
#

rip

fallow crow
#

changed it back

#

Just got a call from my doctor and I have mono

elfin minnow
leaden pike
#

O ok

#

I canโ€™t send pictures

elfin minnow
#

use links

leaden pike
#

Hug

#

Uhg*

jade oasis
#

@fallow crow

fallow crow
#

Hmm? what's with the tag

jade oasis
#

whats mono

#

im prepared to take an L

fallow crow
#

It's a virus and you can look it up online

#

and disease

jade oasis
#

lemme google it

fallow crow
#

known as the "Kissing disease"

#

I've been already out of my high school since the 15th of November.

jade oasis
#

just read it

#

its not like life threatening is it

boreal escarp
#

Mononucleosis (Mono Virus or Kissing Disease) wtf

fallow crow
#

Well, for elders it could be death threatening for myself, it's just a disease that can last in my body for months making me feel ill, and stuff like that.

jade oasis
#

gaby it spreads from kissing

fallow crow
#

I cannot exercise as it can potentially rupture my back.

jade oasis
#

thats why

fallow crow
#

I haven't kissed anyone though lmao, randomly started getting the effects from it.

jade oasis
#

your mum maybe

boreal escarp
#

hope you will be good

fallow crow
#

Got results after my 4th blood test.

jade oasis
#

you all ever just read symptons on diseases and then think they all apply to you and think you have the disease when u rlly dont

#

thats why self diagnosis is terrible

#

hope u get better @fallow crow

dapper fox
#

you can get Mono from sharing a drink too

boreal escarp
#

^

dapper fox
#

or if someone who is a carrier coughs on your food/drink

boreal escarp
#

Can you die from it?

dapper fox
#

my bro had it for 3months

jade oasis
#

old people can

dapper fox
#

but fucks with your immune system and is hard to get rid of

boreal escarp
#

Ah

jade oasis
#

i have a trip for 4 days on monday ๐Ÿ˜ข

dapper fox
#

so they keep you out of school so you can spread it

fallow crow
#

Well, I did play soccer and shared drinks as people always asked for mine tbh.

jade oasis
#

time to hold in my shit for 4 days

#

omg imagine on the 4 day trip i give everyone sugar free gummy bears

#

everyones gonna have to shit

fallow crow
#

I'm not staying out of school tbh I just don't have the energy to walk to any of my classes

#

including most of my classes are switched up lol

#

One's upstairs, another one is like 3 floors of stairs upwards etc

jade oasis
#

i dont have energy to wake up

fallow crow
#

Well

#

the fact is

#

I went to bed at like 10pm last night and just woke up atm and it's 1pm EST

jade oasis
#

oof

#

u guys ever just sleep

#

sweat a lot in bed when ur sick

#

and wake up fine

#

i remember i was rlly sick, i slept, woke up with my whole bed fucking wet cos of how much i sweat and i was fine

fallow crow
#

Ah I sweat a lot with this virus lol, my fevers atm average 101.8-102.4.

jade oasis
#

normal people measurement pls?

fallow crow
#

?

jade oasis
#

celsius

dapper fox
#

22.9- 23.2