select concat(p.pkg_name, '/', o.object_name_code) as class, m.srg_name as method
from mcp.class c, mcp.method m, mcp.mcp_version dv, mcp.mc_version mv, mcp.object_name o, mcp.pkg p
where c.class_pid = m.class_pid
and dv.mc_version_pid = m.mcp_version_pid
and mv.mc_version_pid = dv.mc_version_pid
and o.object_name_pid = c.srg_object_name_pid
and p.pkg_pid = o.pkg_pid
and m.mcp_version_pid = 25;
#general
3141 messages · Page 428 of 4
select user from users where follower in (select follower from user_follower where user = ?) wouldn't this work?
well not 100% correct
i think idk
its 3am leave me alone
Thonk
i really should start learning this shit again
got an exam on this in januari
again
idfk
This is all the shit i got now http://sqlfiddle.com/#!9/c3b1b7/2/0
the third query on the right is your latest suggestion
i gotta go to class tho
In 2018, we made something you didn’t like. For Rewind 2019, let’s see what you DID like. Celebrating the creators, music and moments that mattered most to y...
lmao
(DiscordBot) YouTube Rewind 2019: For the Record | #YouTubeRewind - length 5m 37s - 733,873 likes, 1,349,999 dislikes (35.2%) - 9,634,352 views - YouTube on 2019.12.05
feel like ppl are just dislikin that for the lulz
you realise that jars are just archives right?
Is there a way in intellij to decompile a jar to a folder with fernflower? 🤔
so youtube just decided to make a listicle instead of actual content
hoping we would hate it less than last year's?
@cosmic raft this is horrible, too
what the fuck
@worn ember
SELECT
follower_user.name as "Follower",
followed_user.name as "Followed"
FROM follows f
INNER JOIN users follower_user
ON follower_user.id = f.follower
INNER JOIN users followed_user
ON followed_user.id = f.followed
WHERE
follower_user.id = 1
AND (
SELECT EXISTS(
SELECT 1
FROM follows f2
WHERE f2.follower = f.followed
AND f2.followed = f.follower
)
);
this is probably slow as FUCK
but it works
lol
@cosmic raft can be bettr?
using sublime text to write java....
it's IDEA but ok
material ocean yeah
love it
yes usually themes support a multitude of editors
monokai master race
change setting in windows
cannot cancel change until you restart, change it back and then restart again
superb UX
Heyo
hey babe
How are you?
gud, u
My English is very bad, sorry ~~"
Please help me, i got this short error but i don’t really know why, if you need anything just tell me, i’ll provide everything you need.
[19:19:37 ERROR]: — DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH —
[19:19:37 ERROR]: The server has not responded for 12 seconds! Creating thread dump
[19:19:37 ERROR]: ------------------------------
[19:19:37 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[19:19:37 ERROR]: ------------------------------
[19:19:37 ERROR]: Current Thread: Server thread
[19:19:37 ERROR]: PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
[19:19:37 ERROR]: Stack:
[19:19:37 ERROR]: java.lang.Thread.sleep(Native Method)
[19:19:37 ERROR]: net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:644)
[19:19:37 ERROR]: java.lang.Thread.run(Unknown Source)
[19:19:37 ERROR]: ------------------------------
[19:19:37 ERROR]: — DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH —
[19:19:37 ERROR]: ------------------------------
Literally the first line says “do not report to paper” retard
If you’re gonna ignore that at least do it in the proper channels to annoy the relevant people instead of the entire server
So friendly
mfw
I take existing reviews from http://SpigotMC.org and generate new ones!
Data from http://spiget.org | Created by @inventivtalent
Tweets
50077
Followers
22
you didnt knew that existed? she made that while rating about reviews on one of her resources
spigot reviews r dumb
also, just fixed this shit: https://streamable.com/o67h3
just forgot to set GlobalPosition over LocalPosition, thats why I had the offset
spend half on hour on a debugging interface for nothing, lol
wtf is that
a tower defence game I am working on
that video visualizes my node based a* path finding algo, generated from an auto tile map with a 2x2 bitmask
@zealous knot not only that but it's for an unsupported version
Fucking nice
I mean, I just forgot it existed
Last I recall she just had a site for it or something
I wish I could forget you existed
city smells
Because I’m doing great things for the community
I called u cute be nice
idk what "nice" is
I’m going to send you cute selfies if u don’t start being non-mean
he's an electronic cat he doesn't know what emotions are
wtf you never send me selfies
Nah because ur nice to me
ok they're even
oh neat
noice
В Санкт-Петербурге девушка решила устроить тест-драйв Audi А7. Более 10 автомобилей пострадали, жертв нет
(MiniDigger) Видео самой аварии с девушкой на Audi А7 в Питере - length 18s - 80 likes, 12 dislikes (87.0%) - 22,929 views - Инфодребедень on 2019.12.05
russians
iTunes: https://goo.gl/DDpdXN Spotify: https://goo.gl/5dEkoi RE-UPLOAD under permission with Slightly Left of Centre (SLC), FRESH and StudiaMONOLITH. Watch t...
(DiscordBot) RASPUTIN - Vladimir Putin - Love The Way You Move (Funk Overload) @slocband - length 3m 59s - 917,643 likes, 36,332 dislikes (96.2%) - 84,793,658 views - Pace Audio on 2016.04.06
Mini this is the only way to properly drive in russia
nondeterminism in turing machines is trippy
thank god I never had to touch that shit ever again after the exam
@void void yeah that can probably be optimized but i got no clue how :p
i'm still pretty sure you can do it in 2 queries instead of 3
this is fun
this is the array of waves for this level https://hasteb.in/viralico.json
currently only one wave
looks nice
that debugger is fancy
I guess I should hide health bar for undamaged entities
Is that monodevelop?
No, that's unity
thats godot
it supports monodevelop
but I use Rider
godot is kinda like unity, but fully open source without some shitty company behind it
is your world actually generated?
dynmaps fullrender only renders generated chunks
just use overviewer
runs
I'm surprised someone hasn't just written a WebGL renderer for chunks and just rendered an isometric view of your actual world
I mean think wrote a full webgl renderer once xD
Yeah then he rewrote it in Go then in Rust
You're doing a top down view in dynmap? Why not just use overviewer then? :P
the main issue you are always going to run into is reading world data
I thought the isometric view was the point of dynmap
iirc dynmap just gets the data by loading chunks
there's tons of extension stuff available though
nobody neads an instantly updating map
just re-render it every view hours
but tbh. a companion plugin to overviewer which would include the function to mark certain regions as dirty so that the renderer knows they need to be rendered would be pretty cool
currently it just compares region file modification dates iirc
just fix dynmap :think_smart:
I get the impression that while dynmap had much better tech these days it's poorly maintained
Mostly because mikeprimm is a wizard from the future and if he isn't working on it anymore the first thing everyone else has to do is figure out how the thing works :P
just increas the chunk generation amount?
That's still going from last night?
no, he re-started it
Oh
(DiscordBot) Bill Receives EULA Complaint - length 52s - 192 likes, 3 dislikes (98.5%) - 6,969 views - Steven F on 2016.02.28
Remember when eula was a thing?
.eula
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
(Korobi) Mojang Community Support #SaveMinecraft #SaveServers - length 2m 18s - 3,570 likes, 236 dislikes (93.8%) - 80,242 views - BadBoyHalo on 2014.06.16
that video is ingenious
what language/engine r u working with
node.js u big dummy
he's working with godot I believe
just check all possible turret rotations and note the ones that intersect with an enemy, almost no vector math required :think_smart:
I just drew stuff wrong 😂
local and global pos convertion was wrong
all working now <3
Your turret seems weak
damage yet to be implemented 😂
@City, I use the godot engine, which recently got c# scripting support
https://github.com/MiniDigger/ProjectTD-Godot if anyone cares
the code is horrible
it should probably target the enemy that is farthest down the line, not the closest xD
or just expose that to the player, lol
did you see the 6 options?
on the left in the menu? that will be exposed to the player?
you can compile it from github 😂
latest 3.2 beta brings c# -> webassembly, but the latest beta is bork on windows
so when thats fixed, ill setup github actions or smth
so its playable via web
and not, never heard of cloudabi
not sure why I should care about it
lambda calculus is like kinda complex
"Lambda calculus (also written as λ-calculus) is a formal system in mathematical logic for expressing computation based on function abstraction and application using variable binding and substitution. It is a universal model of computation that can be used to simulate any Turing machine. It was introduced by the mathematician Alonzo Church in the 1930s as part of his research into the foundations of mathematics."
Church came up with a computational model before Turing came up with the turing machine, but they basically describe the same set of languages
we had a 130% exam where we basically could choose between lambda calculus and easier stuff
theoretically possible was 130% of points since there was a task where you could choose to do A or B, but you could do both
but not really because of time
haha
I remember writing extra small for my analysis cheat sheets so I could fit everything
wat u got analysis cheat sheets
The only exam I know so far that allows you to bring cheat sheets is stochastic methods, but then you're also allowed to bring our 500 page handbooks
o and possibly applied mechanics iirc
yes ana 1 and 2 we had cheat sheets
didnt took stochastic methods, just normal stochastic 1, there we just had a fancy calculator
best was c++ where we could bring a whole VM with stuff
All of the computer science exams are taken on paper which is a big ???
and prof would just make sure we had no network connection so we cant communicate with each other
because the nursing students take all exams electronically
c++ was the only one we took on our laptops
java was on paper, same as networking, datastructures, db etc
In computer engineering they at least gave us a MIPS32 reference sheet, otherwise I would have cried
cobol and android we did projects, no exams, so that was fine
Ye C, Java and assembly on paper
How does one even make a programming exam on Paper
assembly was by far the worst
^^
We only had matlab assignments so they were electronical
I sent that question ages ago, internet screwed me up :P
Or more precisely, phone ran out of battery so internet died and had to switch
this shit had me furious
this class in general was so bad
the lecturer didn't know java
we used java 5
they forced us to use a custom made graphics library for dumb shit
also fuck uml
UML 😂
we at least could use java 8
my prof always yelled at me for compiling my homework with java 11
I wrote <= instead of < and I still feel bad about it lol
Oof this looks so painful
also stack.pus instead of push so like idk, I think I was super tired
That's an... interesting solution
we had to use a stack and queue 😦
in my java exam I spend more time checking all brackets and semicolons after I wrote the code than actually writing the code
y would you even use a stack for non-multithreaded applications or in modern times, ever
I actually legitimately used a stack-like structure when parsing math expressions
oh yeah, stacks are usefull
stack-like is totally understandable, but like the actual stack object
Though, it was fixed-size (only 3 in length) and I just used an array instead because I was working in C
yeah I've no idea how she grades this shit
this prof is fucking awesome tho, she was a postdoc at IBM and then she went around teaching theoretical chemistry. She genuinely likes teaching too, which is rare lol
from CS to chemistry that's actually genuinely interesting
a coworker of mine was gardener
So she got her phd in theoretical chemistry ages ago, then she started writing software to do calculations
I think her work at IBM was related to physics, but that's how she got involved with computer science
She also did computational physics for a while, just for fun
apparently she's researching organic solar cells using computer modelling or some shit
most physics researchers at my uni research solar cells so like good for them I guess
y r the lecture notes in comic sans
Does even WorldBorder not realize that the chunks have already been generated?
And also Barty, how much disk space does that take up? Curious
I almost went to glasgow to study physical chemistry but I decided last minute to just do computer science instead
I gave up after I did my dumb research project on steric hindrance and volatility of alcohol and concluded that chemistry isn't fun and computers are way easier
11 Gb... With a computer that has 32 GB ram, that could easily all be stored in RAM so chunk loading could be done from RAM instead of disk
@fallen jungle, don't do that, the Linux disk cache will do that for you.
Oh?
is dynmap actually not regenerating or is it just not doing anything?
It's more secure, for the data.
dynmap has been behaving really oddly in 1.14 for me :/
now we talking
Nice, Mini
Wouldn't it be easier to just force Dynmap to recognize them?
I mean that's easier said than done, but I could probably hack in a fix for that faster than regenerating the entire world
what next? placing towers or losing lives?
I've had loads of issues with black patches, the world appears when you zoom in close enough tho
re-rendering didn't fix all of them =/
o our map actually uses our resource pack now
it refused to before
dope
I mean dynmap is awesome but it's so hard getting anything to work
once it works it's great
ye if you have a lot of time and sanity to sacrifice you can accomplish a lot
I found out that some dynmap setups decided to use my avatar service for their mc avatars
slightly unrelated but the server concept looks cool
is it public or private? I've seen that weird server for streamers
What server
I liked the shit that minez used to use back in the day
Idk what it was dut it was kinda cool
SMP Earth I think the streamer server is
Minecraft Dynamic Map
but I mean this is whitelisted so they have far more control over what goes on
fuk
and they use factions I'm pretty sure, which is uh
factions? yikes
also seeing the americas to the east looks weird
eurocentric maps are the best
ye urs is superior
Quackity claimed PenIsland
ofc he did
im sorry but sweden is a part of GermanEmpire
wtf
someone claimed svalbard and made it kpop
...
interesting
who pinged me
YOU SUCK
this thread developed into a goldmine, lol
what’s something you can say during sex but also when you manage a brand twitter account?
Retweets
24594
Likes
133201
Wait these are all corporations
yeah
no fuck for u
😦
@heady spear fuck machine broken
When @austere ivy joins your server just to shitpost 
@spare venture https://bugs.mojang.com/browse/MC-150202 😉
Wait r we talking Mc or discord
O never mind I’ve been on your mc server already
Lol
I think I have spammed you guys enough with progress on my lil game project, so I created a thread where I can post updates: https://www.spigotmc.org/threads/so-i-have-started-developing-this-game.406838/
??? I get a popup warning me that links are spoopy when pressing the link in the embed
But not when I press the actual link
lolnoob
which embed?
Stop being irc bot u dumdum
I have embeds too, lol
@heady spear
Wtf do u want
Definately not you
I am trying to sleep
Ok it is you
I am still trying to sleep
With me
Good night, ma’am.
Gnite
going to watch that new man in black movie now, so that I can watch cinema sins vid after that
lets see how it goes 😂
DiscordBot: Reminder set for 24 hours from now.
can fucking take away places fucking hire people that know how to read?
they went to a house that is 20 fucking numbers in difference
than mine
yes
Starting our great, mind the gap joke on the fucking eifel tower
ha
ok discord
im sitting on runescape paying people in gp to run dungeons for me so i can leech the xp
#perksofbeingrunescaperich
Nice
3 lol
and not that rich, only a few hundred mil. but it's enough to make people lvl my dungeoneering skill for me
there are some ppl in rs that get max cash (2147M) and then buy fucking partyhats (that cost almost max stack) so they can have room to make more money
that was also before there was more than one runescape too tho
i think i last played in like...5th grade?
yeah i played on rs2 in grade school
phats as they were called, were like 10m. but also rs economy has inflated like hell in rs3 for some reason
i think i had a santa hat
all i remember is that i was f2p and once i exhausted the f2p content i kinda just sat in edgeville chopping yews forever
lol i feel that
yeah i used to wc while watching doctor who
lvl 92, and that's when i realized lvl 92 was not even halfway to 99
so i stopped that shit
@Vicarious, film was fine, no clue why ppl give it so bad ratings. It's obviously not as good as the first two man in Black movies, but I think butt hurt right wing assholes are but hurt because the second leading role is played by a woman
It definitely had it's moments
Soooo, now, let's see what cinema sins has to say about it 😂
rs3
osrs for the win
tho can't remember my wc level, i have done wc a lot
while coding
.g osrs hiscores
(DiscordBot) https://secure.runescape.com/m=hiscore_oldschool/overall.ws -- Hiscores: "Overall Hiscores ... 0WA, United Kingdom. Use of this website is subject to our Terms & Conditions and Privacy Policy. Change Cookie Settings · OSRS..."
lol
wait did they like, restart at some point
.rekt
probably all lax
fuckin normie
just git blame ( ͡° ͜ʖ ͡°)
Lax added added the whole command iirc
Yes Gboard I wanted to write added twice
Very cool
Thank you
poutine or pizza
I cant remember the name of this awesome local pizza place we used to order from
and I cant find it in my email receipts reeeeeee
found it, yus
Are you cheating on tacos tonight?
if I order a taco pizza is it still cheating?
should order a pizza taco
wow I saw runescape
I'm curious now
I remembered that kashike played/plays as well
they're like 2 billion now
oh sweet summer child
blue partyhats go for 30b now
they haven't been lower than max cash for over a decade
about $4k usd
and some people have dozens
when your life is literally stored in runescape
you know what's bad
i have 2 litres of milk
expiring in 1 hour
kinda don't want to throw it away
Yeah, that happened to me and I just chugged the whole thing.
so i'm drinking all of it
fucks sake
i mean 2L is bit too much 
can't really go to sleep before getting rid of it
expiring in 1 hr
you talk about that as if in 1 hr it will suddenly curdle up and be bad to drink lul
fucking murica i guess. https://f.jacob.engineer/811LMxeo.png
[2:51 AM] simple: you talk about that as if in 1 hr it will suddenly curdle up and be bad to drink lul
perhaps

@void void you gonna be shittimg yourself in the morning
though had bad experience once with milk near to expiry date
Too much milk gives you the shitters
Take it from the guy that drinks 1l bottles of fruit milk every once in a while
it is pretty obvious when milk goes bad tbh
it is ye
once ended up pouring bad milk into coffee lol
which was also last cup i could make that day...
yay, not fun for a caffeine addict. severe headache popped up after that
so I'm trying to regenerate my usercache. I stop the server, rm the file, and start it back up...but it's somehow recreating the filled usercache, anyone have any ideas how or where?
uh, skulls in the world perhaps?
or plugins doing username->uuid resolving at startup?
probably the latter
not sure about skulls. weren't they static?
hmmm... yeah there are a few skulls, definitely not the full usercache worth...but yeah, it must be one of my plugins doing it
yeah, it's essentials doing it...time for a new approach. thanks for the nudge in the correct direction
i wouldnt drink milk straight that's dubiously fresh
put that shit in your cereal
or cook with it
sometimes i put milk in my cereal then pour milk in a cup because i need a b e v e r a g e
yes i know but i need more beverage, and a nice cold glass of milk is wonderous

Sponsor Video Description Block (COPY/PASTE THE BELOW TEXT) Save 10% at Ridge Wallet with offer code LINUS at https://www.ridge.com/Linus Check out Seasonic'...
(DiscordBot) A PORTLESS iPHONE?? - WAN Show Dec 6, 2019 - length **** - 511 likes, 73 dislikes (87.5%) - 4,536 views - Linus Tech Tips on 2019.12.07
Ok WAN SHOW
Ok wan show
apparently perl can delete a million files a minute with perl -e 'for(<*>){((stat)[9]<(unlink))}' ¯_(ツ)_/¯
rsync delete will take nearly 3x as long.
find with -delete will take 5x as long
find with -exec rm {} \; will take 14x as long
wut
I was reading the chat about phoenix deleting alot of files
i recall yea
I always thought using find with exec was the fastest, apparently not
but still wut
reminds me that someone made cat clone
but faster
using linux's splice()
.g linux splice cat
(DiscordBot) https://endler.dev/2018/fastcat/ -- fastcat - A Faster cat Implementation Using Splice |...: "Jul 31, 2018 ... Concatenate files, the intended purpose cat input1.txt input2.txt ... Splice was first introduced to the Linux Kernel in 2006, and..."
fastcat, who would've guessed
My question, what is someone running through cat that needs a speedup
files?
i mean, perl can just chain syscalls
and perhaps... cat /dev/sda > /dev/sdb
on the far end, -exec rm spawns a new rm proc for each file
aka disk cloning?
like, not rocket science
I didn't even think of that.
a c program that does the syscalls would be at least as fast as perl (since you don't have to run the perl interpreter)
that's true but i was surprised over actual numbers
if you boot your kernel without userspace on, you can call the syscalls raw instead of jumping between userspace and kernel space ever time
most systems don't even support that these days though
Ugh, discord not sending messages now.
that's been happening for last 2 days
/s/days/years
i should stop smoking weed

wat
ermmmmm how do I diagnose Gradle not loading my dependency and not erroring?
Like, it shows on the dependency tree on the Gradle panel on IJ but doesn't work on the project
File->Invalidate Caches and Restart
Is the problem on IJ?
yeah more than likely lol
It even gets shaded into the final jar... https://i.imgur.com/2fpvdlm.png
wait, wtf
I think IJ is having some drugs or smth
gonna update it just to make sure
I'm seriously confused by IJ
I do not understand how a 4 bay diskless NAS goes for upwards of $700 CAD
well yeah
I can do it for 20% of the price
I don't get why people buy those things
no; and you've lead me to the reason
I don't have space
but that can't be that common
lol
Space is big
Someone stole my quilt
good
post your problem here and ppl will take a stab at it when they have time @toxic ember
Ok
c++ 🚮
insta left
hello fellow minecraft enthusiasts, i'm not too good at reading timings reports but i'm trying to learn and get better... would anyone mind looking at one and help to confirm whether i should indeed get rid of TelePads?
it seems like it's hogging a lot of resources (while nobody is using it either) https://timings.aikar.co/?id=c3e7f2530d974802a1fe7a9b496f5631
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
no?
so the bane of 1.14 that's not a plugin's fault
thank you i could use a resource like that
ah
ip anyone?
and as far as the collective understanding goes there's nothing i can do about the chunks loading issue, it's a mc issue for this version?
well my tps is always 20 and we don't experience lag on the server so it's a numbers thing that got my attention not the performance.
yeah?
though seriously why the fuck is it loading chunks every 5 ticks
i'm collecting more API's than plugins these days
Actually yeah what does the plugin do
like yes, it is being held back by chunk loads
but it shouldn't be loading chunks like that
I just assumed it was required behaviour
https://www.spigotmc.org/resources/telepads.72828/ 2 TelePads must be linked together. After they have been linked, you can sneak on the lapis block in the middle to teleport to the other. Each teleport takes fuel (1 gold block per teleport). These need to be placed in a shulker box anywhere on the telepad (except the lapis block because that's where you stand). They can even be used across dimensions.
that's a huge assumption matthew
Fair
the safe assumption is always that plugin authors are complete fucking retards until proven otherwise
And yeah it's most likely constant checking that the other telepad exists
And doing block checks in Bukkit causes chunk loads
So unless you have people teleporting once every 5 ticks, that plugin could be improved yeah
and no one is using it, we're in beta and i had two people make the pads for testing purposes but they were not being used while the timings was going on or at all after they were made and confirmed to work
ok maybe i can find another one
because before i installed it that orange bar that's way high on my timings was always low close to the bottome (loss of tps)
I mean if they're an active dev you could try reporting it to them too
It's a somewhat simpler fix assuming that's the issue
yea every single telepad is loading its chunk every 5 ticks
to check if it still exists
i said something in the comments, haven't gotten a reply
hollllyyyyyy
which is why i came here
https://github.com/WarrenHood/TelePads-Minecraft--Spigot-1.14-Plugin/blob/master/src/com/nullbyte/telepads/TelePad.java#L96 Yeah if they added a chunk loaded check here it'd probably be fine
hmm "2 TelePads must be linked together. After they have been linked, you can sneak on the lapis block in the middle to teleport to the other. Each teleport takes fuel (1 gold block per teleport). These need to be placed in a shulker box anywhere on the telepad (except the lapis block because that's where you stand)." it's got the same exact description as the one in linked
Yeah that's probably the source code for the one you linked
Yeah, because it's the same plugin
As wiz said
awe good luck
bot?
am looking at this one but seems a bit complicated https://www.spigotmc.org/resources/1-14-4-ready-⍟-simple-portals-⍟-effective-regional-portals-bungeecord-compatible.56772/
are you saying bots can't have surgeries?
ironically that's what I'm getting operated for
wiz I feel like this is more of a you think than a they thing
I really hope I don't have to stay there overnight
more cosmetics?
he's having issues with air, i think it's gas
but anyway https://www.spigotmc.org/resources/1-14-4-ready-⍟-simple-portals-⍟-effective-regional-portals-bungeecord-compatible.56772/ doesn't seem too bad, i might try it
Could anyone assist me in getting a SQLite database connected to a plugin? I am having a hard time finding how to get that working or to make the database go with the plugin like a config.yml would in the resources folder
Google how to copy files from a jar onto the file system
GetResourceAsStream is what you want to take a look at
is anyone here familiar with super vanish?
It keeps spamming my console
when I use the protocol lib features
?paste
Please paste all your code/errors/startup logs at http://hasteb.in/
.eta
Anyone requesting an ETA will be fed to goblins.
.eta
Anyone requesting an ETA will be fed to goblins.
- Don't grab logs from your console, it cuts out lines which is just annoying and stupid
- You have an outdated build of protocollib
- Mini smells
- electroniccat smells
Yes
I mean, the info is there this time
The question is, do you want to rely on multicrap to show you the relevant info all the time?
It's basically Russian roulette
am making giant pp art in minecraft
MiniDigger hows the towerdefence coming along?
MiniDigger RELES WEN?!
you can bump this thread tho https://www.spigotmc.org/threads/so-i-have-started-developing-this-game.406838/
oh, are you also reviving this old project of yours?
not sure yet what I want to do today
yeah, this is basically my libgdx tower defence game, but with godot
and I think I am already further in a few days than with the libgdx version I worked a whole semester on
dw :D
and why wouldnt I post that on spigot?
thats what that whole section is for
ah :p didnt know they had one
does it help you farm stars?
i want stars
gimmi stars
stars?
oh github stars?
I dont care about those
I think VGL has a couple
yeah
a couple
oh. also, I got accepted into github sponsors, which is cool I guess https://github.com/sponsors/MiniDigger
most i have are 8 xD
thats nice
is it you that works for Elsivier? Or is that Jacob
oof
thank god all institutions of germany cancelled all contracts with them
basically the whole country is boycotting them
they basically take papers which are developed by tax payer money and put them behind a paywall
yikes
and they are a huge force for lobbying against open access
no wonder jacob makes so much money then lul
heck, they even sold papers that where in open access
its like, selling builds of paper with no modifications
oh wait, ppl do that.......
no
like, elsivier goes after you if you publish an article about their own paper on your own fucking website
idk, you get the idea
they are all assholes and you have to have no morale if you work for them
Yeah i do :p
I'm glad sci-hub exists
its just sad that we need a pirate bay like service to solve this position we are in
I like how elsevier sued in sweden, so isps had to block some sci-hub domains. one isp just soft blocked elsevier, redirecting traffic to a landing page explaining what kind of dickheads elsevier are 😂
so ovh just had one of their central coolers die in BHS
water temps in a bunch of servers are nearing 100c lol
nice
You could pretty much replace Boris Johnson at this point by stapling the phrase “get brexit done” to a dildo
Retweets
3206
Likes
14901
Don't you wish your girlfriend was hot like me
FUCK YES
wtf happened
that looks really messed up
git blame-someone-else
y'all how is udemy? worth it?
Y'all just jealous I look better than most of you even at my lowest post-op point
And also jealous of my mad Max costume
no udemy
I'm bored, please help
Hi bored
Hey, please help
No, my name's dad
AAAAAAAAAOA=
shut up
Ruthless
nipple
Why is it that IJ isn't showing my one of my dependencies on auto complete 
It's odd because it compiles
Well, I tracked down the problem to having the kotlin runtime as a dependency...
but it's not even included in the maven pom 
what's the scale for that one
Only the important countries that's what matters most
oh
Morningg
Morning
Where do I even get help to fix this crap.....
ask on jetbrains support thing
Why the heck would I ask there
What's ur issue?
So, I have a library that needs the Kotlin runtime.. that library also needs other stuff shaded in. I'm using a shadowjar plugin for Gradle, and told it to not shadow the kotlin lib in there.
And I've published it to my maven local repo
But like, on the other kotlin project that needs the library, it's not working correctly. Everything else works fine, but the auto-completion for that library doesn't work at all.
I've also restarted IJ multiple times (with and without cleaning the caches) and even refreshed the projects multiple times..
oh that reminds me of the fuckfest called jedis..
wat
one library shades in kotlin (i bet without relocating) and fucks up your autocompletion?
well, fun fact: it doesn't even get shaded in...
but IJ still probably thinks it does and it borks itself
hmmm
let me try including it and relocating it
welp
it works for whatever reason ;-;
hola alguien para jugar minecraft
yes
no
maybe
what
hello anyone up to play minecraft
whats minecraft
slaps barty
Slapping isn't allowed. I'm afraid you're gonna get banned by the Paper gods.
kinky
humps NickAC
ye
👀
❄️
At least get the name right.
Vetrnzila
@spare venture if you can cook it, we'll share it equally
I've actually never eaten anything duck related irl 
Good. I hope it stays that way
I eat chicken though 
that's fine
and I'm back from the hospital bitches
bow down to the king
now 90% more oxygenated
I've still literally got no idea who you are
you're goddamned cat
and you make a good point
I've never revealed my true power level
just think of the new heights of shitposting I'll be able to reach with this additional oxygen
s/goddamned/goddamned right
Correction, <^-^> you're goddamned right cat
See, I was just thinking that extra oxygen might help whatever you are
Then I just remembered, it's probably going to go straight to the cancerous tumour in your brain
Is discord being stupid for anybody else?
that's just brain mass envy speaking cat
yours isn't supposed to rattle when shaken
anyway I'm off to buy drugs, I means meds, and ice cream
very cool mojang
cute
is that your custom world
yes
minecraft decided to have this bug all over it
the incidence rate is pretty low but still
hope you have backups
i do
so far i've only noticed about 5 of these misplaced chunks out of a few million, so it's not enough to make me want to go through the process of this
those are human made quarries /s
Duck likes fat chicks
dang discord is being extra shitty today
i remember when i was 6 years younger and used to waste my time trying to make server admins to shit themselves by digging chunks out partially
lol my fix is just copy and pasting the nearby chunks and smoothing it a little with worldedit
Honestly, with custom maps, I just throw them in the backup folder
That way I can just //restore areas which are busted up
^
interesting
It's handy as people will rek the world for natural resources, etc; Just makes sense to be able to repair the damage so the map can last
restore is honestly way better than regen
even for a pre-gen'd world I use the backup thing
since it doesn't run into all the regen oddities like structures, changing world gens, broken seeds, etc
which i mean, since 1.14 is extremely common so..
snapshots:
directory:
- /path/to/directory?
RT
lol
relative to server root (i.e. the paper jar) by default
if you root with / it will..probably work?
paths basically work like standard unix paths
can always symlink it elsewhere if it doesn't i guess
i'm pretty sure that combine(relative, absolute) resolves to the absolute path, but idk java's path api enough
relative by default, etc
snapshots get DFUd
and uh, i'm pretty sure it looks for a level.dat inside the dir
but it will also check world name
it's....complicated
but if you just /we reload and /snap list it'll tell you if it found it
worldedit found no snapshots there apparently, probably because it's a 1.12 singleplayer world?
is earth the worldname?
yeah
set path to /var/opt/Minecraft/worldpainter/WorldMap?
gotcha
yep. got it
figured that's how it would work
great feature, didn't know it existed
smh
what a great plugin
hmmmmm
Smth smth irc masterrace
Maybe it will take them over an hour to fix this again!
Maybe it will take them over an hour to fix this again!
Maybe it will take them over an hour to fix this again!
Yes, hello!
Smh, stupid outages, now I need to find the servers and remove my double posts to make me looking less stupid :(
peak API response time - 14328 ms 
lol
simple pls
#spigot trying to tell me 1.14 is fine for performance.. man
https://i.mtm123.lv/CwVWSIpv.png lol okay
Because it's just fine
MiniDigger, I've been looking at spring boot for my next project since you talk about it so much
I'm going to have a lot of different APIs for different services, like auth, then there's a learning center, kinda a stripped down social feature, and some other stuff. Would I wanna put it all into a single spring app or is spring decent for microservices i.e. i can have a spring proj per api i guess
or what's the deal with spring kthx
You can do both 🤷
I like to have things together, I only split up stuff if it's used by multiple things
Makes it easier to work with
interesting
\o
Spring is love, Spring is life
discord is half working now, nice
is it
HI BARTY! :D
oh no
fuck off
is it having trouble connecting?
yeah, seems Google Cloud services is having a serious issue with their SSDs
annnnnd Discord uses Google for their infrastructure
barty, is that really any ways to make friends? :(
i dont mind not being friends with you
unfortunate
just ask
looks like the discord bridge is messed up too
i have used waterfall with namecheap yes
uh
it should be "_minecraft._tcp.website.com"
i believe that's your issue
I can confirm, that does indeed work
Though, you can use software to redirect the port. I've written a guide on spigotmc that shows how to use HAProxy to separate out traffic based on incoming port and destination address to direct to other ports.
strange that Shumatsu's messages are not being relayed by the discord bot
yeah shrugs is discords being sent to irc?
yes
Someone might have an answer
well now it is
Anyone using waterfall with namecheap?
wait
I think I'm configuring SRV wrong
do what barty said
OH
he said that 5minutes ago
It worked for a single server, but using _tcp.minecraft doesn't work with waterfall
barty, I'd like to apologize for being snippy to you
Yes, I will gladly admit there are issues with certain situations
And yes, Mojang needs to fix a LOT of things
But, how many people do you have on that you're having such issues?
thank you, sorry for being an ass, i get pretty hostile when talking about this topic and being told i dont know what i'm talking about
generally on survival 40+ starts to see TPS loss from chunk ticking
restricted creative easily 70-80+ before seeing tps loss
highest i got to on 1.14 was ~75 people, and TPS was around 10-12
I do too. And, in our hay day, we had over 300 people on one server instance. Everyone else was telling "that's impossible without it crashing" - and yes, it was crashing often. Until I did a LOT of research and found various tricks to fix a bunch of minor issues.
after about 50-60 people our TPS stayed constant at 10-14 no matter how many more people
We used to do daily restarts to keep the server stable.
Our LionsDen server had been operating without crashing for over 3 months (I got lazy and ignored things, played a LOT of WoW in those three months)
that was on 1.13.2
I updated to 1.14.4 yesterday, and have had a LOT of people on, and have had a lot of chunks loaded - almost instantaniously.
very little latency, no performance issue
Well, other than a plugin misbehaving that is now fixed
when they rewrote the chunk system in general for 1.14, it was released half-baked and the scary thing is that it seems like they haven't really even focused on that even for 1.15
it has gotten significantly better since the first release of 1.14, chunk loading used to be abysmal, now it's mostly ticking chunks and entities that is the root of the issues
yes, I've played with 1.14, 1.14.2 and 1.14.4
I was keeping a demo/test server updated with Mojang's releases. Every release would be updated. I had to shut it down for a while because of that.
But, Spigot and Paper 1.14.4 has been fantastic (at least in comparison)
maybe ill be proven wrong, but if there are no improvements for that regard in 1.15, i'll be wondering if they'll ever touch it
Maybe not
Unfortunately, I've not had those numbers with 1.14.4 on a survival server, so as you pointed out, I'm not seeing the same issues you are.
I'm also running my servers on an under utilized 16 core Xeon system with DDR4 RAM, and NVMe storage
my main issue has been trying to treat 1.14 like 1.13, which is just a dumb way to approach it
hardware definitely isn't to blame for me, i7-7700k, ddr4 2400mhz memory, nvme ssd


Linus outed you


dad