#general
3141 messages · Page 111 of 4
well I guess it's back to fixing compile errors
what would be the odds of finding a minecraft server if i pinged random IPs lel
spotted should just switch to linux since he's bad at overwatch any way
Mono: You can pretty quickly scan the entire IPv4 range for minecraft servers
nothing on windows keeping you back once you acknowledge you just bad at the game
ZMap can scan all of IPv4 in about an hour
???
All it's tell you is the port is open, you can't talk protocol with it
2^32 isnt that high a number tbh
hmm
It's only 3.7 billion addresses
well
you realize it takes more data to say, watch a video in hd?
Probably only one or two packets per address
hmm
now what if theoretically..
i were to make it port scan everything for minecraft protocols
...
You'd use ZMap to find the port open then use another tool to take that list and check if it's speaking MC protocol
but there are servers running different ports
you arent really adding many more packets to throw in an mc ping
Scanning every port on every IPv4 address is a much larger dataset
Would take 65535 hours
(that's like 8 years)
Minecraft will probably still be around in 8 years, too. Lol
Or 65535 ec2 instances and an hour :P
nah
wait theoretically you can hook up two machines to scan in different directions
hytale gonna take over LUL
aka 2x faster
Shit's like this generation's Mario lol
this is interesting
Although you'd probably get banned from EC2 and/or arrested
Minecraft java probably won’t be in 8 years
"Masscan is one of the fastest Internet port scanner as it can scan the all the IP’s of the Internet in less than 6 minutes, while transmitting 10 million packets per second"
So... 6 minutes then
That's still 273 days for every port though
The jar I had used Waterfall-super install didn't seem to have applied my change successfully, For example, the bungee.getLogger().log( Level.INFO,username+","+serverID) has no output, Am I building it wrong?
Also to go that fast you need a 10 gbps connection with a particular Intel NIC
Bring it down to a month with a compute setup with AWS or Google or something lol
You can use clusters of computers distributed

Pls autocorrect
inb4 smp live ip found
DoD?
MILNET is a separate network
I wasnt counting milnet
theres plenty of addresses in those ranges even without all the spooky stuff
minecraft via pidgeons
MC over tor
I2p would be better than tor
because I need my anonymity but damn I wanna play me some block game
they're both stupid
its a meme
They aren’t both stupid
can i get tor over discord
yeah if we're willing to move the goalposts to "are they stupid at all ever in genral"
the answer is clearly no
Minecraft needs to be on The blockchain
Also it is possible to have tor over discord
Not practical and would get shutdown really fast but is possible
I mean, you could theoretically transfer a file through discord voice chat
Should be able to a tor node that way
we will await your PoC write up on hackernews
u aint a real hacka until youve been featured on krebs
lel
lel - z750
.spottedleaf
07:53 <+DiscordBot> <public transient Spottedleaf> went back under the see
- Spottedleaf
which motherfucker is not mcdev fixing imports
there's probably more than one
what would your mother say if she knew how you talk?
would tell me to tell you to fuck off :>
i doubt it, i bet she'll slap you on the lips and tell you to go to bed
will you not obey your mother?
.eta
Anyone requesting an ETA will be fed to goblins.
are you actually wanting me to make a proof of concept
It’s a known method of steganography to hide data in audio
The speed will be god awful and unreliable but should he good enough for irc
well I'm too tired to continue fixing stuff so i'mma push my shit and yeah
wow that's a solid
11 hours
of fucking with patches
Over one eye?
Game of Thrones meets True Detective
(DiscordBot) Game of Thrones Intro (True Detective Style) - length 1m 32s - 49,282 likes, 244 dislikes (99.5%) - 492,509 views - Robin Lindqvist on 2018.05.27
lol
It's also worth noting that an application other than Minecraft could be on that port, so don't assume it's Minecraft
hey how do i get it to show all the players in my bungee server instead of just the main server
on the server list
i'm going to mc ping all of those sooo
ARE YOU FUCKING KIDDING ME RIGHT NOW
ubuntu server jesus christ
torrent it instead lol
i dont use utorrent
I never said utorrent, I said torrent it. it'll download much, much faster
wait but that requires a client
Yes. The client you use it up to you.
mfw
i fixed it fuck off
irc doesn't forget it
i fixed it for your convenience
irc will always remember
i may be a retard but im not a coward
dats right ur a retarded coward
This appears to be built against 1.12, anyone know if it works in 1.13? https://github.com/lucko/helper
there appears to be some 1.13 work on it
like shat
whats a shat
@austere ivy save a copy of the itemstack as a class field and just modify that instead of saving all the changes and modifying them in the build() method imo, but if it works it works
to be clear its not actually shat
I could also make this more generic
instead of ItemBuilder it could be ItemModifier, and I could take in an ItemStack as a constuctor parameter, right?
yeh why not
ye
Check this guy out: https://github.com/Sophie-Williams
forked 1k repos
Hmm
he's also williams
ive noticed a lot of people use forking to represent a bookmark even tho stars exis
to be honest, it's probably a bot :D
t
wait would that work
would wat work
oh I was thinking you were saying return an ItemStack but then I'd be overriding
oh that doesn't make sense
you were just saying to save a copy of ItemStack and just return that on build?
boy what
@austere ivy https://pastebin.com/uxKH0ctK
that's called wrapping
im not showing jans recommendation, im showing my own
and yes it is wrapping itemstack to provide a simple builder
@austere ivy No? Implementing is a java thing
For a second before I thought you meant every time you call data() or name() or whatver, it would return a new itemstack and I'm like oh that's a good idea because then on any itemstack I could just do itemStack.data() and then I was like wait I'm not extending itemstack
my brain went on a little tangent there.
Jan yeah but afaik you can't implement a class, right? Or do you mean wrapping?
wat....implementing is for implementing an interface, i.e. providing an implementation for a set of method definitions...extending is for adding functionality to something that may or may not yet have an implementation i.e. abstract class
adding/modifying
ItemStack isn’t an interface?
Jan you said I could extend itemstack which I thought was an interesting idea then you said implement*
Oh boi
implementing something just means you are providing an implementation; extending can also be implementing something
not always but can
Huh.
idk i feel like you thinking too hard, just remember we're all retards here
lol okay I'm going to get back to that
honestly im fucking sleep deprived so if whatever i said doesnt make sense just ignore me
I think I like my first version better where it builds() at the end
I don't know why maybe it's incorrect
Oki
no i never said it was incorrect
^
i just provided an imo
Making itemstack when you build() just makes more sense instead of modfiying.. That's a good idea, I could also make an ItemModifier.
aka opinion
Because then I could new ItemBuilder(Material.DIRT).name("DIRTBOI").build() for making one.. then..
new ItemModifier(itemStack).name("RENAMED, BOI").build() for modifying one.
why
Lol
Or I could just overload ItemBuilder
I don't know I'm sleep deprived too <-<
Nah you are just you last i checked
yeah pls dont make 2 classes that do essentially the same thing just provide an overloaded constructor
kthx
or just be sensible and copy and ItemBuilder, eg. mine
.. can I see yours?
lol
before I had this mess of garbage:
public static ItemStack createItem(String name, Material material, int amount, int data, List<String> lore) {
ItemStack i = new ItemStack(material, amount);
ItemMeta im = i.getItemMeta();
for (int x = 0; x < lore.size(); x++) {
lore.set(x, TextUtils.color(lore.get(x)));
}
im.setDisplayName(TextUtils.color(name));
im.setLore(lore);
i.setDurability((short) data);
i.setItemMeta(im);
return i;
}
Absolutely horrifyingly awful.
I mean it's not too bad but then I did this:
oh boy
public static ItemStack createItem(String name, Material material, int amount, int data) {
return createItem(name, material, amount, data, new ArrayList<>());
}
It's..
That won’t work properly on 1.13
no, don't continue
Blegh.
oh...oh boy
Yeah it's bad.
Durabulity is stored in the tag now
@finite wave 1.13 is so yesterday
So you are setting it then reverting it.
I’m going to school so no drinking for me
hahaha
oh please thats the perfect time to drink @finite wave
I wish
is hastebin working for you folks?
no
use hatebin I guess
vs this
On one hand, for the first "test" one I do like how you can supply an ItemStack and modify it, and then get it again.
burn the 2nd one in fire
On the other hand, I do like how the second one does everything in the build()
I think I'll keep the first one
just burn it all on fire
okay
I don't like how the second one does so many comparisons with null checks
wasting
and I just realized that it
yeah I'm keeping ifrst
First one is not a builder
public ItemBuilderTest unbreakable(Boolean unbreakable) {
ItemMeta itemMeta = itemStack.getItemMeta();
itemMeta.setUnbreakable(unbreakable);
itemStack.setItemMeta(itemMeta);
return this;
}
what
why is that a Boolean?
unless you did return itemStack.clone(), assuming it has a clone method
it does have a clone method
and why not store the ItemMeta in a variable as well?
and only call ItemStack#setItemMeta in the build method
that will make it a lot simpler
But yeah 2nd one is the correct one
Huh.
See, my original instinct liked second one but second one also seems to be doing a lot of unnecessary if statements if you're not using everything.
Boolean because I forgot to change it to bool because I needed it as null originally in the other class.
Do you think you have like an if-statement budget or something?
itemstacks are annoying to use builders with
Use too many and you aren't allowed to use any more?
I just use consumers instead
More efficient the better, no harm in unnecessary efficiency I suppose.
if you want to be efficient, use primitives
and use default values (eg. 1 for amount) instead of null
Yeah those inefficient if-statements. Wasting NANOSECONDS
NANOSECONDS I TELL YOU
GONE
It's not going to make a giant difference but if you don't have to do something then there's not really a reason to.. Whatever.
I suppose I'll keep..
public static ItemStack item(final Material material, final BiConsumer<ItemStack, ItemMeta> consumer) {
return item(new ItemStack(material), consumer);
}
public static ItemStack item(final Material material, final int count, final BiConsumer<ItemStack, ItemMeta> consumer) {
return item(new ItemStack(material, count), consumer);
}
public static ItemStack item(final ItemStack stack, final BiConsumer<ItemStack, ItemMeta> consumer) {
final ItemMeta meta = stack.getItemMeta();
consumer.accept(stack, meta);
stack.setItemMeta(meta);
return stack;
}
final ItemStack item = item(Material.PURPLE_BED, (stack, meta) -> {
stack.addEnchantment(Enchantment.ARROW_KNOCKBACK, 1);
meta.setDisplayName("Pretty Purple Bed");
});
magic
both
:>
ooh yikes almost caught leafititis there.
Let me observe them both more.
Setting a single reference is the epitome of not slow
like
ugh
I need to go to sleep
Well that's the original reason I wanted to keep the second one.
Also what happened with GoT?
I don't watch it, some people are saying writers are bad.
It ended
George has written himself into a corner he doesn't know how to get out of
which is why his next book is taking 100 years to finish
the show runners needed to finish it anyways so went with his plans
and yeah they suck
Meanwhile george still hasn't figured out how to finish his next book because of the aforementioned corner he wrote himself into
how can one contribute to 114 paper?
also that
yeah
Leaf and Billy and I think Z7 and Kash are the main ones working on it, at least they're the ones most open about themselves working on it.
ah.
electronic, not kash.
public static List<String> createPage(int pageNumber, int maxPage, String type, String prefixKey, String multiKey) {
ConfigurationSection page = main.getConfig().getConfigurationSection(type + ".page" + pageNumber);
List<String> messages = new ArrayList<>();
messages.add(formatC(prefixKey, "msg_page", page.getString("topic"), pageNumber, maxPage));
for (String line : page.getStringList("content")) {
messages.add(prefixC(multiKey, line));
}
return messages;
}
Any idea on how I can fix this?
Maybe I shouldn't..
heck. yes.
that was a mistake brian
look into the getStringList method
youre about to be destroyed
goodness, you're right
can you help me reprogram bukkit please
it's all unoptimized
who needs getStringList?
just assume that it's a list of strings
if it's not, it's their fault
use quotation marks you stupid people
Brian do you even know what unoptimized looks like
yes

nossr
do you want me to show you my old code
Actually none of it is really that unoptimized
Badly written? Sure, yeah.
But none of it is like wildly using loops or anything..
i know you do
HTTP lookups are O(1), right?
btw, why don't you cache the page?
oih
maybe you do
then don't you dare to optimize it
hAH nice TRY WEB GOBLIN. IM BEHIND 8 LEVELS OF CACHING
that was directed at nobody in particular i just wanted to say it
my first level cache blocked that shit, please boi
Brian stop being so retardedå
yeah when people are actually smart
Advanced spam attacks are still spam attacks you know.
@austere ivy brian I don't care to see your bad code, anyones old code is going to be bad
Who said mine wasn't advanced? 
because you aren't advanced
ow
gonna cry? piss your pants maybe? shit maybe?
oh shit i forgot he's a kid
ok im good
Wow, I just learned that Thanos' garden is the Banaue Rice Terraces!
Hell yeah! Philippines represent!
das y it luuked so ugleh den
mfw the directors said "they searched everywhere and this was the most peaceful and beautiful setting they could find"
@vernal moth

is a squid a livingentity
so what does libraryaddict mean
is this 1.8....
i havent checked yet because you said "it doesnt matter"
i dont care to help people who dont give all the details
good luck buddy
it was
i just checked
"catch velocity packets and cancel non living entities"
doesn't make sense to me
Isn't it faster to just comment on the issue and ask him to clarify?....
Instead of asking in an unrelated discord and asking for us to interpret it lol
It's fixed in newer version so clearly he has some idea of what he's doing right?
lib is a great dev, maybe he was drunk and replying to github issues instead of facebook comments (a smart decision!)
me: looking for lighter
cant find one
me: grabs torch
this will do
first time i've rebuilt a coil in a while....forgot to prime the coil and actually test the heat distribution and put cotton in first, which is probably going to fuck me here pretty quickly but we'll see...
feel like they wouldnt appreciate that
or they think his name is Bichael
lol was not expecting that
inb4 velocity plug
imagine running your proxies and servers through a cloud, which would make getting logs just an ever so slight pita... then I'd consider it :p
what do you mean it's not a great idea to send raw packets back to players in chat when things break?
it was because I didnt update waterfall to the latest for 1.14
you probably drink tea
im drinking ipa and orange juice
disgusting
what's ipa 👀
india pale ale?
whatever plugins youve developed simple i hope 1.15 breaks them all
I hope both of you step on a lego brick
assuming i actually give a shit about minecraft and am not here for the disgusting community and trolling
there are plenty of places to pipe your logs to
there's a whole industry for this
pretty much every cloud provider has one
we use sentry as our reporting tool, but doesn't always help in specific situations
sentry only really does one thing
but some services have command line programs that you can quite literally pipe everything to
we don't dump excetions into the chat or anything, it's just that I can see why you'd do that at some point :D
LMAO
"this doesnt end up with riding into the sunset it ends with me dying of cancer and you winning the icebox award"
"for softest mouth"
- deadpool, to a maybe 13 year old kid
there a way to handle uncaught exceptions from every plugin?
yes, its hacky tho
@cosmic raft why
for labelling things
like a true hero
ah
take a look at that sweepy
@merry talon https://www.newegg.ca/Product/Product.aspx?Item=9SIAF0Y8364005
see
look how nice it is
now compare it to a more "consumer-friendly" one: https://m.bestbuy.ca/en-ca/product/dymo-lectratag-labeller-plus-lt-100h-personal-label-maker-1-carded-21456/13365655
THINGS
@merry talon here, have an educational video
Here is the Complete Finish of this job where we show you how to pour a concrete driveway from start to finish. We hope you enjoy. Website: https://www.odell...
(DiscordBot) How to Pour a Concrete Driveway Complete Tear out! Clean Finish! - length 26m 8s - 18,837 likes, 907 dislikes (95.4%) - 1,737,089 views - Odell Complete Concrete on 2018.06.28
I have a very important question: is La Rochelle famous?
ah yes I needed this
.g la rochelle
(DiscordBot) https://en.wikipedia.org/wiki/La_Rochelle -- La Rochelle - Wikipedia: "La Rochelle is a city in western France and a seaport on the Bay of Biscay, a part of the Atlantic Ocean. It is the capital of the Charente-Maritime..."
@mortal imp
Was more a fan of the first, but 2 was still great
honestly i just love ryan reynolds
haven't seen 2 yet
and his "dont give a fuck" attitude
yeah I'm gonna see that for sure
is that supposed to be funny or what cause all ive seen are memes and im not sure anymore
and sonic just because you gotta
okay works for me
i thought they were aimed at kids tho
so i was not going to see either one
sonic fans aren't kids anymore
but i may now
p' much
that's true.....oh god...oh fuck...
what did you just say sweepy
fuck you
giving me existential crises
simple is old lol

i swear to god yesterday i was eating waffles and watching spongebob and now im sitting here at 2am drinking, smoking old weed and laughing at deadpool cutting people's heads off
idk what happened in between though
you could still be doing the former
Stream or you didn't do it
I mean, erm... No, simple, don't harm yourself, we lo... we'd mi... erm....
watches as everything breaks

aight im bored :\
im not even smashed lmao
sounds like something a smashed person would say


ye pls
wtf
lol
give me
are you running a coupon laundering business?
sounds like something someone running a coupon laundering business would say
now you just need a neighbor who works for a graph paper supply company
I wish Z
dunder mifflin?
ALL your paper supply needs
uses graph paper as toilet paper
makes fork of paper called ToiletPaper
Draw your own graph paper
thats so original
lol
when's 1.14.1 out?
.eta
Anyone requesting an ETA will be fed to goblins.
i mean vanilla
snacks on @TriaticMonkey's dismembered body.
...
hi @void void :))
hi qt
what's up
watching yew t00b
I see
hi!
❤️❤️
♥️
Today is a beautiful day, the sun is hot, the sea is beautiful
And only kashike can make it even better
:D
Wow get a room
Have some decency jeez
I just woke up
bacon
where do you live
I mean, you act like you have it all
Odessa, ukraine
that sucks
good luck my darling
@native thunder we're in a channel here already can't you see??
Nobody:
My Mind: "Add porn for extra convienience"
Is there a way I can hide the seed from showing in console as the server starts? Users are able to stop the server and start, not issue commands etc yet I don't want them to know the seed.
Is there any way?
Why would u
There's à lot of ways to calculate seed
No, not without patching it out. I'd recommend finding s way to hide the log instead
Alright thanks kashike
It’s a stupid idea though
tbh a lot of server owners want to hide seeds
Not really worth it though
@kashike I got it
What are they supposed to do it?
i dont let players see the seed because i rather they explore and take time than use "seed finder" things
oooh
e.g. slime chunks, villages, water temples, fortresses, strongholds
But you can calculate the seed fairly easy
sure but that takes effort and at least average intelligence
Most won't go out of their way to find it
lol
Yeah
just found paper, got a few questions. Sooo spigot is pretty bad for techincal minecraft because it skips ticks if its overloaded as far as i know. Chunk loaders dont work too. How good is paper with redstone machinery ?
We take some of the hits from upstream, and skipping ticks is normal for MC basically
Paper is built on top of Spigot, so Spigot's "flaws" often exist in Paper, too.
CB breaks some edge-case mechanics, Spigot afaik breaks a few more, and we intentionally aim for performance
There is no performance flaws if the server doesn’t work **
That would be a fun asshole move
Create a server jar which just doesn't start, all performance/bug reports must be reproduced on that build
= no valid issue reports = win
😂
Create à jar that says blâme mojang
hmm ok so I guess something like that is rather problematic? 😅 https://www.youtube.com/watch?v=0mu3uYT-NaE&
This design isn't limited to a player render distance, and is basically infinity expandable. It took far too long to build but apparently its pretty good (i ...
(DiscordBot) Helix. v3.0 Bedrock Remover - length 5m - 123 likes, 1 dislike (99.2%) - 1,729 views - Mythical Pingu on 2018.11.01
something like that looks like it should stay in singleplayer anyway
they use in on the scicraft server. But it got many specifc restrictions to where you are allowed to be while it operates
I wanna say that we fixed that specific bug
I rate 8/8
Paper has no bugs what u talking about
paper will probably be just as bad or worse for technical
since it's a fork of spigot
At least it will be as bad or worse for technical but with playable tps
😂
Paper focuses strongly on performance. Increasing performance often comes at the expense of sacrificing aspects of gameplay, most of them are usually unnoticable or most people aren't exploiting them for any technicality.
Or at least the settings that are noticable are disabled by default iirc
Hmm thx a lot anyway! Do you happen to know any projects specifically designed to improve "technical minecraft performance"?
none
There is zero such projects that I know of.
none at all
We make stuff configurable where viable, a lot of stuff just isn't or ain't worth the maintence effort
Got it !!
dammnn
when you go about screwing with the internals you inherently change the way the game operates
Is it me or is 1.13 entities slower than 1.8.8?
People playing multiplayer tend not to care about 100% vanilla compatibility
maybe theres something for forge servers? idk
mojang changed some of the internal list implementations a while ago
Known issue, 1.13 derp'd collisions
some of the "uber technicals" are very upset
if mojang cant even keep it consistent idk how anyone else really can
wonder how they feel about 1.13 lol
There's simply no audience for 100% vanilla multiplayer, which is why no performance server exists for it.
1.14 i mean
So 1.13 entities have fucked up collisions?
cant keep it up long enough to test on anyway
1.13 performance... 😂😂
The collision checks on 1.13 are much worse than 1.12
Apparently fixed in 1.14, but not tested, but apparently it's better
well I guess thats true. The technical minecraft comunity is rather small 🤔
Yummy
The issue is is that vanilla doesn't really scale
true
A lot of those Minecraft technicalities are the reason why the game performs so badly or doesn't scale lol
So it's a bit counter-productive to not patch them/fix them
can barely run a 10 man server on high performance gear
If your goal is performance.
kashike: any clue why https://github.com/EngineHub/WorldEdit/commit/1c54a04fd10063912be19fb8b4aa9ab264908daa#diff-be3734b3a486b729766f350e8b7c7b29 would cause the entire bukkit api to get shaded in our jar?
Like for example redstone physics updates, in vanilla are highly inefficient but are a technical detail some contraptions rely on
Even with entity collisions disabled @golden gust ?
1.14 vanilla performance right now is absolutely horrible
@pulsar wigeon bukkit text adapter depends on bukkit, the "shade" configuration probably includes transitive
shouldn't that uh
Collision checks in general are slower
Just disable transitive dependencies for the adapter
i thought that's the point of java-library's api/impl
Shading includes transitives by default even in Maven, don't you have to explicitly exclude the transitive?
No idea how much disabling entity collisions would actually help specifically as it's not always entity > entity collisions
I'm half asleep right now wiz
hence the question
It would make more sense if the bukkit adapter doesn't depend on bukkit with runtime/compile scope, instead use provided?
it was block collisions from waht i could tell in 1.13
the weird system of bounding boxes
text 3.0 switched from the normal gradle compile/compileOnly to java-library api/implementation specifiers
not sure if that's the cause but that might be?
idk
Yeah, disable transitive dependencies for the adapter when shading
basically bukkit shouldn't be a transitive dependency
so it's a problem that should be fixed in the bukkit adapter lib where it's being transitively recognized
it's not a problem there, byte
the way it sounded like was that the adapter lib was transitively including bukkit, so the project depending on the adapter ended up shading bukkit 😛
@golden gust sorry for tagging you, but we have this problem for all entities which is eating up performance: https://i.imgur.com/laYXqUw.png
Is there no way to improve this at all?
in which case that would be a problem with the adapter lib
and not the lib depending on the adapter
Collisions @obtuse lotus ?
[Me4502] It seems that the java-library stuff just isn't making it non-transitive tbh
@obtuse lotus he legit just told you 1.13 entities are laggy af
you fix it by removing entities
Removing entities on a survival server is not an option so I just want to explore all options
1.13 nms is garbage in term of performance
options explored
That's something known
Blâme mojang.. For réal this time
I'll look into it when I wake up; for now I'd just make it non-transitive in your project
might be a problem with the maven plugin and java-library
@cosmic raft Tested real quick https://i.imgur.com/mPQuoIU.png
spigot-api shouldn't be showing up there, it's probably why it's being shaded in
not sure about Gradle Shadow, but in Maven, IIRC runtime gets shaded in
let me test real quick
@cosmic raft Yeah runtime gets shaded in
well, we're using gradle anyway
well that's annoying
In Maven, the solution would be to mark it provided, not entirely sure what the equivalent in Gradle is.
compileOnly
provided = won't be transitive.
which it was in 2.0
but in 3.0 it's java-library's "implementation"
which doesn't actually function the same as "compileOnly"
¯_(ツ)_/¯
🤔🤔🤔
also i can't figure out how to set this to be non-transitive without breaking things
and i have to get to work
Why would you change such an important keyword ?
@pulsar wigeon I'll make another release of the adapters to fix this
In Gradle Shadow I don't think you can exclude a single dependency and all of its child deps, they all have to be manually excluded
Unless that recently changed.
So you may end up having to manually exclude every transitive of the spigot-api dependency lol
Does anyone know how can I play YouTube vidéos while being on discord on Android ?
It'd def be much easier for it to be fixed in text-adapter-bukkit, it should be up to the including project to specify the bukkit/spigot artifact any way
Obligatory: Gradle sucks 😄
but it's worth it to avoid xml
Maven may be more rigid, but damn if it's not simple for 99% of use cases lol
no, mistake on my part, copied the wrong configuration name
@pulsar wigeon adapters for 3.0.1 released - only adapters. rest is 3.0.0
dang, lucko's helper using kyori text 1.11-1.3.0 whatever that is lol
assuming old as fuck
he should be updating to 3.0.0 when he can
@jade mountain plas 2 halp
kashike this spigot adapter is beautiful
hehe
@acoustic pilot https://github.com/KyoriPowered/text-extras/blob/master/adapter-bukkit/src/main/java/net/kyori/text/adapter/bukkit/SpigotAdapter.java
the hacks here are wonderful
goodnight
wow, no bukkit adapter, so no glowstone support. worst text lib ever!
false advertisement!
because bukkit doesn't support sending JSON-based text through the API
:p
good point though @acoustic pilot
can you open an issue? https://github.com/KyoriPowered/text-extras/issues/new
lol who cares about glowstone 😛
I know, but still 😛
I really just wanna see Byte suffer
no u
doesn't the Spigot adapter work on Glowstone?
I thought it had the Bungee chat API, no idea if it's actually implemented or not though
why does that github link have to show an obnoxious huge thumbnail
which plugin are people using nowadays?
The one with the proper image
Discord integration is what I use
yeah that seems to be the one
Is it theoretically possible to implement 1.14s entity fixes into 1.13?
Why
we're aiming to obsolete 1.13
People have done stuff to improve performance there afaik, but not looked into it
Yes he is Ineusia so drop the attitude.
1.13 and 1.14 are trash for performance
if paper could of fixed entities, im sure they would of months ago
I thought I remembered there was a way to hide the project name
we should all downgrade to 1.2.5 best version
I bought the game when 1.1 was out
@golden gust Dont suppose you know where I could find these attempts?
At the time I thought I was late to the party :p
There was some discussion on some other discord about it, never had the time to track what they did or if they actually released anything public, or how viable it even would be to add those to paper
Eigen craft
What is Eigen craft?
cheers
where tf are text-extras published
org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find net.kyori:text-adapter-bukkit:3.0.1. 
central
we ded
plz reaction:
do u use commandblock?
yes: 
no: 
https://repo.maven.apache.org/maven2/net/kyori/text-adapter-bukkit/ guess it takes time to publish?
or kashike's CI ded
idk
Well, am confusion, actually
Ah, it's sync'd every so often or something iirc, somehow I managed to pull it much earlier than it was showing up in that repo there
That only grabs -SNAPSHOT builds
oic
well, old ones anyway
oh, it's there now
pokes teamcity a bit
tfw not logged in on work laptop
nice, shaved 2mb off our jar. all is fixed.
maybe i should start paying attention to the meeting i'm in now
naaaaaaah
you're right, it's a load of BS
Tfw you work for free on a community project and your boss think you're dedicated enough to the company to continue to code during the meetings
😂😂😂
1.2.5 is where I started too
1.2.5 was best version
I remember me reinstalling Mc right around 1.2/3 on my mother’s laptop, the first time with a seed and out of nowhere I spawned on a jungle, so I assumed the seed just created an entirely new biome 👀
ruby 👏 dung 👏
I'm in agony. This is awful.
I just pulled 1/2 an inch of gunk out of my eye, pink eye is no fun. And I have too much experience with it, I got it like 5 times in one year, no fun.
Well, I no longer want breakfast. Thanks, Brian, for helping me lose weight
No problem, bBilly.
If you'd like it locally to prevent you eating, for the entire time you have it, simply be me, and magically get it once a month.
I hear you can give someone pink eye by farting on their pillow
hear you can get cancer by being near someone
1.14 no update?
.eta
.eta
Anyone requesting an ETA will be fed to goblins.
Anyone requesting an ETA will be fed to goblins.
See #announcements
😂
all right
@static badge tried flightgear? Assuming MSes is much better?
no clue about flightgear
So what dows ETA stand for
estimated time of arrival
thx
spiders are wonderful
mainly jumping spiders
I've been a loyal subscriber of r/spiderbros for a year 👀
Welcome o/
Was that spider really necessary? I hate spiders.... 😦
what
okay yeah some are creepy and I wouldn't touch them myself
but look at the one above
that's a jumping spider, they literally can't bite you
just remember they eat the annoying bugs
That doesn't make them less scary
even if they wanted to, look at them!
they don't really like to bite things either.
Did you hear that – is Lucas the Spider trying to play an instrument? I didn’t know animals could play music! Do you love Lucas the Spider? Check out our new...
Sometimes they also do little dances!
(DiscordBot) Lucas the Spider - Musical Spider - length 33s - 589,015 likes, 10,567 dislikes (98.2%) - 23,420,500 views - Lucas the Spider on 2018.02.10
It's adorable
who knows if any spider is toxic if u r not a professional
yes that's a jumping spider too
I'm not exaggerating when I say that I'm not looking at my screen now.
only thing missing is some snakes
I wish I got jumping spider in my area, we don't get them much.
.g big honking snakes
(DiscordBot) https://www.youtube.com/watch?v=ApSe83FN-ds -- BIGGEST Snakes On Earth! - YouTube: "Mar 16, 2019 ... The most terrifying, biggest snakes on Earth! These are the largest boas, pythons, and anacondas found anywhere on the planet. From..."
The most terrifying, biggest snakes on Earth! These are the largest boas, pythons, and anacondas found anywhere on the planet. From the Pythons of the Easter...
oh yes
That's a large snake
Stef, don't worry.
Just subscribe to r/spiderbro and peek a bit more every day.
They're cute, they eat mosquitos, and they let them pet you.
Other than their sometimes terrifying looks, they're quite nice.
I'd rather have a dog to pet than a spider tbh

