#dev-general
1 messages · Page 478 of 1
I'm loosing interest for the game daily.
hes back now anyway 🥲
I've almost lost all interest in mc but idrc
I haven't worked with mc in years
yes piggy
I still stay
actually that's not true I play bedwars with cube every now and then
LMC
haven't even touched java in years
or any jvm language to be honest
A bedwars plugin targeted towards 1.8. Contribute to dkim19375/Bedwars development by creating an account on GitHub.
no
no
Even better
1.8 ew
playing minecraft 🤣
Switch to haskell!
😦 hypixel is 1.7
hey bm ya got payment?
It's 1.8?
odin most of us don't play minecraft very often, if ever
I did haskell before you guys knew it existed so don't worry
afaik it's 1.7
minecraft "support" discord server
😌 lovely
lol
How many years have it been since you have been using haskell?

i didn't believe it either, but a tweek from one of the staff confirmed it
probably like 3 years ago I dove into it
it doesn't make any sense for it to be 1.7 if you can't even join with it... and there are 1.8 blocks and mechanics too...
Awesome!
huh?
ok brister ya here
Simon team grows
emily it's based off 1.7
if you were to actually compare it to an official 1.7 binary
If they ran an updated version, you really think they'd be able to run 200k players?
it'd have very few similarities
here's the tweet about 1.7.10
https://twitter.com/i/web/status/1343634663479406594
Anyone here able to try and fix some code?
Why ask if you haven't sent it
It's pmines
I gotta try and make the upgrade system work the best it can do
It's really unstable atm
wooooooow
proof that https://github.com/dkim19375/Bedwars > hypixel bedwars
reason:
- open source
- newer version
😤
A bedwars plugin targeted towards 1.8. Contribute to dkim19375/Bedwars development by creating an account on GitHub.
Hey bm do you remember that little space you had given me on a vps about a year or two ago? Do you happen to still have that by any chance? 😊
no
I do in fact
no
Fr?
I think so lmao
No way haha
Brister, serious question now how much would it be for you to implement a simple upgrade sytem well just fix what I made?
@quiet depot , any idea how I can have gradle ignore a few variables or provide default values when its running on github actions since the local gradle.properties contains private tokens?
I need it for my upcoming project and my "fix" isn't as stable as it should be.
wat
environment variables?
Well firstly can you pay me the pmines stuff
How much
However much I'm owed idk
gradle.properties act as system properties?
yeah
Idk how much i owe you
yes please
so 300$
i would love $300
should we take this to dms bm
Would github secrets be interpretted in the same way?
there's nothing to discuss lol
🥲
okay 1 step at a time
For now, $5 * however many purchases since April 29th
dkim
if only minecraft had a gamerule for having old combat/movement...
why tf is there a trello link
lol
used it before
you do realize github has projects
bruh
so is that what github projects is?
trello but github?
yes
oh.
Is possible to use the same Copy task (gradle) to copy the jar to multiple directories?
from shadowJar
into "folder1", "folder2", "folder3"```
the very essence of intellij and gradle
> Could not set unknown property 'sourceCompatiblity' for root project 'FasterBukkitEvents' of type org.gradle.api.Project.
Is that kotlin or groovy? Never seen <<
yea idk but i feel like the idea should still translate
Also, why are most gradle tutorials outdated :(
Definitely groovy
its the bitshift operator in groovy, however gradle has overriden it in this use it seems
github projects - i have this, but when i make an issue it doesn't go in there...
Yo wtf, why is discord getting uglier
oh nvm it magically appeared
sounds like literally any q/a for any language more than a decade old
I cant understand gradle docs tbh
sad
Microsoft
So they are getting uglier so microsoft gives up on trying to buy them? Nice
modern problems
Yeah Remence said it looks like you clicked on a blue spoiler message lol
they changed quite a lot of things, but it's so subtle
they're rebranding to a more blue colour
you can see the full rebranded colours on the latest data mining PR
Also, such cucks smh
man imagine being on Windows smh
stfu, it used to be fine
lol
we get slightly thicker bars than that
and they're not centred vertically either
That's even worse
or at least, that's what I get on Arch with i3
okay ew wtf
reply to someone
look at the button to turn off the ping
istg they're gonna end up flashbanging the dark mode users too
My discord bot token is hardcoded rn so how do I make it not hardcoded
but how 🥲
config files in a discord bot? 
config files are pretty standard
indeed they are
Try open sourcing it 
and kotlinx.serialization makes it easy to do with HOCON 
I wanna open source it but it's hardcoded 🤣
just Hocon.decodeFromConfig(ConfigFactory.parseFile())
It's such a shitty bot it's actually unbelievable
It just looks bad
open-source it and await your message from Discord telling you they changed it
you know when you write a bot and it looks like it works but in reality the code is complete and utter shit
not just a thing with Discord bots
My life
şame
I do that all the time, the only difference is I know it's bad
Krypton is a perfect example of something that is basically the code equivalent of a ship that's been in service for a couple of hundred years that just has so many patches holding it together that it's surprising that it somehow still floats
or @author lucyy-mc
:doubt:
except for the couple hundred years part
u sure it even floats? 🌚
I don't even understand myself how it functions sometimes
yes it floats
just not very well
can you break blocks yet
yes
in creative
I haven't implemented survival block breaking because that requires me to implement all the block states 🥲
can you place blocks?
yes
that's actually 99% stable now
I can't guarantee 100% because it's not fully tested on every platform under every condition but ya know, it seems to work
how many platforms are there?!
its java
java pretty much runs the same wherever you shove it
oh you'd be surprised by the amount of people having issues with worldguard because they run on freebsd lmao
tf is freebsd
btec linux
im not wrong
it's not Linux
and it actually outperforms Linux in a few places as well
especially on the server side
full gnu/linux stack
only fair to compare everything
i am only joking btw
never used it, idk what its like
I would like to interject for a minute
what you're referring to as "GNU/Linux"
is in fact
"Linux"
Or as I've come to call it recently
"Linux minus GNU"
WHAT
Many computer users run a modified version of the GNU system every day, without realizing it.
i know nothing about freebsd, what's up?
Not written in haskell
that's a shame
ikr
let's burn it, and build it again but with haskell
Yes!
neither do I lol
to me there's just 2 databases (not cache!): SQLite for local laziness, and MySQL for proper db, everything else is, well, else
once I almost used h2 to test it, but then I read on the internet that sometimes it corrupt the db, so I was like "you know what, I know SQLite and I know my users aren't happy with corruptions, so I'll just use what I know that just works"
ever heard of Hrypton?
I saw your print "Hello world", but I know nothing about the current progress of its development
like once
I got a school project
well we have the server list ping working, nothing else yet
persistent collections are amazing, let's take a moment to appreciate them, shall we?
Yes!
We need to create a application frontend that we are using to communicate with sqlite
But i want to do it fancy
Welp
probably something built with electron would look amazing
?
I'm just saying by example, but usually electron apps are prettier than those build with javafx
not that javafx has less possibilities than electron do (tbh I don't know), just saying most electron apps tend to be prettier than most javafx apps
if you want something fancy I would recommend maybe experimenting electron
does it have a scene builder?
i have never used it so i really don't know, all I know about it is that it uses react
its not google
what
it's the same, things made by (with money of) big companies for developers
wat
The moment where you must realise that protocol support is becoming worthless.
1.8 - 1.12.2 is fine
1.8 ftw
what do you mean
❓
My fishes are bats
what about the nether
lots of cobblestone
You need to honestly fuck off with 1.8 already..
that's just...
It's fine if you gives support for a iteration under yours, but not back under 1.8
God Minecraft used to be ugly
1.8 smp 🤢
lol
pvp? 1.8 > 1.16
anything else? 1.16 > 1.8
...
says a non-pvper
Stop blinding yourself with stupidity
anyone wanan play wynncraft with me?
no im in school
Says a sane person
...
Says a person who dont join me
This pvper lost a game of bedwars to a guy who can barely kill himself in the game. HA!
Dkim, go play bedrock
😑
daily 1.8 argument
Ew no, why? It has the old combat
not really
about the only thing bedrock has related to old pvp is fast attack
i do!
i do!

i bought java before october 2018, got free copy on bedrock, was on a crappy crappy crappy crappy crappy crappy laptop that i dont use anymore
dkim
no
☹️
i won't betray bardy like you
wat
you SUCK
nooooooo my first try ;(((
OH so you'll contribute to krypton???
um
but not hrypton??
that's RUDE
u still have the license to it tho, as long as u have the microsoft account u linked to it
logged in to all my ms accounts, none of them owned it
u dont just lose a game if u uninstall it or smth
oh yugi btw do u have any experience with the lens package
we should probably use it
but since it was a long time ago i got free bedrock copy
havent used it yet bm, ill check it out
okay
because we have a few records with duplicate field names
and apparently lens fixes that
no idea
welp
i've just heard it's supposed to fix this issue
simon has a talk about it so it must be good 🥰
😮
swing 🤡
swing is outdated
lol
make it look nice
welp
I mean regardless of the framework you use, the framework won't make it look nice for you
You use the framework and shape it to your needs
It's possible to make it look good with any framework, just some are easier than other
I mean IJ is built with swing somehow, and that thing sucks so bad
But IJ looks and feels so good 😩
its all lies
Ikr, idk what miracle they did
if only it was open source
community is
is it?
that's a lot of commits
lol
Material Design 😌
Workers at jb?
wait whys there no src
some are
There are many srcs
lol
o
they use the intellij build system i think 🥲
ANT
.idea 😌
🥶
man imagine how long it would take them to build this
try and see
ill pass 🙂
ill fail
lol the whole of pycharm is in the intellij-community repo
true words
have u used pycharm?
Yes
that is actually so cursed
I dont hate the IDE, I hate the language itself
i see
🥲
Ktor takes like 5 minutes to build and it's much much much smaller
and ktor uses gradle 🥶
:')
Ktor is an asynchronous framework for creating microservices, web applications and more. Written in Kotlin from the ground up im noticing a pattern with these 'kotlin' projects
Time to write Htor
Yass
YEAH
The Kotlin Programming Language. Join Kotlin release event: https://kotl.in/15-event - JetBrains/kotlin
uh
And it is true I do not need the entire commit history!
Cursed
It had to be an Andrey to add Lombok to Kotlin
lol
what
can't tell if me becoming part of the review team for Yatopia is something I should celebrate or be shameful of lol
Definitely shameful
what is yatopia and why should I care?
Don't look it up
I HATE HIM
Yatopia is currently the most stable Minecraft server
As if yatopia actually reviews stuff 🤣
Okay I just ran ant
Hopefully it will done by midnight
lmao
enjoy 🙂
all for science
can't tell if that's sarcastic or not
take a guess
sarcastic
also, I only did it because I kinda want something to do
and this is the first opportunity I've had to be part of a decent sized project
did what?
joined the Yatopia team
😮
why?
no
huh
Didnt sound like it
2 results
so no, no idea what you're on about
so no, no idea what you're on about
Wakatime are you okay? It's been doing that for like 30 minutes lmao
it does it every so often
Ok so I think I'm gonna read from a file to hide my token
So does the text file not get added when I push to github?
¸Well don't push it :p
Add it to the .gitignore
Thanks
And yeah this would save me a lot of bullying
But I'll do it anyway :p
you should just push the token to github like I did
oh.
How'd that turn out?
discord detected it in minutes and changed my bot's token
ye happened to me twice
its crazy how fast they find it
they partnered with github apparently
i guess that makes sense
So where do I make this token.txt file
Does it go in its own folder?
Does it even matter?
It goes on the folder you tell it to go
System property 
I just make a data folder, like this: ```
UniG0.jar
data/
global-config.yml (has the token)
servers/ (i forgot the folder name, but it stores server data)
someserverid.yml
:wut:
so you have a data folder?
which contains global-config
which contains a servers folder?
hmm ok and where does the data folder stem from?
in the source code tho
oh
and this is my global-config.yml
thats it
just the token
oh
i mean everything else i hardcode >:)
I don't see the data folder
1 sec time to do my daily invalidate cache & restart
😩
Ok lol
then ill look at the code
bro
how potato
can ur pc be
lmao
dkim maybe if we'd make 1 pc out of both our PCs we'll get a half almost working one
😮
and then we can take turns on who uses it xD
sure. definitely not going to send fart bombs in the mail
@half harness
I have mixed opinions on this shit man
"I will keep you in my basement"
-dkim19375
dw I saw it. He doesn't know that his basement will become mine and he'll actually be held hostage not me
but still these colors
are hard man
dkim running to blitz house
@forest pecan
doesnt look two ways
what the actual fuck? xD
lol
but for real now. Why did they change the colors? The reactions one is not that bad (still prefer the old one)
also did they change the color of your name when you're the one being pinged? I don't remember it being white
that I actually don't mind
COC anyone?
is it time for my daily mass ping?
I will join second round, gotta do smthing rn
@forest pecan @half harness @obtuse gale @ocean quartz @hot hull @surreal quarry @lunar cypress @steel heart @prisma wave @old wyvern @stuck harbor @oblique heath wanna play?
No
No
damn this looks so ugly tho
discord crashed ;-;
that gray-ish blue is so bad https://i.imgur.com/AF3WQIh.png
ew wtf
yeah for you its white bcz you were pinged
🥺
yeah don't restart PC otherwise you will get update xD
@oak raft look in FileManager.kt
yea why did they do that
not yet
someone add a reaction to my message
They're so clunky now
bruh
I mean it's not that bad
reactions aren't terrible honestly
they'll just say "Its April 1st somewhere in the universe"
but pings is
yeah Ig but pings
Blitz, microsoft bought discord, expect a shit ton of changes lmao
why u lying ?
No, they bought it for 10bil
the only positive would be if they added discord support to xbox
@onyx loom wanna play?
NO
alr
@onyx loom COC??
¸That's what he said
he did 🥲
👀
did already 🥲 they mostly said no
I mean if you gotta say you're in, that's a big yikes ain't it
That's a lot of fucking N-s https://i.imgur.com/Yk8ChW6.png
👀
n =3
are you fucking serious? https://i.imgur.com/HdhXjZo.png
its a loop ...
that prints a number
🥲
If n=0 then print "Already Zero".
thanks for letting me know
...
in the fucking example
Optional.ofNullable(blocksSection.getString(block))
.flatMap(Util::parseItem)
monad pattern in java 
😌
Thanks!
streams need flatMap(Function<E, Optional<U>>)
like mapNotNull
instead of stinky ```java
.filter(Optional::isPresent)
.map(Optional::get)
oh so you hit the data folder?
hit?
hid*\
?
I hate gradle and its annoying cache that just wont give up
Because I don't see the data folder
This wouldnt have happened with stack
gradle bad, stack good?
Lol
Ohhhh
You're creating the file as the code runs?
if it doesn't exist, yes
lol
nope
Generics go brrrr
@forest pecan eat a dick
haskell generics >>> java generics
you see
dkim sudoed me
he typed message on my account

😌
sudo echo "?annoy @PulseBeat_02"
generics 🤢
function templates 😌
haskell
why u guys leave me alone with Yugi?
😮
he makes me look bad
Does it have generics and templates?
generics take away and add to oop
i remember when i first joined
Yugi and you had a big argument
about generics
lmao
mustve been enticing to the server
Literally Object
welcome pulse!
Literally the class they extend
Java BAD!
Your message was removed as it contained an inappropriate link!
Haskell GOOD!
pulse bad
cap
no 🧢
@forest pecan eat a dick
????
Crap
Lol
Bananed
Yugi you disappoint me https://i.imgur.com/4t2ZkXW.png
ouch
🥲
haskell let me down
Give me FREEDOM
u bored already Yugi? xD
Average American citizen
gimme a min blitz
Finally found the cached artifacts I wanted to delete
just running a quick test
Ahaha
©️
And if it dosen't exist how do you input the token 
soon™️©️
it defaults to token iirc, so JDA just throws an error
yugi new link btw. that one started so made a new one:
typical
what a surprise that Haskell has let yet another user down
I messed up the equation
hold on
do i need to enforce the supremacy of haskell?
invite
this won't take long.
Haskell 
hrypton 
🍋
C+ 
@old wyvern 
Can I get a TL;DR of the commits over the past 2 days?
Yea sure, just a few mins, making sure there isnt any issue wth the plugin
👍
you got that PR done yet btw?
ok
hmm doesn't seem familiar no
nice
happens when intellij freezes then it types by itself
so the cursor and text goes everywhere
damn man. you're like a scientist. Achieving things Human kind never thought possible
I do
That's actually a feature from IJ
Nah, pretty sure community too
hmm
Example
what
no thats not what im talking about
im talking about intellij writing the code by itself
like
not like that
Oh, thought you were talking about the 3 cursors
oh didn't actually know that's possible. But at the same time I never really cared
i didn't even know that existed
i thought u were joking lol
and not even Sublime supports it
by default at least. there's probably plugins for it
isnt .conf hocon?
what's hocon?
that happens to me when Windows is just dead and can't tell me what the actual usage is xD
I know. Sometimes is so bad that not even Task Manger can run anymore
I do probably
sometimes i have to hold power button to restart because windows dies
wait for sublime or for IJ?
bcz I wanna use it in IJ
just sometimes ? xD
Pretty sure both but i know sublime has one
ah ty
well that's good to know. bcz @jovial warren is bad and uses conf instead of yaml 🥲
yes conf might be better (no idea on that)
but it means I have to learn how that works as well
Hocon is pretty nice
Better json
imagine
btw
imagine not using HOCON
did you see my DM?
lemme look again
oh you responded
xD
well idk about that
bcz I used your egg
tried the ci jar
as well
and the config is empty
and those errors pop up
can't even start the server
now I can't use my Yellow plugin 🥲
- Bug fixes
- Added proper jar-in-jar system for isolated dependencies
Awesome!
omg HOCON plugin worked. ty @distant sun
man I really hope this ping colors are just for project blurple and they're going to change them back
bcz this is bad
Oh
oh uoops
xD
BBG u around?
when can I get a new build of Krypton to test my Yellow plugin?
Is it only me but I have started planning out my class architecture before coding lol
True
Ye
yo @pale shell do u have any other Fake Players plugin by any chance? I can't find any other one that actually creates a Player and this one doesn't allow FPlayers to attack other FPlayers or Players. The github is a mess as well, it doesn't use any build tools so I'm not going to try to change it myself xD. I've also requested it but so far no answer and its been like 2 days
Is it a treasure map?

Leads you to the land of only Skript users
yes biggest treasure ever: The Book of Time Wasting
You have to make it sound fancy.
Time Wasting: The Book
Skript is good

I have no other U so I had to use a bucket but you get the idea
Bukkit
hmm man Idk if I really like the outline anymore
Just saw this idk

?
I mean sure but like I think it would be just easier to just edit this one bcz all I need is removed one line from the ActionAttack class
I just can't get it to build
bcz of the imports and shit
You know what I mean by toothpicking right
lol
oh I c
wha
that makes more sense lmaoo
Tiktok kids do it, must be safe.
also @half harness thank you very much for not helping. I've never worked with bitecode but from the 2 minuets I tried I just wanted to commit the action of killing myself
Please don't joke about the last bit :/
It's no problem! I love not helping @static zealot!
Thank You Thank You Blitz!!
I wish people here didn't say that sentence, its hard to cope with for me :(
"the action of killing myself" is what I mean btw.
yes I got it
Soz
blitz hows ur day?
can you get this plugin to build? https://github.com/KP56/Fake-Players-Spigot-Plugin
the spigot one
Ok
When you need it
Tomorrow?

