#off-topic

1 messages · Page 625 of 1

eternal apex
#

never

wary willow
#

please delete that

lofty void
#

👀

wary willow
#

or frosty will beat you

woven prairie
#

Different use cases, too

lofty void
#

Disgusting

fair island
#

Ah I Triggered people again how fun

lofty void
#

Absolutely

wary willow
fair island
#

I just have to say the word Skript and people get all exited

wary willow
#

I get errors for everything a player does

#

including movement

lofty void
#

Ouch

wary willow
#

and they don't work at alll

#

so I just removed them

fair island
#

Fix the bug

wary willow
#

aparently they made a few updates and told me to use the latest devs but still

lofty void
#

I mean, I just made a simple ”go collect this thing” quest. And then they got a perm node, and that perm node marks it as ”complete”.
Sucks cuz it clutters LP

wary willow
#

at some point my console was so behind that it was still reporting 5 hours old errors

lofty void
#

and could probably have done it differently

regal juniper
#

POG

wary willow
#

yeah I think about adding those type of quests as well

regal juniper
#

IT CONNECTED

muted fern
#

😮

lofty void
#

Your name still triggers me, Glare

#

Why did I suggest that

#

I knew he would ruin it

wary willow
#

the problem henk is they can buy the items from shop and just trade it as quest items

fair island
#

You caused it, you suffer with it

lofty void
#

Yeah, I made some checks around that 😛

#

So that when they pick the item up they get a permnode and an item. And they need to have both to proceed

#

So they can’t just get one from a friend

#

Or buy it

regal juniper
#

@muted fern Remove your discord from spigot profile

muted fern
fair island
#

Glare your name triggers me

lofty void
#

You’re kinda hawt

#

I mean uhmmm

fair island
#

O

#

You mean because lava, right henk?

wary willow
#

chains go with lanterns and mob spawners and a few of those blackstones but in rest they don't rly work

lofty void
#

Eh. Still a nice addition

fair island
#

Emojis down?

lofty void
#

Wooo, it’s daytime again now.

#

10 hours done of this work shift, only 8 left...

fair island
#

Work shift?

lofty void
#

Sorry. Work shit* typo

wary willow
#

wait can you save numbers in data js placeholders? like numbers from another placeholder?

fair island
#

Lul

lofty void
#

You probably aren’t asking me, but I will still answer:
I have no idea what you just said,

wary willow
#

I was asking you actually 🙂

lofty void
#

Oh xd

#

I haven’t done any js with dm

wary willow
#

so there is that custom javascript palceholder called Data made by clip

#

oh

lofty void
#

Don’t know any js xD

wary willow
#

well

fair island
#

Javascript is ez

wary willow
#

I tought that maybe when they start a quest I get their mined specific blocks for example and then check at the end when they finish the quest

#

so I make then press to start and press to finish

lofty void
#

I just use scoreboards if I need to store data for a player xD. So vanilla.

wary willow
#

idk how to use scoreboards ... at all

#

I know the one where you can show health below name but that is all

#

actually you can use placeholders in data

#

so I can make custom quests

#

without having to worry about them buying the items

#

this is going on my todo list

#

because I Forget things very fast

lofty void
wary willow
#

and I have to carry a notebook with me every time to note things

#

yeah I remember helping you with that

#

for the min and max

lofty void
#

But ”Data” is probably much better. No clue how or what uses it have tho xD

wary willow
#

clicker

lofty void
#

Yeah 🙂

#

Just for an example for scoreboards.

wary willow
#

I have so many bookmarks on my browser I can't even keep track of which is what

#

because as I said I forget things very fast and I need to save them in 100 places :))

lofty void
#

Only problem with scoreboards, if you have a viewrequirement to check a scoreboard, but that scoreboard happens to be NULL, then the menu won’t open.

#

Haha xD

wary willow
#

you can set a barrier

lofty void
#

Ideas come flowing, but they fly away just as quickly

wary willow
#

with the view requirement

#

to be NULL

#

or something like that

lofty void
#

Oh yeah, that I could

wary willow
#

or a open requirement so at least it gives a message

#

and doesn't open the menu

long summit
#

Looking at that paste made me thing of something, yall should add ranges for the slots, like slots: "0..54" or

slots:
 - 0..20
 - 25..54

That list is so big xD

wary willow
#

oh yeah that was proposed before

lofty void
#

Yeah. That would’ve been neat

wary willow
#

but it is still better than having to make 50 items

lofty void
#

I mean, I also used a max size chest xD. But the menu wasn’t done, and still isn’t

#

Oh. I did that for another menu, until I realized ”slots” was a thing

wary willow
#

same

#

I only did it for 1 menu tho

#

so glad I found out 🙂

#

because I couldn't have ever forgive myself if I did it for all 68 menus

lofty void
wary willow
#

well that was a nice attempt

lofty void
#

But it wasn’t something I was actually going to use. More of a proof of concept, and to see if I could.

wary willow
#

there is probably a way you can make it work

lofty void
#

Yeah, but figured it would invovle some js magic

wary willow
#

yeah

lofty void
#

involve*

wary willow
#

maybe the data placeholder could have helped as well

#

I need to learn to use the data placeholder more as it is very good

#

for things like 1 time rewards

#

and stuff like that

lofty void
#

Hmm

wary willow
#

without having to give 100 permissions

lofty void
#

That sounds interesting

wary willow
#

here

lofty void
#

Read my mind

#

That... looks way complicating.

wary willow
#

what does?

#

all you have to do is copy and paste

lofty void
#

Oh yeah, for that thing true

#

I meant just overall

wary willow
#

and then do this - '[console] give %player_name% diamond 1 %javascript_data_set,{player_uuid}.has_used,true%'

#

and this

#
        check_if_can_use:
          type: string equals
          input: '%javascript_data_get,{player_uuid}.has_used%'```
lofty void
#

I don’t have a lot of one-time things for my servers. I have things that are on cooldown, though

wary willow
#

I use permission for that stuff

#

even tho there is the Cooldown expansion by aboodyy

#

I like permissions because I can check them very easy etc.

lofty void
#

Yeah. That’s what I did too

#

Also blitz, do you know how to make a menu auto-refresh all the time? XD. For the memory game I had to make opencommands be [refresh] <delay=20> [refresh] <delay=40>..... etc. It was a pain xD

wary willow
#

not rly

#

there isn't a way

#

only when you click

#

an item

lofty void
#

Darn

#

Or doing what I did xD

#

But that’s messyy

wary willow
#

you can use the update_interval: and update: true for some things but I don't think it works as [refresh]

lofty void
#

Yeah, that just update lore and stuff, doesn’t actually change the item if the view_requirement no longer passes

wary willow
#

oh you need it for view requirement

#

I see

#

then yeah the only way is the one you used

#

which is as you said messy

#

I think I will start working on 1 test quest with the data placeholder

#

and see how it works

#

as my server is finally empty

lofty void
#

Feel free to let me know how it goes.

wary willow
#

I will

#

the /jsexpansion reload command is so nice

lofty void
#

Ooo

long summit
#

That's me right now

regal juniper
mellow wedge
#

@fallow crow reason for add?

fallow crow
#

WAnna ask some questions

mellow wedge
#

why dm?

fallow crow
#

um

#

idk

wary willow
#

@lofty void it was a nice idea but I run into a few roadblocks ...

#

%javascript_data_get,{player_uuid}.quest_stone_completed% returns a space but this view requirement lets me see the item anyway ...```
view_requirement:
requirements:
type: string equals
input: '%javascript_data_get,{player_uuid}.quest_stone_completed%'
output: 'true'

fallow crow
#

Does each server in a bungee network require its own cpu

wary willow
#

no?

#

just a different port I think

fallow crow
#

So

#

Like

wary willow
#

I don't think it does

fallow crow
#

I'm about to put my network online, and I dont wanna waste my money you feel me

wary willow
#

cj if you here by any chance you know how to use the Data placeholder? I rly don't understand it

#

I mean I tought I did understand it

mellow wedge
#

?

mellow wedge
#

custom placeholder?

wary willow
#

yeah made by clip

#

I tought you my know how it works but assuming you didn't even know about it.. 🙂

fair island
#

5m to go

lofty void
#

I mean, minecraft is single threaded, right? So you should be able to run many servers from one CPU, given tou have the cores for it. @fallow crow

wary willow
#

I don't understand why when I do /papi parse me %placeholder% it returns nothing but if I do a view requirement with the output 'true' it still works

#

what's at 7 untouched?

fair island
#

Daily...?

lofty void
#

No clue, blitz 😄

#

:S*

#

Also, total photoshop mr waffle king

regal juniper
#

@lofty void Almost to 200M cobble. This fortune enchant is INSANE.

mellow wedge
#

it looks like just a map

fair island
#

I've stayed up all night to do this daily lol

wary willow
#

oh right

fair island
#

I've had no sleep lately thanks to the daily

wary willow
#

:))

mellow wedge
#

@wary willow i think you're using it wrong

fair island
#

I'm paranoid I'm gonna miss a day

wary willow
#
    view_requirement:
      requirements:
        type: string equals
        input: '%javascript_data_get,{player_uuid}.quest_stone_completed%'
        output: 'true'
``` this is my view requirement
#

and I didn't set anything for that path

fair island
#

Uhh

#

Wrong placeholders?

mellow wedge
#

okay, so what's wrong with it?

wary willow
#

and /papi parse me %javascript_data_get,{player_uuid}.quest_stone_completed% returns nothing

#

...

mellow wedge
#

probably not

#

did you ever set it?

fair island
#

Isn't that the wrong placeholder?

wary willow
#

so I sohuldn't be able to see the item

#

nope

#

never used it

#

and never set it

fair island
#

No I mean that's the fesrherboard ones

mellow wedge
#

good

fair island
#

Oh am I missing something

mellow wedge
#

which means it's not completed

#

so when you complete it

wary willow
#

I set it to true

mellow wedge
#

it won't return '' anymore

wary willow
#

%javascript_data_set,{player_uuid}.stone_quest_completed,true%

#

yeah but still

#

the view requiement

#

doesn't work

#

...

mellow wedge
#

so now you completed it

fair island
#

1m or so to go :D

mellow wedge
#

then send your config

#

=paste

honest thistleBOT
#
HelpChat Paste

Please use a paste service to share configs, errors, code and long logs.
HelpChat Paste

wary willow
#

here you go

#

I've just started using it

#

so I may be just dumb but yeah

#

also don't mind the completed2 item

regal juniper
wary willow
#

it was just a test

mellow wedge
#

umm

lofty void
#

Good boy glare, good boy

wary willow
#

daily ready

mellow wedge
#

What makes the int go up for quest_stone?

timid chasm
#

wow

lofty void
#

Now get us redstone too

regal juniper
#

Do you want me to stop using the hammer for now?

wary willow
#

%javascript_data_set,{player_uuid}.stone_quest,{statistic_mine_block:stone}%

fair island
#

How did I land it on 1s @regal juniper? lol

mellow wedge
#

what

#

so

#

you never update it

#

?

#

you only set it once

#

when they click quest

#

and never again

wary willow
#

yeah

fair island
#

Gn btw, its 5am I need my sleep now

wary willow
#

I have it in a left click requirement

#
    left_click_requirement:
      requirements:
        minned:
          type: '>='
          input: '%math_{statistic_mine_block:stone}-{javascript_data_getint,{player_uuid}.quest_stone}[precision:0]%'
          output: 16
          deny_commands:
          - '[message]&cYou haven''t minned 16 stone yet.'
          - '[close]'
#

so if they haven't minned at least 16 stone

mellow wedge
#

what

wary willow
#

it doesn't let them complete the quest

mellow wedge
#

you never update the data

#

you're doing this all wrong

#

you should just be checking the statistics

#

and use those placeholders

#

if you want, you should be updating the placeholder on requirement

wary willow
#

yeah but I need to store the blocks they mined at the begging of the quest and compare them with when they want to complete it

mellow wedge
#

but you don't

regal juniper
#

Henk isn't having any of my shit tonight

lofty void
#

nope xD

mellow wedge
#

ohhhhh

lofty void
#

It’s been a long day okayyy

mellow wedge
#

okay okay I see

#

so where are you running into issues?

wary willow
#

the third item 'completed'

regal juniper
#

Okay but does the picture at least look legit?

#

I spent like 5 minutes on that photoshop

wary willow
#

it shows me the item even tho I didn't add the true to that data

mellow wedge
#

you did now, right?

wary willow
#

nope

#

because I never get to use the start

#

and complete

#

button

#

I don't see them at all

wary willow
#

let me try and change priorities

mellow wedge
#

no, that should be priority 1

#

I think you're doing it wrong

#

if javascript returns a true boolean i believe it goes through as a PAPIboolean

wary willow
#

...

#

and I still see the third item

mellow wedge
#

err it might be a string

#

not the point though

#

you see completed?

wary willow
#

yeah

mellow wedge
#

ohg

#

oh no

#

bruh

#

bruh

wary willow
#

?

mellow wedge
#

youfell into the classic blunder

#
view_requirements:
  requirments:
    requitrment_name:
      type:```
wary willow
#

where?

#

it is requirement: not requirements

mellow wedge
#

you forgot requirement nmae

wary willow
#

omg

#

I forgot it for all at first

mellow wedge
#

also, why are you asking for help in off topic?

wary willow
#

then aded it for most of them

#

:))) IDK I just forgt I had 24 h of no sleep

#

sorry mate

#

and thanks

mellow wedge
#

👍

muted fern
#

@naive frost in terms of your report mind just sending Barry the user id of that person, just message him normally we'll see it

fallow crow
#

Nice job being support @wary willow

wary willow
#

thanks

muted fern
#

@wide needle Having fun there with <@&532802159729704960>?

wide needle
#

His being rude

velvet crescent
#

no u

wide needle
#

plus his giving me bad vibes

fallow crow
#

barry gives me bad vibes too

normal wharf
#

Yo

#

I've got a paypal account, but I cant withdraw the money in it because it wants ID

#

but if i give them ID it will show im <18

#

wtf do i do lol

velvet crescent
#

grow up <o/

#

If you've got an older sibling, use them to do it

normal wharf
#

I dont......

#

Is it a bad idea to use a bit of the ol photoshop

velvet crescent
#

I'd say yes, but in reality if you're good enough noone will know 😛

normal wharf
#

I mean, it wouldnt be too hard to change, if paypal realises its dodgy are they gonna follow it up with fines and shit? Thats what im worried about

velvet crescent
#

Unlikely

normal wharf
#

Alright if i get fined im sending it to you :p

#

jk

velvet crescent
#

kek

normal wharf
#

In theory they could but realistically I cant see it happening....

#

If it does im fucked

#
We can accept one of the following:
    Driver's licence (front and back)
    Passport
    Australian Proof of Age card
    National ID card (front and back)
    Birth certificate
    Australian Centrelink Pension card
    Australian Department of Veterans' Affairs pension card
    Citizenship certificate.```
#

I think imma have to do a passport lol 🤔

velvet crescent
#

oh an aussie

normal wharf
#

mm

velvet crescent
#

Take a piece of paper and just write 18 on it with your name

#

eu

#

ez*

normal wharf
#

Lol

#

class it under Birth Certificate

velvet crescent
#

yes

boreal escarp
#

I wouldnt try to give them fake papers

#

Better make an account on your mom/dad name and sent the money thefe before they lock your s

normal wharf
#

bruh

#

my accounts locked already

velvet crescent
#

Don't you have an option to call them btw?

normal wharf
#

yea

boreal escarp
#

Ah, I see

velvet crescent
#

Cause when they locked mine, I called them and the dude didn't even ask for my age

normal wharf
#

It doesnt even let me transfer it from my paypal to my bank

#

Cos I cant confirm my bank

#

Cos to confirm my bank, i need the iD

#

wait so do u reckon calling them will work? Cos i tried live chatting and they still said i needed it

boreal escarp
#

Cause when they locked mine, I called them and the dude didn't even ask for my age
@velvet crescent lucky

velvet crescent
#

The dude was chill af, he just asked me to confirm the address where the account was created

normal wharf
#

Hm

#

Its worth giving a shot

#

when live chatting they just always redirect me to the website

#

They will most likely just tell me i need to go there....

#

I can try telling them that doesnt work or something i guess lol

fallow crow
#

I'm just 1 year old away to actually free from most of restrictions 😂

normal wharf
#

I just want my $29

velvet crescent
#

wait they locked your account for that litle

normal wharf
#

mhm

#

and its aud so its even less for u lol

velvet crescent
#

kek

normal wharf
#

and they just shut so i cant call them ._.

fringe sigil
#

discord live is cool

sly ore
#

Imagine not being able to block bots

fringe sigil
#

🤔

sly ore
#

You know what I mean?

fringe sigil
#

No

fringe sigil
#

@velvet crescent what feature

#

papi and animations basically

velvet crescent
#

wut

fringe sigil
#

kite holo

velvet crescent
#

papi, animations, interactable

#

that's pretty much it

#

make an events system similar to kiteboard for the interactable part

#

(Just more doccumented tho ;C)

fringe sigil
#

lol theres quite a bit of documentation on it

#

Wait until I write a pdf

velvet crescent
#

kek

fringe sigil
#

and dear god holographic extension questions

#

all i get is

#

help i get this error all the time

#

and lol

#

so many people get the error

velvet crescent
#

That's why we have Barry to give people answers 😉

fringe sigil
#

?faq kiteboard

muted fern
#

😉

fringe sigil
#

🥱

#

I need to start active on github

#

Might accept andres 1 and a half year old pull request

#

Also kiteboard api

willow oracle
#

Shit namecheap has HELLA DISCOUNTS

mellow zinc
#

arent they like

#

cheap enough already

willow oracle
#

Tru

wary willow
#

blitz.games is 1.000$ ... 😦

#

but blitz88.games is 17$

#

actually it is 3.000$

velvet crescent
#

oof

wary willow
#

yeah 😦

#

I can take blitz88.com, blitz88.org and blitz88.net for 25$ or something arround that price

#

first year of course

velvet crescent
wary willow
#

:))

#

blitzgamer.games $16.88/yr is it worth it ?

#

I don't think it sounds that good

velvet crescent
#

nah

wary willow
#

yeah thought so

#

rupus.games is 16.88 tho 🙂

velvet crescent
#

Why .games tho

wary willow
#

Idk 🙂

#

i am not creative

normal wharf
#

idk what to do bout this paypal thing lol

#

I know it will probably be alright if i do the ol photoshop

#

but i dont want paypal to fuck me

velvet crescent
#

Too late for that

normal wharf
#

wym

#

too late to paypal to fuck me

#

too late for me to do the ol photoshop

velvet crescent
#

Too late for paypal to fuck you, cause they already did :p

normal wharf
#

🤔

willow oracle
#

how lol

fallow crow
#

Did youtube just patch braves adblocker 😮

#

I can't even afford to care about Brave so..

#

Y

velvet crescent
#

@lethal jolt What's a porfa plugin?

woven prairie
#

VoiceoverPete just followed me...

fallow crow
#

It's a different language @velvet crescent

velvet crescent
#

Gian, did you do what you said you were gonna do?

woven prairie
#

Depends, what did I say 😮

velvet crescent
#

DJ out, FJ in

#

Also ngl, but the completely white chat format hurts my eyes

woven prairie
#

xD

fallow crow
#

Who uses tiktok?

boreal escarp
#

Is Tuinity for 1.14+ only, Gian?

#

@woven prairie 8825_cough xd
Nvm

velvet crescent
#

Go study Gaby

boreal escarp
#

Smh

mellow zinc
#

yeah go study

willow oracle
#

No

mellow zinc
#

ok

plucky depot
#

Gaby I’m pretty sure tuinitys development has stopped now for a bit so I’m not sure it’s worth installing for the time being

muted fern
#

Is github down?

regal juniper
#

Yes.

fringe sigil
#

Oh

muted fern
#

explains why I can't push to barry

fringe sigil
#

Oops

regal juniper
muted fern
#

smh

regal juniper
#

Tunity was last updated yesterday.

sterile parrot
#

They aren't even sure.
I feel this

velvet crescent
#

@plucky depot it is

sterile parrot
#

what is tuinity

muted fern
#

paper fork or something

#

for larger player counts

velvet crescent
#

Yes

fringe sigil
#

Github kinda back

mellow zinc
#

what does kinda mean

fringe sigil
#

half the page loads

#

also you reply to that guy?

muted fern
#

real question is can i push a barry update

fringe sigil
#

maybe dont

#

just incase lol

muted fern
#

i live on the edge

regal juniper
#

Can confirm. Cube tried to get me to push untested code the other day.

muted fern
#

didnt push the webhook to force update, but it pushed

#

New barry update <o/

fallow crow
#

tfw the teacher schedules an online call at 11pm

muted fern
#

Wew

fallow crow
#

Dannys a madlad

muted fern
#

What subject though?

fallow crow
#

Media

fringe sigil
#

Lol

muted fern
#

So you're all just having a netflix party or something

fallow crow
#

He kinda sucks at being a teacher tho ngl

#

Netflix & Chills

fringe sigil
#

Fun fact neflix is built off spring

fallow crow
#

o_O

eternal apex
#

and guice!

fringe sigil
#

🤢

#

Who needs guice when you have sprng?

eternal apex
#

smh

fringe sigil
#

Jeannétte le Flouroux
@flouroux
·
8m
Replying to
@githubstatus
I think it might be my fault... I've created a new branch and, uh, I've named it with an emoji. I'm really sorry, guys, it's my first commit😭

#

Lol

velvet crescent
#

Kek

hallow sage
#

i literally pushed to github and saw a 504 error, uhm alright ill try again, went to githubstatus.com and saw they have a thing there 0 mins ago

#

they said they deployed a fix so

plucky depot
#

Ah Tuinity is back up now

woven prairie
#

wut

#

How does Tuinity go down?

plucky depot
#

I mean't because I said the development stopped but they've started developing on it again now

woven prairie
#

Oh

#

Yeah

#

Cool patches too

#

But, lowkey, Tuinity is last resort

plucky depot
#

I love how it's a fork of a fork of a fork (and maybe another fork?)

boreal escarp
#

isn't it a fork of paper which is a fork of spigot?
tuinity - paper - spigot

sturdy bobcat
#

yes

willow oracle
#

Whats tuinity

sturdy bobcat
#

A fork of paper

#

it's a "better" version of paper

fallow crow
#

isnt spigot a fork of bukkit?

#

or not

#

Cos then tuinity - paper - spigot - bukkit

hallow sage
#

and bukkit is a fork of minecraft

#

or craftbukkit

sturdy bobcat
#

everything is just a fork

fallow crow
#

🦄 is rude

loud flower
#

what was that google typing website called?

boreal escarp
#

lmgtfy?

loud flower
#

yeah

#

ty

velvet crescent
#

Eating cereal at 6:30pm 👌

sturdy bobcat
#

yes

woven prairie
#

ToiletPaper when

trim raft
#

PaperClip

velvet crescent
#

Have you switched Gian?

woven prairie
#

I haven't worked on Shark

velvet crescent
#

feels bad

woven prairie
velvet crescent
#

oshit

#

what ver?

woven prairie
#

1.15

velvet crescent
#

SB I assume?

woven prairie
#

Ye

trim raft
#

6

#

...

velvet crescent
#

Oh that kinda hurts

sturdy bobcat
velvet crescent
#

Gian, why don't you split into two instances btw? Since it's skyblock you could easily link them

woven prairie
#

We are soon

velvet crescent
#

neat

woven prairie
#

You flow at over 3TPS? pls

velvet crescent
#

oof it actually flows

velvet crescent
#

Also @woven prairie Why you using default store :p

#

shop*

woven prairie
#

May have broken the config

fallow crow
#

@woven prairie do you make xenforo themes?

woven prairie
#

Nope

fallow crow
#

R.I.P

obsidian fable
#

§

#

Oh yes, yes yes yes

#

1.16

velvet crescent
#

Did you make that or?

obsidian fable
#

Screenshots from snapshot version

#

I didn't, got it from another discord haha

velvet crescent
#

What a thief

obsidian fable
#

x))

velvet crescent
#

Can't wait for chats to be even more cancer than they arelady are lmao

#

already*

obsidian fable
#

hahahah

#

I mean, the White Pink is pretty nice

#

as chat color for donators for e.g.

velvet crescent
#

Yea people are probably gonna be stupid and just allow everyone to use everything which will be yikes

fallow crow
#

anyone here can give me a anti ping bot in NODE.JS 10

magic summit
#

@obsidian fable @velvet crescent From what I can tell is that only for tellraw (JSON)?

velvet crescent
#

Should be for chat shit as well I think

naive agate
#

wait 1.16 add more colors?

velvet crescent
#

Yea

naive agate
#

omg

#

@knotty badge no

velvet crescent
#

@boreal escarp remove it

naive agate
#

remove that rn

magic summit
#

They constantly mention "components" @velvet crescent

#

So idk....

velvet crescent
boreal escarp
#

???

velvet crescent
#

too late

naive agate
#

he removed it

#

xD

velvet crescent
#

should've been quicker

magic summit
#

How should it even be possible in normal chat to provide more colours?

naive agate
#

check logs

#

So @velvet crescent why you and 3 others leave a heart on my request lmao

velvet crescent
#

I left it first

#

kek

naive agate
#

lol go look

velvet crescent
#

I saw yea kek

naive agate
#

xD

velvet crescent
#

Andre, considering they are gonna use the &<color> format, should be same as the current ones

naive agate
#

I wish we could do hex in mc

magic summit
naive agate
#

😮

magic summit
#

(The heart thing)

#

I btw completely forgot that maximvdw is on my Discord server 😂

#

And Brianna (Songoda) also joined now

naive agate
#

LOL

velvet crescent
#

weak

naive agate
#

Andre how you been havent talked to you in a while

magic summit
#

bored most of the time...

#

And waiting for my 10k Bot to finally get verified by Discord

naive agate
#

ah I feel

#

I like how they add that

#

to see if the bots legit

magic summit
#

They posted yesterday that they finished the applications from the first day

#

And now go to work on the ones from the 2nd day

#

Which are over 1k

woven prairie
#

Are there any benefits to verified bots?

regal juniper
#

Not that I've seen yet.

velvet crescent
#

Dope ass badge

magic summit
#

@woven prairie Perhaps new features usable by bots

#

Like bots could directly integrate own features (context menus) into the App

#

Also, a cat for you

willow oracle
#

Can control my phone from my PC

sterile parrot
#

@naive agate hex will technically be possible since rgb colors are now supported

naive agate
#

@sterile parrot wait fr? lets go I wish this crap was added back in 1.8

fair island
#

vk really just deleted my github ticket because I said i can't download it because its on mcm lol.

naive agate
#

lol

fair island
#

What a idiot he is

willow oracle
#

lool

#

I don't use any of his plugins

woven prairie
#

He has the only decent CE plugin with a good API, other than that, he's plugins are eh

willow oracle
#

Tru

magic summit
#

Wow..... Just wow....

#

Someone seriously posted 3 separate resources as "website" while they are just HTML5Up designs and where not even changed at all...

#

So he violates not only the Licenses (Not giving credit) but also uses ad-links, which violates the Spigot forum rules...

#

How much do you have to suck to do that?

naive agate
#

lol

willow oracle
#

LOL

magic summit
#

Okay... He not only uses HTML5Up but also a design by GamePvP (2?)

#

Which is like a completely different, stolen design

willow oracle
#

lol

#

@magic summit send link

magic summit
#

That's the user

#

All his resources are Websites

#

And the two I checked where clearly not from him

#

(Also, he updated the links because I commented)

willow oracle
#

Fuck me

#

I'm randomly getting dizzy

magic summit
#

Oh lol... He follows the guy he stole the website from xD

willow oracle
#

l o l

magic summit
#

And on the design did he comment that he will "use it"

willow oracle
#

you reported em already right?

magic summit
#

Yup

willow oracle
#

Good

magic summit
#

But tbh... I also doubt that GamePvP guy made the website, because the footer mentions someone completely different

woven prairie
#

lol

fallow crow
#

@errant plume you can use command aliases in commands.yml

aliases:
    ping:
    - "latency $1-"

something like that

errant plume
#

@fallow crow oh oki, thanks

#

but whats the $1- means?

fallow crow
#

idk

#

I think its the argument number or something

#

If that doesn't work try this

aliases:
    ping:
    - "latency"
fallow crow
#

Anyone want to make an avatar server with me for fun? I'm decent at making plugins

willow oracle
regal juniper
#

It really depends.

willow oracle
#

ok so technically yes

#

lol

regal juniper
#

We typically look for people that are helpful across all channels.

sturdy bobcat
#

is it possible to force people to make their own plugin.yml

willow oracle
sturdy bobcat
willow oracle
#

Nope Ori

sturdy bobcat
#

sad

willow oracle
#

xD

sturdy bobcat
#

"register your own commands bitch"

#

Am I able to make a link directly to intellij and be like "make it yourself"

willow oracle
#

Hahahaha

#

Should've replied with adidas

woven prairie
#

The deluxeMenus bug still there 😦

wary willow
#

which one? 😦

fair island
#

RIP Cyberpunk 2077 2013 -> 2020 :(

mellow zinc
#

huh

#

it aint even released yet?

willow oracle
#

Pog

#

My server is entirely ready for release

#

All I gotta do is a reset when I shut down closed beta

sturdy bobcat
#

I will pay someone -$10 to -$1000 to give me ideas on stuff to make in DeluxeMenus

wary willow
#

-?

sturdy bobcat
#

yes

#

you pay me to give me ideas

wary willow
#

so I will give you 1000 to give ideas

#

amazing deal

#

when do I start?

sturdy bobcat
#

You give me $1000 to give me ideas

#

now

wary willow
#

ugh ahhh

#

I don't have any 😦 you will have to pay me now ...

#

for not giving ideas

sturdy bobcat
#

if you have ideas, i get paid

#

no ideas no money

#

It's 100% self profit business

#

as in, only the owner of the business gets money

#

no one else gets paid

willow oracle
#

uh

#

ok

willow oracle
#

Lol ima sleep but i literslly just failed to take off my watch

#

Im bad lol

fair island
#

@sturdy bobcat you still want ideas?

sturdy bobcat
#

yes

willow oracle
#

@fair island i want plugin ideas

#

xD

fair island
#

Ok, if took me a while to come up with this one but

#

Add items.

sturdy bobcat
fair island
#

That's my idea.

#

You asked for a idea, so that's my idea, add items to the gui.

willow oracle
#

Woweew

fair island
#

@willow oracle you want plugin ideas I hear?

willow oracle
#

Ye

fair island
#

Gotcha fam.

willow oracle
#

Troll incoming

#

xD

fair island
#

A updated version of mine crates. >Troll incoming
HA, not a troll

boreal escarp
#

Create class that extend JavaPlugin @willow oracle

willow oracle
#

Wowow

#

Ima sleep

#

Bye

fair island
#

@sturdy bobcat real idea here, /topprestiges?

#

Hi @regal juniper :D

regal juniper
#

Hello.

fair island
#

Had any waffles today?

regal juniper
#

No

fair island
#

:(

#

I think I ran out of waffles :/

regal juniper
#

That's not good.

fair island
#

I can't even go out to get more! :(

#

Ok, I'm fucking scared af. Somethings controlling my Bluetooth devices in my house

#

Yeah I'm gonna fucking freak out and destroy shit

#

I heard a weird beeping sound like it was activating a device then it started

fallow crow
#

You know the brand a weird thing connected?

#

lol

#

p,g

#

omh

#

showcase

fair island
#

I blame you guys for me sleeping weirdly

fallow crow
#

@muted fern check showcase

muted fern
#

already dealt with

fair island
#

Someone's being banned

#

Afternoon funny

muted fern
#

o/

fair island
#

Is it actually afternoon?

muted fern
#

It is

#

12:46pm

fallow crow
#

What happened there? I missed it

muted fern
#

Doesn't matter

fallow crow
#

o_O

#

Ok then

fair island
#

I need 8,000 more xp

fallow crow
#

Are you at gmt +10? Lol

fair island
#

Funny wanna help out

#

I am so bad at typing on a phone

muted fern
#

Opened beta barry's temp radio

fair island
#

When's it closing

muted fern
#

when i finish breaking barry

fair island
#

I would join but

fallow crow
#

🔨

fair island
#

It's 4am and I don't wanna wake up my parents

fallow crow
#

Put a headphone

#

Or earphone

muted fern
#

or 1 bar of volume

#

ez

fair island
#

If I move out of my bed they wake up

fallow crow
#

1 bar of volume for me even lose against my parents lol

fair island
#

Everytime I wake them up rent goes up by $50 :/

fallow crow
#

Wait is that a thing?

fair island
#

For my parents yes

fallow crow
#

How

fair island
#

They get more money so

#

They hate being woken up

muted fern
#

Alright ima just chill in here by myself then

fair island
#

So the usual then funny

fallow crow
#

Ok screw you

muted fern
#

beta barry got an interesting choice in music

fair island
#

Who he listening to

muted fern
#

no idea

fair island
#

But

#

You put the song files in the folder no?

muted fern
#

nope

fair island
#

Eh?

muted fern
#

He's streaming them

fair island
#

8 days to go... Woo lol

#

Spotify or?

muted fern
#

nah some other radio station thingo

#

shame it doesnt work of prod barry

fair island
#

In 8 days I can finally gamble in Vegas

#

I wonder who the oldest staff member is lol

muted fern
#

as in age or time as staff?

fair island
#

Was thinking age first but time would be cool to know as well lol

sturdy bobcat
#

barry is meant to be broke btw

muted fern
#

wot

fair island
#

Clip has a kid so hes older

muted fern
#

I have two kids

fair island
#

For real?!

muted fern
#

Barry and Beta Barry

fair island
#

O

#

I thought you meant kids

#

Not bots

muted fern
#

Barry acts like a kid

regal juniper
#

He whines and moans like one.

muted fern
#

throwing errors like they're toy blocks

fair island
#

Lol

#

I just return the errors lol

#

And if I'm too lazy to fix it, I get my intern to fix it

muted fern
#

Barry's secretary is just a baby sitter

#

lets be honest

fair island
#

Lol

#

Cool developer role funny.

muted fern
#

thanks fam

sturdy bobcat
#

imagine being capable of getting a developer role kekW

regal juniper
#

Are you trying to hit on him or something?

#

Ori you can reapply

#

I only denied you out of spite

sturdy bobcat
#

bite me

fair island
#

I seem to have my role removed

sturdy bobcat
#

Bite me

muted fern
#

Its easier to become staff and give it to yourself than actually pass pigs test

regal juniper
#

^^

fair island
#

Pigs test?

sturdy bobcat
#

or

#

I kill pig

#

and pretend to be pig

fair island
#

O

sturdy bobcat
muted fern
#

no trusted online

#

spoopy

#

or we banned them all

#

hard to tell

fair island
#

Your pfp changed then funny

sturdy bobcat
#

i only have 4 roles

fair island
#

It keeps flicking to the default discord blue icon

sturdy bobcat
#

sadpepe

fair island
#

Buy all of clips plugins ez roles

muted fern
#

you could get the papi star one

sturdy bobcat
#

Why would I wanna star PAPI?

muted fern
#

that gives roles

sturdy bobcat
#

sounds like work

fallow crow
#

Cries at much more xp needed...

fair island
#

I want xp yes

muted fern
#

=multi spin

honest thistleBOT
#
New XP Multiplier...
muted fern
#

<o/

sturdy bobcat
#

<o/

fair island
#

Funny, did you know when you gave Alex that role he flexed on me in dms?

sturdy bobcat
#

I have so much to fix

#

but like

#

no

muted fern
#

huh @fair island ?

sturdy bobcat
fair island
#

You know Alex don't you

muted fern
#

Alex who

sturdy bobcat
#

Isn't sxtanna alex ? mmHuhThinkMilk

fair island
#

The nerd

sturdy bobcat
#

i have bad memory

fair island
#

Brister mitten

regal juniper
#

No

#

Brister is

sturdy bobcat
#

ah

muted fern
#

oic

fallow crow
#

Guys like my new logo?

sturdy bobcat
#

No

fair island
#

When you gave him his role he flexed on me all day

muted fern
#

I'd flex on you

fallow crow
#

I remembered his name, but not remembering how to spell his..

#

@muted fern , give me a custom role you wont

fair island
#

Go ahead, try it

muted fern
#

Correct I wont

sturdy bobcat
#

flex on me nyanWearyAdorable

fallow crow
#

😦

muted fern
#

=flex

honest thistleBOT
#
<:discord:699228850537889854> - HelpChat Stats

Here are some guild wide stats for your eyeballs. :eyes:

XP Generated:

xp6,762,867

Level Ups:

levelups 9,350

Pastes Created:

pastes 14,651

Commands Ran:

commands 73,883

Images Generated:

images 32,632

Words Scrambled:

words 52,453

Total Messages:

messages 2,242,081+

Guild Members:

members 5,670

Date Created:

calendar Mar 29 2016

fair island
#

Oh damn

fallow crow
#

=flex

honest thistleBOT
#
<:discord:699228850537889854> - HelpChat Stats

Here are some guild wide stats for your eyeballs. :eyes:

XP Generated:

xp6,762,867

Level Ups:

levelups 9,350

Pastes Created:

pastes 14,651

Commands Ran:

commands 73,884

Images Generated:

images 32,632

Words Scrambled:

words 52,453

Total Messages:

messages 2,242,084+

Guild Members:

members 5,670

Date Created:

calendar Mar 29 2016

sturdy bobcat
fair island
#

Funny I can flex on you

fallow crow
#

No you can't

#

=flex @fallow crow

honest thistleBOT
#
<:discord:699228850537889854> - HelpChat Stats

Here are some guild wide stats for your eyeballs. :eyes:

XP Generated:

xp6,762,888

Level Ups:

levelups 9,350

Pastes Created:

pastes 14,651

Commands Ran:

commands 73,885

Images Generated:

images 32,632

Words Scrambled:

words 52,453

Total Messages:

messages 2,242,093+

Guild Members:

members 5,670

Date Created:

calendar Mar 29 2016

fair island
#

I have a bigger stress beard then you

muted fern
fair island
#

Yes I grow a beard when I'm stressed don't ask why

fallow crow
#

Lol

#

Shave those

fair island
#

No

fallow crow
#

What does funnycubes voice sound like? #radio-temp?

sturdy bobcat
#

we are yet to find out

#

where

#

this 'null' is coming from

fair island
#

It keeps the girl away

fallow crow
#

Breh

fair island
#

It's coming from your code ori

sturdy bobcat
#

No shit sherlock

fair island
sturdy bobcat
#

hUh

fair island
#

Yeah your code

regal juniper
#

null

fair island
#

Fix bug

sturdy bobcat
#

null

#

I don't wanna fix bug

regal juniper
#

If you used Kotlin, you wouldn't have null.

fair island
#

Kotlin is shit

sturdy bobcat
#

ah I figured out why

#

Kotlin is daddy

long summit
#

Was about to say that Glare xD

fair island
#

I fucking hate kotlin so much

long summit
#

Cool

#

We love it

#

And it's great

fair island
#

It's so complex

sturdy bobcat
#

thonk

fair island
#

Just make it in the real language, java

sturdy bobcat
#

it's less complex than Java

fallow crow
#

I don't think it's "actually" is

sturdy bobcat
#

i figured out where that null was coming from

#

kek

fair island
#

If it looks more complex it works better

fallow crow
#

It's just weird wording

#

🤷

fair island
#

Yeah, i told you @sturdy bobcat your code

fallow crow
#

Hm.. speaking of that comp

sturdy bobcat
#

suck a testicle

fallow crow
#

Which is better

fair island
#

Which one, left or right

fallow crow
#

Py or JS when it comes to coding discord bot

sturdy bobcat
#

third one

fair island
#

Both

long summit
fair island
#

It's kotlin that hurts

sturdy bobcat
#

java sucks

fair island
#

I wouldn't hate on kotlin if

fallow crow
#

The way that last line of code feels like I'm in TS or smth

fair island
#

Alex actually gave me lessons

#

He keeps saying he's working on his course, he's been planning it more than a university lecturer plans his whole damn 5 year course out.

sturdy bobcat
regal juniper
#

Lol was ur prefix null

sturdy bobcat
#

yes

#

I copied the code from FlightTrails

#

which had prefix in it

fair island
#

Copying code??

sturdy bobcat
#

I didn't intend for this plugin to have a prefix

#

but now it does

fair island
sturdy bobcat
#

I am not recompiling the plugin

#

ah yes, copying code from my own plugin is bannable

fair island
#

@regal juniper i false banned this man pls unban

regal juniper
#

?

sturdy bobcat
fair island
#

ah yes, copying code from my own plugin is bannable

regal juniper
#

U want banned?

fair island
#

Oh no

sturdy bobcat
#

Untouched

fair island
#

Oh pls no

sturdy bobcat
#

you give me a migraine

honest thistleBOT
#
🔨 The hammer has been swung.

@fair island Banned!

long summit
#

Oh boy

fair island
#

F

sturdy bobcat
#

kek

fair island
#

I always thought that actually banned people LOL

#

What a meme

fallow crow
#

What about your soul thonking

fair island
#

Eh?

#

I just had the worse damn idea ever

#

Should I get the kotlin logo tattooed on my ankle

fallow crow
#

Do it m8

sturdy bobcat
#

do it

fair island
#

To remember the mistake I did of using it LUL

sturdy bobcat
regal juniper
#

Y

sturdy bobcat
#

cus

fair island
#

?

#

What it mean

sturdy bobcat
#

Me and my friend have had the plan to get 3 runes tattoo'd for the past like

#

2/3 years

#

So there's no backing out now emc_sweat

regal juniper
#

Yikes

fair island
#

I can't wait to follow along with my plans I've had for 15+ years

sturdy bobcat
fair island
#

Gotta get my friend to America (he hates flying)

sturdy bobcat
#

america sucks

fair island
#

Any advice how to take someone on a 10hr flight who hates flying

sturdy bobcat
#

go to pacific ocean

fair island
#

I love America

#

Better than where I live lol

muted fern
#

<o/ Australia kangaroo