#off-topic

1 messages ยท Page 332 of 1

cobalt pendant
#

-_-

#

bungee + spigot in one jar even some of the good devs can't do that

sterile parrot
#

that's as easy as pie

covert gust
#

HAX

sterile parrot
#

and it isn't about how much you can put in one jar lol, it's about principles, clean code, efficiency, readability etc

cobalt pendant
#

-_-

sterile parrot
regal juniper
#

MrIvan, you showed me yesterday that I don't believe you meet the qualifications for the role in this Discord.

cobalt pendant
#

man i dont understand only https, everything other i know

regal juniper
#

I'm not saying that it's gone forever, but there is improvement that needs to be made.

#

It wasn't really that, it was the way you handled it. You were literally begging for people to write the code for you instead of taking your own time to do a few Google Searches and figure out how to do it on your own.

sterile parrot
#

it wasn't really that -> it wasn't only that

cobalt pendant
#

@regal juniper i've googled already 10 times. and guess what i didn't get NOTHING

#

AT ALL

#

FROM THE FUCKED google

sterile parrot
#

calm down man

#

we aren't here to bring youdown

#

we are willing to help to improve your code

#

so you can get the dev role

#

I understand that it can get frustrated but don't point it at us we are just doing our job.

#

@cobalt pendant you have a warning for that

#

do not swear at us for no reason

cobalt pendant
#

NO REASON!??! you kidding

sterile parrot
#

can you calm down and talk like a sane person?

#

we're not doing anything wrong to you, I'm only helping

boreal escarp
#

@sterile parrot "too lazy to buy a new one" lmfao

sterile parrot
#

@boreal escarp hello mr likey likey

#

I saw it

boreal escarp
#

:P

cobalt pendant
#

you dont help me with that

#

you DONT

sterile parrot
#

kicked

covert gust
#

GJ

sterile parrot
#

sorry if anyone got tagged.

boreal escarp
#

When you go buy a new phone, buy two - one for me, one for you - so you wont go twice :)

#

That was dyno btw

covert gust
#

That guy got so mad...

sterile parrot
#

@boreal escarp smart smart

boreal escarp
#

No iPhone for me pls

sterile parrot
#

smh

regal juniper
#

Don't really understand why he got so mad. I remove his Dev role for the way he was acting yesterday.

covert gust
#

People

boreal escarp
#

Kids

sterile parrot
#

don't understand why he winded himself up so much

covert gust
#

Does any of you use Discord light theme?

dapper fox
#

it was his 'status symbol' glare

sterile parrot
#

like nobody was swearing just us trying to help lol

regal juniper
#

He was asking to be spoon fed code instead of doing a few google searches. I understand he may not get that many results on Google but he was also asking questions like... how do I get the spigot ID of my plugin, etc.

boreal escarp
#

NO light thene

covert gust
#

Ik that's why I'm asking of anybody here uses it

sterile parrot
#

no I don't but I know funnycube was a user which used light theme

regal juniper
#

Lemmo, are you wanting event listeners to be documented too?

sterile parrot
#

he switched though

#

@regal juniper if you want then go ahead

covert gust
#

There should be a Discord bot that kicks white themers..

boreal escarp
#

Guys, can I withdraw money from Visa / Mastercard / Maestro cards and is safe to use my parents card on paypal before I get 18 so I can get mine?

covert gust
#

Xd

sterile parrot
#

1st no 2nd yes

#

afaik

boreal escarp
#

Fuc

dapper fox
#

you can only pull money if it is a debit card

boreal escarp
#

I want to buy something but idk if they support this kind of cards tho - or even cards GWmythiBlobLUL

sterile parrot
#

then use paypal?

boreal escarp
#

Is something irl lime

sterile parrot
#

oh

#

then why would they not support cards

boreal escarp
sterile parrot
#

I don't even have a credit card

boreal escarp
#

I didnt even know how you get these cards since yesterday so :)

sterile parrot
#

I have bank card

boreal escarp
#

Ah

sterile parrot
#

with mycard you can withdraw money but it's a diff system

boreal escarp
#

Also, I see that here are two tipes of Vista cards ๐Ÿค”

sterile parrot
#

creditcard allows you to buy up to a limit and then after a period of time it deducts it from your bankaccount or you put x on it

#

my card just uses my bank account without the time limit and won't work without money

#

just go to an atm

regal juniper
#

Yeah. I have a bank card too. I also have a few bank accounts. My main acc it's connected to is my checking, and I always keep that balance low so I'm not tempted to spend ๐Ÿ˜›

boreal escarp
#

Also, Credit or Debit cards?

sterile parrot
#

@regal juniper sameeeee

mental lichen
#

ello dis eez microsoft tech sapport howe can eye help u

#

giv mii credit card details 4 epic sapport we arr trustd

boreal escarp
#

I mean, I wont use it for too long, I just want to know xD

sterile parrot
#

why don't you just ask your parents

#

do you parents know about this btw

#

cause you shouldn't be doing this without their approval or help

mental lichen
#

getting a bank card?

boreal escarp
#

Yes, they do lemon

#

But they dont have a Visa / Mastercard card yet tho

regal juniper
#

Gaby, I do have a credit card, but it's tied to my parents acc

#

Hey Lemmo, why do you make the default command the catch unknown sub instead of it just being the help menu?

#

Less spammy?

sterile parrot
#

wdym

regal juniper
#
    @Default
    @CatchUnknown
    public void onUnknownSubCommand(CommandIssuer issuer) {
        issuer.sendMessage(Messages.UNKNOWN_SUBCOMMAND.getMessage(0, null, null, 0));
    }```
#

You default this to unknown subs instead of just showing the help menu

sterile parrot
#

ugh I hate my message system

boreal escarp
#

Good to know, thanks you :)

sterile parrot
#

idk why I do that

#

no real reason for it tbh

boreal escarp
#

noob

regal juniper
#

Do you want me to change it to default to the help menu?

sterile parrot
#

sure I guess it doesn't really matter

#

less commands for the end user

regal juniper
#

Another thing I noticed is in each part of the plugin, you have logger methods. Why not just make a single one in common and then grab from that?

#

By each part I mean one in Bukkit, Bungee, Sponge.

sterile parrot
#

child should not have access to parent

regal juniper
#

Ahh

sterile parrot
#

as well as that the logging system isshit

#

sponge uses slf4j

#

and bukkit java.util

#

so I've tried to combine it

#

I'm still busy rewriting and stuff though

#

for 2.0.0

#

just don't have much motivation for it atm

regal juniper
#

This bothers me... in all methods the double name is coins, but in one it's price. Can I change this? ๐Ÿ˜›

sterile parrot
#

that probably is because that's the shop part

regal juniper
#

Oh okay

#

It's good then

sterile parrot
#

I mean it shouldbe the shop part otherwise it should be renamed

sterile parrot
#

yass

regal juniper
#

Ty for cleaning up the GuildHandler role massacre. I saw that edit in the commit, looks a lot cleaner than what it was.

sterile parrot
#

oh you mean the builder thingy

regal juniper
#

Yeah for getting what each role does

#

The boolean list or whateve

#

rBut yeah builder

sterile parrot
#

yeah I also got rid of IHandler

regal juniper
#

Ahh okay cool

sterile parrot
#

it was pretty weird because you have a constructor built-in java ;p

regal juniper
#

Ahh yeah?

jagged pollen
#

lol u guys are working on each others project

regal juniper
#

Indeed.

abstract hatch
#

your trying to replace gary? hmmmmmmmmmmmmmmmmmmm

jagged pollen
#

nope

gloomy idol
#

Whats the most effective way to get over a virus in your body?

#

Antivirus!

And if your pc gets a virus, I recommend dayquil for running hours, and nyquil so it sleep modes better

sterile parrot
#

antibiotics and sleep

#

depends on virus tho

boreal escarp
#

O.o

gloomy idol
#

Lemon why you gotta squeeze my creative juices like than man (i knew i would find a use for a lemon joke)

jade oasis
#

Lol

boreal escarp
#

Lol

fringe sigil
#

Lol again

fallow crow
#

@sterile parrot why u steal me name

sterile parrot
#

@fallow crow I did not

jagged pollen
#

@sterile parrot is the original @sterile parrot smh

fallow crow
#

2 pings oof

mental lichen
#

@fallow crow I'll fite you irl mate

fallow crow
#

oh god

#

i am scared

boreal escarp
#

@mental lichen the blurple event is over mate

mental lichen
#

Oof oops wrong pfp

boreal escarp
#

I'm not, I just want to know what that means

kind bobcat
boreal escarp
#

There, follow the template

kind bobcat
#

oh wow it just makes it thats cool

#

thx

boreal escarp
#

๐Ÿ˜ƒ

jade oasis
#

@fallow crow

#

What does that mean

#

Custom ones u mean?

sterile parrot
#

then he'd go to me ofcourse

#

smh

jade oasis
#

Lemmo

#

@sterile parrot this would be considered leaking?

magic summit
#

Yes

#

Already was dealt with that guy

jade oasis
#

OK lit

#

Fuck leakers

fallow crow
#

+1

#

look at this cool guy ๐Ÿ˜‚

#

he sent me his plugin screenshots too :V

sterile parrot
#

@wispy escarp

fallow crow
#

OOF!

jade oasis
sterile parrot
#

helping glare out ๐Ÿ˜ƒ

fallow crow
#

eclipse doesn't support it right?

sterile parrot
#

fuck eclipse lmao

fallow crow
#

lol

#

why

sterile parrot
#

it's shit

fallow crow
#

well its not

sterile parrot
#

but let's not start that argument here

fallow crow
#

im just using eclipse bcs it want less requirements than intellij

jade oasis
#

Paint is the only true godly ide

fallow crow
#

my pc can't run intellij fast

sterile parrot
#

CLion and Intelij Idea are the ones for me tbh

fallow crow
#

eclipse isn't shit at all*

#

intellij is better

jade oasis
#

If you don't use ms paint to make projects are you even a real dev

fallow crow
#

but eclipse isn't shit

sterile parrot
#

and a free license from jetbrains so ๐Ÿ˜„

fallow crow
#

Update all

sterile parrot
#

I probably should yea

jade oasis
#

Oof

#

I just realised

#

That

#

There is code behind code

#

So the java thing

#

Is made from idk

wispy escarp
#

@sterile parrot you once had 23 hours

#

it resrt after it reached an entire day

#

xd

sterile parrot
#

I've had multiple days before

#

sadly yea

fallow crow
#

@sterile parrot dm

fringe sigil
#

Eclipse users: exist
Intellij Ultimate Users: I smell broke in here

jagged pollen
#

lol

sterile parrot
#

I love how smart compilers are

boreal escarp
#

At least the compilers ๐Ÿ˜ƒ

sterile parrot
#

lmao

boreal escarp
#

:)

fallow crow
#

_ _

covert gust
#

_ _

boreal escarp
covert gust
#

_ _

#

_ _

#

_

#

_ _

#

_ _

boreal escarp
#

ok ok, stop

covert gust
#

_ _

#

Ok Sir!

#

Sry for the last message, sent it before reading your message.

boreal escarp
#

blank blank blank Only I can

covert gust
#

๐Ÿ˜ฎ

#

xd

boreal escarp
#

Sometimes I wonder why people use small shitty plugins smh

#

"KeepItems"

jagged pollen
#

yea lmao

#

wondering why 10 years challenge in 2019 like why 2019 exactly? Its not 2020 or something

sterile parrot
#

that shit smart

jagged pollen
#

mhm

boreal escarp
#

lmao

jagged pollen
#

So true lol

#

Idk if thats weird or not but i dont have a Facebook account ๐Ÿ˜Š

wispy escarp
#

i have one that i hardly use

jagged pollen
#

anyways no uses Facebook these days smh

wispy escarp
#

yeah

#

whatsapp and twitter

#

snapchat and instagram

#

xd

jagged pollen
#

Yea

boreal escarp
#

and Ph

jagged pollen
#

Ph? Hmmm?

#

o lol

sterile parrot
#

lmfao

#

that took a while aboodyy

jagged pollen
#

well ive never used (or whatever it is) so idk ๐Ÿ˜Š ๐Ÿ™ƒ

boreal escarp
#

yea yea

jagged pollen
#

lol

sterile parrot
#

that is what they all say

boreal escarp
#

tru

jagged pollen
#

F

#

i really havent

boreal escarp
#

Exposed

jagged pollen
#

๐Ÿ˜”

sterile parrot
#

lmao

#

nice

#

one very very big breach

#

yay!

#

A new record-breaking data dump called "Collection #1" has came to public attention, with 1,160,253,228 unique email-password combinations and over 140M unique emails not seen before in Have I Been Pwned. If you have not done so before, now would be a very good time to check your credentials at https://haveibeenpwned.com/ to see if they have been exposed in a breach somewhere.

https://www.troyhunt.com/the-773-million-record-collection-1-data-reach/

Troy Hunt

Many people will land on this page after learning that their email address has appeared in a data breach I've called "Collection #1". Most of them won't have a tech background or be familiar with the concept of credential stuffing so I'm going to write this post for the masses

boreal escarp
#

w u t

jagged pollen
#

^^ lol

brazen falcon
#

@fading elm is really bad at being a non cooked squid.

fading elm
#

๐Ÿฆ‘

regal juniper
#

Ahh yeah the breach.

mental lichen
#

wow I test one of my emails and it comes up as breached

magic summit
#

ripperoni

late schooner
#

Same here

magic summit
#

1 e-mail out of 3

late schooner
#

^

feral obsidian
magic summit
#

My mail was on 1 breached site and no paste

fallow crow
#

What does barry do?

vagrant folio
#

this place has changed a lot since I originally joined

naive agate
#

lol

magic summit
#

@vagrant folio Random stuff

vagrant folio
#

I joined over a year ago and There only used to be Gary as a bot

magic summit
#

Barry is fairly new

#

f.e. is there this

#

=link LuckPerms

honest thistleBOT
elfin minnow
#

=help

honest thistleBOT
#
Help Menu:

Commands for Barry.

=help

You found it already, this message.

=ping

Pong, hopefully...

=paste <message>

Will paste your message to paste.helpch.at

=members

Total count of all online members

=uptime

How long the bot has been alive for

=ver <plugin>

Find which versions of clips plugins work on 1.8, 1.12.2 and 1.13

=check <service>

Check various services to see if they're online

=links <plugin>

Get useful links and information on a plugin

Other Admin Commands

Some hidden secret stuff. :)

elfin minnow
#

barry does some things gary doesn't do yet

magic summit
#

yet

honest thistleBOT
#
๐Ÿ“‹ Your paste, Tiggy
https://paste.helpch.at/ijicesosaz
late schooner
#

=ping

honest thistleBOT
#
๐Ÿ“ Pong!
Replied in 308ms. API Ping is 107ms
late schooner
#

=members

honest thistleBOT
#
๐Ÿ“ˆ Members:
Currently dealing with **3,078** members...
magic summit
#

Barry is already more used than Gary ๐Ÿ˜‚

elfin minnow
#

i know them admin commands

#

I just can't flex them here

#

sos

fallow crow
#

@regal juniper NO STOP YOU'RE GOING TO DIE TEXTYING AND DRIVING

#

=ping

honest thistleBOT
#
๐Ÿ“ Pong!
Replied in 387ms. API Ping is 61ms
fallow crow
#

HOT

naive agate
#

=ping

honest thistleBOT
#
๐Ÿ“ Pong!
Replied in 41ms. API Ping is 61ms
naive agate
#

;p

fallow crow
#

Ping for what?

#

THE bot?e

naive agate
#

Yes

#

its the ping for the bot

fallow crow
#

dumbo me

naive agate
#

Ikr

#

me too

#

I thought it was me

regal juniper
#

I'm so confused

naive agate
#

Nothin glare

boreal escarp
#

Not just you

naive agate
#

mk

muted fern
#

Barry is โค

fringe sigil
#

Essentials does not exists aha

muted fern
#

=ver autosell

honest thistleBOT
#
<:AutoSell:520488321932328961> AutoSell - Version List
MC 1.8:

v1.8.6-1.8-compat

MC 1.12.2:

v1.8.6 - Latest

MC 1.13.2

v1.8.6 - Latest

#
Online!

PlaceholderAPI eCloud is online and responding.

jade oasis
#

=ping

honest thistleBOT
#
๐Ÿ“ Pong!
Replied in 402ms. API Ping is 242ms
fringe sigil
#

โ˜น๏ธ

muted fern
#

wut did u try

fringe sigil
#

KiteBoard lol

muted fern
#

u can add it

fringe sigil
#

How do you add plugins?

muted fern
#

just follow the json format

#

.

#

odd

fringe sigil
#

Whatโ€™s happening to the messages

muted fern
#

discord being special

fringe sigil
#

Oh

#

I will some plugins later

muted fern
#

img is the only case sensitive one

#

u can have as many values as u need

honest thistleBOT
boreal escarp
#

Looks good cube

muted fern
#

ty

median jungle
#

@drifting blaze

#

@tawdry mountain LOL

fallow crow
#

cube you are doing great on barry

jagged pollen
#

mhm

muted fern
#

ty Luke

fallow crow
#

Yw

young temple
#

Theyโ€™re taking over

fallow crow
#

@muted fern suggestion: make a plugin list that shows all active plugin names

muted fern
#

=links list

honest thistleBOT
#
Available Plugins for =Links:

actionannouncer, autosell, chatreaction, chatreactionplus, deluxechat, deluxecommands, deluxejoin, deluxemenus, deluxetags, ezblocks, ezprestige, ezrankspro, inventoryfull, luckperms, messageannouncer, minecrates, papibot, placeholderapi, rankupholograms, voteparty

muted fern
#

that?

fallow crow
#

oh yeah'

#

didn't saw that xD

muted fern
#

not really listed anywhere yet

feral obsidian
#

Coming soon: Zarryโ„ข

muted fern
#

Larry*

#

get it right lol

feral obsidian
#

Why not use every single character in the alphabet followed by arry

muted fern
#

๐Ÿ˜‰

sterile parrot
#

Harry is coming soon too

jagged pollen
#

oof

#

cant wait

sterile parrot
#

it

#

's gonna be lit

#

I'm making a library for it already

jagged pollen
#

well if ure gonna make it then ofc it will be lit smh

sterile parrot
#

๐Ÿ˜›

jagged pollen
#

oof

sterile parrot
#

"_id":"5a05e2b252f721a3cf2ea33f","name":"Gryffindor","mascot":"lion","headOfHouse":"Minerva McGonagall" woop woop

#

holy shat @echo badge you are dutch hmm

#

oh lol @lime atlas too

boreal escarp
#

Wats dat

fallow crow
#

Harry Potter

lime atlas
#

Wait, @sterile parrot, are you too? An do how do you know that? xD

fallow crow
#

Your name

lime atlas
#

Is it that Dutch? xD

torpid apex
#

yeah i noticed

#

i am fixing it google is laggy af

fallow crow
#

kk

sterile parrot
#

@jagged pollen why atom for a plugin?

#

what's wrong with you

#

;p

jagged pollen
#

just wanted to change some things in plugin.yml ๐Ÿ˜›

#

too lazy to open intellij ๐Ÿ˜…

sterile parrot
#

okay then hmm

jagged pollen
#

lol

fallow crow
#

@jagged pollen u can use WinRAR to change stuff in plugin.yml

#

๐Ÿ˜„

jagged pollen
#

ik i want to change that too in github ๐Ÿ˜„

fallow crow
#

kk ๐Ÿ˜„

sterile parrot
#

also crijn your name isn't that dutch tbh

#

I know it because I'm a magician

boreal escarp
#

Lies, he's a lemon

sterile parrot
#

lol

jagged pollen
#

lmao

fallow crow
boreal escarp
#

His lemon brain

fallow crow
#

i meant the method

sterile parrot
#

if you look into the common package

#

you can see I made an interface called DataProvider

#

every class implementing that interface is a way of saving/loading

boreal escarp
sterile parrot
#

as of now you can that the providers package only contains two providers

#

there is your answer ๐Ÿ˜‰

boreal escarp
#

"Yesterday"

fallow crow
#

thanks

boreal escarp
#

Lime

sterile parrot
#

yes?

boreal escarp
#

Please tell me you are working as a dev or something irl

#

You know too many things lmao

sterile parrot
#

lmao

jagged pollen
#

very smart lemon smh

boreal escarp
#

Or you are just selling lemonade?

#

GWllentSansFingerGuns ๐Ÿ˜‚

sterile parrot
#

it is all self taught

jagged pollen
#

lol

boreal escarp
#

O.o

sterile parrot
#

but no I do have a job, but I'm still a student ;p

#

so it's not the job I'm going to do for life

torpid apex
#

fixed the link

boreal escarp
#

O

sterile parrot
#

when I finish my studies I'll go somewhere around the developer business yes that is my goal

jagged pollen
#

student with alot of free time ofc ๐Ÿ˜›

boreal escarp
#

He have his own uni

sterile parrot
#

shh

boreal escarp
sterile parrot
torpid apex
#

flex

sterile parrot
#

no it's a reference back to 'he have his own uni' which is great english btw gaby

jagged pollen
#

lol

boreal escarp
#

Whats wrong there smh lime

sterile parrot
#

he has

#

not he have

boreal escarp
#

Good to know :)

#

Tbh, I never know when to use has ๐Ÿ˜‚

sterile parrot
#

he/she

jagged pollen
#

It

sterile parrot
#

isn't a living thing though but yeah it too

boreal escarp
#

Oof

sterile parrot
#

and now teach me

boreal escarp
sterile parrot
#

your language

#

romanian?

boreal escarp
#

Yea

sterile parrot
#

top notch memory of a lemon

boreal escarp
#

Lol

#

Lemon - Lฤƒmรขie (Lamaie)

sterile parrot
#

I am a Lamaie

boreal escarp
#

Sunt o lamaie

sterile parrot
#

Sunt o lamaie

boreal escarp
#

You are learning fast lamaie

sterile parrot
boreal escarp
#

How do you said it in your language?

young temple
#

o hi a๐Ÿ‘ปDyy

sterile parrot
#

ik ben een citroen

jagged pollen
#

o hey Ahmad

sterile parrot
#

citroen = lemon

boreal escarp
#

o

#

your language seems complicated Oof

young temple
#

When is the lemon brand launching?

sterile parrot
#

apparently it's the hardest after chinese and stuff like that

boreal escarp
#

is it Dutch or?

sterile parrot
#

yeah dutch

#

@young temple when we have enough people

young temple
#

o

boreal escarp
#

Romanian is close to Italian / Spanish / English / French - being a Romanic language

sterile parrot
#

if u were in my discord u'd get updated cough

#

ah yeah I can speak a bit of french too

boreal escarp
#

dont

young temple
#

Nobody on this planet would refuse the opportunity to buy a lemon branded jockstrap

sterile parrot
#

qu'est-ce que tu parle?

boreal escarp
#

that language gave me nightmares

#

it still does tho

sterile parrot
#

lmao

boreal escarp
#

My marks this semester at french - 4 3 7

#

And I "study" it since grade 3rd

sterile parrot
#

I don't even have french ;p

#

I had it in secondary school

boreal escarp
#

lucker

young temple
#

Idk why they taught us French

#

in the history of our school, nobody ever graduated knowing French

#

It's a pure waste of time and resources

sterile parrot
#

glare adding a method me removing it one commit later

young temple
#

oof

boreal escarp
#

Agree ahmad

young temple
#

I think they do it just to charge us more money

#

since I go to a private school

#

They'd do anything to charge us more

#

They make around $5 mil in revenue each year

#

.<

sterile parrot
#

wtf

echo badge
#

@sterile parrot From Belgium

#

And you?

sterile parrot
#

the netherlands

#

tilburg

#

so p close to belgium

young temple
#

Where's Gaby from? thonking

sterile parrot
#

romania

echo badge
#

Aah, how did you find out tho? @sterile parrot

sterile parrot
#

I'm a magician

echo badge
#

Oof

jade oasis
#

more dutch people

young temple
fringe sigil
young temple
#

@jade oasis A plugin that sets the player's nametag easily and does nothing else (w/ PAPI support).

#

In the config, you'd specific the prefix/suffix variable for each group or for each player with a certain perm (with priorities)

#

There's prob already a plugin for this but I can't seem to find one >.>

jade oasis
#

what

#

thats

#

just nicknames lol, why not like use essentials nickname

fallow crow
#

Just make your name %essentials_nickname%

young temple
#

Nametags, not tab?

elfin minnow
wheat cypress
elfin minnow
#

the bed is just saying goodnight guys

boreal escarp
#

u u t

sterile parrot
fallow crow
sterile parrot
#

nope

#

I've made a library for this before

#

but I ended up scraping the project cause of boredom and just starting to hate bossbar's in general lol

fallow crow
#

๐Ÿ˜ฆ

#

can't u find it?

#

i need it so hard

sterile parrot
#

I'm no expert in bukkit

sterile parrot
#

@fallow crow you need to give a valid budget or you risk getting your request removed

fallow crow
#

Oh

#

Sec

sterile parrot
#

alright that's good

boreal escarp
#

Hey @fallow crow, please accept my fr neonblobgrin

jagged pollen
#

@young temple NameTagEdit?
Or animated names?
Title Manager (Tab header/footer) or Tab (by maxim)
Is that what u want?

boreal escarp
jagged pollen
#

o nice

fringe sigil
#

Might as well check out the spigotmc test server

#

Ooo

magic summit
#

?

#

What is that?

#

Also I personally don't like Tab reborn, mainly because of the attitude of the developer

boreal escarp
#

1.14 loading

magic summit
#

huh

magic summit
#

Just tested around a bit

#

I like the fact, that when you have a tamed cat, that it will randomly bring you stuff, when you go to sleep and wake up ๐Ÿ˜„

sterile parrot
#

is this real life or mc

#

not that it matters I like it anyway lol

magic summit
#

mc

#

In 1.14, when you go to sleep will your cat join on the bed and when you wake up does she sit somewhere with an random item she got...

arctic raptor
#

@fallow crow accept friend request please

elfin minnow
young temple
#

Who's free to join a server real quick and test a command? (10 secs only)

stark seal
#

Anyone know any good website hosts for my minecraft server (xenforo)? That you can use paypal balance for subscription / payment.

cyan ermine
#

I'd say OVH vps is good but idk if you can use paypal

regal juniper
#

I'm fairly sure you can on OVH.

#

For PayPal

#

@stark seal how much do you plan on doing outside of xenforo on the host? You can get some really good deals if it's just web hosting. Or are you looking for a MC host too?

magic summit
#

I have my stuff on deploys.io and they offer webhosting

stark seal
#

@regal juniper Just Xenforo for web hosting. And @magic summit they don't let me use my paypal balance for recurring subscription only the cards on my account :/ I was trying to go with them.

magic summit
#

Because subscription needs a creditcard if it isn't handled by PayPal

#

What is so bad about just paying manually each month?

regal juniper
#

Alright @stark seal well Andre and I both know the owners of deploys.io, and can bother vouch for them. You can either go with the small which is โ‚ฌ1 monthly or medium which is โ‚ฌ3 monthly. I personally suggest the medium for the size Xenforo can get to.

stark seal
#

@regal juniper Just bought from them ๐Ÿ˜ƒ

#

Was also thinking of switching over to their Minecraft hosting once their cross migration was done or whatever it is they're in the process of.

magic summit
#

They probs switch servers

#

They made that with the VPS.

late schooner
regal juniper
#

I would use them more but I have lifetime hosting at some thing I won

late schooner
regal juniper
#

I also just have the ability to host my own stuff too.

stark seal
#

The speed ^

#

I get 90 down and 50 up on a normal speed test

#

Does anyone know how to fix this?

#

And it's with more than just this server I'm currently connected to it's with all.

magic summit
#

I personally still use FileZilla

regal juniper
#

Ftp in general is slower

#

What kind of web panel do they have for web hosting

magic summit
#

CPanel

regal juniper
#

Why not just zip it up then?

brazen falcon
#

@stark seal and @stoic skiff hey, i didnt know you guys were in here

regal juniper
young temple
jade oasis
#

oof anyone wanna play the new hypixel tower defense game

covert gust
#

Wait, is 1.14 out?

jade oasis
#

idk

#

its not but there is snapshots

#

i think

jagged pollen
#

Ah ok

#

Looks cool tho @young temple

young temple
#

โค

jagged pollen
#

my nitro will ends today ๐Ÿ˜ฆ

young temple
#

D:::

jade oasis
#

oof new default mc texture pack

#

looks eh

young temple
#

oof

#

I just realized that i've never gotten around to make a /list command

jagged pollen
#

who made list command? ๐Ÿ˜›

young temple
#

It was on my todo list for ages

jagged pollen
#

lol

#

its useful for u not for players imo

young temple
#

I use Essentials' /list

jagged pollen
#

i was using it in console only

young temple
#

But Essentials is too ugly, players don't deserve to see that crap

jagged pollen
#

u deserve that so its fine ๐Ÿ˜‚ ๐Ÿ˜‚

young temple
#

I added support for essentials afk in tab

#

so it was like [RANK] name [AFK]

jagged pollen
#

o

young temple
#

beautiful

#

till it didn't work anymore

jagged pollen
#

With Js right?

young temple
#

i think so

#

I remember I had to constantly update tab which was horrible

#

Instead of just updating it once someone goes afk

jagged pollen
#

well that should be the tab plugin feature sooo...

young temple
#

Yeah lol

jade oasis
#

yo

young temple
#

Instead of spamming chat with AFK messages, i'd just move it to tab

jade oasis
#

barrels would be sick for hunger games

jagged pollen
#

yo

young temple
#

Yes

jagged pollen
#

o

jade oasis
#

its a chest with a diff texture

#

yo

#

anyone up

young temple
#

no

jade oasis
#

for a game of survival games

young temple
#

o

#

gonna go play cod

jade oasis
#

thats sad

young temple
#

indeed

fallow crow
#

@jade oasis wanna play tower defense?

sterile parrot
fallow crow
#

are u just opening your IDE

#

or u r truly coding?

sterile parrot
#

I'm coding

#

but I think

fallow crow
#

๐Ÿ˜ฎ

sterile parrot
#

that it bugged out when I went to sleep

fallow crow
jagged pollen
#

o weird ..

sterile parrot
#

no that's a glitch

fallow crow
#

Oof

sterile parrot
#

multiple emjis together can form flags

#

In emoji only discord this happens sometimes too

fallow crow
#

Is there a patch tho

boreal escarp
#

On desktop is ok

jagged pollen
#

mhm

muted fern
#

didnt know there was a jetbrains ide for mobile

#

lol

boreal escarp
jagged pollen
#

yea lol

sterile parrot
#

I hope that's sarcasm

muted fern
#

๐Ÿ˜‰

jagged pollen
#

ofc lemmon lmao

boreal escarp
#

what are you gonna do if isn't

sterile parrot
#

going to explain the whole protocol, how the libraries work and how rich presence is sent

boreal escarp
#

๐Ÿคฃ

jagged pollen
#

^^ lmao

sterile parrot
#

y'all gonna sit in a chair

#

door locked

#

if you sleep I punch

boreal escarp
#

I dont like how it sounds

sterile parrot
#

you'll learn

jagged pollen
#

didnt know theres a lemmon that can teach others ๐Ÿ˜›

sterile parrot
#

I've taught many

#

actually

jagged pollen
#

oof

boreal escarp
#

Dr. Lemon Lemonade

jagged pollen
#

Mr. Lemon

sterile parrot
#

lmao

boreal escarp
#

Dr. Lemon Ade

sterile parrot
#

ahahaa

jade oasis
#

@fallow crow when I'm back

fallow crow
#

kk

#

@sterile parrot i did

sterile parrot
#

=updatelinks

honest thistleBOT
#
๐Ÿ“Ž Downloaded links!
Successfully downloaded links from github, atempting to reload links...
#
โœ… Links updated and reloaded!
All ready to use...
sterile parrot
#

=plugin list

#

=plugins

lime atlas
#

=plugin

#

rip

sterile parrot
#

whati s the cmd

boreal escarp
#

=links name @sterile parrot

#

=links list

honest thistleBOT
#
Available Plugins for =Links:

actionannouncer, autosell, chatreaction, chatreactionplus, deluxechat, deluxecommands, deluxejoin, deluxemenus, deluxetags, ezblocks, ezprestige, ezrankspro, inventoryfull, luckperms, messageannouncer, minecrates, papibot, placeholderapi, rankupholograms, voteparty

sterile parrot
#

@muted fern is =links list auto updated too?

muted fern
#

should be

boreal escarp
#

These links are on github too lemon

sterile parrot
#

iknow

boreal escarp
#

?

sterile parrot
#

read le history

muted fern
#

nothing new was added anyway

sterile parrot
#

-> I updated links cuz I thought he might added something

muted fern
#

make a pull request

sterile parrot
#

but he didn't then

muted fern
sterile parrot
#

@fallow crow make a pr

boreal escarp
#

=help

honest thistleBOT
#
Help Menu:

Commands for Barry.

=help

You found it already, this message.

=ping

Pong, hopefully...

=paste <message>

Will paste your message to paste.helpch.at

=members

Total count of all online members

=uptime

How long the bot has been alive for

=ver <plugin>

Find which versions of clips plugins work on 1.8, 1.12.2 and 1.13

=check <service>

Check various services to see if they're online

=links <plugin>

Get useful links and information on a plugin

Other Admin Commands

Some hidden secret stuff. :)

boreal escarp
#

=plugins isn't a command, is it?

young temple
#

=ver Viaversion

honest thistleBOT
#
Plugin:

EzRanksPro
DeluxeChat
AutoSell
MineCrates
VoteParty

MC 1.8:

v1.7.2 - Latest
v1.13.2 - Latest
v1.8.6-1.8-compat
v2.6.1
v1.9.9

MC 1.13.2

v1.7.2 - Latest
v1.13.2 - Latest
v1.8.6 - Latest
v2.9.0 - Latest
v1.13.0 - Latest

young temple
#

o

#

just clip

#

i c

boreal escarp
muted fern
#

for what

boreal escarp
#

ah, nvm xD

fallow crow
#

cube do i need to send a pull request to get my plugin confirmed in =links ?

jagged pollen
#

yes

fallow crow
#

okay done

sterile parrot
#

you need to learn github my man

fallow crow
#

:/

sterile parrot
#

and there's no pr

muted fern
#

if we reloaded right now

#

it would break

sterile parrot
#

oh nvm

muted fern
#

pls fix json first

sterile parrot
#

cuz he wrote it wrong

#

@boreal escarp don't accept broken stuff

#

git revert

muted fern
#

give it a go @fallow crow

#

reloaded and ready to roll

fallow crow
#

ok

young temple
#

wait a sec....

#

Did uncle* Gary die??

#

@kindred sedge

#

o wait

#

he's still alive

#

thank god

sterile parrot
sterile parrot
#
The 80386 and later processors have extended registers. For example,
the 16-bit AX register is extended to be 32-bits. To be backward compatible,
AX still refers to the 16-bit register and EAX is used to refer to the extended
32-bit register. AX is the lower 16-bits of EAX just as AL is the lower 8-
bits of AX (and EAX). There is no way to access the upper 16-bits of EAX
directly. The other extended registers are EBX, ECX, EDX, ESI and EDI.
Many of the other registers are extended as well. BP becomes EBP; SP
becomes ESP; FLAGS becomes EFLAGS and IP becomes EIP. However,
unlike the index and general purpose registers, in 32-bit protected mode
(discussed below) only the extended versions of these registers are used.
The segment registers are still 16-bit in the 80386. There are also two
new segment registers: FS and GS. Their names do not stand for anything.
They are extra temporary segment registers (like ES).
One of definitions of the term word refers to the size of the data registers
of the CPU. For the 80x86 family, the term is now a little confusing. In
Table 1.2, one sees that word is defined to be 2 bytes (or 16 bits). It was
given this meaning when the 8086 was first released. When the 80386 was
developed, it was decided to leave the definition of word unchanged, even
though the register size changed.
``` what I'm reading rn
young temple
#

oof

fallow crow
#

Fortnite takes so long to update

torpid apex
#

yeah before

#

u dont know info

#

dont say it

fallow crow
#

Ah

#

Anyways oh well

torpid apex
#

other wise u will look not the wisest

fallow crow
#

๐Ÿคท

#

In the context it was in

#

And Iโ€™m not bothered

#

Ngl

torpid apex
#

then why saying ยฏ_(ใƒ„)_/ยฏ

fallow crow
#

Because I was saying if you were helping for a role anyways

torpid apex
#

helping is not always for the role though

#

just better to make ppl's life easier, and i am not such an expert to get helpful role

fallow crow
#

I know itโ€™s not for the role xD

torpid apex
#

then y saying~~

fallow crow
#

Iโ€™m saying that to you that itโ€™s not about the role

#

anyways donโ€™t dwell on it

fringe sigil
#

Lol this was so easy

magic summit
#

plugins am I right?

fringe sigil
#

Yep

feral obsidian
jagged pollen
#

lmao nial

brazen falcon
#

Apple reads the discord emojis differently

magic summit
#

because apple is bad

covert gust
#

What about if you're using an iMac? Will emojis be alright then?

young temple
#

Yes

boreal escarp
#

Does anybody have experience with heroku?

#

Ught, why is that complicated to host a damn discord bot

covert gust
#

@fallow crow Says no permission to access that. Can you please say the name of the resource so I can look for it manually?

fallow crow
#

Oh well its still under verficitaion

#

MCM Needs to verify it

covert gust
#

OK. Then I will try in a few hours.

fallow crow
#

I can give you some screenshots

boreal escarp
#

Is it yours?

young temple
#

My hand ain't white, tysm

boreal escarp
#

lmao

young temple
#

also I don't ever ever ever dare to point at my cat

#

She'd jump right at my face

boreal escarp
#

Glad I don't have a cat :))

jagged pollen
#

lol

#

My cat does that too

boreal escarp
#

Why are cats that bad but people still love them

jagged pollen
#

Cuz they're CUTEEE

#

and they aren't bad smh

young temple
#

yes

#

night 4 real

jagged pollen
#

night

timid rose
#

Who developed Chat Reactions for Barry btw? They shouldn't be counting the bot's reaction for skip votes

late schooner
#

^

#

Funnycube

empty sun
#

@fallow crow We can't view that page you shared on the showcase channel, I'm guessing it hasn't been processed by staff yet.

fallow crow
#

Yeah I know, MCM still has to approve it

empty sun
#

Yeah, you should wait till it's approved before putting it in the showcase channel

fallow crow
#

Oh

#

Ill give the link again

#

@fallow crow, The link you provided in the Show-case chat does not work.

#

At least for me it doesn't.

magic summit
#

*on YouTube

late schooner
fallow crow
#

oo

elfin minnow
#

looks

#

ugly

magic summit
#

@late schooner I have some neat emotes :3

late schooner
#

Nice

magic summit
#

Just straight up took them from Discord's audit logs

late schooner
magic summit
sterile parrot
#

@boreal escarp Iโ€™ve used it before

#

what is the issue

#

btw you can also just use a cheap host called a friend

#

xD

elfin minnow
#

lmao

boreal escarp
#

@sterile parrot mr friend, help me

sterile parrot
#

dm mee

sterile parrot
elfin minnow
#

wot

muted fern
#

yeah, lemon is actually the creator of fortnite

sterile parrot
#

yea

fallow crow
#

i will be very hard

#

do second life minecraft server ?

boreal escarp
#

@sterile parrot what badge?

zenith mauve
warm elk
crisp fossil
#

I do have a price like I said itโ€™s up@to them @warm elk

warm elk
#

You still need to put a base price

crisp fossil
#

Not when itโ€™s there choice as idc or Iโ€™ll put $1 and say what I have there now

warm elk
#

So put $1 as a base price. You have to have one

#

Ask the staff about it

magic summit
#

@crisp fossil You have to set a valid price, no matter what, even if its $1 - up to you

honest thistleBOT
#
๐Ÿ“‹ Your paste, Tiggy
https://paste.helpch.at/ujabapisuj
elfin minnow
#

@crisp fossil Here is your old #529516760492146738 however it was removed due to not following the rules.

crisp fossil
#

That rule kinda dumb if you want to pay the dev of the item price they want me to pay

muted fern
#

Hence why you can have a range

late schooner
#

Nice

regal juniper
#

Why doesn't he have nipples?

zenith mauve
naive agate
#

:p

elfin minnow
#

sus

fringe sigil
#

I am going to build a service similar to the plugin banners one

#

But it will show the live servers/players running the plugin

boreal escarp
#

o

naive agate
#

Nice

boreal escarp
#

Also, nice drawing Terfs

naive agate
#

Ty

#

My friend made that

boreal escarp
#

Kinda creepy xD

naive agate
#

;/

#

It looks good

#

Its a cave

boreal escarp
#

I havent said it doesn't ๐Ÿ˜ƒ

naive agate
#

?

sterile parrot
#

the badge from the screenshot @boreal escarp

#

it only shows up for me but not for my public profile :/

errant bone
#

@muted fern Please contact me Im here to do a partner of your plugin Im runing an Established network and will like to use ezrankspro and feature It On my twitch channel

boreal escarp
#

@sterile parrot are you talking about the org?

sterile parrot
#

yes

boreal escarp
#

F

muted fern
#

I'm not clip @errant bone

boreal escarp
#

Is possible to update a fork on github from the actual repo?

eternal apex
#

make a pr to the fork from the og

sterile parrot
#

no a fork and a normal repo aren't afiliated

boreal escarp
fringe sigil
#

Got it working, bit slow though

boreal escarp
#

wont be better to make it work with the plugin id?

fringe sigil
#

bstats doesnt store the spigot resource id on their servers

#

And getting the bstats id is just a hassle

#

But thats probably why its rather slow

boreal escarp
#

of you are using bstats, make sens now

sterile parrot
#

@viscid smelt you need to provide a valid budget a range is fine too

#

@brazen falcon ^

brazen falcon
#

We dont have a budget

sterile parrot
brazen falcon
#

no like we dont have a specified budget

real heron
#

Just make it 5-20$ or something

brazen falcon
#

k

sterile parrot
#

you need to provide a budget or itโ€™ll be deleted read the pinned message

#

ranges are fine too.

jagged pollen
#

and why the same post in both channels?

brazen falcon
#

Incase someone is willing to do it for fre

#

free*

jagged pollen
#

Ok then put it in paid only and budget 0-100

sterile parrot
#

^

feral obsidian
magic summit
#

@brazen falcon please don't have the same request in both channels.
Select one and delete the other.

sterile parrot
#

was already said

sterile parrot
boreal escarp
jade oasis
#

tower wars anyone

elfin minnow
#

mixer

#

bruh

#

Lemmo devs in the quiet

naive agate
#

Lol

analog pendant
jade oasis
#

@sterile parrot

#

add music

#

or explain what ur doing its really uncomfortable without sound

fallow crow
#

is hard to create second life mc server ?

sterile parrot
#

get your own music

#

I'm cleaning guild's rn

naive agate
#

wym @fallow crow

sterile parrot
#

my music taste isn't quite like most people lol, I listen to hardstyle don't think people want to listen to someone coding with hardstyle lol

#

@jade oasis @elfin minnow

elfin minnow
#

oof

young temple
#

sub to pewds

boreal escarp
#

@sterile parrot I do

#

Dw guys, only ~18000 people watching forknife on mixer

sterile parrot
#

lmao

boreal escarp
#

face reveal @sterile parrot ?

sterile parrot
#

lmao

#

u wish

late schooner
boreal escarp
#

o

young temple
#

h o t

sterile parrot
#

hot

#

indeed

#

๐Ÿ”ฅ

boreal escarp
#

Why do teachers ask for hand write projects ..

#

3 projects, at least 2 pages each

young temple
#

o god

boreal escarp
#
  • images because why not
young temple
#

no u

jagged pollen
#

rip lol

#

@fallow crow u delete one of ur requests in #529516760492146738 please
u can have one at a time only

#

and thats invalid budget tho

#

oof u had another one too ๐Ÿ˜›

#

@slender aspen ^^ please

sterile parrot
#

removed

#

thanks for noticing

jagged pollen
#

ty ty โค

magic summit
#

@safe tulip Please provide a valid budget.

safe tulip
#

Isn't negotiable a valid term?

boreal escarp
#

Guys, does it matter if I withdraw USD to a debit card from paypal and then I want to pay something with RON? (Our currency)

late schooner
#

Yes. Since now you have USD which isnโ€™t RON

#

So you canโ€™t pay with anything

fallow crow
#

omg

boreal escarp
#

Nice .. Can I select the currency I want to withdraw the money?

#

Otherwise is a big RIP

fallow crow
#

u did your first steps into currency virtual ?

boreal escarp
#

No, I just want to withdraw some pp money, and here we dont use dollars

sterile parrot
#

withdraw?

#

you csnโ€™t withdraw paypal money

#

canโ€™t

boreal escarp
#

Move them to a debit card, idk bro

fallow crow
#

u can withdraw money

sterile parrot
#

if you move them then you can just withdraw at an atm

fallow crow
#

they will convert into your country money

#

dont worry

sterile parrot
#

and youโ€™ll get your country money

#

yea

boreal escarp
#

Hmmmmmmm

fallow crow
#

about 1-3 working days into your bank account

#

yeah

sterile parrot
#

just a lil conversion fee

fallow crow
#

i know RO are poor

sterile parrot
#

LOL

boreal escarp
fallow crow
#

if mean short for romanians ๐Ÿ˜„ hehe

boreal escarp
#

Lemmo, can I select a new currency when I move them to the debit card?

sterile parrot
#

you donโ€™t move it to a card