#general
3141 messages ยท Page 667 of 4
auto close every issue too while ur at it
aren't there projects that do though?
github.audio comes to mind xD
20 min with git bash but on a HDD :S
am glad I don't do that often, lol
the actual build of paper itself takes 2 seconds, it's paperclip and decompile that blows
u blow
paper clip suki suki
luckily i don't have to use paperclip
just patch in the new stuff with a bytecode editor smh
my trick is that I just never create a paperclip jar unless am uploading it somewhere
Yup, maven direct 99% of the time
Paperclip being slow isnโt great but donโt need to run it very often. And it makes things so much faster for end users
Wanted to flex with ClearLinux speed, but they dropped Maven last year. 
i mean, depends on how you tested spigot
Or, well, how you ran paper compared to it
More, the command
e.g. ./paper b is more equiv to what spigot does
Command, state of maven, state of your paper cache, etc
technically you'll have to include downloading buildtools and cloning the paper repo too ;D
I mean, paper should be slower, it has to prepare the spigot source, then apply some obscene number of patches now, and then build
But taking paperclip off will make it closer
yes
remember you have to use the time command for accurate measurements :p
We are pleased to inform our community that a suspect in the recent attacks against our platform has been identified and apprehended by the appropriate law enforcement authorities. We'd like to thank everyone for their patience and understanding during this time.
121
i think you missed the context of what i posted
the person who did it was arrested
did what tho
hacked mcprohosting
oh lmao
fucked all their shit up, took out discord, twitter, site
karma is a bitch
sucks to suck
how much slower really is reflection
lmao
no, that's proxi
11 seems like a lot ๐ค
JVM will optimize reflection for you if its hot
he should've just made a bunch of money off of them instead of taking out his anger, lol
what is hot reflection?
its not free, but it does get JIT'd
bukkit event executor api uses reflection outside of paper, you know, thats kinda hot
and it wasnt really a problem
we just optimized it more to use ASM because why not
I have a list of types I want to dynamically instantiate through reflection, but I'm afraid ima get fucked by it
im curious if static event handlers are faster than non static
guys there is a new ebola outbreak less than 24 hours into June
to my understanding, static is trivially faster
guess corona called in its backup
damn
I wonder if I can dynamically make a class at compile that takes in a class and returns a new instance of that class without reflection so like:
if (clazz == SomeClass.class) {
return new SomeClass(args);
} else if (clazz == OtherClass.class) {
return new OtherClass(args);
}
also would that even be faster than reflection?
Class::new
ctors have method handles to them
Provider<T extends Interface> provider
im not gonna lie, no clue what a ctor is
constructor
oh
ctor is like the most common short name for it

@cosmic raft feature request ^
@upper flicker feature already exists
and is the same bot
hi kash
:p
Cool
quick blast him with walls of text
< sure jan >
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
ok
__________
< sure jan >
----------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
i had cowsay, it's not new
uh pretty sure just cows
its specializes in them
cow say
i dont know breh
i havent looked
maybe its a virus
Anyone running CentOS 8?
I need the dnf/yum config.
He broke the rules
no shit ๐
anyone here that can help me with a regex thing lol
sees regex, vomits
What is it?
sounds like lack of braincells
viper
feature request for your plugin
make it scream bible verses in the chat
when someone sins
i feel like Jan really isn't gonna get unbanned, he's a repeat offender
why are you even bringing this up now barty
now i really wanna know what jan did 
Also clean.
awesome
Also you forgot to neoflex.
been there done that
Same.
successfully played with 20 players
well you can only blame yourself for that
neoflex lol
define normal distro
ClearLinux.
No.
so clear linux is trash
Woah.
lul
convert to nixos today
I made the image uploader deepfly the image... since why not?
My brain deep fried itself, when it saw CoreProtect not index y.
wdym
index y obvioulsy
I just found that my Huawei's bootloader supports touchscreen (I don't need to use volume up/down + power key to select the options, although I can still do it)
I thought it was a luxury from TWRP only lmao
I bought it for the cost-benefit
my huawei has lasted longer than most of my other phones
needs more jpg
OH NO MEH PERFORMANCE
monkaw
just index everything
intelli fix pls
kek
index on blockdata 
You can buy Xiaomi Logics4
At 180โฌ?
excellent idea wiz
just index it yourself
That was my budget
To-do: create an index on every row, and every possible combination of rows
column, rather
Well I couldn't find that at the usual store I go for phones
that'll be a $2000 consulting fee intelli
and add unique constraints randomly
where should i send the invoice
While you are at it, clickable coordinates.
While you're at it krusic22, send a donation
for what
only donate to open source
to pay the invoice?
giving money to closed source garbo ๐ฎ
didn't realize your software was closed source
I donate to Wikipedia every month
wikipedia is pretty damn open
if i don't see money going directly into my blockdata index then no donation
lol
yall do realize its the smart thing to NOT index y right
Aikar gets me
indexing on y would be bad here
intelli accidentally forgot the y
why index when you can just do queries async? 
Yet for my application I need it indexed.
indexes have a performance cost. you dont want to over index. if you have to search, where clause on 256 records is absolutely nothing
its less time than the cost youll spend building larger indexes
Look, I'll take one additional index over 30s of waiting.
Plus every index uses up extra disk space for every row of data
What are you doing to get 30s of waiting :think
coreprotect
disk space
Without the index looking up by coordinates is a unholy long abomination.
if your db takes 30s to reduce 256 rows, somethings wrong
yes but x/z is enough, he has x/z
How would the inspector work if that was the case lol
i dont like suffering, viper
it leaves y to where clause reduction
I also need y. I know I could just do a subquery.
Are you doing manual queries to get those times?
I am.
Yet slow.
what are you querying that 256 rows is slow?
MySQL indexes have strict requirements
are you joining or something
Legit SELECT * FROM co_block WHERE X="3887" AND Y="25" AND Z="-536";
From a 70GB DB.
sqlite?
MariaDB.
that shouldnt matter
so actually needs to be wid/x/z
it doesnt
json backend wen, intelli
oh, if world is part of compound key and you didnt pass world, thats the root issue
you must fulfil left from right
yo cant skip any left side
Ah you're right, x/y/z order doesn't matter in MySQL lawl
Just SQLite then
krusic22, you need to add wid at the start
whats the full index w/ x and z
wid + x + y +z would be indexed your query as shown isnt indexed
That's the default index
My 300 IQ solution: https://posili.me/i/2020-06-03_02-04-10.png
delete that index and add wid and watch what happens ๐
also explain on the query
itll show it wasnt using index before
Fire. A lot of fire and most likely a deep fried DB.
just store your entire DB in RAM duh
why does gradle's current JPMS implementation (6.4) just ignore that java has a automatic module name conversion rules for plain jars without Automatic-Module-Name manifest attributes?
it took them this long to get built-in support and it only works well if all of your dependencies are already updated
why does Bukkit have the weird middle-layer thing? Like why not just have EntityBat implements Bat?
Because they wrap around nms and provide additional functionality, that's it's entire purpose
that doesn't answer the question, said functionality can just be added to NMS
why
actually i guess you can do multiple inheritance for interfaces
that's pretty gross tho
but mainly because it requires you to write all your changes directly into nms
which is a maintainability nightmare
sponge does it with mixins
ah that's fair
current system has been api hell tho as there's two levels of exposure, if the method you need doesn't have a craftbukkit equivalent or exposed in the bukkit interface then your fucked if you wanna stick to just api, it's gotten better and better, especially with paper but there's still so much you have to dip into nms for
the problem with implementing the bukkit interfaces directly is that it makes it harder to pull from upstream
keeping CB and NMS somewhat separate makes it easier to work with the design of the entire project
The reason I needed Y indexed. It does it's job, but could probably be improved.
SELECT FROM_UNIXTIME(`time`) AS TIME, (SELECT co_user.user FROM co_user WHERE co_user.rowid = co_block.user) AS USER, (SELECT co_world.world FROM co_world WHERE co_world.rowid = co_block.wid) AS world, X, Y, Z FROM co_block WHERE ACTION IN( 0 ) AND TYPE IN((SELECT co_material_map.id FROM `co_material_map` WHERE `material` LIKE 'minecraft:spawner')) AND ( Y <= 64 ) AND ( FROM_UNIXTIME(co_block.time) BETWEEN NOW() - INTERVAL 30 MINUTE AND NOW() ) AND '1' >= (SELECT COUNT(*) FROM co_block s WHERE s.X = co_block.X AND s.Y = co_block.Y AND s.Z = co_block.Z) ORDER BY TIME ASC
๐คข
why i will never use any form of sql right there, ladies and gentleman
jfc what is that query
Welcome to SQL, you can do almost anything, it's just stupid ugly.
vic ar i ous
no idea what this means but agreed its beautiful
Could remove some, but then it doesn't work on all servers, due to how CO stores stuff.
Shows "freshly" mined spawners.
I use it as a part of a xray detection thing.
But it's not done yet, as you can just place a block where the spawner was and bypass the whole lookup.
as long as you keep that as an internal detail, no one probably would ever find out
It's just a simple change just one more WHERE.
It's quite long. But you can see even longer queries regularly.
I found my DOS 3.30 diskette 
krusic22, as we already said, you didn't need y
Be my guest.
lol
also looks like you should be using a few joins rather than your wheres
as they're written, anyway, you'd still need them. If you use joins you don't have to nest queries
right I'm saying it'd be faster if you used joins
what's the worst timings you guys have ever seen?
ask me about timingscost on all your favorite obscure platforms
ARMv6
It'll give you a good time
@ashen cliff let's put on FreeBSD for extra terrible timingcost 
Actually. Still looking for a MIPS java build...
reminds me of this https://github.com/Bastian/bStats/pull/118
guys I'm going to run a memecraft server on my iPhone 2G
someone changed my nickname and I like it
If you can get it running on the iPhone, I'll run it on a HTC Desire S.
you are welcome
AIX ppc64
Okay, I need to figure out if I can get my hands on some IBM POWER hardware lel
vm
emulation ๐
pretty sure my Ryzen will result in some truly shit IPC in the emulated PPC
checks the Debian archive
Best archive.
rip
But I was thinking about the m68k port
only one way to find out if it'll work lel
Emulate PPC on a FPGA.
I just finished updating everything to Gradle 6.4.1 and they just dropped 6.5.
Now this is interesting. https://docs.gradle.org/6.5/release-notes.html#performance-improvements
0_o
They also fixed that stupid bug where you couldn't clear randomly.
wat
lol
are you trollin right now @stuck tinsel
first of all that's weird af but anyway, whether or not it used to be legit is not the case whoever it got sold to made it into a raid server
and what yall did
is raid paper (here) and ping staff which is against the rules and against discord tos
from what i can tell you got scammed into doing so, so assuming you're not trolling rn, be more careful in the future
definitely were not friends
it was a pretty sad raid anyway
who were they anyway
was one of them andrewkm
mhm, andrew has been doing it for months
they got banned lol
getting rid of that before they cause trouble
I'll delete my messages too ig
idk if they meant to cause trouble tbh they just seemed really fucking retarded and confused
am not deleting my messages because im not a coward
shrug

the first step in blatant retardism is to join this server
true
MiniDigger ur toothpick project is fucked reeeeeee
it can't find lorenz or mercury and even when it can it fails to build
:(
zimple's simple brain
IM TRYING TO FUCKING DEFEND U OVER HERE
Yes
kek
kek
kash is the biggest troll in this discord tbh
i just watched my doordash driver drive past my house
oh it was kash? thought it was you tbh
pimple, google maps says my house is a few blocks away from where it really is
whenever I order from doordash uber etc I have to either call them and hold their hand to my apartment or stand outside where it says my apartment is and wait for them
i've had to do that before
I have to do it every time
because they always go to my neighbor's house and my neighbor
let me tell you
IS A PIECE OF FUCKING TRASH
BECAUSE
HE WILL TAKE THE FOOD
AND NOT TELL ME
anyway

what did you order tho
an enchilada
I'm not saying I'd eat the food but if I open my door and see ribs or a burger you bet your ass it's going to vanish before you get to it
:(
Dw I'll scare her off
Alternatively we can make out and pretend we're gay so she loses interest haha wouldn't that be funny
Yeah it's just a prank nothing gay about it
No homo
no, that's finland
Nah gyms were told specifically to remain open
Theyโre important for public health
Cinemas shut down, everything else remained open
Meh wash your hands before you touch your face and itโll be fine
Iโm more worried about cafes, restaurants and clubs being open
The US is such a mess
mess is an understatement now
im not sure we're gonna recover trusting the police now
Our headlines are all this celebrity chef that slept with prostitute and itโs such a big deal over here
Meanwhile the US is falling apart
it's like Standing Rock, gone nation wide now
now entire nation is experiencing what Standing Rock went through
Kinda weird that we havenโt had similar protests tho. Our police recently killed an autistic boy because they said he was carrying a weapon while he wasnโt. They also responded to a dude with an epileptic seizure by throwing him face down into hot asphalt and he ended up with severe burns all over his body
I wanna immigrate
well, the police gave blacks equality now, by treating everyone to the same level of shit
Then they pursued a car chase in the middle of town and shot a dud. An immigrant, which is why it happened in the first place
Right our police donโt discriminate, they abuse everyone
i know its not all cops, but its such a high percentage, and the fact there isn't any reports of insubordinance
there should be huge amounts of insubordinance atm
We donโt have the same hierarchies like you guys tho so we canโt compare
cops should be telling their peers and boss no, and turn around and side with the people
People arenโt willing to lose their jobs over something that doesnโt affect them
it does affect them though, they just value paycheck more
and the fact that someone had the galls to even write the report that floyd died "due to not being healthy enough to survive police brutality" as his cause of death.
(of course they didnt use those words, but thats what it really says)
Thatโs not an American thing tho, people rarely face consequences anywhere
The guys that shot the autistic kid here got zero repercussion
we need someone to police the police
I kinda get that the entire idea of the police falls apart if they arenโt respected, but people should be able to trust them too
I dunno if looting and violent protests is the way to go about things tho
it's the u.s
noones advocating that
Damaging private property isnโt going to help anyone
al sides are retarded
god damn salmon is good tasting
totally agree violence and looting is bad and should be arrested
There are people taking advantage of the situation to cause unrest, that's far from anything new around times like this
but theres soooooo much evidence of brutality against peaceful people the past week. people have died (since floyd), lost eyes, fractured skulls
Right, but theyโll get more attention which is bad
kids being intentionally assautled by cops
Well, that's the entire issue with the media
KIDS
The stuff that gets reported over here is all about the looting, no one mentions the peaceful protests
The thing is that people are slowly noticing how fucked up the media is, but, literally nobody is doing anything about it, they just consume it
also people being shot by police for standing right outside their front doors (literally, single foot away from their door)
cop hit a 3yr old with tear gas, once parents got her cleaned up somewhat he looked at her and threw another
There are things here and there of good during this, yet, those aren't the things that I've seen in the media
Part of the issue is that media escalate the issues
Theyโre really screening themselves over
cops just running up to people and beating them for nothing. shooting people on their porch, pepper spraying people IN their house
I kinda want this year to be over soon
Itโs been nothing but shit so far
And itโs only June
I can't wait for work tomorrow, hoping each day my store isn't looted
Well between death in the family, my sister having a huge cancer scare, a pandemic, being sick for 3 months, the world being in shambles, flunking out of uni and a nazi uprising in Sweden Iโve gotten kinda tired of this year lol
yeehaw dude
if cops would focus on the looters and those actually committing violence, would be all for it
Like something good has to happen at some point right??
Tho, why did this particular instance of police brutality get so much attention?
its the entire damn nation
its wide scale assault on the people right now
or do you mean the death?
Is it because people were in unrest because of the pandemic? The response is different from what weโve seen before
I meant the stuff that sparked it all
every death has had a response, but it just keeps boiling over. and this time the lid blew off
pressure builds up each time
Right, but when shit reaches Europe itโs bad bad
people in general are getting fed up with a lot of shit in general with the government and everything in control
We only report in the US when yโall go full crazy
it's been cooking for a gooood while, and now this is a 3.6 type level situation
Like when trump got elected, otherwise we just ignore yโall
and when agent orange declares war on his own citizens, you know its all fucked
Do you think things will actually change tho
Or will it all calm down and end up with nothing
Wendy's 2 for 5 is ๐ฅ
@vagrant niche salmon tho
My Wendy's closed at 7PM
Is Wendyโs even that good? Muricans talk about it but I donโt trust yโall
I blame the black guys
it's one of the better cheap fast food places
Vic if I go to the US can u guide me on American foods
i miss mcdonald fries
bruh I eat shit food don't go to me for advice
But, tbqh, the local ones have been undercooking the fries the last few times i went, so, that kinda blows
Yes
Our junk food is pretty healthy and I wanna experience artery clogging American food culture
I bought frozen fries for my air fryer
They're literally the only place in the UK that actually have amazing fries
then i get some and im disappointed
Ain't the same
Simple where do u live
Well, yea, that's been the case a lot here as they've been half cooking them
Not in the UK, tbqh
@heady spear guess
KFC also changed their fries again
California?
yes
2 grilled chkn from Wendy's tho
I think u told me
yes
Only $5
They went from being okay, to arse, to total arse, and now they're at mega arse level
Ok I appoint you my food guide
pricy too
wat
In-n-Out Burger. California exclusive. All of you are missing out.
All their deals are about chicken cuz they low on patties
Bruh I bet yโall donโt have anything that compares to Max. McDonalds is shit in comparison
Swedes are just way better at everything
yes
There are in n out outside of cali
Ye lol
.g in-n-out locations
(DiscordBot) https://www.in-n-out.com/locations -- Locations - In-N-Out Burger: "Skip to Main Content; Skip to Footer. In-N-Out Logo. Back to homepage ยท Locations ยท Menu ยท History ยท Employment ยท Merchandise ยท Foundations ยท Gift..."
O I have been at the gym for 2h
Find the dataisbeautiful post
Guess that makes up for not going yesterday
Taco bell for best tacos
wow there are
Go to Sweden and try Max dude, will change ur life
Also American candy tastes like unwashed ass
Yโall donโt know how to do sweets justice
I'm Mr 4 x 4 no onions/tomatoes
there's a place in florida that makes really good hand made hard candy
All of it. Tastes too artificial and sweet
did u no, in n out will make you any size burger you want, provided you pay for it ofc
https://www.pd.net/node/146 is really fuckin good
https://www.youtube.com/watch?v=3uXKJcQKqBI they also do videos
To buy our candy: http://www.pd.net
Go to http://www.ties.com and use the code LOFTY15 to save 15%
We test our new drop roller (well new for us) that makes peach shaped drops. This roller set was made between 1895 and 1910. We're using it on our 1871 drop roller frame.
Vide...
Is there anything mainstream that isnโt shit? Iโm going to order it and see if yโall just bad
what I linked is my favorite candy 
I canโt go to the us dumnut. Maybe yโall just poorly represented here
Well, ferrero rocher
I think someone has decided to only import shitty American stuff here to make yโall look bad
the only american things that sell in other countries are so mainstream and overproduced that they're garbage
Ferrero Rocher is Italian...
Salmon
SOMEONE SAY SALMON?
Lax
We do eat a lot of salmon
K I guess Iโll have to go the us after the pandemic to write a proper review
That's why city knows the taste of an unwashed ass
Introduce a race plugin
A gender pl0gin too, too bad they all suck
@potent fossil
W0w
what @cosmic raft
I ought to make one
read the picture
O kashike is here ๐
i fucking hate people
Make the races give u debuffs
Yeah, the minority race gets debuff
@spare venture where's my beta tag 
Give half of them a higher risk of getting sickle cell anemia whereas a quarter of the server colonizes the rest
Vic is an alpha male dude
I literally had it at one point and now I don't
Vic is the most alpha person Iโve ever not met
towny
honestly that is some pro grammar up there @cosmic raft
I can make certain races contained inside a WG region
As long as there are Scandinavians that are stronger and hotter than everyone else Iโll promote your plugin
They need to be blonde with blue eyes, and they can only consume raw fish and carrots
Then itโs true to life
I canโt help that I was born perfect
ThErE's only twO raceS
Only thing I got going for me rn is that I would so well in a nazi uprising
Which seems pretty likely considering our alt right party is the third biggest rn
Ah never mind theyโre the biggest or second biggest now
Well ok
Sweden might make the news in 2020 then, cool.
Yay my uni opens up next week
Rest of the country needs to look at Houston to see how protesting is done. All these riots and violence everywhere else is just stupid
No more zoom
lmao
well, if it's skyblock, i could see it
you only get limited dirt in that right?
whatever is on the first layer of your island
I don't play SB but yeah it was SB server ยฏ_(ใ)_/ยฏ
pulled a random number out of my ass to meme and people took it seriously
idk i dont play it either, but i think that's the case
oh you're the one who said 5
lmaooo okay
master baiter over here
mfw used wrong block state in generator https://www.youtube.com/watch?v=qoK9JJcpDTM
nice avatar
it's fucking perfect
is that a b173 resource pack
think so
https://www.youtube.com/watch?v=LaHNwOu2UXI that has to be the old cobble texture
oh boy
I used the wrong water blockstate obviously...
ye
supposed to be marked at a source block kek
also you don't wanna know what I'm having to do to get populators working
not sure if I'll ever have the brain to touch generation
wait where the fuck is the source option for water
well I'm only 40% on what's going on here
but you basically generate noise using perlin
and that's your terrian
i'm 0% when it comes to generators
I've tried in the past and it's a whole lot of "wtf am I looking at"
doesn't mc use 3d perlin
also sadly there's not a lot of properly commented open source generators for 1.15 that I can abuse to gain understanding from
you can see how you can make the gradient (black/white) into height
the blacker it is, the lower amplitude or vice versa
so you can imagine that will produce terrain that sorta looks natural
and for 3d it's sorta the same but you just add another layer
it's still smooth it's just now in 3d
and yeah gen does use 3d
but it also uses 2d
but you basically just use noise for the terrain
I should take a stab at generation once I clear my queue of shit to do
thankfully b173 gen had everything done it just needs to be updated to the new material system + needs a populator workaround
and I can pull some magic off to make it parallel capable
nice thing about 1.15 is gen is all async...
Lmfao, nice one
but also idk wtf to do about water
I set the level to its max and it's not a source?
wtf makes it a source
whats that site that does the free vector images of the people
thats super vague
but
i hope someone knows
found it https://undraw.co
this is a fun game
I got my first ban.

@vestal jasper add me
dont add him add me
@minor badge shut up sexy
i'm the girl of your dreams handsome
ikr ugh
u wot m8

stanky
Why is bedrock so underdeveloped? Seems like it has some sorta cool features like custom models and menus and probably a decent player base too. I feel like there's not a lot of good options with Bedrock server development
closed source + requiring reverse engineering instead of just decompilation makes it harder
indeed, C++11 or smth iirc
For the most time it was actually not worth it to invest time into bedrock, since ppl didn't pay
That changed nowadays but ppl are hesitant to move
I guess it's only really worth if you get partnered
If they opened the doors for mods/plugins people would give it a chance. But if you didnt for free whats the point lol.
correction if they allowed people to make forks of the server software then people would give it a chance
you can only use their version right? unlike java
there are a few bedrock projects
but as proxi said, they rely on reverse engineering the protocol
they can't just decompile it and look at the code
ew reverse enginnering
so it's much harder
it's not impossible
not impossible just not worth the time tbh
so how was java forks easier to make?
Java Bytecode is infinitely easier to decompile than compiled C
yep
yup
apache fernflower and then just deobfuscate
ist
stop being so german
Also, you normally deobfuscate before decompiling
Tell that to gboard
There are entire desktop programs dedicated to that singular task
Ghidra is one that's pretty decent
Bedrocks protocol is documented good nowadays
And partners get access to the offical "docs"
But yeah pretty much it's all manual
ghidra and similar manual decompilers provide tools to let you recreate a C source from that
afaik
nice
Hey Mini you get my whining about toothpick earlier?
basically, these tools can pull apart stuff, but, they're only as good as the people looking at it; you'll need to understand what the code is actually doing, only, you're now at hardware level
Not sure, just woke up
Is there any setup required outside of the gradle tasks provided?
Seems a couple of the dependencies aren't locatable as is
It hasn't yet
Yes some build deps aren't in repos
Figured
Might need to change the versions to the last release or build manually
lorenz and mercury aren't findable
Last release should be ok
Adjusting the versions results in other issues though, lemme repro
Ja_mie created releases and stuff
lol now I know why I confused apache as the author of fernflower, turns out fernflower is under apache license
or atleast the spigot git repo tells it so
https://pastebin.com/raw/Br2BPVt4 Issue
https://pastebin.com/raw/GA4r7rST build.gradle.kts
Had to adjust lorenz and atlas versions
screams that there was an incompat change with a library then
Yeah
Might need to get a more up to date atlas version
Oh 0.2 is the latest
Ah no, your asm dep is broken
No, but, you probs diddled with deps which also depend on ASM
true
ok goodnight fellas
fuck gtav modders -_- got blown up 3 times out of no where
good morning
I can't even find 0.5.3-SNAPSHOT
it goes straight from 0.5.2 to 0.6.0-SNAPSHOT

I should prob check master ig
master is 0.5.2, ok
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index df006cf..09a8c35 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -1,8 +1,8 @@
val kotlinxDomVersion = "0.0.10"
val kotlinxSerializationVersion = "0.20.0"
val mercuryVersion = "0.1.0-SNAPSHOT"
-val lorenzVersion = "0.5.3-SNAPSHOT"
-val atlasVersion = "0.2.1-SNAPSHOT"
+val lorenzVersion = "0.6.0-SNAPSHOT"
+val atlasVersion = "0.3.0-SNAPSHOT"
val bombeVersion = "0.4.0"
val asmVersion = "7.3.1"
Appears to be running thus far
But, it's still apparently just mapping stuff, so ๐คทโโ๏ธ
I got it to patch before but iirc it still found something to complain about
mfw Cannot run program "mvn"
yet I can run the cmd mvn manually
is my system drunk
print a stacktrace and see where it goes wrong i guess? also print its path var
ok changing remap.kt L77 from mvn to mvn.cmd fixes the issue
TLDR there's no program named mvn
the mvn file is mvn.cmd
BUILD SUCCESSFUL in 4m 24s
wew
anyone run a fivem server?
current toothpick version may or may not apply cleanly ontop of current upstream
probably a long lost hope that md69 will base 1.16 off mojang mappings huh
Well, there is the whole legal issue currently in play
we do have mojang looking into it, it's just ofc, stuck behind legal, which is 100% out of their control
I mean, bone clearly knew more than he wanted to say to use cat
that sucks
Tbh mini my main concern is seeing which plugins I have work with toothpick and which use NMS
toothpick adapter
If it's only a handful of plugins I'll probably hop over and fix everything up
toothpick?
@minor badge hey i know you
that is a one-way street
# ./gradlew mojangMappings
...
> Task :applyMercury FAILED
...
Caused by: java.lang.IllegalStateException: invalid environment settings
at org.eclipse.jdt.core.dom.ASTParser.getClasspath(ASTParser.java:270)
at org.eclipse.jdt.core.dom.ASTParser.createASTs(ASTParser.java:1012)
at org.cadixdev.mercury.Mercury.run(Mercury.java:185)
at org.cadixdev.mercury.Mercury.rewrite(Mercury.java:140)```


mercury.rewrite(projectDir.resolve("work/Paper/Paper-Server/src/main/java"), outputDir.resolve("main/java"))
hm
https://www.spigotmc.org/threads/can-we-please-now-stop-calling-it-a-black-white-list.442806/ oh my god
oh the bliss of not being braindead...
being braindead does sound like bliss sometimes
MiniDigger I'm going to crack my skull open if I keep going at this
Sup guys
someone needs to constantly remind me to merge in mini's progress and clean it up smh
yo
please save my sanity I beg of you
toothpick really does not enjoy the addition of mojangapi
so what are you having issues with exactly
Could not find co.aikar:cleaner:1.0-SNAPSHOT.
could not find mojangapi either
so i think the issue is that aikar's repo isn't defined anywhere
and paper's not defined
or perhaps not even set up
Nez why you join my server 
?
:tada: [+] PAN_NEZNAMY joined the server for the first time!
[-] PAN_NEZNAMY left the server.```
Not me
May I also join your server
no
Just cause I can
i'll find it myself then
anyway back at toothpick
https://github.com/yannicklamprecht/Toothpick working off of
I've attempted to add a subproject for it and other relevant areas where server and api were defined
But that leads to the exact same result
you know, hop into my disc and post all the relevant info there; i gotta run for now
kk
you can find the invite from repos in the org where toothpick sits
i'll prob be AWOL for a bit, sleep then work, but I'll post what I have then
nez can you make a good fucking plugin
Yes
not badโข๏ธ
seen much worse gradients
Wasn't that the black magic design application for free?
Oh no, the video editor was the free BMD
You mean DaVinci Resolve?
gimp < photoshop
Revolutionรคre neue Tools fรผr Schnitt, Farbkorrektur und Audiopostproduktion auf Profiniveau, komplett in einer einzigen Anwendung!
no
stop
i bet it's Quran plugin this time
or Torah
i bet its The Loose Canon, the Holy book of the Church of the Flying Spaghetti Monster
lol wat
oh god they're showing that they'res a colleration between number of pirates and global warming
wtf is in this bible, really strange
It even teaches how to make cheese with milk and dandruff
This really sounds like dandruff falling into my spaghetti
You could waste your time on something more useful.
like counting dust particles
god this bible thing is hilarious
no offense to any followers of the flying spaghetti monster
1, 2, 3... kenny you made me lose count of my dust particles
you can do it, I believe in you
I am a flying spaghetti monster and I took offense
drat lost count again
We used to have an "Alien" church registered in Slovenia, but it's gone now.
Actually, they just renamed... 
I tried raw Arch, I failed :/
Going back to my trusty Manjaro.
I want to use some tiling WM. Although I'm not sold on any in particular.
โ REKT-al cancer
I saw it cat <SOME_LONG_PATH>/*/dev-null/<SOME_FILE> ...
I just want a working Arch system, with encrypted / and /home... But it won't boot - neither after manual install nor archfi. And now Manjaro is being all weird too...
I installed it myself. I fucked up somewhere.
void has a working TUI installer ;)
This is the "Manjaro Architect".
Cause I don't want KDE/whetever else DE they have.
Worked just fine while I installed it on my personal laptop.
oh! this is the time to plug herbstluftwm probably
i just use mate edition
you can select where you want stuff to go! yourself! no magic, just habit, you'll love it :)
featuring: tiling within tiling
Also, often GUI's don't like forcing them to use specifing disk setups (i.e. separate / and /home with LUKS, and normal /boot)
herbstluftwm
FFS
Of course will not focus on the new window...
you can install luks easily manually wtf
you don't need a gui for that
.g arch linux luks
(DiscordBot) https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system -- dm-crypt/Encrypting an entire system - ArchWiki: "The first steps can be performed directly after booting the Arch Linux install image."
LUKS on a partition is what i did
and then set up btrfs inside it
last time i used arch, that is
I did LUKS easily - just I know in the past some GUIs didn't let you skip partitioning the drives.
I did:
Encrypting
/ partition
cryptsetup -y -v luksFormat /dev/sda2
cryptsetup open /dev/sda2 cryptroot
mkfs.ext4 /dev/mapper/cryptroot
mount /dev/mapper/cryptroot /mnt
/home partition
First, you want to repeat steps mentioned for root partition,
just changing the partition path (can reuse the same password).
# Generate random keyfile
dd bs=512 count=4 if=/dev/random of=/etc/keyfile iflag=fullblock
chmod 600 /etc/keyfile
# Add this keyfile to partition
cryptsetup luksAddKey /dev/sda4 /etc/keyfile
(From my notes, verified again with arch wiki)
@minor badge When you go to voidlinux.org, more of the page is taken by drama with xtraeme, than any usefull info about the project...
oh yes, tldr: retard got angry, started some legal fuss and whatever
For now I'll be skipping it, mostly because I need to install OS on my work laptop and I'm more comfortable with Arch (Manjaro), or eventually Ubuntu (Mint).
But will take a look at it when I'll have more spare time.
man, im kinda excited for when work is over to get back on this light problem
its going to be insane to see how fast chunk generation gets
ended up finding out last night EVERY FUCKING THINGS problem is light
Turn the lights off
This is chunk generation.
look how little times been spent on doing chunk work vs light work
Oof
i think part of it is our fault now though :3
.queueUpdate() isnt good to spam so much
That's crazy
so it doesnt let light try to batch the updates at all really
and even then, a higher batch size hurts prioritization
Hi, so I just do a quake rebuild, and a anoying thing is the search for build in sounds, since I wanna use as less via ressource pack, as possible.
Does anyone know a website what list all/most sounds (what I can play via playsound) so I can eaisly find the best one.
look at sounds enum
yeah I know I can list them, but I mean with list, also playable
Yeah, sorry, I explained it stupid.
Playable on the site
just to select a nice one
I need it often
Site* ^
do you mean preview them?
yeah
not aware of any
Worst case, I have to code a preview plugin on my own
not sure if it is worth the effort
A is not too hard, just a command, autocomplete on the type, and play sound.
Nicer via gui but quake take a lot of time, so I will not waste it on it
If you really do it, may I use it?
Iโll probably do it with Skript so I doubt youโll want it
Well, does not matter, is just a tool to find the right sound faster. Performance or usage in code is irrelevant. So yeah, why not ๐
isnt there a built in play sound command
my god, yeah it is
๐
I did not even think about that
kinda awkward now
thx
By they way I fixed my longjump issue with the limited Velocity of arround 3.8 per axis yesterday night, just at a bool to speed boost and if so, I perform a sheduled second setVelocity to the player 2 Ticks later. Works perfect, if anyone has the same issue
Does not even look unatural or laggy
light now has its own thread?







