#dev-general
1 messages ยท Page 266 of 1
The python version is for player data right?
cmon dkim ;-;
lol
i have no thoughts
wdym
did someone say clash of code?!?
You have thoughts, you just don't want to use them
literally the only 3 words dkim knows, and they always come in this order
he's married to beefy
lol
no efe
how come only staff can convert pastebin to hastebin?
same with a bunch of other commands
Well it makes sense
imagine if you could convert any message to a paste. along with the thousands of users in here
do you not see the potential problem with that
i meant a pastebin link
or like tier 3 and above
yes. it deletes the message first of all
Well, he don't know talking good like me and you, so his vocabulistics is limited to "wydm" and "oh" and "wut". Exclusively in that order.
-rocket
kek
It's good the way it is now
@hot hull Pushed latest changes, go ham
tnks
what is the difference from gradle and maven? what is the best?
any rational human will prefer the gradle syntax as well
ok
@prisma wave for your collection lmao https://i.imgur.com/5tfSLXJ.png
loving it https://i.imgur.com/in84jRD.png
is dokka usable for java projects`?
no because normal javadoc task does not work with linking external documentations
javadoc.options.links seems to not work
no
i aint gay
straight as a dick
i'm guessing you're a dude
efe is a dude
They're a pan
because you don't act like a girl
u seem like a dude
girls and guys usually act very differently online
mind you it's not always the case
I've mistaken girls for guys before
I mean
frosty has stopped typing.
Frosty froze*
Nein Yugi
stonks
here let me demonstrate my mystical gender assuming abilities
That still leaves a lot by todays standards ๐ฅฒ
uh
what about me
๐
ur a dude
What about me Piggy
i dont even have a working mic
n/a frosty
๐
xD
How can someone tell you how someone sounds lmao
huhh?
interesting
very interesting
the last time i had a mic was prob a few months ago
maybe even more
what does that even mean
He's a loud lil bish
when I hear the word resonant I think of resonant ender from thermal foundation
I presume
btw ive never shared my voice on discord
I am rather loud
never
ah
like my keyboard
snowman sounds what
efe stalker
u act like its a big deal
o
he is a forty year old thaiman what did you expect? /s
๐ฎ
What does the /s mean?
sarcasm
@ocean quartz You got a trello or a list of what needs doing on chat?
Also the heck is this..
const val MAIN_PERMISSION = "triumphchat"
idot
iod
i.
I see nothing
Dw about the permissions right now, it's a mess
idot
i.
have u tried turning it off and on again
Decla-ratios n' kt
Frosty.. development
list of stuff needed done perhaps 
scam
What?
About what?
I never said that lol
You tell me when I said that
Screenshot it
I never did ยฏ\_(ใ)_/ยฏ
Proof
I never said I know his voice
LOVe it
me ๐
If intellij didn't exist what IDE would u use
I wouldn't
I've got a problem
When I go back to writing any program or plugin I have written longer than two weeks ago, when I read through it I just wanna rewrite everything
Idk if it's normal or not
I went back to a plugin I wrote 5 months ago which I need to update but it's so chaotic, what's the solution to this
a rewrite'll sort it
I have got only one week of free time to update my plugins, rewriting this will take me the entire week and will leave me no time to update the rest of the stuff
make do
Since I will finish my exams soon but my second term will start
is there anything wrong with it currently?
I was kidding about a rewrite btw i just did that and it caused more problems than it solved
No, there is two bugs that people reported in the past months but that's about it
And they are NPEs
Ah ๐
If it's not urgent then focus on the other ones to update first
I mean this is a premium resource so I kinda wanna prioritize this one
Then learn Kotlin and rewrite 
I'd assume that I should just sit down and study the code
And make as many comments as possible
So that next time I come back to it I understand it
Yeah, you can always restructure a plugin without rewriting the entire thing
@ocean quartz Saw the board, what feature am I able to work on so I don't disrupt your work
Thanks <3
Netbeans
lol
Sublime is the ultimate IDE
Eclipse tho
Your doggo is too cute
Ye but heโs getting old now :/
:(
Hmm i am actually not sure, you can try working on what ever, i'll adapt over it later
Though for the plugin to be usable all it needs is the private messages to be working, everything else if fine
Have you started on that already or no?
Yeah, sending and receiving already works, just need to send to social spy and have a reply command
Kk, gotta figure out what's what first, tommorrow tho
wut r u guys doing?
we're doing yes
Sudoku
No I donโt play clash of clans anymore
Committing sudoku
was one of the first 10k downloads
U good?
It's usually Frosty sending shit like that
has intellij autocomplete changed for anyone or just me?
it looks subtly different
cant really describe
better though
like bolder almost
idk
looks same for me
I just re-re-realized something
Like it's something I once knew about, then I kinda forgot and realized about, then I kinda forgot again and re-realized again
:)
what did you realize
the spongebob movie
how is it only 38 mb
oof
u can still watch it tho
btw how do i make it so an item on my GUI once u click it the GUI closes
cause rn all the items are persistent
e.getPlayer().closeInventory();
do i put that in the item or semething
Years ago when working in some sort of interop between asm and C++ I realized that member functions (a.k.a "non-static methods") are basically global functions that take a "secret" first parameter, that being the object you're calling the function itself, so this:
class MyClass {
void someFunc();
void someFunc(int n);
};
is basically this
class MyClass {
};
void someFunc(MyClass& obj); // takes a reference to a MyClass object
void someFunc(MyClass& obj, int n);
and y'know it kinda makes sense how calling a function on a specific object "knows" which object it has to work on
Then I kinda forgot about that and moved on in life
yes
pirating movies and putting it in a discord server ๐ฌ
well its not piracy
elara and rust both do this
cause its at like 8 pixels
rust methods use self or &self
it isnt watchable
โ
opening eclipse
no
why
dont
im gonna make it so its not persistent
haven't you heard? eclipse bad
Then when I was working on some JNI stuff in Android I also noticed that native member methods, on the C++ side they take a j_obj or whatever argument that is not present on the Java signature, that is the object it was called on
And that was the second time I realized it
๐
like i said kotlin < java < eclipse < vegan cheese
amazing insight
i said it once and ill say it again
Iโve been coding in java for 10 years now gg
And now I realize that for something like, for example Iterable<T>#forEach(Consumer<? super T>) you can reference T methods (e.g. Double::floatValue), but that isn't a Double consumer, the method itself is, it takes a reference to a T object and works with that
in any PlayerEvent
Nullable!
if you send a screenshot with 3 visible IDE warnings then the answer is probably no
if its empty isnt that already null
there is no errors those are yellow (tips)
are you sure
no
u obviously use eclipse
yellow = warnings
what about the grey ones
Tips and warnings are much different xD
there are no tips in intellij
warning as well that its unused lol
besides the startup thing
the gray ones are to remind you what the constants are for
this is the "error"
but thats waaay different
thats an error
yes
open the more actions thing
that can crash your JVM if you dont handle it correctly
i guarantee you i can break it
or even your pc
and press "wrap around"
clicked(player, slot, new ItemStack(AIR), inv) ๐ฅฒ
slot and inv unused ๐ฅฒ
wdym slot and inv are unused
๐ฅฒ
theyre unusued
usnused
used
im gonna use them
go on then
i just havent done it yet
sure
did u make the nullcheck yet
gimme a second
do you have consent?
if (null == 0)
what
is it true?
wdym
javascript time
uh oh
sql time
pls no
wdym wdym
im gonna go use skript ๐
ElaraScript coming 2022
ok
no
byee
lmao
glhf
ok
TypeScript-Elara coming 2023
gl hf
ElaraScript
"skript is bad, santa isn't real, kotlin is a good language"
the many lies the media tells us!!!
also "eclipse is bad"
Hey, which channel do I post in to get help?
not this one
it depends what you want help with
#development for coding help
you need to first link your spigot account at https://fsharp.org
except the last one pls
i had a dream
that a new programming language was made
named Spanish
I don't have a spigot account. Do I need one?
no
plugins #general-plugins papi #placeholder-api , premium plugins #spigot-linking, etc
no
ignore me ๐
alright cool
although i would recommend you learn F#, but that's not relevant right now ๐
so just #development ?
depends on the issue
ye
maybe
for coding support
For java
i need support
this is cool people chat only ๐
yes #development
ah i dont belong here then
where does one belong
ok i gtg byee
you belong in #development
ah fuck off and figure it our urself drunk lazy homeless man
here ๐ ๐ฅ
encription gl with skript
im not using it
aw man
im not drunk
or homeless
or a man ๐ฅฒ
idk why i said that lol
wanted to make a good impession on the new person
so they can see what a loving community we have
you seem to not know what a joke is
you should point newcomers in the direction of F# in future
that would be more productive
no we wont
bm where is episode 1
i wanna know how to make a hello world
tru tru
we do not say that, sorry
the depths of hell
we need more episodes
idk
send more
bruh i am busy
we need weekly uploads
fuck it ill record it for u
lmao
ok
gimme the google slides
i just need to know how to make hello world so i can write luckperms v2
/lp helloworld
dw ill tag u in the corner of the imgur picture at the bottom of the description
lots of cedit
ok
we are currently in v5.2 ๐ฅฒ
yea
ok
oh
git reset
i agree
I see where you're going with that
ever heard of binary?
how do i do a sudo command
v5 was a mistake
as was v4
and 3
v2 was the best
and we shall revert back to it
lol
01100010 01101001 01101110 01100001 01110010 01111001 00100000 01101001 01110011 00100000 01100001 00100000 01100111 01101111 01101111 01100100 00100000 01101100 01100001 01101110 01100111 01110101 01100001 01100111 01100101 if u can trasnlate this u get a cookie
you are aware you can just google binary converter right
lol
its not complex
wait what... then why did i spend 3 years learning it...
binary isnt a language noob
no lol
bm for staff
thats not what support means either
ive only been in here for about a year and a half
long enough to be staff i say
well yeah
but i still think u should be a support
couldnt be me
im gonna shitpost by pinging conclure
nice
me neither
If I buy a virtual machine from AWS or Azure, are all resources guaranteed - including the CPU? Or will I potentially encounter steal as with classic VPS providers?
are you... considering hosting mc off of aws?
No, it's not about hosting a minecraft server. ๐ I'm just researching prices and was wondering if I have to compare AWS etc. to classic vServers or to root servers.
oo i gotcha
well yeah i doubt you'll have to worry about not getting the resources you were promised
I found a few people complaining about experiencing CPU steal but they seem to be very rare cases. So I guess they fit best into the โจroot serverโจ category.
server uptime ๐ฅฒ
lol
If i register an api through the bukkit service manager, should I unregister it when the plugin disables or is that not important
classic
also why does kotlin handle a companion object in java the way it does. if i wanna provide an api statically java people have to do APIClass.Companion.getInstance() lol
If you want it to work like it does in java annotate with @JvmStatic
oh good idea
If you are talking about a discord server, at this year Discord doesn't even exist ๐
That must have been fun
same
I haven't touched skype in like 10 years
how do you guys organise your projects / repos?
lmao we dont
locally, i have a projects folder and inside there is sort of a folder for each type of git thing im a part of, so like an organization would be a folder, person repos would be a folder, maybe freelance is a folder, etc. github is organized the same way, repos go with the organization they belong to
if i need to separate repos from the group because they are a certain cluster I can make an org for it
I also made a feedback ticket thing and asked for folder suppport on github itself but they probably wont add it 
is that a bad thing?
i dont have access
Spigot Account Linking
To get support for a premium plugin owned by Clip or Glare you will need to verify your spigot account using =spigot in the #bot-commands channel. After you have successfully linked your spigot account you should ask your question in the coresponding channel for that plugin. If you have already linked your account and want to update your roles, run this command =spigot check.
i already did that
How long ago did you buy it?
almost a day already
Might need to wait for the database to update
did u get it off black spigot? ๐
nope
hm
ok then do this
i can send pic of all the proofs
no its okay haha
No need, just wait
is there not a command staff can run to force a recheck?
im pretty sure there is
but I remember it being bugged or something
@urban gyro Can you do =spigot check in #bot-commands again please?
done ๐
There you go, #voteparty ;p
ty
And Matt saves the day again 
Indeed
yeet
generally yes, it's expensive compared to a lot of mc hosting services, not to mention AWS uses server cpus that run slower compared to the consumer cpus that mc hosters use (which have much, much better single threaded performance)
the main benefit to using AWS / Azure / Google cloud is the flexibility you have with your setup - they offer a lot of additional services for storage, databases, orchestration if you want to set up a dockerized server network or want a lot of customization with your infrastructure - however if you just want a traditional minecraft server/network go for the MC specific hosts every time
docker ๐
delicious docker
docker good
Learn Fabric instead

evolve
Nothing to do with forge anyway lol
hypixel
Wtf, what are you expecting to gain from using 1.8 for modding? Like legit, plugins i understand but what is the point of 1.8
I mean it's modded ffs, there are mods to revert the combat, which plugins can't
ima use 1.8
Aight, gl, forge api specially the version you use is fucking terrible
(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป
โฌโโฌ๏ปฟ ใ( ใ-ใใ)
Fabric is great
maybe ill try fabric 1.8.9
Even individual forge builds for the same minecraft version break shit all over and above 
Exactly
ofc my discord has to freeze just now
then forge 1.8.9 ๐
Jesus fucking Christ
That's really sad
This dude stoopid
lol
Matt, check PR ๐ฅบ
I'm here playing modded killing dragons and hydras and this dude wants 1.8
Once i get out of bed
Because that was the peak of forge
oh
Anyone got some experience or know anyone who can do 3d armor modelling for vanilla mc
And people live in the past because they are monkeys that can't adapt to change
Nah there is hardly any 1.8 mods compared to 1.7
The versions with the most mods are 1.7 and 1.12
Lol is that some GAN shit?
All the hypixel specific mods are 1.8 afaik
Very AI-ish looking
You know that mods you make, unless are strictly client sided, won't work when playing on hypixel right?
Mods need to be both on the server and on client
Wtf is levelhead?
These hypixel fanboys ๐
levelhead by sk1er is 1.8 only
I was saying that hypixel-specific mods are always (or 99%) 1.8
I didn't say it exists for any version
You could be riding dragons, using exo armor, creating a reactor but you choose to just get armor stats lol
I said you can make it for any version
well I was saying that it only exists in 1.8
Hell, you could even make a spigot plugin that shows that shit as name tags
But you can't have spigot plugins in your mods folder
High pickle was a mistake
Alright you are officially stupid to me
NO
1.7.10 - 195 pages of mods
1.8.9 - 71
1.12.2 - 414
1.16.4 - 155
Kek
i agree
Humanity was a mistake
i agree
sk1er ftw
This is sum bullshit
java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 0
imagine getting an AIOOBE
I legit printed the string out before and it had 4 fucking dots
So that's fucking bullshit
Did you split the string by dot?
mhm
Well yea but it returns the split array, which I call later on
So that makes no sense for it to be empty
better
[17:31:44 INFO]: [SGBoosters] Skipping CropGrowthListener registration, as plugin GriefPrevention is not installed.
[17:31:44 INFO]: [SGBoosters] Skipping McMMOGainListener registration, as plugin McMMO is not installed.
[17:31:44 INFO]: [SGBoosters] Skipping ShopSellListener registration, as plugin ShopGUIPlus is not installed.
@hot hull Merged it
I got an email yes
Can't say if it works, as I've not yet tested it
Since I get errors cause IJ dumb so couldn't compile
you can do CoC challenges with bash :O
You should be shot
got somethin against bash?!
good
insanely hard
1 line.
typing out the artifact id ugh
what
what
what
what
it's one line to set a placeholder
creating one is one class
but it's a smol class
i would still like to know what this means ๐
๐ฅฒ
Anyone know an easy application i can make with my nooby java skills
without spigot api
snake
uh
idk how to make graphic stuff
yet
just input stuff
actually
idk how to do that either
but i can easily google that
make your own game engine
JavaFX
https://www.tutorialspoint.com/javafx/index.htm scary already
JavaFX Tutorial - JavaFX is a Java library used to build Rich Internet Applications. The applications written using this library can run consistently across multiple platforms. T
although some people find it hard ๐
JavaFX - Overview - Rich Internet Applications are those web applications which provide similar features and experience as that of desktop applications. They offer a better visual
whered that go?
it doesn't exist
anymore
oh cmon i gotta install another IDE
ew
bruh

Oracle JDK๐คข
Shit's from 2013 or something
what
Have I taught you nothing?
java.swing
why do u need to download netbeans for javafx
you'll have a great time
what
so much stuff
๐
Yeah just click cancel
also, doesnt orcale jdk already include jfx or am i wrong here?
Cancel
Between 8 and 10 does
ah k
yayy java 8 > 11
y
You have no reason to use 8
;-;
and the newer ones are objectively better
gradle for the javafx dependency ๐
i guess
UHHH
objects*
:(
Objectively better because they are object oriented programming languages
:C
Similar, C is proceduralively better than Pascal
๐ฅฒ
๐ฅฒ
I have come to the conclusion that dkim does not want to listen nor learn for good
literally it looks like something from 2005
he wants to learn for evil

anyone know tho?
If it doesn't have dark theme, uninstall that bitch
"just curious"
netbeans has dark mode
What a tragedy
uninstall anyways
^
does eclipse have dark mode
Uninstall that too
i already have it installed
They all suck
uninstall.
not that i use it but
They are sharp as fuck and pinch my eyes
whats diff between java project and project?
im not using netbeans
Disgusting
Disgusting
also btw have any of you guys reverse image searched any of these images?
A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.
._.
lmao what
My eyes bleed
tHaNkX barry
Which images?
Someone ban dkim
Yugi and I are very familiar with JavaFx ๐ฅฒ
adoptopenjdk 11 install guide (Windows)
(โ๏พใฎ๏พ)โ
im stillc onfused by this
Another cute stream
final long activeBoostersOfGivenType = boosterHolders.stream()
.filter(holder -> holder.getType() == type)
.filter(holder -> !holder.isPersonal())
.count();
The calin guy ๐ฅฒ
For a second I thought that said stalin
lol
type::equals tho
@hot hull
Oliver, heck out
Predicate.not(Holder::isPersonal)
my hypixel daily reward streak is 69 ๐
Awful ๐ฅฒ
Whoops
Meant to reply to yugi
Discord bad
Sorry to hear that
xD
Mine is 0 ๐
There was a daily streak on hypixel?
I only get on there for bedwars once in a while
No idea what antiac is, so hypixel
german bedwars ๐ฅฒ
oh
german bedwars = islands a stack of blocks apart and each island 3 blocks wide and generators 1 block wide
๐ฅฒ
bc the whole point is to bridge
and reduce
anybody feel like enjoying a delightful CoC
Yes
pc go boom if I click that
rip ๐ฌ
so closeee
birthday money!
xD
I got 20โฌ
๐
And that's about all I got for birthday
socks 
oh
join coc ๐ข
dw. I'll beat you and you won't want people to join anymore
xd
another?
hmmmmmmm
oh.
fine
i'll have you know i have a 2 digit bank account
if you count both sides of the decimal place
Damn y'all really love some good COCs don't you?
k ready
I'm to good
62%
you'll never beat me
xD
lmaoo
I'm too good for you
xd
I didn't play the test cases so idk xD
lol
i tried just doing if(N%4)
๐
U GUSY DOING CLASH OF CODE?_ _
COC ROYALE
xD
LOL
ah yes barry
COCK
ABUSE
launching the game
Do you guys love my cock?
what the hell is a median? xD
Nice, shortest
how tf do I get 500 instead of 600 ???
what?

