#general
3141 messages ยท Page 1103 of 4
Howโd you get grounded?
id rather not say
Okay.
well i can work on it but i cant push it into production...
im just gonna make another branch on github
Hey on what version did MC stopped using item data?
it didnt....
1.13.2

The flattening.
take me back to the golden days ๐
mini where was your mapping thing
the ui feels a bit weird
lol
ty
oh hey there's finally a dark mode option, that's pretty neat
Look atleast he offers dark mode
here
mini wouldn't it be better to wrap those long ass names at some non word characters
if you can find how to do that, sure ๐
new version will handle that better by inserting wrapping thingies
well, historically the point was bukkit only mapped what they used, so they could update faster than mcp
but why map at all?
so the CB impl could be human-readable and mostly stable between updates
oh, stable makes sense
that of course breaks down once forks exist
spigot mappings are way better than no mappings
at least spigot has most classes mapped
if you want real almost no mappings experience, go look at hmod
bukkit was a huge improvement over what hmod did
the problem is what was great in 2011 is pretty shit in 2020
and spigot's toolchain is a lot closer to 2011 standards than it is 2020 standards
lol
i assume stuff like paperweight are an attempt to improve that?
(if paperweight is the name of that thing for remapping)
yeah
since MCP has gotten faster, fabric/yarn exists, and mojmap exists now, there's not much point in spigot maintaining its own mappings, besides historical reasons
yeah
i forget if i asked this already, but is there a plan down the line to move that to mojang mappings (or something else?)
for dev time, something like that, but still using spigot mappings at runtime to support existing plugins
i see, cool
quasar
oh, lol
vue ๐คฎ
.kill dicedtomato
stabs dicedtomato in the heart a few times with a shard of glass.
wtf vue is incredible
nah
correct
easily best framework, svelte with a close second
rather use react
svelte idk about
react 
react
react is disgusting
imagine not using something just because its made by some big company
no, i don't use something because it's hell
imagine supporting a disgusting company
oh its made by facebook i shall avoid
by doing that, you validate their doing
writing vue requires html+css knowledge with a bit of vue familiarity
imagine wanting to use react with JSX instead of coupled components without any extra dependencies
writing react requires react knowledge
you have to jump through many guides to figure out wtf you're supposed to do
and react anit that hard
react requires you to add a fucking dependency to couple css with your component
^

and yes, JSX is why I will never look at react closely
ok?
yes it's html and css/scss/sass
isnt that literally what react does
no
god no
react uses JSX... ??
it's an abomination
definitely not
its worse in every way
i don't think you've used react enough
you can use JS in vue too, {{ JS }}
well i have used react
vue is html + a bit of js, react is js + a bit of html
You ever just create custom HTML elements?
using vue is like ๐คฎ
you've given no reason as to why
rather use normal html instead of vue
but ok
but it's better to just add your js into your script and call a method in your template
this guy is deranged
ima ignore now
lol
lol
yes
i dont care if he doesnt like vue, it's that he likes react
i'd rather him like angular over react
because at least we'd know how far gone he is
but when you like react, there's no telling
it needlessly implements their own complicated bullshit
We just don't like things that actually exist.
what do you think vue is fake
im pretty sure if you update a parent react component that has a bunch of child components, ALL the child components get updated unless you do a lot of shit like listening to callbacks in each and every child and check if it should update or not
whereas vue just...does that for you??????????/
yes i remember hearing something like that
and like
why tf would you ever want css in js
in mostly all react is faster lol
react without any of the bullshit libs to make it usable, yes
but vue does a lot of that stuff for you built in
and still base file sizes smaller
i'd be interested to see react vs vue3
which increased speed pretty crazily
can't find it in there though
yeah weird, you'd think people would have benchmarked vue
v3 might not be GA yet
People will really benchmark anything.
krusic have you been benchmarked yet
how many thrusts per minute?
Depends. Just for you, I would do at least 120.
๐
Simple, maybe like 160?

v3 is GA since a few months iirc
sad, that's a 40tpm difference
kashike 
Over 400 tests for the Adventure API alone now
we have the same prompt

spaceship 
woo michael
i too use spaceship
nerds
the git thing when you cd into void-packages though 
Error while downloading tiny mappings using url https://maven.fabricmc.net/net/fabricmc/yarn/1.16.4%2Bbuild.7/yarn-1.16.4%2Bbuild.7-tiny.gz
org.springframework.web.client.HttpClientErrorException$NotFound: 404 Not Found: [<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.10.3</center>
</body>
</html>
]
whhhhhyhyyyyyyyy
yarn 
@vernal moth accept header?
ive put my pc into sleepmode twice now and it just doesnt want to wtf
worst case scenario, accept *
it just turns off the screens
ask in their discord i guess
Maybe try User-Agent too, not sure if Spring web client already sets one.
I am a good boy, I always set user agent
lol
wait
wtf
setting user agent as default header didnt seem to have worked
I did set it explicitly now and it worked....
thanks
Nice!
it didnt
it just ran into another error, thought I got further, but it was just complaining about me trying to override the user agent, lmao
changing rest.execute(url, HttpMethod.GET...... to rest.execute(new URI(url), HttpMethod.GET...... fixed it
guess I ran into a spring bug again
insane how much more yarn has mapped in comparison to spigot
ok actually my merging is off somewhere
heh, looking at yarn vs mojang is fun
but its clear that my merging is wrong somewhere
What's fun is cases where the name of the class is obviously given with exceptions inside of it...
e.g. DataWatcher vs TrackedData
net/minecraft/world/entity/TamableAnimal net/minecraft/entity/passive/TameableEntity
DATA_FLAGS_ID TAMEABLE_FLAGS
DATA_OWNERUUID_ID OWNER_UUID
orderedToSit sitting
addAdditionalSaveData (Lnet/minecraft/nbt/CompoundTag;)V b
canAttack (Lnet/minecraft/world/entity/LivingEntity;)Z c
canBeLeashed (Lnet/minecraft/world/entity/player/Player;)Z a
defineSynchedData ()V e
die (Lnet/minecraft/world/damagesource/DamageSource;)V a
getOwner ()Lnet/minecraft/world/entity/Entity; B_
getOwnerUUID ()Ljava/util/UUID; getOwnerUuid
getTeam ()Lnet/minecraft/world/scores/Team; bG
handleEntityEvent (B)V a
isAlliedTo (Lnet/minecraft/world/entity/Entity;)Z r
isOrderedToSit ()Z isSitting
isOwnedBy (Lnet/minecraft/world/entity/LivingEntity;)Z isOwner
isTame ()Z isTamed
readAdditionalSaveData (Lnet/minecraft/nbt/CompoundTag;)V a
reassessTameGoals ()V onTamedChanged
setOrderedToSit (Z)V setSitting
setOwnerUUID (Ljava/util/UUID;)V setOwnerUuid
setTame (Z)V setTamed
spawnTamingParticles (Z)V showEmoteParticle
tame (Lnet/minecraft/world/entity/player/Player;)V setOwner
wantsToAttack (Lnet/minecraft/world/entity/LivingEntity;Lnet/minecraft/world/entity/LivingEntity;)Z canAttackWithOwner
I guess the merging could be right and yarn is missing methods here
oh or its inheritance
Hi person I donโt know.
Hai Nick. Long time no see
Hmm
So I am aware this is the discord for PaperMC, but figured someone here might know something about bungeecord. My proxy appears to be randomly crashing and disconnecting players seemingly out of nowhere.
As of a few minutes ago, it was crashing and disconnecting players every two minutes or so.
Console doesn't show me much other than it stopping, disconnecting players and starting.
Since restarting the proxy manually, no disconnects/crashes have occurred in about 10 minutes.
Or switch to waterfall and see if it keeps happening. If it does, then we can help.
Better yet, switch to Velocity which is better than bungee or waterfall, and ask in their discord if such a thing happens which I doubt.
Havenโt heard of velocity
bungee/waterfall are legacy and the core team will agree with that
velocity is the future
spigot website ded
no it's not
it's throwing a few random 502's every now and again
I just got one, refreshed, and its gone
oh, i must've got lucky then
you can find him in many places :p
Cracked mode starter pack:
- AuthMe
- GateKeeper
- AntiUUIDSpoof
- SkinsRestorer
- AntiBot
offline-mode=false
Sounds pretty gross
dont forget bootlegged pex v1
lol
r you already drunk
I wish I was already drunk ๐ฆ
i'm blazed I'm as mentally prepared to ow as I can be u down"?
however it's only 12:16PM on monday ๐ฆ
blazed is high

not crossfaded YET
oh boy
oh simple ๐ฅบ
wtf is bsb
Brown Sugar Bourbon
other than Bank-State-Branch number
whats that weird fucking spread you australians eat on toast
VEGIMITE
lmao
marmite is better
ngl bourbon root beer floats are pretty good
I love root beer and I love ice cream but I could never get behind mixing them.
Kinda like swimming and airplanes. Seems like they should just be enjoyed apart.
root beer floats are godly
^
in australia we just call it beer
in england we call it piss water
life goals right there
this!!
no
root = sex, beer also may = sex if you're lucky
so just beer
isn't that just equal -1
u wot
-1 sex


Heh I logged into my Minecraft account and my skin was different. :?
Fixed it and changed password but . . . weird.
i've had some weird stuff happen to my account too
lol thats happened to me before
F
just change password and move on
i think its because i was using the same password for minecraft since 2011 or something and it was shared with some leak
People email me all the time because they somehow find me email and my account has a Minecon cape.
So I get a lot of "WILL YOU SELL ME YOUR ACCOUNT?!" emails
yay maths paper donE
I'll pay you 3 cents, before paypal takes their cut, ocelot
mbaxter no
:(
I like my account.
I guess I don't actually give a shit about the cape.
If someone made an actual offer I'd change my username to another account and sell it.
But not for like $50.
I'll give you $51.
$52
You guys are the worst. :)
I take that as a compliment
This is bad negotiating.
None of the offers have been $50.
This is true.
๐

@lean kiln look lol. sorry its dark, look at full size.
Anyone please suggest me best free bedwars plugin
yes
ill never understand why people want bedwars plugins
there's already many servers with bedwars
why make another
Private games?
In other servers other people are also there I want to play with my subs so wanted to create any help
by asking us, all you get us a google search. if it doesn't turn up anything then we can't help you. here you go:
ddg! !spigotmc bedwars plugin
good job, it got cloudflare'd
i got it simp
surprisingly it's not as an intuitive idea as one you'd think
On that topic: apparently I own a Google scarf for some reason
awa
awa

I think I got it for smth but I'm not sure why anymore
But afaik you can order it on their merch store
Meh any common does it for me ;p
Google has a merch store?
Oh boy love me some YouTube mugs
kinda want this tbh
Android body bag
Where you can hide the Apple users after knocking them out
Is it nsaw ,nfsw, NSFW
shut up kenny
LoL
michale how can there be so much sass inside of such a small head
Bran
@minor badge pls ban kneny
wtf
not fase sor work
wow kneny can't be talking about nfsw stuff in #general can we now

don't worry, no work happens here
@zealous wedge why are you awake!!!
the other question is, why are you? 
is why I am
@quasi valley 
kashike is cute
oooo
uwu
uwu
uwu
uwuy
uwuy
uwu
if you think about it
uwuy
is uwu with the head slightly turned and the y is the ear
@twin lagoon OR ๐ฅบ
I second this
fair dinkum 'at is



nop am sober
It's so cold aaa
yuwuy

wtf are you weebs up to
Will the new downloads API be finally fully revealed? Looking at #paper-github :)
not tonight
but I'm putting up the initial repo so people like @unreal quarry can watch it to see notifications of when it is pushed :)

You need to put a bit more work. And for many contracts with ISPs it is illegal to host stuff at home, you'd need to read it. But probably won't get noticed unless you start moving a lot of data around or you get DDoSed.
is there any DIRECT/Very big disadvantage tho?
you're paying a large upfront cost for something that will become outdated within a year
you do not have anti-ddos
you likely do not have a business internet line
you likely do not have home security, spare parts laying around to immediately replace broken server parts and you need to pay for those as well
I'm hosting it on an old pc lol
Im NOT hosting it
but if i did thats what i would host it on
gl hf
Ugh my body aches and hurts all over
Most home networks don't have a very stable connection either. And upload is usually a lot lower than download. Overal your network Will be your limited factor
oof ๐ฆ
i like how my phone put will with a capital
Anyone got an alternative for Authme/Authme reloaded
online-mode=true
not all my friends have premium
it's easy to buy it ๐
it's not like the game costs $70 lke any other popular game lol
Is there a reason why papi doesn't have a %player_list_name% placeholder, or am I missing something?
player_displayname?
isn't that a different one?
oh right, they are two different things
they probably just didn't know about that one ยฏ_(ใ)_/ยฏ
How much difference does SSD vs HDD give on minecraft hosting?
There is no reason to use a hdd here
i am not into storages so not much knowledge about that
you should have some basic tech knowledge if you want to run a server
but if your world doesn't change often and your players don't load chunks then a HDD will technically still work ยฏ_(ใ)_/ยฏ
e.g. I use a second server for my archive and limbo/jail servers
(with an HDD)
((or technically 3 in raid 1 lol))
i couldnt imagine running an mc server on anything other than nvme
my server ran on HDDs for its first 8 years ยฏ_(ใ)_/ยฏ
(with a small duration where we used a ram disk for one of the main worlds but not all the time xD)
Where can i find the 1.12.2 version of Paper?
only switched to an SSD at the start of this year xD
.downloads
please note that they are completely unsupported though as that page states
That is the 1.16 version
please read the full page
look closer
Some people seem to prefer a hdd because it's more affordable but at the price of performance.
https://github.com/PlaceholderAPI/Player-Expansion/pull/38 least effort PR ๐
xD
you mean This page?: https://papermc.io/ci/job/Paper/
I mean, not that I'm any better. I used hdds for personal stuff the past decade.
yeah, HDDs work, they just usually aren't snappy if you want to use modern applications that require tons of resources
i started using ssd around 1.9-1.10, was hdd before that since 1.2.5 - now i've been using nvme for a little over a year and I couldnt imagine going back to ssd or especially hdd
no base gnu program will complain about your linux system running on an old hdd xD
Sorry i am stupid, i dont know what Legacy means xD
True true, couldn't imagine using a hdd for mc stuff. But for my personal workspace I couldn't bother switching until now
I'm finally getting an nvme for my PC this week ๐ป
you're gonna love it phoenix
i got an evo 970 plus in my personal rig and it changed everything
lol
well especially as it's double the size of my current SSD so I can just put everything on there lol
feels like yesterday when I bought my 500GB SSD for more than I'm buying an 1TB nvme now :S
same. lol
Plus I got some ram upgrades as well
tbh I just wanted to have space for Cyberpunk ๐
juicy
@mossy vessel uwu
like, even my windows 10 partition boots in under 10 seconds on this nvme ^_^
loading screen in games, a thing of the past
etc
^_^
@minor badge 
beautiful isn't it
i bought mine when it was still over $200, but it was well worth the cost
I can imagine
I mean that makes sense if you have a small SSD but a lot of games are just so quick on an SSD lol
gotta love when I can spoil what roles my teammate get in overwatch because they all run it from a hdd xD
@mossy vessel hello mr kotlin stan, they did dumb extensions in 1.4.20 with overriding the div op on nio Path: Path("a") / "b.txt"
also restarts are fast when GTA V decides to randomly crash again. can't imagine trying to start that from a HDD lol
@phoenix616: GTA5 starts slowly because of network and their servers. If the files are in RAM (prefetched) you are limited by CPU (decompression of game data) and then their net impl
yeah well they need to get into ram too
my friends can join online faster if they pre-load into single player that is true. for me it makes zero difference so my only limitation would be the servers, yeah
(but loading into single player isn't fast either for them lol)
Is there any Clan plugin yall recommend?
ClanSystem is shit
Hey everyone! My paper server is really slow, and the TPS is pretty bad with 10 players and 12gb ram allocated to server (like 8 tps). Is there a boilerplate server on github or something I can use where I can just copy over the world and playerdata and it's optimized for high performance?
https://github.com/guilds-plugin/Guilds is pretty good last I heard
what
Cโarโcrโafโtzโ: use #paper-help and provide your timings there
ok sure
wait wdym by timings
also are you using a webhook? why are you a bot
oh wait this is the irc bridge isn't it
yes
kk moving to the help channel
phoenix616 how is your day going lol
Phoenix gta5 on prev gen hdd console is like 1 minute load time
I hear it's decent now on ssd
Ah yes, gotta love creating a new project and then not being allowed to force push
It's always the first thing I do, force push the default readme away on our gitlab ๐
Meanwhile I'm be like https://gyazo.com/03c149729a97b9f37a99b927ade40ad0
runs
poor city
Yeah, thats what I mean, I always disable that
I've actually allowed it for certain branches
I'm sure somebody on github has a repo where they always amend the first (and only) commit and force push.

It's not like force pushing is a bad thing per-design. People just often use it wrong.
you shouldnt need force to push 
Force pushing is bad for your body it's better to just let it come out naturally
i only do it when i made some significant changes and due to that its rejecting pushes
@left swift i'll force push on your rug


isn't taco outdated
Taco is dead for years, plus you are asking on the paper discord 
tbf in a spigot discord they'd recommend paper
use paper since there is paper version for latest minecraft version
Taco is some ancient stuff attempting to ship optimizations. To my knowledge paper contains the same/better optimizations.
Wouldn't surprise me. Paper has the bigger market share for some time now.
argh, forgot to disable this stoopid ping pong
:p
is md_5 aware
Taco is ded
Pretty sure md is but doesn't care
And I mean, all paper servers still run spigot
fair enough
yes yes that will change when the hard forking happens
kind of but not reallyโข๏ธ
go away kneny
:(
u make me sad
):<
okay jk ily

urgh, Java
yes
why does Collections.sort not return the collection after
Yava
Maybe there's Collections.sorted()?
I usually saw sort do it in place, while sorted returns. Though it might be biased by languages I use.
nope
Does DiscordSRV cause a lot of resource consumption?
nah
I stumbled at that yesterday too, kinda stupid
yea
now I have:
public static <T> List<T> sorted(final Collection<T> unsorted, final Comparator<T> comparator) {
final List<T> sorted = new ArrayList<>(unsorted);
sorted.sort(comparator);
return sorted;
}
it's an access modifier
i see
it makes it public
so anyone can see dat class?
Wat
use
or whatever is in there
it means you can call it from anywhere in your code
huh ok
if its private you can only access that method in the same class
My teacher said if the class is private you need to knock first
damn holographicdisplays
or well - boils down to protocollib
java.lang.IllegalStateException: Cannot use reflection.
Caused by: java.lang.IllegalAccessException: Can not set final net.minecraft.server.v1_16_R3.Packet field net.minecraft.server.v1_16_R3.NetworkManager$$Lambda$6569/0x0000000802e152e
0.arg$4 to net.minecraft.server.v1_16_R3.PacketPlayOutEntityMetadata
i guess it's time to downgrade java version 
Using 15?
ye

ye it breaks it
Or, yeet holographic displays and do it properly
manually?
Or
a fix
what's the proper way
manually is quite inconvenient if you ask me
Delete it
well i did similar fix to inventivetalent's AnimatedFrames, seems like it broke after updating to java 15.0.1
setting final fields seems like impossible now
@void void rtp pr wen
unshit rtp first
Lmao
impossible
is there a way for protocollib to do it properly then
what...
It's mostly unshit already :(
you dont know an access modifier
what
Interesting.
or ig instrumentation still should work
fix ProtocolLib mini
i guess to modify the packet which is already created?
yea but like
no minecraft packets have final fields unless it is a list or such
so just clear it and add your own
Caused by: java.lang.IllegalAccessException: Can not set final net.minecraft.server.v1_16_R3.Packet field net.minecraft.server.v1_16_R3.NetworkManager$$Lambda$6569/0x0000000802e152e 0.arg$4 to net.minecraft.server.v1_16_R3.PacketPlayOutEntityMetadata
hmmmh
i guess it's time to start digging
public class PacketPlayOutEntityMetadata implements Packet<PacketListenerPlayOut> {
private int a;
private List<DataWatcher.Item<?>> b;
no final fields
ยฏ_(ใ)_/ยฏ
?ban @void void Ads
Divine KamaKanjiใ#1027 was banned | Ads
should now be autobanned again ^^
Now I'm confused and not sure if mikroskeem said fuck off to the banned person or kashike.
of course kashike /s 
nice
...
?ban @void void ads
softwaredev#3592 was banned | ads
field net.minecraft.server.v1_16_R3.NetworkManager$$Lambda$6581/0x0000000802e31880.arg$4, guess time to pull out the ide now
@minor badge didn't work
ugh
(check irc for message I guess)
https://github.com/dmulloy2/ProtocolLib/issues/978#issuecomment-706530043 - has info on how to manually fix
oic
errmmm
it looks up declared fields and constructors every time a packet has to be overwritten
seems like a nice performance hit...
From my limited understanding of the issue it looks like any sort of fix to this issue would result in a performance hit
hmm, I guess not so bad for chunkgen on a 1GB VM? https://timings.aikar.co/?id=024fb28afb944a6488801e54469f0468
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
also @pop4549 why 50 permits for semaphore? Or was that just a rando value?
.log
I got a bit of a weird question... any of you in the US traveled between states with a carry-on pet? ๐
I told you already I'm not gonna travel with you!
Haha
I know different states have different rules for arriving pets, like health certificates and proof of up-to-date vaccination. I'm just curious how this is enforced upon arrival. My experience in domestic flights upon arrival is that you just get off the plane and basically walk out of the airport. Not much in between.
Then you also consider that millions of people travel with pets across state lines by means of road, there aren't any border checkpoints that are like "yeah we need to inspect your pet's documents" lol
Isn't this documented online?
The arrival process isn't. The requirements are
Like I know that for example germany has a website where it lists all requirements
Ah
It doesn't specifically say how they enforce those requirements for domestic flights.
So you just wondering weather you need to expect a delay and stuff?
In international flights there's a mandatory quarantine for pets.
I'm just fishing for peoples' experiences with interstate (domestic) flights and if their documents were inspected upon arrival, and by who.
@acoustic pilot There are zero checks/etc when you drive between states
For pets or anything
The only thing that happens is in CA - there's an agricultural check at the border where they ask if you have any fruits/etc.
Yep, of course. That's sorta one of my points. What's interesting is that the rules for bringing pets across state lines apply whether you are traveling by road or air.
But they don't care about your pet.
Wouldn't those checks happen before boarding anyways?
Like, don't you need to do special stuff to board with a pet?
There are many airlines that don't have the same requirements as the destination state does. Airlines often leave it up to the state.
So like with Delta and Southwest, no health certificate or any other documents are required to board.
Each destination state has different rules about what kind of documents are needed when bringing a pet into the state.
I did it exactly one time about 6 years ago and no one cared at all
no idea if things have gotten stricter or not
But I'm really curious about the enforceability of it. Like if there's someone watching you walk off the plane with a pet and like "Papers, please?" lol
Like mentioned it's completely unenforceable on the road.
absolutely wasnt when I did it, didnt even get a glance from anyone
guess my advice would just be to have some basic documentation ready in case
but I'd be shocked if you were stopped
I'm curious because I may be needing to travel but my cat is a senior and very likely that my vet will recommend against rabies immunization (I inherited him and don't have the original documents)
Yeah I don't think anyone checks anything when you stop.
Frankly even for the pandemic stuff when I flew the one time someone asked if I needed a travel form and I said no. I didn't, but if I actually did I could have lied.
I dont know that I've ever seen anything related to state enforcement/customs-esque when flying inter state
So 99% of the work is done upfront when you board.
Yeah in my experience there aren't any obstacles between deplaning and walking out of the airport.
For domestic flights
yeah that's what I figured ocelot
Seems like it comes down to the airlines and their specific policies, states be damned.
As a person currently driving three states south, the US generally feels like one big state in that regard.
the TSA did lose their shit at me for having like 4 raspberry pi's in my carry on once
but they're useless so
Ha I've had that happen.
Yeah TSA sucks ๐
They're pretty awful. And super inconsistent.
yeah they didnt care on the return flight
"We're here to prevent terrorism" also "Stand in these long lines where a terrorist can more easily do the most damage to the most people"
tsa known hilariously bad
big jobs program, security theater
shit, we're getting into politics a bit
I just don't wanna risk vaccinating my senior cat if he's not healthy enough for it
But I'd bet cash money no one would give a crap about the state stuff.
Rabies vaccinations for cats are known to be risky, too. Being old and in less than optimal health, I'm a bit worried.
maybe if you were at an airport that provided its own security
but that seems to be exceedingly rare
at least post 9/11 now that the TSA handles all of that
There's not even any kind of checkpoints between getting off the plane and exiting the airport, that I remember. Just straight to baggage/exit, isn't it?
I'm guessing they might say "Make sure your pet meets requirements" but don't check the paperwork
yes
But you can likely check with the airlines
Yeah
If you have any issue it's gonna be boardig
Yeah I already confirmed with Southwest, totally cool with "no pet documentation required to bring carry-on pet, at all"
it is at logan, ohare, la guardia, lax, etc
And frankly even if there WERE a thing, you're off the plane. They aren't gonna turn you around
just right ou the door
Well, that's the thing. If this were an international flight and you didn't have the proper documentation, you risk your pet being euthanized too lol
Yikes
Obv international is a whole other thing
Destination countries set up their own quarantine zones in international airports
as far as Ive ever been able to tell, there is almost no state enforcement when flying domestic in the US
they do not care at all
But yeah I'd bet huge money that they don't care.
I even called the destination state's "Chief of Rabies" for their Dept of Health and she had no idea how it's enforced upon arrival and was kinda amused that I brought up the point about millions of people traveling by car with their pets lol
But yeah, was just curious because if my vet says my cat shouldn't be vaccinated, I'm not just gonna leave him behind if I move to another state lol
He's approx 15 or so years old now and has spent the last 10 years knowing only me. That's a level of betrayal I will not commit ๐
besides that, it's also holy shit how brittle
however, i made it less brittle so https://github.com/ZentriaMC/ProtocolLib/commit/c9903b55f81d75f63ab318b78de504f3c0c19c8e
it works quite ok ยฏ_(ใ)_/ยฏ
Guuuys
Anyone knows a Video editor that allows Transparent images and keeps em formats?
I am sleep soon after that!
Sleep ๐ค
beep
Petition for discord to remove the ping symbol when someone deletes the message
true
Imagine having the right to delete your messages 
๐


k

Those blurry emoji triggers me more than Iโd admit 
Anyone have a good exception for trying to update something in a DB that doesn't exist?
nullpointer
I donโt know any good exception exists 
yeah me either. I want to use an exception that already exists before creating a new one
ive made a dangerous error
oh ho ho you'd think so wouldnt ya
the pr im waiting for hasnt been merged in weeks tf are they waiting on
a full moon
once in a blue moon then 
2 of those dpes are incorrect thanks naming conventions
but theyre also mine so i know when builds happen lol
didnt realize i was anagram off on the shade plugin though
[WARNING] every dependency define 1 overlapping resource:
[WARNING] - META-INF/MANIFEST.MF
Geez calm down
oh yeah maven shade plugin has issues
supposedly it also doesn't properly exclude jar signing files
maven
incorrect
yes i agree
smh
hmmmm

nice readme
thanks!
lol
more then kyori events 
What would you prefer, @quasi valley, between these two options:
- good code, but bad readmes
- bad code, but good readmes
that's not an option I gave
keep in mine I spend time to write javadocs and even document my code in weird spots
and I write tests for everything
sounds like you're artificially constraining the choices :p
Hello! Witch channel can I use for bot commands?
#the-silents ig?
runs
do we have a witch channel
Thanks!
excoose me there's no witch emoji


@vernal bone ^ you can see them all there
.lit Machine_Maker
sets Machine_Maker on fire and eats popcorn while watching them slowly burn to death
(Machine_Maker) Could not get value: HTTPSConnectionPool(host='coinmarketcap-nexuist.rhcloud.com', port=443): Max retries exceeded with url: /api/ltc (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f944ccdf0f0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
oh, I thought that was gonna be a one time thing...
See, we got two bots
dumb xd
One is dum the other isn't
Korobi is clearly superior
Yep, that's exectly what I was looking for, thanks kashike.
One is by lax one is by kash, take your guesses
kaNshike
Typing goes 
Is it python?
see https://korobi.vq.lc/about/ "The technologies" section
The origins of the Korobi project, information on how it is built and the team behind it.
itโs probably just a few of kashโs clones waiting for someone to enter a command and manually responding
That's a nice and weird collection
MongoDB shell version: 3.2.12
connecting to: felix
channel_ai - 6 records
channel_ai_history - 78 records
channel_commands - 851 records
channel_topics - 8,617 records
channels - 129 records
chat_indexes - 76,679 records
chats - 17,381,663 records
kitty_images - 3 records
my_collection_keys - 18 records
networks - 7 records
reminders - 1,253 records
users - 45 records
Over 17 million chat entries now :)
felix
yes
.seen Proximyst
(kashike) Have you looked in a mirror lately?
Proximyst was last seen 1d5h9m53s ago saying ":pog:" in #paper
shut up xD
.$mgmt chan config #paper
Current config for '#paper' on 'esper': logs | commands | reminders | seen
:pog:
last i checked, i looked like a bunch of cells
.$vstats
.vstats
pokes Korobi

ah right
.$vstats -p
U: 1w6d23h41m2s | Q/P/s: 0/241278/0.2 | Cache{networks=4, channels=45, commands=5}
Q/P/s ?
kashike is epic ๐๐๐๐
Queed/Processed/queries per second
Queued*
was gonna say... what is Queed?
.$cleardbcache
Clearing all caches....
Successfully cleared caches: cleared 4 networks, 45 channels, 5 commands
=seen Proximyst
Proximyst was last seen 59s ago saying "kashike is epic ๐๐๐๐" in #paper
=seen zml
zml was last seen 2d15h29m32s ago joining #paper
hi
gotta love how fast that query is :3
hello zml !
hi zml!!!
i have been seen :)
it has some cute easter eggs too
=seen kashike
holds up a mirror
=seen kashike
kashike was last seen 12s ago saying "=seen kashike" in #paper
hehe
I think cross-support is enabled here too
=seen -n spigot kashike
maybe not? hm
I've never heard kashike talk, but they're in this very channel!
lol
yea that must not be implemented to other networks properly I guess
Looks to be gibberish
Because that string is mangled with something else to produce a readable string
You want a deobfuscator that's aware of whatever tool they used to mangle that text with
If you look at the decompiled code you will see what method is used to deobfuscate the string
And then invoke that manually
Maybe the deobfuscstion method checks the caller context so that requires special attention
@void void https://bytecodeviewer.com/
A Java Reverse Engineering Suite. GUI Java And APK Decompiler, Editor, Debugger And More.
And what decompiler?
That supports like 5
That's disassembled
Not decompiled
What even is your goal here?
then just read the bytecode lol
Then disassembled code should be enough?
if you want to transform the bytecode to be more readable, take a look at sth like asm
Yeah it should be easily possible to figure out why ff breaks
Does procyon break too?
What plug-in is it?
We do not support any discussions of cracking
Basically, they mangled the class in a way that decompilers tend to trip themselves on
Get java-deobfuscator and start running some normalizers
don't try to decompile obfuscated shit ยฏ_(ใ)_/ยฏ easy
Guess the LVT is fucked
Probably intentional so people wouldnโt steal it.
Could always open the file in a hex editor and read it by hand ๐
And here you are trying to steal it. :)
But it doesn't matter since the goal isn't to deobfuscate
lol "steal"
stealing code that should be open source in the first place ๐
Obfuscated plugins annoy me
โShouldโ is debatable.
technically you can't steal code lol
yeah that phoenix
because copyright is dead 
And yeah, anything you distribute which links to Bukkit is automatically GPL by extension, meaning you are obligated to distribute the source code too
well copyright violation is a different crime than theft
Muh c0de is noobfuscated to protect muh pl0gins
Is open source enforced on Spigot resources?
plotsquared v5 may as well be obfuscated 
nope
Rather, non-obfuscated
it's not a crime if you don't believe in copyright ;)
Unfortunately not
LAme
yes, there are extreme obfuscation rules
@ok if you remind me in like 16 hours I can take a look for you
free resources can barely obfuscate anything lol
I didn't encounter a jar yet that didn't reveal it's secrets to me
If you send me now I'll forget
Gotta send me when I am at my pc, so tomorrow after work ^^
My PMs are filled with ppl asking all kind of stuff so it would just get lost
Now I wanna PM you and ask random stuff.
That's dangerous when I am sitting on my couch with mulled wine my in hand
Results might be unespected ^^
:)
๐
It's not that hard to break decompilers
Obfuscated plugins make me wanna decompile and upload them to GitHub lol
That would be 100% legal
afaik JVM bytecode supports instructions that can't really be translated to Java properly
Java doesn't care about half the shit written in the bytecode
And yes, java doesn't use all jvm features
It does
It absolutely does
Yes
Why would you bother with obfuscated stuff ๐
Just use an oss alternative or write your own
It's a mess
runs
Yeah, anybody who uses obfuscated plugins is out of his mind
Some of it is surprisingly good, but yeah I just avoid them where I can








