#off-topic

1 messages ยท Page 233 of 1

untold hearth
#

Now, go to your project folder

#

open a cmd prompt

#

And type what it says

#

(or you can do it through IntelliJ)

fallow crow
#

ah

untold hearth
#

But thats no fun

fallow crow
#

I'll install intellij on my laptop now

untold hearth
#

gay

stone notch
#

u lazy fuck

fallow crow
#

I have it on my pc at home

#

just not on my laptop

#

cuz im usually at pc

untold hearth
#

Learn the command line git usage before offsetting it to 3rd party apps

#

Unless you dont want to know what youre doing ever

fallow crow
#

Oh, yeah I'll use git

#

but I have no project folder rn

#

so I need to install intellij so I can start the project

untold hearth
#

.....

fallow crow
#

or I'll just make an empty folder?

celest vortex
#

it's a nice conversation you're having

fallow crow
#

I know git cuz I'm a certified linux sys admin and linux security personel, but I'm not understanding what you're "....."ing me for

untold hearth
#

๐Ÿ™„

celest vortex
#

lol

fallow crow
#

Can I just use an empty folder for now then make the project from intellij be there when I get it installed aswell or does that not matter

untold hearth
#

Because you created the repo before actually even having the project

fallow crow
#

oh, yeah

#

cuz I wanna track changes even when I begin ๐Ÿ˜„

untold hearth
#

Also, certified by whom?

fallow crow
#

Cisco

untold hearth
#

Show me the receipts

fallow crow
#

I don't remember my netacad login, it was provided by school

#

I think the login is written down on my pc at home tho

#

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

untold hearth
#

(Also that is a terrible argument for proving you know something)

fallow crow
#

Either way, I'm good in command shells

untold hearth
#

Just makes you sound like a pretentious fag

fallow crow
#

I just have never used github before so I asked nicely for u to explain it to me, and you're doing so, and I appreciate that

#

โค

#

So I need to create the project, then put it on github?

untold hearth
#

Ummmmm

fallow crow
#

Thats what I'm getting?

stone notch
#

then there me, the one guy who has literally no use for github, but i can still use it a bit xD

untold hearth
#

Well obviously, it wouldnt make much sense to have a github repo without a project

fallow crow
#

Aight

#

Thx

#

What should I put in my license file?

untold hearth
#

Depends on what you want the license to be..

fallow crow
#

Well, I'd rather not have people copying it, but I don't have $7/month to make the repo private

untold hearth
#

And thats not possible...

fallow crow
#

Damn

untold hearth
#

If youre gonna put it on github, people WILL be able to copy it

fallow crow
#

Ok, well then I'll just make a super secret github acct ;3

untold hearth
#

You dont have to put it on github for you to have a git repository though...

fallow crow
#

ah

#

ok, so how does that work

untold hearth
#

Seems like you should know that mr certified linux sys admin

#

lol

fallow crow
#

Nono, I know nothing abt how github works

untold hearth
#

GitHub is literally just a repositroy host

#

Well thats just plain git though

fallow crow
#

Just the git shell itself

untold hearth
#

Which you said you know

#

GitHub is just a remote copy of what git has locally...

fallow crow
#

I wasn't sure if it was a feature of github specifically or if you were speaking of git. Sorry

#

fuck it i'll use github anyways

#

so I can hook in that kewl discord bot into a dev channel in my discord

#

xD

#

well, the web hook

untold hearth
#

Its not as cool at it seems

fallow crow
#

sh

#

i like it

#

be back l8r

#

@untold hearth what is git ignore

untold hearth
#

A file that tells the repo what files it should ignore

#

Used to tell it not to include user specific stuff, like IDE settings

fallow crow
#

o ok

thick smelt
#

when you understand nothing about git or github

fallow crow
#

So what should I tell it to ignore for intellij?

thick smelt
#

and you're here like dafuq

fallow crow
#

@untold hearth

untold hearth
#

IntelliJ has a plugin

#

That can auto generate the ignore file

fallow crow
#

ok

untold hearth
#

well not auto generate

#

But it can generate one that includes all you need to ignore

fallow crow
#

I installed github desktop so

untold hearth
#

Its garbage...

#

lol

#

Thats the plugin ^

fallow crow
#

kk thx

#

ok, so when I create a project in intellij, do I set the spigot-api as a library now or later?

untold hearth
#

Well ideally you would create the project as a maven project

#

And you would add spigot-api to the dependencies right after its created

fallow crow
#

sorry again, new to intellij

#

and to coding with spigot

untold hearth
#

programming

#

Please

fallow crow
#

I learned java this year in school but we didn't do jack shit

#

nah, took a whole course, but it was just like ascii-art and some bullshit graphics

untold hearth
#

Anytime anyone says coding it makes me want to die

#

I feel myself die on the inside

fallow crow
#

Sorry

#

xD

untold hearth
#

lol

fallow crow
#

Well, you program code

#

;3

#

or is that your whole point?

untold hearth
#

You program programs...

#

lol

fallow crow
#

smh

#

fuck is group id and artifact id? @untold hearth

#

or do you want me to stop asking dumb questions and google it

untold hearth
#

Oh you poor poor child...

#

You could imagine the group id as a domain

#

And the artifact id as the name of the project

#

(you could also know that thats what they literally are)

fallow crow
#

so groupid would be me.mas21.<projectname>?

untold hearth
#

no

fallow crow
untold hearth
#

Then use that

fallow crow
#

ok

untold hearth
#

sx.mxs

#

Would be the group

#

project name would be the artifact

fallow crow
#

aight

untold hearth
fallow crow
#

o ok

untold hearth
#

No??

fallow crow
untold hearth
#

lol

#

Yeah, thats how this stuff works

fallow crow
#

@fallow crow vouched

#

Professional tech support nerd

untold hearth
#

When working with multiple things that arent related, you would want some sort of separation

fallow crow
#

so it auto puts the database? or I should put it there?

#

24/2

#

;)

#

@fallow crow thx

untold hearth
#

Look at this

fallow crow
#

o ok

untold hearth
#

If I had them all under just "com.sxtanna" it wouldnt make sense

fallow crow
#

so since I have mxs.sx with a website on it, should I put something else?

untold hearth
#

So I put all the database related things under "com.sxtanna.database"

#

No

fallow crow
#

so the extra .<word> is just for catagorizing purposes

untold hearth
#

If you want to, you can put all your mc projects under sx.mxs.mc or some shit

#

And yes

fallow crow
#

ok

untold hearth
#

Thats one that shows the categorization better

fallow crow
#

oh ok

#

Why a maven project instead of a java project?

#

Also, how do I go about adding spigot-api as a library?

#

Or should I just be googling at this point

untold hearth
#

Quick explanation, if you wanted to clone this repository somewhere else, you would need to know each dependency, each version, blah blah

#

With Maven, it handles all the dependencies for you

fallow crow
#

ah ok

untold hearth
#

Just clone, and update

fallow crow
#

so I can just do .java files for the classes and it'll all work out?

untold hearth
#

Wdym?

fallow crow
#

When I want to make a java class to put my code in, what type of file do I create

untold hearth
#

Click on Core

#

Go to the src folder

#

And right click it

fallow crow
#

yeah, just now opened the tree

untold hearth
#

Oh wait, maven

fallow crow
#

similar to eclipse now

untold hearth
#

lol

#

go to src/main/java

fallow crow
#

mhm

untold hearth
#

Now create your base package

fallow crow
#

then right click then new package

#

ok

untold hearth
#

And then right click that

#

And new

#

"Java Class"

fallow crow
#

then I name the package me.mas21.<plugin name>

#

yes?

untold hearth
#

No

fallow crow
#

damn

untold hearth
#

Name it your group id

fallow crow
#

so the package name

#

plugin name*

#

artifact was the domain, yes?

untold hearth
#

Sure

fallow crow
#

or am I backwards

#

nvm looking at the pom now, I'm backwards

untold hearth
fallow crow
untold hearth
#

Base package should be the group id

#

Yes

#

That is correct

fallow crow
untold hearth
#

Yes

fallow crow
#

ok, so then I just start making classes?

untold hearth
#

Mhmm

fallow crow
#

aight thx @untold hearth

#

this prolly isnt smart, my first java project is a large core plugin with custom crafting, items, etc

#

but go big or go home amirght

untold hearth
#

Thats bad

#

Youre setting yourself up for failure

fallow crow
#

Nah

#

U realize I have an iq of 141 and can abuse the google search algorithm to get the answers I want, right?

untold hearth
#

I can't tell if you're actually serious or if you're doing that on purpose

#

Also, you really are

#

Its much better to learn the language thouroughly before diving into a huge project

fallow crow
#

I know java, I took the class on it, I just don't know all the spigot api things

untold hearth
#

What does the final keyword do?

fallow crow
#

but I'll figure it out, starting basic with like text on commands and such

#

"final keyword" .. wow, idfk what that is.. never said my class I took was a good class

#

lemme show u the shit we did

untold hearth
#

Well then you dont know Java...

#

lmfao

fallow crow
#

thats an assaignment

untold hearth
#

sigh

fallow crow
#

Yeah

fallow crow
#

@untold hearth

untold hearth
#

Just you

#

Theirs a plugin dialog inside the IDE

fallow crow
#

yeah, it dosent have .ignore

untold hearth
#

You have to search the repository

fallow crow
#

o ok

untold hearth
fallow crow
#

found it

#

xD

#

now, how does one add spigot-api as an external library?

untold hearth
#

Look at the link I sent of mine

fallow crow
#

that?

#

that shows me nothing

untold hearth
#

No ya dingbat

fallow crow
#

o

#

can I just copy paste shit from ur's?

#

wait

#

that shows nothing abt spigot-api as a library, tf?

#

google time

untold hearth
#

I was showing you the way dependencies are declared

#

lol

fallow crow
#

oh

#

I just used ctrl+alt+shift+s and got to the loader screen and put it in

untold hearth
#

Dont use jar dependencies

fallow crow
#

why not

untold hearth
#

Because that defeats the whole purpose

#

You have maven

#

Use Maven

fallow crow
#

o ok

#

^^ ?

#

@untold hearth

untold hearth
#

Yes

#

But also, please god follow naming conventions

#

Classes are UpperCamelCase

fallow crow
#

ok

#

it is upper cased

untold hearth
#

The file name isnt

fallow crow
#

oh well

untold hearth
#

Fix it...

fallow crow
#

why?

untold hearth
#

Because thats not how its supposed to me

fallow crow
#

oh no, I have one non-capital letter

#

it's gonna break

#

-.-

untold hearth
#

Does that even compile???

#

And yes, it is gonna break

#

lmfao

fallow crow
#

i'll fix it l8r then ๐Ÿ˜„

untold hearth
#

Theres literally a reason its underlined red

fallow crow
#

ok

#

i'll fix now then

fallow crow
woven cedar
eternal apex
#

@woven cedar Who is "we"?

woven cedar
#

@eternal apex you and anyone else

eternal apex
#

Why do you need the email address?

woven cedar
#

PiggyPiglet so I can follow up with the people

eternal apex
#

ok

fallow crow
#

anyone has a mysteryboxes plugin and config made to get ultra cosmetic rewards ?

thick smelt
#

when you realize clip made over 55k from plugins ๐Ÿ˜ฎ

eternal apex
#

@thick smelt not necessarily, he likely had chargebacks

thick smelt
#

you know the guy who made epicworldgenerator? if no chargebacks were made, he made around 80k

#

like dafuq

eternal apex
#

Maxim makes a lot

thick smelt
#

calculated his fb earnings with no chargebacks

#

66k

#

maxim disabled my featherboard. I can download it, but it wont activate

#

and it has been like that for like 2 years

#

I remember EZRanksLite

#

great time

#

i still got the file for EZRanksLite

eternal apex
#

meme

elfin minnow
#

dont allow me on yo kitpvp seevee

fallow crow
#

@eternal apex ._.

fallow crow
#

@fallow crow @eternal apex He said he would update it to 1.12 2 days ago

#

I am still waiting

#

Also @fallow crow You said to be patient so i was and i waited 2 days

#

Sorry, people have lifes

#

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

#

@fallow crow then he had a job

#

so get over it

#

๐Ÿ˜„

#

Then why did he give a date

#

๐Ÿ˜„

#

Because he thought he could do it

#

then something prolly come up

#

๐Ÿ˜„

#

Srsly

#

I just want to upload it to my server

#

Is it to much to ask!?

#

There really needs to be a second dev

#

then learn how to update it urself

#

Because i have waited so long

#

jeezus

#

Its not open source

#

decompile that hoe

#

Just to show you how long i have waited ill take a screenshot of my first time asking

#

idfc

#

just update it urself

#

nvm can't send screenshots here..

#

But it was on may 14th i asked for a update

#

We are on jun 5th

#

@fallow crow Maybe you should think about other people i have waited a long time you act like i waited 3 days its been over a month.

#

Also @fallow crow you have no right to be rude your basically getting mad because i like a plugin how mature is that?

pastel knoll
#

Is it worth purchasing these promoted slots on server lists?

fallow crow
#

I am also curious about that

#

Yes it is

#

Just not topg

#

Fuck topg

#

$75 a week

#

for top spot

pastel knoll
#

So all but topg

fallow crow
#

Ew

pastel knoll
#

xD

fallow crow
#

Bet they get like no page views

#

Guaranteed Tracked Players Eye Catching Spot PayPal Accepted Instant approval after Purchase Sorted by Vote count Maximum of 6 at any one time 24x7 Priority Email Support Terms and Conditions Apply

#

Guaranteed Players
Higher traffic to your server
Higher traffic to your website
24x7 Priority Email/Skype Support
Up to 500KB Banner Upload size
Text-in-buttons, more eye-catching
Sorted by votes, just like the main listGuaranteed Players
Higher traffic to your server
Higher traffic to your website
24x7 Priority Email/Skype Support
Up to 500KB Banner Upload size
Text-in-buttons, more eye-catching
Sorted by votes, just like the main list

#

Hmmm

pastel knoll
#

Thank you guys

#

Sucks working on something and it not coming to fruition you knowv

pastel knoll
#

Do you guys think there's a good way to implement paid ranks without people calling it pay to win, for context, this is factions

fallow crow
#

nope

elfin minnow
#

@fallow crow ( อกยฐ อœส– อกยฐ)

fallow crow
#

ok?

elfin minnow
#

tas it

#

im going on hypickle and hacking

#

anyone wanna join?

untold hearth
#

How about no...

elfin minnow
#

Why

open locust
#

@fallow crow so that my dad can buy it for me.

fallow crow
#

Why does you selling TE have to do with a gopro

open locust
#

vk is my dad...

fallow crow
#

wut

#

proof?

open locust
#

??

#

well, i'm only 13 and cannot get my own paypal account

#

so for all my premium resource, i had to use his paypal acccount.

fallow crow
#

o

open locust
#

so, if you click purchase on my resource, you will see his paypal email.

fallow crow
#

fair enough

#

question

open locust
#

?

fallow crow
#

wanna help me make a custom enchant that doubles the rewards for 10 sec when activated, higher lvl increases chance of it activating?

#

I'm new to the spigot api, let alone the te api

#

So just a bit of guidance is all, not asking u to do it for me

open locust
#

higher lvl increase chance of it activating is already built in TE itse.f

fallow crow
#

ok

open locust
#

all you would need to do is to implement timer

fallow crow
#

fun

#

thing is

#

idk how to even do that

open locust
#

and multiple the rewards.

fallow crow
#

๐Ÿ˜„

open locust
#

and you can just probably put that timer on BukkitRunnable

#

and disable the boosted reward after certain period of time, which can be defined in the config.

#

I'm sure dad wrote something like that for TimelessPvP

fallow crow
#

hm.. maybe I just wont do that then, seems more complicated than my attempt at custom crafting

#

The funny part: idk what I did wrong

#

SKY_DUST is a custom item

open locust
#

custom crafting you really want to use Recipe class

fallow crow
#

no, I need custom items

open locust
#

and let Minecraft itself handle the checking of ingrediences.

fallow crow
#

for it to craft, so I have to use the event

#

The non-event won't check for the custom item

#

or thats how I was led to understand it

open locust
#

you should be able to. that's how vk does for InstaWall plugin

#

you let players to craft different GenBuckets

#

and uses Recipe class

fallow crow
#

No, the items you craft with are custom

open locust
#

yes.

fallow crow
#

I know I can make it output a custom item, but the crafting requirements are custom aswell

open locust
#

GenBucket are custom

#

oh, ingrediences are custom items?

fallow crow
#

yes

open locust
#

i see.

#

but you should be able to specify that too, right?

fallow crow
#

Which is why the event is required

open locust
#

just register those custom ingre.

fallow crow
#

@untold hearth was helping me but now he's making an api for it xD

open locust
#

ya

elfin minnow
#

@muted fern and I got some new profile pixtures

#

were making new one for piggy too ( อกยฐ อœส– อกยฐ)

wanton horizon
#

Tig u know where I can get a high quality profile picture like yours?

elfin minnow
#

@eternal apex

eternal apex
#

hi

#

ok

#

phantom, i'll make u one

elfin minnow
#

hes a great artist

eternal apex
#

@wanton horizon what u want on it?

wanton horizon
#

Anything

elfin minnow
#

sooo a dinosaur ( อกยฐ อœส– อกยฐ)

eternal apex
#

k

wanton horizon
#

Yeah that

eternal apex
#

@wanton horizon

elfin minnow
#

lmaoa ( อกยฐ อœส– อกยฐ)

wanton horizon
#

?

eternal apex
#

truly autistic

#

artistic*

elfin minnow
#

lmao

wanton horizon
#

Now I have a high quality custom profile picture

elfin minnow
#

indeed

#

hand made

muted fern
#

gg

fallow crow
#

@muted fern How much do you love me?

muted fern
#

Enough

fallow crow
#

Awwww cute โค

#

nice tags

#

.-.

fallow crow
#

@lusty mirage Ooooo never noticed you was here

woven prairie
#

@fallow crow

fallow crow
#

?

woven prairie
#

hi

fallow crow
#

k

#

hi

#

hi

#

hru

eternal apex
#

hi

fallow crow
#

good

#

u?

#

meh

#

my npc just dissapeared

#

fml

#

smh

fallow crow
#

sup

wanton horizon
#

Sup

lunar minnow
#

Emmm

tawny wraith
#

hey guys

#

can someone send me the json format for messageannouncer that allows for clickable links

#

I cant seem to find it on googl

woven prairie
tawny wraith
#

Yea I was on there

#

not sure which to use

#

tellraw, execute, any idea?

#

got it

#

thanks lol

tawny wraith
#

Yea cant figure it out

#

if you could help me out I would really appreciate it

fallow crow
#

@tawny wraith move here

tawny wraith
#

what I said was

#

I doubt clip would want you to be a {insert name here} when someone asks for help. What I asked wasn't out of proportion, you were just a {insert name here} straight off the bat.

fallow crow
#

a d!ck?

tawny wraith
#

Lol na

#

dw bout it really doesnt matter

fallow crow
#

xD

tawny wraith
#

I got my point a cross

#

it wasnt bunt

#

tlol

#

it was skumbeg

fallow crow
#

o ok

tawny wraith
#

lol

#

how can I concatenate the lines

fallow crow
#

Thats something I couldn't figure out either

#

so I just had gian give me his broadcast plugin

#

๐Ÿ˜„

tawny wraith
#

lol nice

fallow crow
#

then he put it on spigot

#

as "EZBroadcast"

#

so ig u can use that if u rlly want

tawny wraith
#

nah json is prolly good to know anyway

trim raft
#

I remade the tooltip thing from tp on my server. ๐Ÿ˜„

elfin minnow
#

Whoms did it better

#

Rice & Alissa VS Jake Paul

wanton horizon
#

@trim raft dat scam tho

trim raft
#

k

muted fern
#

Get hyped for 1.12

#

Launches today.

#

oh nice @stone notch The reason i couldnt create the "TestPlugins" guild on hypickle was cause u own it.

eternal apex
#

lel

muted fern
#

That was like 2 months ago.

woven prairie
#

lol

stone notch
#

rekt lmao

#

hahahahaha

muted fern
#

rip

woven prairie
#

1.12 is out

fallow crow
#

yep

#

@woven prairie where is 1.12 jar!!???!?

#

jk xD

woven prairie
#

Meme

untold socket
#

1.12 being out yeaaa, being able to run on servers, not till bungeecord updates and spigot releases their version

woven prairie
#

Tomorrow hopefully

untold socket
#

I was hoping bungee will have one today

tiny root
#

๐Ÿ˜› ๐Ÿ”ซ Llama3

woven prairie
#

A wild @tiny root appears

tiny root
wanton horizon
young temple
woven prairie
#

Can't wait to start cracking on 1.12 stuff ๐Ÿ˜ฎ

fallow crow
#

same

woven prairie
#

legs q

fallow crow
#

legs q

tiny root
#

that new recipe thing kinda kills fastcraft

untold hearth
#

@woven prairie You should make a thing with me

woven prairie
#

o

untold hearth
#

OH

#

OK

#

NVM THEN

tiny root
#

Llama3 ๐Ÿ”ซ Llama1

#

๐Ÿ˜ฆ

woven prairie
#

This mailbox is mine

wanton horizon
#

no

#

I claim this mailbox in the name of Russia

elfin minnow
#

how many kek rex can I get

wanton horizon
fallow crow
#

@fallow crow Look at that screenshot right there. Ur tryna get 1.12 but like.. u run 1.8 with viaversion..

wanton horizon
#

@fallow crow he didnt say that though xD

fallow crow
#

No

#

I am 1.12

#

I just stated i like 1.8 the most out of mc versions

#

Do you wanna join my server?

#

Because your screenies mean nothing

#

smd

#

thx

#

;3

#

i will legit spawn a parrot

#

Infront of you

#

fam

#

sh

#

i believe u

#

I stated 1.8 was my favorite version

wanton horizon
#

i just didnt get your responce to my statement

fallow crow
#

lol

#

@pure bane Messageannouncer for 1.12 please???

#

Fair enough however

#

He should give me the link to the testing version for 1.12 pre 6

#

I waited long time

#

there is no testing version

#

so you can stop thinking ur fucking special

wanton horizon
#

he shouldnt give you special treatement though xD

fallow crow
#

Well

#

I waited since may 14

#

I have proof

wanton horizon
#

so?

fallow crow
#

So i deserve special treatment

wanton horizon
#

lmfao

fallow crow
#

not rlly

#

fucking leave this discord

#

please

#

ur useless

#

you're a waste of air

#

Mas your getting to stressed

#

Calm down

#

too*

#

You can't even use correct English.

wanton horizon
#

*use the english language correctly.

fallow crow
#

Did that on purpose but thank you.

wanton horizon
#

i was trolling you m8

fallow crow
#

โค

#

@fallow crow on the other hand ๐Ÿ–•

#

Mas you suck only thinking about yourself

#

Rlly?

#

Rlly?

#

For real rn

wanton horizon
#

suck, *

fallow crow
#

I'm not the one who thinks he's fucking entitled to a plugin for his own personal use just because I've been waiting the longest.

#

Me and someone else already said that clip should update a long time ago and he hasn't

#

And I'M the one thinking for myself?

#

Yup

#

You need help

#

@elfin minnow Please ban this kid

#

@elfin minnow He is the one swearing not me

wanton horizon
#

everyone just stfu and move to pm's

fallow crow
#

Where did I say anything about swearing in that

#

I dont want to pm this kid, I want him to stop disturbing this chat with his bullshit

#

Lol

#

I want a plugin updated so aparently that makes me the bad guy

#

No, when you completely disreguard the fact that clip has a life, two kids, one of which is in infant, then expect special fucking treatment just because you "been waiting the longest"

#

Thats what makes you the bad guy.

#

You're fucking barooka from willy wonka, you want it, and you want it now. Well too fucking bad. You're gonna wait till friday like the rest of us.

#

Doesn't matter he should open source it let someone else update it

#

I have someone who could update it but he can't

wanton horizon
#

welp i tried ;-;

fallow crow
#

Because its not open source

#

flksjdhgfjmdsljkhgjsfd;

#

I'm so fucking done with u rn

#

Just leave this discord

#

You're not getting anywhere

#

You're not going to gain anything

#

Just leave.

#

At least I add something to this place, I help people.

#

No

#

You disrespect people

#

No, I help a lot of people. Just not dumbasses like yourself.

#

Wow

#

I see why your not trusted

#

You basically swear at people and be mean

#

Because I haven't been here long enough nor do I want trusted?

wanton horizon
#

getting trusted is a difficult thing lmao

fallow crow
#

You'll never get trusted with that attitude

#

"...nor do I want trusted?"

#

So

#

You don't deserve it even if you don't want it

#

And you don't deserve to be here

#

In the same web space as me

#

But here you are

#

@fallow crow You need to get off the internet for a few days it seems like your way too stressed

#

Why did you ping me?

#

That was fucking useless.

#

Jeezus.

#

Phantom, I'd go with more like a waffle, not a toaster.

#

Cuz u gotta put the waffle in the toaster, to get something good, but the waffle all alone is kinda shit.

open locust
#

@fallow crow got HERO5!

eternal apex
#

@open locust noice

muted fern
#

aye

#

1.12 is out

fallow crow
#

Mhm

woven prairie
#

Now to wait for Spigot

muted fern
#

indeed

fallow crow
#

@fallow crow is very funny eh?

#

@eternal apex did u take down that github thing

eternal apex
#

no?

#

I just haven't pushed any of my recent stuff on ur plugin to it

fallow crow
#

I can't seem to find it

#

xD

eternal apex
fallow crow
#

ty

muted fern
#

โ„น Spigot 1.12 is now live

fallow crow
#

y e p

#

@eternal apex oi

eternal apex
#

wat

fallow crow
#

u know dat link

#

to clip's site

eternal apex
fallow crow
#

ty

muted fern
#

it wont be up to date yet

fallow crow
#

ik xD

eternal apex
#

john, u mean the spigot build?

fallow crow
#

y es

muted fern
#

Im building a spigot jar atm

eternal apex
#

o

fallow crow
#

ah

muted fern
#

Will update testplugins asap

fallow crow
#

noice ๐Ÿ‘

muted fern
#

and watch every plugin burn

muted fern
#

TestPlugins Uploading new spigot to TestPlugins.

woven prairie
#

A lot will break this update

fallow crow
#

xD

eternal apex
#

@woven prairie That can be taken two ways.. 1, the update will break. 2, what you actually meant, a lot of plugins will break cuz of 1.12

fallow crow
#

probs plugin

woven prairie
#

Yeah. Cause of the changes to JaR

#

I reckon 6-8 months before most plugins will be stable

muted fern
#

Damn I might have to push out updates to my plugins

woven prairie
#

XD

fallow crow
#

lmao

muted fern
#

Means i have to go dig through my backups to find the source

#

errors everwhere

#

lol

fallow crow
#

all the TP plugins?

muted fern
#

a lot

fallow crow
#

damn

muted fern
#

O

#

it doesnt start

#

shiiiet

fallow crow
#

rip

woven prairie
#

Lol

muted fern
#

Plugins dead so far, PlugMan, Citizens, DeluxeSlime, EffectLib, EpicWorldGenerator

agile robin
#

Someones gonna be busy xD

muted fern
#

indeed

woven prairie
#

Rip

agile robin
#

The struggles of updating plugins aha

woven prairie
#

Java 7 plugins are rip but at least we all need to update

muted fern
#

TestPlugins might be stable now

#

had to remove a few plugins

woven prairie
#

There is 1.12 Citizens

muted fern
#

nvm featherboard be crashing

woven prairie
#

rip

muted fern
#

When ur console is 90% errors

#

20:09:28 CONSOLE: WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:

#

20:10:27 FishSlapper: Enabling FishSlapper v1.7 ๐Ÿ˜‰

woven prairie
#

memes

muted fern
#

wtf

#

no one can join

fallow crow
#

scammed!!!

#

my TP+!!!

muted fern
#

refreshing the player list just causes 20:11:12 CONSOLE: WARN]: An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptionCaught() method while handling the following exception:

fallow crow
#

!!! reported to mojang!!

#

j k

muted fern
#

how does one even fix that

#

o wait shit

#

but the ip does

woven prairie
#

o

#

rip

muted fern
woven prairie
#

rip

#

isFunnyCubeAFK

#

Is that not the question we all ask our selves

fallow crow
#

rip citizens

#

1.12 ftw

elfin minnow
#

@muted fern mojang said you no eula

muted fern
#

shh

woven prairie
#

There is 1.12 Citizens

wanton horizon
#

Ayy my plugin is 1.12 compatible. Nice

woven prairie
#

GG

muted fern
#

Major flaw

#

Players can break stuff

#

rip world guard

eternal apex
#

@muted fern get md5's worldguard I think

muted fern
#

where dat

eternal apex
#

or maybe it's luckos

#

checking now

#

md_5's

muted fern
#

ah

#

k

#

ty

eternal apex
#

I saw a 1.12 update for ewg a few days ago

#

a wild clip appears

muted fern
#

Citezens update 20 mins ago

#

nice

#

K rebooting, updated EWG, Citezens, worldedit, worldguard

woven prairie
#

hype

muted fern
#

Deleted EWG Again

#

Causing looping crashing

#

10/10 love the error

#

"Cause of error"

#

Thats all it says

#

wtf

eternal apex
#

๐Ÿ‘

muted fern
#
21:23:31 CONSOLE: ERROR]: Cause of unexpected exception was
21:23:37 CONSOLE: please wait...
21:23:41 CONSOLE: [INFO] Starting minecraft server version 1.12
21:23:41 CONSOLE: [INFO] Loading properties
21:23:41 CONSOLE: [INFO] Default game type: SURVIVAL
21:23:41 CONSOLE: [INFO] This server is running CraftBukkit version git-Spigot-ede465d-bb4ae3b (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT)```
#

omfg

#

Were up again

#

Citezens was causing

#

I need a tester

elfin minnow
#

@fallow crow @fallow crow stop being twats or youll be kicked and need to get an invite from a friend

fallow crow
#

@elfin minnow sh he's the one being a twat

#

entitled p.o.s.

untold hearth
#

In 90% of the situation, its you @fallow crow

#

๐Ÿ˜ˆ

fallow crow
#

โค

elfin minnow
#

yea it really was... if found doing it again ill kick

woven prairie
#

savage tiggy

elfin minnow
#

repeated offenses will result in a ban

woven prairie
#

tiggy azalea

elfin minnow
#

( อกยฐ อœส– อกยฐ)

untold hearth
#

Jeez

#

When is it ever that serious

woven prairie
#

When you realise Spigot 1.12 is 40mb

fallow crow
#

o h

woven prairie
#

legsq

fallow crow
#

look which admin is on

#

๐Ÿ˜‰

elfin minnow
#

@pure bane = padre

fallow crow
#

@pure bane Update MessageAnnouncer!

pure bane
#

im working onupdates

foggy pasture
#

๐Ÿ‘๐Ÿผ

woven prairie
#

@pure bane Should also open source your free plugins ๐Ÿ˜„

stone notch
#

@everyone oi if you havnt got Payday 2 yet its currently free on steam, but only like right now

inland jasper
#

๐Ÿ˜ฎ

fallow crow
#

OYE

#

DON'T

visual jolt
#

Just got that lol

dawn python
#

O.O

inland jasper
#

im getting it

marble tangle
#

dayum

visual jolt
#

I've had payday 2 since it was free like 3 years ago

stone notch
#

@fallow crow dont be triggered but... hi

fallow crow
#

eat me

#

@stone notch ๐Ÿ˜ค

stone notch
#

:)))))))

fallow crow
#

;)))))

woven prairie
#

legsq

brisk ridge
#

@stone notch omg thank you SO SO SO mutch for saying this!!!!

fallow crow
#

Thanks m8!

stone notch
#

seee @fallow crow your opinion is irrelevant cos everyone loves me โค

fallow crow
#

you do know I was kidding right lol

#

plus I didn't give an opinion xd

stone sleet
#

woooo ty! Love free games โค

stone notch
#

the dlcs were all 85% off but i think they stopped that like just before

rare marsh
#

It's a demo...

fallow crow
#

it is?

#

oh lmao

fallow crow
elfin minnow
#

Ew

#

what is that watermark

stone notch
#

@elfin minnow how in the wat fuck? cx

elfin minnow
#

I found yo steam

stone notch
#

no kidding

elfin minnow
#

its linked to yo discord b

#

Plus why are all the Admins in aussie land

stone notch
#

oh true

elfin minnow
#

besides clip

stone notch
#

cos

#

straya

#

problem? cx

elfin minnow
#

yes

#

I think @woven prairie should be the admin next

stone notch
#

ew no

#

ily bby โค

elfin minnow
#

Ew

#

why is my desktop so messy

stone notch
#

more like gross res

#

maybe

#

i opened it and it did not look 1080p

elfin minnow
#

@eternal apex make my machine 1080p

#

kek

stone notch
#

i bet my res is better den urs

elfin minnow
#

i bet u got some 4k shit

#

Still surprised I haven't been banned from Hypickle yet

woven prairie
#

My server has too many Premiums rip

stone notch
#

close enough cx

#

gimmie a min to upload a screenie cx

wanton horizon
#

That's more than a min @stone notch

stone notch
#

im unstralian keep that in mind

#

so it failed 3 times cx

#

so

iron night
#

Thanks @stone notch

stone notch
#

^ wat? cx

#

i was only ment to screenie the main 3, accidently got part of my tv aswell cx

#

full warning that middle thing aint me, i got youtube up

#

@iron night wat u saying thanks for?

elfin minnow
#

that middle photo seems fishie

stone notch
#

how so lol?

iron night
#

payday xD

stone notch
#

ah np ๐Ÿ˜›

elfin minnow
#

anyone know of a good nuker client

stone notch
#

wurst

#

@opaque perch better be in op 8 allready cx

#

@elfin minnow wats fishy about it? cx

elfin minnow
#

idek

stone notch
#

but yeah srsly aint me, its RomanAtWoods's wife

pure bane
#

smh

woven prairie
#

lol

pure bane
#

wrong img

fallow crow
#

lol

violet lotus
#

Jesus Christ 244 notifications on spigot alone!?

fallow crow
#

@fallow crow ๐Ÿ˜‚

violet lotus
#

You poor soul

fallow crow
#

@pure bane did you see what he said way above?

#

Just being honest.

#

he wants special treatment

#

poor soul

pure bane
#

ya too many notifications to care anynmore

fallow crow
#

yeah

woven prairie
#

I know them feels

fallow crow
#

just "read all" haha

pure bane
#

most are pms

fallow crow
#

lmao

#

disable pms

#

if u can

woven prairie
#

You can

fallow crow
#

then disable profile posts

#

then people won't bug

#

Clip what you replied isn't true.. You said you already had it working on a pre release

#

for support etc

#

But you chose not to give me it

#

LOL

#

Was that rlly just removed

#

MAS

#

R u fucking kidding me

#

LOL

#

Clip, read that in the logs please

pure bane
#

I had a working pre release

fallow crow
#

that was an important message

#

You did!?

#

Then why didn't you atleast let me have it

#

I waited a long time

pure bane
#

I didn't release it because it was a pre release

fallow crow
#

Umm

#

You could have uploaded it to mega

#

@pure bane please read that long ass msg that just got removed in the logs, it was very important.

#

and gave me it

#

Because that way i would have been happier then i was

#

@fallow crow no offence, though you ain't special

woven prairie
#

lol

fallow crow
#

You read it gian?

#

everyone gets equal treatment

sharp bramble
#

Hi @pure bane clip, Can you please update the papi bungeecord expansion because the check_interval in the config don't work, is it always the same. It will help me a lot! Thanks !

woven prairie
#

Plus, it's free software...

fallow crow
#

@sharp bramble He is currently working on updating all his plugins. Please be patient.

#

^

#

Also the bad review wasn't only for bad support it was also for having a working version but choosing not to give it to me.

pure bane
#

haha

fallow crow
#

Ok fonzee, here we go. Lemme do this one. last. time. There are 10,876 downloads of messageannouncer, and you act as if you are the only person waiting for the update. No, you're one of ten fucking thousand people.

#

Jeezus

#

You piss me off fonz.

#

Entitled.

#

Not very many things trigger me.

pure bane
#

bro I didn't give it to anyone let alone add it to testplugins

fallow crow
#

Maybe you should have a jenkins??

#

@pure bane did you read my message in the logs?

#

Like other devs do

pure bane
#

I have jenkins

fallow crow
#

And was it there?

pure bane
#

it don't matter where it was. I updated the plugin the same day the official update was released as usual

fallow crow
#

^

#

@pure bane Thats the orebfuscator dev

#

He updated

#

it a day later

#

@fallow crow When you run a pre-release don't expect fucking updates. It's a PRE release.

#

and he has more code

#

in his plugin

pure bane
#

I didn't update for pre release because those are classified as test versions and not supposed to be production builds

fallow crow
woven prairie
#

^

fallow crow
#

So you can't update a autobroadcast to a pre?

#

And yet orebfuscator can

pure bane
#

no

#

because I chose not to

fallow crow
#

No one gives 2 fucks about some other dev who updated their "big plugin" for you. I've explained I don't know how many times that the size of the code didn't matter, the time it took didn't matter, what mattered is that clip is busy doing actually important shit like feeding his infant child.

#

That's so disapointing

woven prairie
#

1.12 pre isn't even for production...

fallow crow
#

A dev is suppose to be nice

#

No

#

And update a simple thing

#

I'm a dev

#

am I nice?

#

A bad dev mas

woven prairie
#

You're not entitiled to updates...

fallow crow
#

I've met nicer

#

@untold hearth is a dev, is he nice?

#

Yes

#

@woven prairie is a dev, is he nice?

#

I respect him

pure bane
#

a dev is supposed to be nice lol

#

a end user is supposed to be appreciative

fallow crow
#

Clip!

#

@fallow crow He is working on it

#

Do you use AnimatedNames?

#

Oh thought u were gonna ask abt an update

#

xD

#

lol

#

What should have happened was @pure bane would upload the pre release file to mega send me the download link and problem solved

untold hearth
#

I didnt ask for this btw

fallow crow
#

xD

#

Hey, @fallow crow! long time no see ๐Ÿ˜„

#

@fallow crow no one

#

fucking

#

cares

pure bane
#

lol I don't use mega

fallow crow
#

no one gets special treatment

#

Then whatever you use

#

and sure as hell not u

#

Just to help

pure bane
#

I have my owncloud brah if that were the case

fallow crow
#

^

#

xD

#

Then why is there no dev builds for messageannouncer on the spigot page?

pure bane
#

why

woven prairie
#

Cause he doesn't want to have them?

fallow crow
#

Because he didn't fucking want to or have the time to

pure bane
#

why should there be

fallow crow
#

Because

#

Its useful

pure bane
#

u should learn patience and appreciation

fallow crow
#

To help people who need your help.

pure bane
#

I don't work for you

foggy pasture
#

^

fallow crow
#

^