#off-topic
1 messages ยท Page 628 of 1
Give me a cool username
Niall
Niall

:oshit:
Two great minds think alike, ey?
Other than niall
KiteBoard
llain
I had some fun usernames when trying to go undercover on staff 
I used MooseBump and OrlandoShroom ๐
What's your main username?
I go by Henk in every place where I can snatch it up, otherwise it's henkekalmar
Which is just a shit username xd
Mine is worse
Yeah?
Frcsty
I mean, that's kind of ingenious. Frosty will be taken almost anywhere, that still looks like frosty, what that c instead of an o
and probably way easier to snatch up.
I mean sad part is this
Look at the dudes friends..
Dude doesn't reply on twitter, nor mcm
It's annoying cause probs only reason he's avoiding responding is cause he knows that's me
Why would he ? Does he know you?
๐ฆ
ae05b1
that is ... not a cool username
wheres charlie
Not here for a long time
@velvet crescent right give me a list of features for kite holograms
Interactable holograms, papi support, pages, optimised af, easy setup, yellow and purple color theme, animations
@fringe sigil ^
thien, why use two plugins when you can use 1? And that one having a neat yellow and purple theme
Stfu, this used to be my alt cuz my main got yeeted
Interactable holograms, papi support, pages, optimised af, easy setup, yellow and purple color theme, animations
@velvet crescent isnt that just trhologram
@velvet crescent isnt that just trhologram
@jade oasis Exactly
also interactable what u mean
what it gon do
Clickable
ok but what does that do
Switching of pages, just make it like the events thingy on kiteboard
I'll have to make commands to edit the holograms
cant holographic extension do what you want
and that CMI holograms thing can do interaction can't it?
oof just got 57/12
What
Iq test
&u on HD gives a rainbow animation to the text after it
Whys cmi yuck
Cause
Why
Cause
no more bad guys ever again ๐ฏ
@light scaffold hit 100k ez! (the paint edit isn't obvious....right?)
wow
u wot
no
lol
Ty Ty
=lvl
https://i.imgur.com/qNqAONu.png looks safe to run
vodka ayy
dw its in a vm so if it goes wrong it wont fuck up my pc lol
my goal is to destroy this vm
As long as it doesn't fuck up my 49.50โฌ we're good
my man doesn't forget shit
๐
i got the thing to work but i'm scared what its done to my vmware lmao
Uh oh lol
i mean it seems pretty slow in vm
Fuck is this shit
are you using a client like badlione?
im out of ideas lmao
I think it's the name
ask them what it is
yeah it is the name
that is a custom skin
made for deadmaus
who is a dj
or something like that
lol what
stonks
it has been in the game for a long time
(cracked server so don't be surprised where the name came from, just find it intriguing)
looks like all you have to do to get that skin is to set your username to deadmau5
yeah
Google deadmau5
the premium account has that skin so when you join with a cracked account it sets the skin from the premium one
feels bad
why is hc at the bottom
Also that
"Android TV" i mean like, legit android box
Not screensharing
Also, I can do whatever i want :P
the size of that is weird
my config file size is pretty cool https://i.imgur.com/yZIiGEs.png
It's still WIP
Not sure if I'd make it public
if I made it public I'd release a massive util
I could use a scheduling util, do you have a system to track them as well?
๐
What do you mean by track them
retrieve the scheduler, get the remaining time, and all that jazz
It gives you a ScheduledTask which you can start, cancel etc
getData grabs all the scheduler modules and returns the data
Not sure about the remaining time since that would require a task to track it
I didn't finish ScheduledTask
Also the code is a bit messy since it uses a ton of classes to make sure it is fail proof
And to make sure that you do everything in order
As you've seen in the autocompletion
It uses a ton of DI
And to not repeat some classes I use generic types
@nova star what does during do?
Let's say you want to run a 30 second countdown
updating every 1 second
you do
every(1).seconds().run(...).during(30).seconds(); @light scaffold
It only applies to repeated tasks
and during() is optional
I tried something similar a while back, you get some serious spaghetti
The first builder creates the data, then passes it along using DI
Second modifies, passes again
Until the end
There are 7 classes and 1 interface on this system
@boreal escarp helpchat is at the bottom for me too lol
noob
You only have 4 discords?
at least my server is above >:)
I'm on 50 lol
cant you use TimeUnit or smth for duration?
I removed a few when I hit the 100 limit
I float around 60
so I'm guessing like 70-80
I'm at like 50-60
but my top used discords are always at the bottom
dunno why I organised it like that
noob
@boreal escarp
I have folders called "Random shit for X, y,z" etc
always
Since then first came out

That emoji lmao
I got 5 servers in total
kek
good boy
i was starting to wonder if i was the only 1 with a little amount of servers
@eternal apex if you dislike this, I'm actually gonna be sad https://paste.helpch.at/odexeracaq.java
Yes
Why not just do every 31 then
what is .classes()
It's different
comand.commands.objects.Command
The task will run every 1 second but will stop after 30
Niall, all the sub command classes
That's what during does
ie. /test <subcommand>
sub command
It automatically stops a repeated task after the specified time
@velvet crescent I kinda made a subcommand system aswell
I wouldn't have to if Piggy wasn't a nerd
Niall, elaborate
You just register the subcommand and it automatically does permission-based tab completion
and it uses an identifier systen
I like Matt's system
^
@Command("name") and @SubCommand("name")
Can't use annotations unfortunatelly tho, which is :c
Annotation Processing seems a bit heavy imo
This is how I'd make a help command for example
public TestCommand() {
super("test");
options()
.permission("commands.test");
subCommands()
.add(new TestSubCommand());
}```
Just thought it looked a little neater
Annotations make the world go round
Jesus fuck that's ugly Illusion
tabComplete() will only trigger if acceptsExtraArgs is set to true
Whats identifier
I'll change it Niall smh
Basically mycommand.arg1.arg2 as an identifier means you need to do /mycommand arg1 arg2
Imagine making your commands work with 1 line of code cause you just annotated it all
Fr glare
But you can use a classes(SubCommand... subCommands)
so It can be used like:
subCommand.classes(new TestSubCommand());
subCommand.classes(new SubCmd1(), new SubCmd2());
Time to move to Sponge
I was able to cut out 4,000 lines of code the other day because I made a few annotations
Instead of a List
Doesn't make much of a difference, but sure I'll fix that as well
Not fix just thought it looked neater
Can't use annotations unfortunatelly tho, which is :c
@velvet crescent why
prob running java 1
Piggy said not allowed
Wait are you talking about for papi2?
papi something
Yes
Lmao
papi2 confirmed
@Override
public Arguments getArguments() {
return Arguments.of(
Argument.name("group").required().completor(new GroupCompletor(GroupType.SCOREBOARD, getPlugin().getGroupManager())),
Argument.name("player").completor(new PlayerCompletor()));
}
Kiteboards slightly messy system
Papi2 has been out for like 3 years
Mine autocompletes if you don't specify anything
lmao
Only a few weeks away from being able to work on papi3 again
papi25 confirmed
Are you using clip's
?
Or that
I mean piggy is just working on the inventory stuff now
Or playing cs
Playing cs/rust
He got a lot done last night
He was working on the material thingy
Howdy Glare. If I'm not mistaken. You're not so bad with graphical stuff right?
Glare once made a stickman. The best I've ever seen

it looked like a stick but had eyes
Game changer
Do we have anyone in here who are good with gifs?
Wanna get a custom Discord profile gif
Told ya
=)))
That is just pure cheating. A stickman doesn't have a chest
Now animate it@regal juniper
^
Bro
I'll use it as profile pic, ez
I don't know how to do that
Lier
But on a serious note. Think your work is to expensive for my taste Glare. Would we happen to have any cheaper alternatives in here?
@velvet crescent What are you making
Sudoku
In minecraft?
aka boutta yeet myself through the window
Eivind, you're probably mistaking me for funnycube. I have no artistical skills.
I just program and eat waffles.
"program" You mean bash your keyboard and eat waffles
Don't downplay your amazing stickman art.
Any of my plugin art you see or clips art or my pfp is all funnycube.
He doesn't really do commissions tho.
He does for me <o/
He will for people he knows, he's just a busy person.
berry busy
Hey Frosty. Let me impersonate you for a day or two. Yes? 
How much you payin?
But you gotta remember, this comes with the responsibility of finishing any unfinished projects inside my workspace
Deal?
Sure. Hope you don't mind me only using Static variables than.
Oh god
You're asking for it
Mr funnyguy over here
say so by doge cat
You ever just have those days where you have a dream the night before that's exhausting so you're tired the next day?
I'm sitting here trying to work on a chemistry lab and I'm falling asleep and I just woke up an hour ago.
You mean you aren't tired every day normally?
How about dreams of shit that hasn't happened yet, but happens next week
Lmao I just sent my dad a link to Nike tech fleece shorts asking him to order one, lets see how he'll react
Just realising being in two dreams makes me wake up panicing
No thats scary
Because if you dream something once and it happens
It could happen again
When you shower and pretty yourself up for a Zoom class session.
That's where we at in life right now.
People still using Zoom after the security breach?
They've fixed it
Ohh
There has to be an alternative, right?
ยฏ_(ใ)_/ยฏ
Good thing we don't have to do that shit lmao
Lol
?????
Im listening "Till I Collapse" lmao
"I'm so hardcore that I take the front seat"

thank you waffle you made my life better
I'm listening to dutch rap lol
how have I never heard this?
Wait thats denmark, never mind
lol
loll
To be fair I need to add bungeecord support to my chat plugin
But besides that I'm not going to bother with cross server support
I mean obviously it'd be a fun project to do out of boredom some day but not for any public plugin tbh
Could you imagine it becomes a resource requirement
I need to add bungee support for mine :c
I mean honestly its not even that big an effort to add mysql support to a plugin
But its not at all required
And most servers don't need it
For things like cross server support atleast
@velvet crescent chat plugin?
U have one too?
I could help with this pretty well
No Maffie
We've asked 100 the following question: Do we care?
Survey says, no.
RE: cross server thread
=pl frozen join
@regal juniper I asked 100 people the following question: Do we care about Glare?
Survey says no
<3
I love those
Frosty
Glare, boutta quote you on that and respond to that thread ktnx
Would you have global join/leave messages or smth?
Yo what's this red hammer on Maffies name do?
Uhhh
Uhhhhhhhhhhhhh
FUCK
I'M OUT BOIS
BAI
Tbh I have another client after my current one, after that I might take a week or 2 break to, well, take a few days off and then make my own plugin library
Or just experiment with things
@regal juniper either post this on there, or let me post it
We have asked 100 people the following question: Do we care?
Survey says, no.
Im going to see If I can capture a MC packet with wireshark
And work it out based off the protocol
Lol
Not in a malicous way

Like I do this all the time just within Intellij printing out ByteBuffers
Loll
Go for it frosty
you ever just refresh a page after waiting for something to load because it wont load
and then it loads as soon as you refresh, making you wait again
bruh
I ordered something last week
they said it would arrive thursday (last week)
did not arrive but it said it should've arrived
called them up and they said it'll probably come this friday if not contact them again
Is it stuck at the post office?
"i ordered something last week"
i ordered something one and a half months ago
calm down
I don't care about it being delayed just that they tell me it'll arrive at x date
and not inform me it will be later or say that in the first place
well apparently my thing arrived 11 days ago, i went to collect 1/2 from the post office last week and they didnt give us the 2nd one, I'm going to check again on thursday or friday
They might have not realised it was mine
that sucks
@faint yoke You have friend requests off, mind adding me to discuss your plugin request?
So what are the other plugins clip offers?
Yo... Hypixel is down...
no u
Setup fees ๐ฎ
kek
Well yeah, real people have to do it and they get paid probably $50+ /hr
dem miencraft $$
He has time to look at upgrading his server, but he doesn't have time to throw FJ on it
feels bad
shhh
I'm still trying to figure out what fj is
the join of the frozen
๐ฎ
=pl frozen join
@lofty void
We've delayed maintenance for a day now, lel
ahhh
tbh, my preference is just to hide the join/leave message xD It clutters up the chat too much.
Phew. Just finished 3 hours of calc homework.
๐
Now onto chem.
๐ฎ
oof
I hide them, but, I need an MOTD xD
xD

I can't restart

Sure you can
With 115 on? kappa
Do they have a say in it? NO, exactly
I'll lose like 30% of those
Just get plugman 
Lol no
why not
I was joking xD
na but fr imagine using plugman
Plugman causes memory leaks most of the time
I like using it, or plugins alike for test servers but not for live servers
PlugMan, Stack/MergedMob and ClearLag on the do not use list
And apparently Frozen Join ๐ mr.picky
๐ฆ
You think we can guilt him into using it, frosty?
Stop bullying him lmao
I was merely joking, I think he gets that
I'll be waiting for those stats to skyrocket
I won't help his metrics tho, if he has ๐ฆ
Time to find a way to force people
I'll find a way to bypass that as well
๐ฎ
Gonna get an indian to count it, and update it every 5min
If he does that, then I'll just install it instead, make up for the small traffic loss ๐
I won't help his metrics tho, if he has ๐ฆ
stonks: false๐
B
Fuck, I just cucked like 10 streaks...
B
took a quickie look at sharks. Really nice, well polished. ๐
@lofty void that's a lie, the chat format is stonks
How so? ๐ Looks pretty neat to me
It's hard to read cause both parts are white
I actually find that it gives a pretty clean look. Not a big fan of different ranks giving a different chat message color though, but that's just personal preference
Agreed, but there should still be variation (from all parts of it being white, as that's stressful on the eyes)
Yeah. I have it pretty minimalistic, default rank doesn't have a prefix, just a yellow name.
Easiest on the eyes (imo),
&f/&bFrcsty &8> &7<message>
(double arrow symbol tho, as it's smaller)
Well, to each their own ๐
i mean when u have a rank, staff rank and a donor rank u cant really do that
I'm not looking forward to that
Chat formats are gonna be clean af (if a non idiot configures it ofc)
Scholtes you can
because I know a bunch of donators would want to sliiiightly change their prefix to a different color.
You're just a nerd
Ah
Yeetus thy feetus to those people
no no it fits sometimes
pebblehost more like shadyhost for charging me for no reason ๐
we just have it like this when people have more than 1 prefix. but that requires us to change it manually, which is pretty painful, gotta find a better system for it.
I'd actually like to see someone make a chat customiser plugin, so people cant customise the chat how they want it to look
I can get that ๐ I wasn't a huge fan of yours, so it was pretty clear we had completely different preference xD
Lol
๐
How do you level up so you can post non-whitelisted links lol? Just trying to showcase my plugin ๐
Oh, that did it lmao
You earn xp by talking in the Discord over time.
Then you can see how much you have by heading over to #bot-commands and do =xp
Neat plugin.
yeh it is, do you do all the bot games too Waffle?
Cube made the games.
Hes just the artist
Might make some more over time.
Show them your most recent work glare
they were fun, want them for my server - lol
Wdym
The stickman
das crazy
smh glare
I know, I'm sorry, I am just too good.
Gaby what all versions do you know of the expansion working on now?
At least 1.12.2
If it works on the rest, merge it and make it live
Scorch, I like your forums, minus the dropdown, it looks weird being set on the right-hand side.
https://gyazo.com/f8a7301772b928399a7a487c537c34da further feedback- you can only click the bottom half of the menus
and inside the "store" it shows 0 members online for your discord
For me it said 0 on all pages.
for me it says 124 on all pages but the store, as it moves it up to the top left instead of being on the right of the logo
Ahh
Oh I think it says 0 for me on all pages is cause my network is blocking the json it grabs from.
ye
maybe he's left for today
Kraken Game's team was started at the start of May 2020
https://i.imgur.com/aOw42gQ.png what
๐ค
.
How can i install email servers to my vps?
lol
I dont think your meant to advertise....
no worrys
Hence why mee6 stopped you from posting the link when it was full lol
lol
Kicked. Next time is a ban.
What is with the Teir I-V?
Oh, okay
thanks
we need more perks lo.l
How do you earn levels anyways?
just by typing really...
and =daily
Oh that's neat
Good thing I dont speak ๐
tonk
@velvet crescent ping pong
I mean, I can remote control my PC and get online xd. But I canโt really move or do much. So depends what you need me for ingame
Ah nvm then
A flex
=ecloud
=eCloud requests - Stats on total requets made to the cloud.
=eCloud breakdown - Breakdown of what data is being requested most.
=ecloud requests
Damn son gonna wake up to a mill
Oh damn
Getting close
Didn't you say you were going to sleep @pure bane ?
Sleep is for the weak
:shame:
=ecloud breakdown
Data requested from the eCloud by file type:
736,031
27,943
11,326
69,162
112,630
4,115
Go to https://buyraycon.com/reeves for 15% off your order! Brought to you by Raycon
hmu if you need an outpatient
LilyPichu: https://twitter.com/LilyPichu
Pokimane: https://twitter.com/pokimanelol
Twitter: https://twitter.com/michaelreeves
https://www.patreon.com/michaelre...
A true fucking madlad
Honestly frosty, That video is gold. Best one of his videos so far.
Saw it yesterday
Can anyone even do underline texts format here?
?
Hello
Hi
To be honest i guess this kind of thing isnt totally moral, but people like this must have an ultimate work hard ethic
There is not a project that i will not undertake ๐ค '
@queen jewel how are you
? Aj
What discord?
There is not a project that i will not undertake๐ค '
yo can u ples mimic google. no libraries please, they make size too big. assembly only
spleefx land
I have been away till I joined college, so I havent been uptodate with stuff. Link me
Yea I saw
that dude has grown so much
He was on my server for a bit
you got a server?
Towny
cool
yes
you ever spoken to any others like cactus etc?
Havent seen any of the other tbh, Still in touch with techno tho
most are dead lmao.
I think I had Vaporrean blocked for some reason ages ago
you remember david lmfaoWho was that?
cat
ParadoxCate?
yes
me and techno still hate him lmao
xD add me in
what an odd guy that was
True
or girl I suppose hearing his voice lol
or both
why did you join this discord ;p
If you got a server, and are using ess join messages, lemme know and I'll recommend you something better
cool, didn't know you guys were still actively doing stuff
you still a dev at uh skaia?
you own TheWild or skaia?
TheWild
ah cool stuff.
I see
Im currently doing private mc plugins on the side for extra income during college
nice
yeah I rarely have time to actually do anything mc related
nor do I have that much fun doing so anymore
What do you do now?
at work I do enough programming lmao
xD
@nova star You could rename during for?
That would conflict with a for loop I think
wHuT
Maybe?
Hello is here someone using mcm?
mcmarket?
yes
What are some differences between slack and discord?
slack is a lot more business oriented
with discord your guilds/servers are a lot more connected
as in a lot of your profile is the same for every guild
hm
slack has a lot more connections too
integrations I must say*
I use slack for work and discord for fun.
Does slack have roles and stuff?
yes sort of
what we need on discord is github profile connection
^
still wonder why fc didn't use oauth but bio checking of github users
prob cuz it's easier to use bios
until it breaks xd
The pinned version here doesn't fix some blocks counting for multiple blocks ๐ฆ
Statistic 1.8, blocks mined and placed
Anyone know if you can check if someone bought a resource on spigot, without being the person in question or the resource owner?
Send a screenshot with the โdownload nowโ and it listed on โyour resourcesโ
Itโs obvs editable and fake able but that would take a while
What? No, I want to check if somebody else has purchased a resource, and I don't wanna have to bother them by asking ๐
GOODMORNING WAFFLE KING
Basically, I asked me fellow co-owner to buy me some fancy CLIP resources ๐ And I just wanted to see if he did, and I didn't wanna ask him cuz then it would feel like nagging if he hadn't ๐
How the hell did you know I was awake?
And you can't see if he's bought them
I can tho in like an hour
I saw you pop online of course ๐ That, or I hacked your webcam ๐
teach me how to hack one pls
kinky thien
no u
Boutta just setup my PC to turn on and off random through the night just to throw you off

@reef nova You said some work and some don't, mind listing those which don't
Well, the issue as you said is blocks with multiple meta datas, so stone has 1, 1:2, 1:3 and so on. This means the blocks count for more than 1 when placed or destroyed
The stats for it might be combined on 1.8
So there's no fix?
Not sure, Gaby rewrote the expansion, so ask em in #placeholder-api
I'll check in with him about what to do, thanks 
B
Did you finally restart the server Gian?
did u finally read frostys message gian? 
can i ask abasic question
You just did ๐
this is very true
update day = slow af servers ๐
is win xp still good?
Why would you use win xp?
i'm tempted to make a xp vm lol
and whats the point in that
lockdown really got u this bored i see
Added a enable-status option to the server.properties file which if set to false will suppress replies to status requests from clients. This makes the server appear offline in the multiplayer screen
lol
sponks
does win 10 have restore points
How bout, you, you know googled things
@velvet crescent Friday ๐ฎ - FJ
i googled it but it aint there ๐
Let's hope so Gian
win7 you type restore and bam its there
I went into 50 plugins ๐ฆ - Now it's the decrease game
So, this way is already 1
xD
lol
Or ya know, just have a plugin which falsifies the plugin amount
+1 plugin just to make it seem like I have less ๐ฎ
SkyBlock is on 39 and Creative is on 24, with Lobby on 13 and Proxy on 6. I'm doing well ๐ฎ - It's just Survival
I'm now actually scared to run these virus's even tho it's in a vm LUL
house of staff abuse best one
i agree
Can we get Barry that one?
lol
Imagine not having pfps enabled in discord ๐คข
fr
@fair island
Yea it does
@mellow zinc I know how much you like me using win7 so i'm gonna install win xp on my vm just for you.
aww thanks how kind of u
@shut swallow The OF website offers that
๐ Jealous I canโt join voice right now ๐ฆ
Do it anyway
@velvet crescent binz likes compact mode idk why
are you ok @lofty void ? xd
just covid stuff, no worries
you can only have different sizes chest GUIs without fucking with other stuff (packets?) @lofty void
wot @regal juniper
=paste
Please use a paste service to share configs, errors, code and long logs.
โข HelpChat Paste
probably you have an item outside the menu
AIOOB exception
Am I Only Orange Because
@lofty void hopper?
I've never gotten an AIOOB when using an imventory type which has less spaces than the items
ยฏ_(ใ)_/ยฏ
inventory*
If it loaded ;(
That's sick @lofty void
It's only sick thanks to clip and glare, for allowing the color of the leather armor to update in realtime ๐
Oooh that looks cool
@faint yoke Hey man, I can't seem to DM you and you posted on the plugin request page ๐
yo james, I have a dev already. thank you though. will delete my post now
Okay ๐
@lofty void thats actually so cool
ikr! I'm so pleased with it.
Blitz did help me some with it, I cannot take full credit for it ๐
what is the prefix for Quintillion?
QT
Isn't henk American?
Americans don't sleep or what
Nah its like afternoon for him
jk
Also Americans don't sleep lol
๐ ๐ ๐
someone join room 1
Lol
happy 30/4
check my profile xDDDD
1 day between me being 20 and 21 :/
Who
@violet rapids Please use a valid budget, you can find the channels guideliness in it's pinned messages
Isn't henk American?
@fair island no, Henk is Swedish
๐ณ ๐ด ๐ท ๐ผ ๐ช ๐ฌ ๐ฎ ๐ฆ ๐ณ
๐ณ ๐ด
You did WHAT NOW?
I got mad
why does that exist
wow
same ๐ญ
Ikr
wrong one >:(
can't click it
Oh, tat's just beautiful

.
dot
Great contribution to the conversation, funnycube 
I wanted to spam all my kek emojis
Imagine having to put in effort to use local maven repo
Y'all know what time it is
6:19an
Wrong
ah sorry, 6:20am
CJ needs to print this
Cj, I'll buy that if you print it @mellow wedge ^
I'm fine in quarantine 
Time to test the DM dev build on the live server ๐ #BlameGlare if it breaks everything, right? Totally can't blame myself for not testing it more thoroughly
Always blame glare
I've not been cyberbullied by barry over role request yet
so like
I should prob be nice to glare
however, i don't want to

You know , I'll just use CommandPrompter, should work no differenty
Okay
I mean, it'll work slightly differently. I'll have to run the menu cmd, click a button, type the ingame name in chat. and then proceed. instead of just typing it as an arg in the cmd itself ๐ฎ
So more effort for staff, oof
Do the hokey pokey too
a what-now?
fix this glare
Only Norwegians don't know what that is
u broke it
What
its not centred
Apparently you do if you're complaining about it
It's a bit more than 7 weeks Glare
What
Does it look liyyke i cahre? Fahkin' fair dinkum mate.
Hemehe
I found an English to Australian translator
Maybe cube will now finally understand what I say
Did you tell me to look here for your meme
hey CJ, did you see the 3D thing I sent
Oh I see
I'd actually love to have that, just to annoy people
Of course you would XD
Oi
Oiiii
xD
Just had 2 finals scheduled
oof
Within 24 hours of each other
That's not very nice
Dang that's a bit rip Glare
Indeed.
Probably going to have go disappear for a week or 2. Undecided yet.
Out of a month long time span, they schedule them 24 hours within each other
๐ค a few of my menus are acting a bit strange. time to dig into if the update messed it up, or if I did at at previous time xD
Probably on you. We don't have bugs.






more than anyone
