#dev-general
1 messages ยท Page 546 of 1
Tbh I have no idea lmao
is it just because i used to have it as my nickname?
I don't think so, there has been others that did that
weird
Changed my name to kotlin typed something and then changed back and nothing, so no idea lmao
i say it so often because i need to tell everyone how bad it is!!!!
know thine enemy
Don't it's that either, it's the same on my discord and you never said the word there
That's what I mean
just be consistent
and maybe if you're working with java and an object mapper or something you might want to follow java's conventions
I separate the keys like-this but yeah mostly just be consistent
And for the love of all things holy please do not use spaces in the yaml keys
It is entirely valid to do it but please oh please do not
I won't dw lmao
camelCase lmao
Upper-Spaced-Is-Also-Cursed
the fuck is DOUBLE_STONE_SLAB2 on 1.8?
no "official" one but i personally use cool-key ๐
Oh I might try that, didnโt know that was an option.
I'm gonna stab you if you do that
what if I 'Name My Keys Like This'
kill me already please thank you
I know somebody who does that
is this my name now
yeah
very pog
@prisma wave function guy, what ya think?
not happy
i mean
they kinda deserved it
putting a 19 year old on penalties ๐ฅถ
on the other hand
stupid man shouldve got a red card

Couldn't be better
Wait can BuildTools not decompile vanilla mc?
buildtools is to decompile MC and build spigot
buildtools decompiles MC to build spigot
lmao
no it isn't
But like
spigot-api is the api, spigot is the server jar
SpigotAPI is just the api though ๐
lmao fred
smh emily
The decompiled project is just NMS
?
Not spigot
And everything
Omfg, I'm switching everything up now
It's not buildtools I mean...
??????
^
Lmaoooo
ffs
sec
I was thinking of CFR
Decompile tool
And got it mixed up
Idk why tf I thought BuildTools decompiles
BuildTools does decompile it
thats how buildtools works
then it patches
then recompiles
BT uses a decompiler, it isn't a decompiler in and of itself
fair enough
CFR is just a general purpose java decompiler, not specific to minecraft
but i think BT uses fernflower
Yes, to build spigot jars lol
But does it make an outpur directory? For decompiled NMS?
okay, are you in a directory you ran BT in?
just use paper, you don't need buildtools
but it makes a folder yes
BuildTools got it's own directory on my pc
Ohhh
C:\Users\Valdemar\Desktop\BuildTools\CraftBukkit\src\main\java\net\minecraft\server
but that is most likely what you will be working with anyway
So does anyone have the rundown on what happened with TAB?
Yup
Sounds like the author wanted to be banned?
So this? C:\Users\Valdemar\Desktop\BuildTools\work\decompile-323675e4\classes\net\minecraft\server
from what I've heard tried to make people have to purchase the plugin from his discord instead on spigotmc directly
so they complained, and managed to get themselves banned
The guy told people in his discord to report his own resource.
which is very clearly against guidelines
that was because they had been banned from spigot already
so reporting was to take down the outdated free version
that is the unmodified code
oh yeah thats true too ^
which is not what will be in the server
I actually bought it from his discord lmao
basically the vanilla code
Ahh right yeah that's definitely against guidelines.
mhmm
So I guess it's just... gone?
Yeah, but that'll be the results of CFR right?
I mean I'm aware it's open source but other than that, it's just gone from Spigot.
That's a yikes.
yes, but that is not what will be on the server during runtime
things are modified
that's what craftbukkit is at the end of the day
a modified minecraft server
Also CraftBukkit if its a vanilla mc server?
Yeah
Yeah only the premium, Fred. Well, at least it's open source. That's unfortunate though because of how well it was doing on Spigot.
So what, BT decompiles which jar, before the patches and everything
BuildTools downloads the vanilla jar
Decompiles it
Applies the CB and Spigot modifications
Recompiles it
but they coulden't update the free version anyway
so it was gonna get out of date real quick
I use the premium version myself
Ahhhh alright, so the patched version is with CB and Spigot and the one that isn't patched is with just the vanilla jar and no modifications
yes
kk, thank you!
yw
Well they couldn't update it because they were banned, lol.
yeah
so thats why they had people report it
which I don't fully understand
but eh
could have gotten MD_5 to transfer it to someone else I'm guessing
like Tanguygab
Sir this is #dev-general
and check the pins in #general-plugins
What happened to TAB guy is kinda sad ngl, such dumb rule
Whats next, ban everyone that have a donation link on their resource page?
It's a start 
Man if hangar had premium resources, spigot would go doooown
lol
final MineResetLite plugin = this;
scheduler.scheduleSyncDelayedTask(this, plugin::save, 60 * 20L);```
some quality code made by vk ๐
Ooo. It looks like Javadocs generated using Java 16 are mobile friendly now.
Well I mean sometimes you want to look something up.
Someone apparently made an APK for IntelliJ Community.
what the fuck
the finest code I've ever laid my eyes on
does plugin::save also run like 1 line of code?
probably some FileConfiguration#save in a try catch lmao
if (!setupConfig()) {
logger.severe("Since I couldn't setup config files properly, I guess this is goodbye. ");
logger.severe("Plugin Loading Aborted!");
return;
}
at least this is quality
lol
you were pretty accurate on what save does
only thing is that it runs a loop along with it
why is Consolas suddenly not a font available in intellij
jk it's hidden at the very top of the font list instead of alphabetical where it belongs
it's probably a recommended font
๐ฅฒ
I made sure to run the command thrice
Pings the two lead devs and top (online) contributer
All at once
Like seriously
just make it autoban on 2+ pings lol
Not my server sadly
damn
The bot's mine though
just make it autoban on 2+ pings lol
I can't ban
damn
๐
hahahaha @prisma wave
What happened to NEZNAMY?
his plugin got removed from spigot for linking or something
for linking?
yeah linking to a different website or something i dunno
it's against spigot tos or somethin
That's dumb lol
Did you register the event
np
๐
Why player.getBalance(name) is red ,I have already import vault.jar
?
Does anyone know it?
@stray depot are you sure that is the vault player not just the bukkit player?
Also I believe you register the econ then use that instead not typically a player class
First register the eco?
Look at the vault usage cases on the github
You will find there how to register not only econ but also permissions and a few others
use a build system and add the vault api as dependency
wew
Thank you very much.
Thank you.
how tf do people make nice things with tornadofx lol
am i the only person that finds it really difficult to use? Maybes thats cos idk how to use it properly, but like it seems to take forever to get soemthing to do what you want
I write a plugin hold a stick click the dirt ,then the dirt can change to stone.
But i get a NULL error.
List lore = itemStack.getLore();
if (lore.get(0).equals("a"))
The console says if (lore.get(0).equals("a")) is NULL
I don't know why.
because it doesn't have lore
you need to check itemStack#hasLore(); first else you will get an NPE like you are getting
Thank you very much.
My brother.
Thank you .
Soo I stumbled across some exceptions and I really don't know what's causing them.
Exceptions: https://pastie.io/cdtoly.groovy
ItemManager class: https://pastie.io/lwgzek.java
Help would be appreciated ๐
How is the ResultSet empty? Yes the table of it is empty, but it shouldn't even loop through it if is.
rs2 isn't rs I guess
wdym, yes Im looping through a ResultSet rs2, for every entry in ResultSet rs
bruh can't send screenshots here wtf
yea, you cannot
you're having two while (rs.next()) (nested) loops but no while (rs2.next()) loop
omg
line 239
that's why you should use explaining variable names
instead of rs and rs2?
I normally have explaining variable names, just didn't think of any names here
yes
I guess
?imgur
You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
You can also use a screenshot service like gyazo or jinx and post those links here.
Tier 2+
meh
Is anyone actually doing mutation tests or even unit tests?
Yea
ill mutate u in a minute
:simon_peek:
๐
on every function?
fair
I watched bob thing
he advocates testing every single function
so ye I was just curious
who's bob? xD
the builder?
hmm
That's of course a good idea
But you know
Effort
lmao yeah
He doesn't know bob???
who doesn't know the bob?
atleast its not the copy pasta bob
be like bob
https://spark.lucko.me/MvThc5EzzY can somebody help with this shit? ๐
what exactly?
Identify the cause mostly, im not too good with this kind of stuff =/
Minigame plugin ideas?
hypixel
hmm?
just remake hypixel
easy
the cause of what? There's nothing really unexpected from what I've seen
https://i.imgur.com/v4jcSwh.png
lol recoded MagicItems (my first plugin), went from 1.2k lines to 401 lines, while adding a bunch of new features ๐ค
(top row are java files, bottom row are kotlin files)
so basically kotlin good java bad
lol
also, iirc its a plugin that shows u how many lines in ur project? what was it called again?
Statistic
ty
๐
i had a crash before that report, want to take another one to see how things are going? Idk why entities are doing weird stuff on my server
the crash itself maybe gives more information
nope it doesn't
My server also crashes randomly when we upgraded to 1.17 and it also doesn't spit out any useful information. imo it would be better to report it to server software developers (spigot, paper etc. the one you use)
aaaaaa anyone know how to delete a release on github ๐ฅบ the delete button is gone
You can create releases to bundle and deliver iterations of a project to users.
theres no delete button though
oh wait
nvm
i swear it wasn't there 1 minute ago
oh wait
love these moments
๐
im confused 
ok next question
when i do git tag -d
and git push, then git pull it says * [new tag]?
why doesn't github like me deleting tags
โน๏ธ
nvm
๐ stackoverflow is epic
light theme ๐คฎ
@frail glade any idea if votifier allows only one plugin to listen for votifier event? I use VP and one plugin made by me and not all votes are being saved on VP
What is being weird is that the vote reward from vp is being given but votes don't appear on player's data file
I mean it's just an event being fired so I don't know if there's a way to actually limit what all listens to it.
I know basically nothing about Votifier.
I thought the same, isn't VP data saved instant?
Im talking about player's votes not the counter
Oh...
OH...
That seems like an oversight.
I'll uh get a release out later today to fix that up. It apparently is not saving on an interval. That could be.... bad.
I have used the same version before and had no issues, is weird how they get the vote rewards but the vote doesn't get saved on their data file
Yeah cause it only saves on shut down right now apparently.
wtf
Not sure how no one has ever reported that to me.
ยฏ_(ใ)_/ยฏ
Do you want that to save on the same interval as votes or do you think I should add in another config option for that?
probably not many people use player's votes for other stuff
for on interval or instant?
I mean it'll be on an interval most likely.
So I can connect it to the same interval or add a new config option for it.
it doesn't matter when you save them as long the data is being safe, all I need is the placeholder to update accordingly
Well the placeholder should be updating fine cause that pulls from memory.
would be possible to have an option to save the data of a player when a vote is made?
Do you want an honest answer or do you want an easy answer?
Easy answer is add in the 2 lines of code yourself in a fork
Meh I'll go ahead and do it. What it'll be is a config check to save-vote-instantly or something like that and it will save then and then it will also save in the internval.
well i have nothing against doing it myself, im just looking for where I should insert that xd
I'll give you a jar to test in #voteparty soon.
the biggest piss about that ive just figured out is trying to beable to access net.minecraft.server related stuff in intellij, didnt know that buildtools makes a maven repo and a few tweaks to project settings and pom to beable to do that
you need to access spigot instead of spigot-api and use maven local. idk how it works in maven
what would be the best way to learn how to optimize nms shit? ๐คฃ
probably not the best question, but I need to fix this entity ticking shit
just override with no super calls
just block entities on your servers
including players
if I have a jar compiled agains java 11 it should work on java 16 as well right? its just java 16 compiled jars won't work on lower or something like that?
yep
not guaranteed that it works but the jvm will accept & run it
yeah Ig. I've seen deluxemenus or whatever have some problems when 16 came out. Don't remember what it was but glare fixed it xD
im trying to generate the javadocs for 1.17.1
all i get is
.\org\bukkit\command\CommandSender.java:7: error: package org.jetbrains.annotations does not exist
import org.jetbrains.annotations.Nullable;
^
.\org\bukkit\permissions\Permissible.java:5: error: package org.jetbrains.annotations does not exist
import org.jetbrains.annotations.NotNull;
^
.\org\bukkit\permissions\Permissible.java:6: error: package org.jetbrains.annotations does not exist
import org.jetbrains.annotations.Nullable;
^
.\org\bukkit\Nameable.java:3: error: package org.jetbrains.annotations does not exist
import org.jetbrains.annotations.Nullable;
^
.\org\bukkit\event\player\PlayerMoveEvent.java:3: error: package com.google.common.base does not exist
import com.google.common.base.Preconditions;
^
.\org\bukkit\event\player\PlayerMoveEvent.java:8: error: package org.jetbrains.annotations does not exist
import org.jetbrains.annotations.NotNull;
^
.\org\bukkit\event\player\PlayerMoveEvent.java:9: error: package org.jetbrains.annotations does not exist
import org.jetbrains.annotations.Nullable;
^
100 errors
D:\Programming\buildtools\Spigot\Spigot-API\src\main\java>
all i want is the javadoc.jar
i want it for in my ide
i just wanted the offline docs
buildtools wont generate the offline docs
and download javadocs
Snapshots > org > spigotmc > spigot-api > <Version> > <Version> > spigot-api-<Version>-javadoc.jar

.zip ๐ ๐ ๐ ๐ ๐
lol
There is no time to wait! Ask your question @steel heart!
I need help barry, did u get that?
Someone back me up that saying
"lol you dummy" is rude & uncalled for, but it's not x plugin's fault
Isn't a rude response by me to that
I was called rude for saying that ;-;
ignore it
Well no it wasn't him who said I was rude
It was the other support member
But okay, ig
just dont be a dummy idot
;-;
Yeah choose one or the other
were you fr? or joking
lol 7 tps thats a ripski
why is tornadofx so hard lol
I mean its a tornado... what did you expect?
Hilarious
welp
nice
:((
Project valhalla when ๐
Oo mythological creatures
I've had zero motivation to code recently, working full time so most of the day is gone, and when I get home I just chill and play games with some friends
I need to finish a plugin for Gian, but effort, so he's probably gonna spank me
kinky
Oh fair well youโre welcome anytime to join the team
@static zealot you up for the challenge then?
what challange?
Contributing
to?
Dopeness
bit of a random question, but I'm just wondering, since I apparently suck and forgot to merge my commits from my dev branch into master in some more acceptable intervals: is there a way I can merge say 3 commits at a time or something so that my CI can actually make a few builds rather than just one big one?
Someone here experienced with configuration entity behaviour? Ender dragon in this example
o nice
damn
man
๐
No it wasn't

Anyone worked with loading/unloading worlds? ๐ฅบ
im still trying to get bedwars to work ๐ญ
all the forums online say to use WorldCreator and createWorld, but it doesn't work for me D:
and by doesn't work for me, player's can't tp there
BUT
/mvtp works
Anyone familiar with asking to ask?
well of course. they didn't count the fact that you're on 1 point fucking 8
?help
oh yeah I had to remove it agian
ยป Give the helpers some details
ยป Ask suitable questions
ยป Be polite
ยป Wait
๐ฅฒ
when you have over 600 archived emails and gmail struggles to even get to the 100-150 (3rd page)
๐ญ
it works on 1.16
but not on 1.8
idk y
๐ญ
I think in 1.8 Locations didn't use WeakReferences to store the World, it's likely it's something to do with that I guess
In this video I will guide you through the new terrain generation in Caves & Cliffs Part II. Try it out & give us feedback!
Details & download instructions:
https://www.minecraft.net/article/new-world-generation-java-available-testing
Reddit post for feedback & discussion: https://www.reddit.com/r/Minecraft/comments/ojio1q/minecraft_118_experi...
o
o
that's gonna be fun to deal with
is mc never gonna go to 2.0.0
why would it?
no more block graphics in 2.0 ๐
I still remember when someone told me back in 2014 when Microsoft bought Mojang that they were gonna make a 2.0 with circles lol
๐ ๐
and the best part: I was gullable enough back then to actually believe that
๐คฃ
1.18 looks cool tho with that video
IT WORKS
I made a new Location instance
and teleported the user to there
lemme restart server and see if this still works
๐
but
reload \๐คข
lol
i remember before i tried this
since i thought the World was invalid or smth after unloading
so i made a new Location instance
and it didn't work before
but now it does..? 
this is the price you pay for using the cringe version
well you were definitely not doing this
but i was
doing something very similar
well definitely not
Lol
Maybe your first death just caused your second death consecutively 
@prisma wave ๐
They are talking about it on the survey livestream, still don't know if it got enough votes or not
And Java is there securing their jdk for stuff like reflection, neat
?
??
???
????
dkim u still working on the bw thing?
Thought they were securing the std lib against reflection altho security manager seems te be planned for a total yeet
yes
we should play some bw together
Whatโs ur bw level
are you talking about them "protecting" the jdk internals from external reflection?
when?
hypixel? or ur server?
both ๐
Oh ye might be that
yeah that's already a thing..
that's been a thing ever since modules (jigsaw) was introduced
that is java 9 lmao
it was kinda bypassable though, but java 16 enforces it
Ah nice
yea, jigsaw is meant to replace security managers
oh emily already replied xD
well not that specifically, that's also a good thing to point out
I barely use the modules thing
aged like wine

Myes thanks for enlightening, I consider switching once 17 is out
cps doesn't matter he says (dkim's private server)
Lmfao
that was for testing something else ๐
https://i.imgur.com/GsxweNZ.png blitz = cheater
blitz = cheater part 2
idk what u talking about
Hey guys I need a little help. I want to spawn a parrot and place it on the player's shoulder but I can't find a method for that... I spawned it using
Parrot s = (Parrot)p.getWorld().spawnEntity(p.getLocation().add(0, 2f, 0), EntityType.PARROT);
MCMarket thinks I'm part of an attack on their site and won't let me view it
my favorite
Fred stop taking out the competition smh.
I'd take out spigotmc.org first lmao
MC-Market comes second
spigot needs to go
what about polymart tho?
is it?
yeah
$0.27/message
well that's an easy $2.7 Mil
in a few hours
do they have that kind of money?
yeah
I think the problem is either their system being shit, or we were just added to a blacklist or something
xD
Wow
Ok let me try with another email and location set to this place
I was actually thinking of getting a like 5$ number with 1 month of usage just to test but nah
to much work
Do anyone know where to install pip?
๐ฅฒ
oooo nice
boiiisss
๐ฉ
good right?
Yuppp
imagine being able to get stuff for free
Where is the ubuntu vps setup?
uh
change the OS to Ubuntu 20 (not minimal)
should be able to use the flex plan or whatever its' called
Is it not under "always free"?
should be
BM, if the feature is added, it'd be for 1.7+, not next version, sadly ๐ฉ
dkim decided to enable cheats so I decided to summon an ender dragon. seems fair?
lol
what feature?
Tuples
oh kotlin
@steel heart ๐
๐ Seems kotlin is trying to follow the footsteps of the best language
Ofc ๐
I waited 5 days for them to fail to send me an email telling me I was rejected for that.
The oracle cloud acc?
Yeah
๐
@old wyvern select ubuntu without minimal ver
I had to talk to an agent today to see why I was still in limbo.
did u see the response I got?
No link it
1 sec xD
It was a lot of trouble for me to get this account working too
And then the 3 rd option from left to right as cpu or whatever
I do have that one selected gaby
oh it is the 6gb option?
wdym?
Is Failure a thing?
I told em that I am willing to provide id and all that's required, tried with 4 cards (think all were debit), all data is 100% correct. this was their response to my mail
Ampere
Alrighty
oh wiw
wow
it has a scroll bar right below
max at 32 gb
tf
34*
24*
Wdym?
yeah
Data | Failure
Probably an enum
Yeah, or a sealed class
similar to Maybe a = Just a | Nothing
^
ic
Would love this feature too ๐ฉ
elaborate
๐ฎ
for free
how
think I'm the only one here that can't make one
yes
nah. make it 199 GB just in case
no one said lol
๐ฅฒ
or lmao
or anything
was it not funny?
Mine failed too with a debit so maybe they have something against us.
๐ฅฒ
Debit didnt work for me
yeah. don't have anyone that has credit card tho.
I used my dad's credit card
Same
even my parents have debit (the cards they receive the salary on)
so yeah ๐ฅฒ might be that
I tried privacy.com too and that didn't work either. They are so picky.
thing is... for gaby, revolut card worked. which is debit. and for me it didn't xD
:O
Which is like 47gb
Not sure how well I set it up
And im not the best person to ask ๐คฃ
But yes, I did
alrighty
I know my brother got a new euro card for his summer job but idk if its credit or debig. will have to see xD
๐
so you need a credit card?
dang
have to wait till mine is here then
wait what is this cloud offer exactly
it's OP
seriously?
only allows credit 4 me
there is some point to it
i think it's just a loss leader thing
we don't know xD
what does that mean
offering free stuff to try attract customers
they're probably collecting some data and stuff.
as well
to see how it runs and stuff idk
well stuff that isn't profitable, not necessarily free
Do I need to setup permissions to use ssh keys?
what sort of permissions
idk it seems to be warning me about an "unprotected private key" and not letting me login
send your private key ๐
You can upload a key after you select the os and other stuff
๐
Germany region is limited Sadge
something like that
all the homies getting that server already
โน๏ธ
How do I access the terminal without first logging in tho
I went for NL, Johnny
Yeah I will too I think
infiltrating my country????
Swamp germany
I think it's closer than the UK
you don't know where the netherlands is?
I know where the netherlands are
Of course you do, you're German lol
I'm sorry that I do not know the exact distances to the two cities from my location
Isnt nl closer than uk?
should be
not a huge difference from my standpoint
I mean it is right next to germany
While uk is over the sea
NL is closer
...i can see that lol
Yw :)
So umm... I'm trying to import the ProtocolLib but when I try to do
import com.comphenix.protocol.ProtocolLibrary;
I get the following message: The type com.comphenix.protocol.ProtocolLibrary is not accessible
(I imported the external jar so I dont know whats the problem)
gwadle
and consider using gradle or maven
why does it consider my credit card invalid ๐
forged credit card
Did i send my support help question in the wrong channel or something? ๐ i send it in #general-plugins
is this website dumb
Its very picky
they set the card number validation type to telephone number
Isnt that the default name from ubuntu?
send it to me ill give it a shot
MARRY me Kotlin
Yes
Did you use a credit card
Is your card number 16 digits
Yes
I don't get this website
lol
Oracle?
yeah you know the little chat windows
oh I didn't see it 
I'm definitely confusing this person
I honestly have no idea why the hell it doesn't accept my number either
I've tried with random card numbers and one of my expired cards - validation accepts those
apparently a lot of people have been having problems
I was told about 4 hours ago that I would get an email shortly telling me why I was rejected ๐
How short is shortly
LOL
Support person makes suggestion
I say I tried, didn't work, explain more of my findings
10 minutes pass
Probably a couple days, sadly.
"Thank you for chatting with us"
"Id suggest to gfy"
I can't find the place where this is validated again on submission
Otherwise I would just delete that from the document lol
yeah I assume their payment/validation process is bugged. Since all they told me was they can't process the request or whatever xD
was very helpful and after that advice I became a millionaire which in the end led to me making my first billion. (usd of course)
man I love leaving my IJ opened for 2 hours while I sleep or do other shit and then come back later that day check my waka dashboard and say how prowd I am of the work I've done today xD
I also see an interesting trend here xD
its going back up
people are buying the stocks at a low price
๐
going to the moon ๐
Stonks
Would running nginx in a container be better than running it on the host?
depends
it always depends
on?
like attorney tom would say
what are you using it for tho
hmm
well
i personally would use it like physically installed
and reverse proxy that shiz
So on the host
Alrighty
but mine is all on a relatively small scale
๐ฅด
i would probably say it's better to have nginx on the host
because if you have any containerised web services you'll want to reverse proxy them
and container <-> container networking is kinda messy
judging by the black scales I'd say hyper
ythgirla
ah
there's so many I Don't even remember all of em. should probably watch
the entire show
again
xD
lol
well actually I'll probably just switch back to my pepe squidward and forget all about bakugan xD
going to watch another scooby doo cartoon movie now. bye
https://github.com/dkim19375/MagicItems
This place will not be a place of bullying no longer ๐ค
Don't look in commit history :))
๐๏ธ
Oh god i forgot about that masterpiece
disgusting, no mf-cmds
processResources {
from(
:peepoLeave:
Wow, I think cloudflare caching actually handled the downtime* for a lot of requests
xD
only 61 unhandled requests
2.79k cached
For nexus?
reposilite
Ahh
I was just getting on cloudflare to point to the new server
And only see 61 failed requests
I have cloudflare cache my nexus in general
ahh
I mean actually, failure could be "cached" as well I guess, so thats probably not a good metric
made a little "DSL" for creating titles through adventure. pls tell me if this looks decent / give feedback ๐
https://paste.helpch.at/duguzipozi.js
Looks nice ;p
Though why not Duration.ofSeconds? Instead of multiplying by 1k 
fine-tuned timings
both Millis and Seconds take Long, so multiplying by 1k gives finer "precision"
That's fair
Need an opinion. So I just made an Exapsnion Gradle Template and then I noticed that we had an example from 2019 in Maven? Do you think I should go ahead and push this anyways? This is simply for cloning and creating your own expansions easily.
Else I'm just pushing this to my own account and will just clone it constantly when I need ot.
both is better than just the one i suppose
and ig some people wont know how to migrate the maven stuff to gradle, so atleast if there is an example of both then everyone is happy
do just one, force people to change to gradle (kts! ๐)
๐
What's a good name for it in the repo? Just Gradle Expansion Template?
I don't get that
