#off-topic
1 messages · Page 625 of 1
please delete that
👀
or frosty will beat you
Different use cases, too
Disgusting
Ah I Triggered people again how fun
Absolutely
I just have to say the word Skript and people get all exited
Ouch
Fix the bug
aparently they made a few updates and told me to use the latest devs but still
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
at some point my console was so behind that it was still reporting 5 hours old errors
and could probably have done it differently
POG
yeah I think about adding those type of quests as well
IT CONNECTED
😮
the problem henk is they can buy the items from shop and just trade it as quest items
You caused it, you suffer with it
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
@muted fern Remove your discord from spigot profile
https://i.funnycube.net/3bpE0R.png chains are kinda hawt
Glare your name triggers me
chains go with lanterns and mob spawners and a few of those blackstones but in rest they don't rly work
Eh. Still a nice addition
Work shift?
Sorry. Work shit* typo
wait can you save numbers in data js placeholders? like numbers from another placeholder?
Lul
You probably aren’t asking me, but I will still answer:
I have no idea what you just said,
I was asking you actually 🙂
Don’t know any js xD
well
Javascript is ez
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
I just use scoreboards if I need to store data for a player xD. So vanilla.
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
Well, doesn’t have to be anything like that. Could just be a integer for each player.
https://paste.helpch.at/fisunademi.sql
I used it in my color picker menu
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
But ”Data” is probably much better. No clue how or what uses it have tho xD
clicker
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 :))
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
you can set a barrier
Ideas come flowing, but they fly away just as quickly
Oh yeah, that I could
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
oh yeah that was proposed before
but it is still better than having to make 50 items
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
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
https://gyazo.com/73d10506a6bc186e48f0011b66a26ecf
I tried to make a memory game, then I realized I wasn’t smart enough to figure out a way for it to randomize xD
well that was a nice attempt
But it wasn’t something I was actually going to use. More of a proof of concept, and to see if I could.
there is probably a way you can make it work
Yeah, but figured it would invovle some js magic
yeah
involve*
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
Hmm
without having to give 100 permissions
That sounds interesting
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
here
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%'```
I don’t have a lot of one-time things for my servers. I have things that are on cooldown, though
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.
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
you can use the update_interval: and update: true for some things but I don't think it works as [refresh]
Yeah, that just update lore and stuff, doesn’t actually change the item if the view_requirement no longer passes
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
Feel free to let me know how it goes.
That's me right now
@lofty void You thought I was kidding earlier, huh? I logged in just to show you.
@fallow crow reason for add?
WAnna ask some questions
why dm?
@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'
Does each server in a bungee network require its own cpu
I don't think it does
I'm about to put my network online, and I dont wanna waste my money you feel me
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
?
custom placeholder?
yeah made by clip
I tought you my know how it works but assuming you didn't even know about it.. 🙂
5m to go
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
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?
Daily...?
@lofty void Almost to 200M cobble. This fortune enchant is INSANE.
it looks like just a map
I've stayed up all night to do this daily lol
oh right
I've had no sleep lately thanks to the daily
:))
@wary willow i think you're using it wrong
I'm paranoid I'm gonna miss a day
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
okay, so what's wrong with it?
and /papi parse me %javascript_data_get,{player_uuid}.quest_stone_completed% returns nothing
...
Isn't that the wrong placeholder?
No I mean that's the fesrherboard ones
good
Oh am I missing something
I set it to true
it won't return '' anymore
%javascript_data_set,{player_uuid}.stone_quest_completed,true%
yeah but still
the view requiement
doesn't work
...
so now you completed it
1m or so to go :D
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
here you go
I've just started using it
so I may be just dumb but yeah
also don't mind the completed2 item
@lofty void We're rich!
it was just a test
umm
Good boy glare, good boy
daily ready
What makes the int go up for quest_stone?
wow
Now get us redstone too
%javascript_data_set,{player_uuid}.stone_quest,{statistic_mine_block:stone}%
How did I land it on 1s @regal juniper? lol
what
so
you never update it
?
you only set it once
when they click quest
and never again
yeah
Gn btw, its 5am I need my sleep now
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
what
it doesn't let them complete the quest
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
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
but you don't
Henk isn't having any of my shit tonight
nope xD
ohhhhh
It’s been a long day okayyy
the third item 'completed'
Okay but does the picture at least look legit?
I spent like 5 minutes on that photoshop
it shows me the item even tho I didn't add the true to that data
you did now, right?
nope
because I never get to use the start
and complete
button
I don't see them at all
let me try and change priorities
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
?
youfell into the classic blunder
view_requirements:
requirments:
requitrment_name:
type:```
you forgot requirement nmae
also, why are you asking for help in off topic?
then aded it for most of them
:))) IDK I just forgt I had 24 h of no sleep
sorry mate
and thanks
👍
@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
Nice job being support @wary willow
thanks
@wide needle Having fun there with <@&532802159729704960>?
His being rude
no u
plus his giving me bad vibes
barry gives me bad vibes too
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
I'd say yes, but in reality if you're good enough noone will know 😛
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
Unlikely
kek
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 🤔
oh an aussie
mm
yes
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
Don't you have an option to call them btw?
yea
Ah, I see
Cause when they locked mine, I called them and the dude didn't even ask for my age
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
Cause when they locked mine, I called them and the dude didn't even ask for my age
@velvet crescent lucky
The dude was chill af, he just asked me to confirm the address where the account was created
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
I'm just 1 year old away to actually free from most of restrictions 😂
I just want my $29
wait they locked your account for that litle
kek
and they just shut so i cant call them ._.
discord live is cool
Imagine not being able to block bots
🤔
You know what I mean?
No
wut
kite holo
papi, animations, interactable
that's pretty much it
make an events system similar to kiteboard for the interactable part
(Just more doccumented tho ;C)
kek
i might hire emily in #694758129623367750 to answer everyones kiteboard questions
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
That's why we have Barry to give people answers 😉
?faq kiteboard
😉
🥱
I need to start active on github
Might accept andres 1 and a half year old pull request
Also kiteboard api
Shit namecheap has HELLA DISCOUNTS
Tru
oof
yeah 😦
I can take blitz88.com, blitz88.org and blitz88.net for 25$ or something arround that price
first year of course
time to buy
nah
Why .games tho
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
Too late for that
Too late for paypal to fuck you, cause they already did :p
🤔
how lol
Did youtube just patch braves adblocker 😮
I can't even afford to care about Brave so..
Y
@lethal jolt What's a porfa plugin?
VoiceoverPete just followed me...
It's a different language @velvet crescent
Gian, did you do what you said you were gonna do?
Depends, what did I say 😮
xD
Who uses tiktok?
Go study Gaby
Smh
yeah go study
No
ok
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
Is github down?
Yes.
Oh
explains why I can't push to barry
Oops
They aren't even sure. https://www.githubstatus.com/
Welcome to GitHub's home for real-time and historical data on system performance.
smh
Tunity was last updated yesterday.
They aren't even sure.
I feel this
@plucky depot it is
what is tuinity
Yes
Github kinda back
what does kinda mean
real question is can i push a barry update
i live on the edge
Can confirm. Cube tried to get me to push untested code the other day.
Wew
Dannys a madlad
What subject though?
Media
Lol
So you're all just having a netflix party or something
Fun fact neflix is built off spring
o_O
and guice!
smh
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
Kek
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
Ah Tuinity is back up now
I mean't because I said the development stopped but they've started developing on it again now
I love how it's a fork of a fork of a fork (and maybe another fork?)
isn't it a fork of paper which is a fork of spigot?
tuinity - paper - spigot
yes
Whats tuinity
everything is just a fork
🦄 is rude
what was that google typing website called?
lmgtfy?
Eating cereal at 6:30pm 👌
yes
PaperClip
Have you switched Gian?
I haven't worked on Shark
feels bad
But 😮
1.15
SB I assume?
Oh that kinda hurts

Gian, why don't you split into two instances btw? Since it's skyblock you could easily link them
We are soon
neat
oof it actually flows
May have broken the config
@woven prairie do you make xenforo themes?
Nope
R.I.P
Did you make that or?
What a thief
x))
hahahah
I mean, the White Pink is pretty nice
as chat color for donators for e.g.
Yea people are probably gonna be stupid and just allow everyone to use everything which will be yikes
anyone here can give me a anti ping bot in NODE.JS 10
@obsidian fable @velvet crescent From what I can tell is that only for tellraw (JSON)?
Should be for chat shit as well I think
wait 1.16 add more colors?
Yea
@boreal escarp remove it
remove that rn

???
too late
should've been quicker
How should it even be possible in normal chat to provide more colours?
check logs
So @velvet crescent why you and 3 others leave a heart on my request lmao
lol go look
I saw yea kek
xD
Andre, considering they are gonna use the &<color> format, should be same as the current ones
I wish we could do hex in mc
Frosty Abuses powers in #694758125835911178 
😮
(The heart thing)
I btw completely forgot that maximvdw is on my Discord server 😂
And Brianna (Songoda) also joined now
LOL
weak
Andre how you been havent talked to you in a while
bored most of the time...
And waiting for my 10k Bot to finally get verified by Discord
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
Are there any benefits to verified bots?
Not that I've seen yet.
Dope ass badge
@woven prairie Perhaps new features usable by bots
Like bots could directly integrate own features (context menus) into the App
Example of what I mean
Also, a cat for you
@naive agate hex will technically be possible since rgb colors are now supported
@sterile parrot wait fr? lets go I wish this crap was added back in 1.8
vk really just deleted my github ticket because I said i can't download it because its on mcm lol.
lol
What a idiot he is
He has the only decent CE plugin with a good API, other than that, he's plugins are eh
Tru
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?
lol
LOL
Okay... He not only uses HTML5Up but also a design by GamePvP (2?)
Which is like a completely different, stolen design
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)
Oh lol... He follows the guy he stole the website from xD
l o l
And on the design did he comment that he will "use it"
you reported em already right?
Yup
Good
But tbh... I also doubt that GamePvP guy made the website, because the footer mentions someone completely different
lol
@errant plume you can use command aliases in commands.yml
aliases:
ping:
- "latency $1-"
something like that
idk
I think its the argument number or something
If that doesn't work try this
aliases:
ping:
- "latency"
Anyone want to make an avatar server with me for fun? I'm decent at making plugins
Can you get helpful role for helping a lot in #development
It really depends.
We typically look for people that are helpful across all channels.
is it possible to force people to make their own plugin.yml
Can someone send an email to jori@justmaffie.com to confirm the email shit is working?

Nope Ori
sad
xD
"register your own commands bitch"

Am I able to make a link directly to intellij and be like "make it yourself"
Hahahaha
https://i.imgur.com/gKZ4Yll.png yikes I can't
Should've replied with adidas
The deluxeMenus bug still there 😦
which one? 😦
RIP Cyberpunk 2077 2013 -> 2020 :(
Pog
My server is entirely ready for release
All I gotta do is a reset when I shut down closed beta
I will pay someone -$10 to -$1000 to give me ideas on stuff to make in DeluxeMenus
-?
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
@sturdy bobcat you still want ideas?
yes

Woweew
@willow oracle you want plugin ideas I hear?
Ye
Gotcha fam.
A updated version of mine crates. >Troll incoming
HA, not a troll
Create class that extend JavaPlugin @willow oracle
Hello.
Had any waffles today?
No
That's not good.
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
I blame you guys for me sleeping weirdly
@muted fern check showcase
already dealt with
o/
Is it actually afternoon?
What happened there? I missed it
Doesn't matter
I need 8,000 more xp
Are you at gmt +10? Lol
Opened beta barry's temp radio
When's it closing
when i finish breaking barry
I would join but
🔨
It's 4am and I don't wanna wake up my parents
If I move out of my bed they wake up
1 bar of volume for me even lose against my parents lol
Everytime I wake them up rent goes up by $50 :/
Wait is that a thing?
For my parents yes
How
Alright ima just chill in here by myself then
So the usual then funny
Ok screw you
beta barry got an interesting choice in music
Who he listening to
no idea
nope
Eh?
He's streaming them
as in age or time as staff?
Was thinking age first but time would be cool to know as well lol
barry is meant to be broke btw
wot
Clip has a kid so hes older
I have two kids
For real?!
Barry and Beta Barry
Barry acts like a kid
He whines and moans like one.
throwing errors like they're toy blocks
Lol
I just return the errors lol
And if I'm too lazy to fix it, I get my intern to fix it
thanks fam
imagine being capable of getting a developer role 
Are you trying to hit on him or something?
Ori you can reapply
I only denied you out of spite
bite me
I seem to have my role removed
Bite me
Its easier to become staff and give it to yourself than actually pass pigs test
^^
Pigs test?
O

Your pfp changed then funny
i only have 4 roles
It keeps flicking to the default discord blue icon
sadpepe
Buy all of clips plugins ez roles
you could get the papi star one
Why would I wanna star PAPI?
sounds like work
Cries at much more xp needed...
I want xp yes
=multi spin
<o/
<o/
Funny, did you know when you gave Alex that role he flexed on me in dms?
huh @fair island ?
do not feel like fixing this
You know Alex don't you
Alex who
Isn't sxtanna alex ? 
The nerd
i have bad memory
Brister mitten
ah
oic
Guys like my new logo?
No
When you gave him his role he flexed on me all day
I'd flex on you
I remembered his name, but not remembering how to spell his..
@muted fern , give me a custom role you wont
Go ahead, try it
Correct I wont
flex on me 
😦
=flex
Here are some guild wide stats for your eyeballs. :eyes:

6,762,867
9,350
14,651
73,883
32,632
52,453
2,242,081+
5,670
Mar 29 2016
Oh damn
=flex
Here are some guild wide stats for your eyeballs. :eyes:

6,762,867
9,350
14,651
73,884
32,632
52,453
2,242,084+
5,670
Mar 29 2016

Funny I can flex on you
Here are some guild wide stats for your eyeballs. :eyes:

6,762,888
9,350
14,651
73,885
32,632
52,453
2,242,093+
5,670
Mar 29 2016
I have a bigger stress beard then you

Yes I grow a beard when I'm stressed don't ask why
No
What does funnycubes voice sound like? #radio-temp?
It keeps the girl away
Breh
It's coming from your code ori
No shit sherlock

Yeah your code
null
Fix bug
If you used Kotlin, you wouldn't have null.
Was about to say that Glare xD
I fucking hate kotlin so much
It's so complex
thonk
Just make it in the real language, java
it's less complex than Java
I don't think it's "actually" is
If it looks more complex it works better
Yeah, i told you @sturdy bobcat your code
Hm.. speaking of that comp
suck a testicle
Which is better
Which one, left or right
Py or JS when it comes to coding discord bot
third one
Both
The complexity kills me
It's kotlin that hurts
java sucks
I wouldn't hate on kotlin if
The way that last line of code feels like I'm in TS or smth
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.
finally
Lol was ur prefix null
Copying code??

I am not recompiling the plugin
ah yes, copying code from my own plugin is bannable

@regal juniper i false banned this man pls unban
?

ah yes, copying code from my own plugin is bannable
U want banned?
Oh no
Untouched
Oh pls no
you give me a migraine
Oh boy
F
kek
What about your soul 
Eh?
I just had the worse damn idea ever
Should I get the kotlin logo tattooed on my ankle
Do it m8
do it
To remember the mistake I did of using it LUL
I'm being forced to get this when i'm 18
Y
cus
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 
Yikes
I can't wait to follow along with my plans I've had for 15+ years

Gotta get my friend to America (he hates flying)
america sucks
Any advice how to take someone on a 10hr flight who hates flying
go to pacific ocean
<o/ Australia 



xd

