#general
3141 messages · Page 518 of 4
funday
What are your favorite paper features?
its not ran my md_5
I highly disagree with the concept of it
But, one of billys PRs was near being pulled in last night
but got send back to to-do list in 2050 
Sup
Birds, planes, taxes
Number of people sick from the corona virus t
It has been a long day
Someone send me an uk plug meme earlier, glare might like it but it ain't appropriate for here :(
O.o
im exhaused too
Tea: thanks for reminding me to get tea earlier by the way
went shopping and got more
Does my existence remind you to get tea?
no, seeing you speak caused the word "Tea" to be displayed which reminded me
Oh
I didn't realize I spoke earlier but I might of
What kind did you get?
a fruit sampler this time, didn't go to the actual tea shop just a regular shop
raspberry zinger, country peach passion, wild berry zinger, black cherry berry, true blueberry
Do you like fruity teas?
You might like papaya tea if you do
i like lots of teas
oh god
I just googled that and came upon some caffiene free BS
The heck is the point
papaya tea
It tastes good
Ahh
People aren't drinking fruit / herbal tea for caffeine lol
Yea, figures
They're drinking it to waste their time
runs
you can now follow us on twitter moog_peculiana prof_elemental
www.professorelemental.com Hello...Hello? Are you there? Good good. Here's hot news - because you demanded it, Elemental and Tom Caruana have released an album - huurah. You can get it here... http://www.teasear...
(DiscordBot) Cup Of Brown Joy - Elemental - length 2m 37s - 15,820 likes, 530 dislikes (96.8%) - 2,355,374 views - Rapscallion And Chums on 2008.03.17
electroniccat you are reminding me of this: https://www.youtube.com/watch?v=JQ3-dIkS-CI
Hoops (pink cat) tries to help Yoyo (green rabbit) get over his coffee crisis.
(Tea) Decaf Crisis - length 1m 32s - 97 likes, 1 dislike (99.0%) - 19,716 views - Va Canoer on 2009.12.27
wow, r00000d
can someone pull the latest bungee change to waterfall?
in all seriousness, I was referred here to ask about that
I'm trying to fix worldedit lighting
but I don't know where to start on trying to relight a whole chunk
tbh i don't quite know why me4502 referred you here
i doubt there's many people who know about lighting system here either
thx matthew
oh well, pretty soon I'll be on every major MC modding platform discord
I've got forge, paper, and fabric now
for a full chunk, literally no idea if there is a way to invalidate the full chunks state
yea, that's not strictly required
the idea to is to say "hey light engine, we updated these blocks. can you update the light based on all these changes, rather than repeating the relights?"
or at least not have constant concurrency churn between switching to the light engine thread and back and waiting for queues...
generally we don't know much about how the system works because we've not had to make many changes for it
mhm
it's sunday and brain fuzzed, but there is some interesting things through the light manager stuff
Might have to whip out yarn sometime soon and run over it, it's been somewhat on the todo list
Basically, that's the task queue taking too long
literally everything that isn't the world ticking
.leaf
damn, time to consolidate my online subscriptions.
way too much shit, need to cancel some crap
Anyone here got experience with Dell servers? I have a R710 with a H310 raid card on which I have created a RAID volume. I installed Ubuntu, but I cant figure out how to set it as the boot device? I previously had ESXI on a USB stick, but cant for the life of me figure out how to make it boot from the H310 RAID
Been googling for hours, feeling ready to throw it out of the window at this point
Isn't there a way to see what all you have subscriptions for?
my shit is all over the place, i don't have it organized neatly
Yeah I should probabaly consolidate my stuff too.
prob a couple of dedis i can cancel 😛
and my VRV sub, as i haven't been watching anime lately 😛
Lol
lol someone finally fixed eating food during server lag
I guess everyone just accepted it 🤷♂️
I remember that being a problem since beta 1.8 came out 😛
wait what? when did this happen?
Like 3 days ago
was it in the snapshot and i missed it?
Its a paper patch
noice
such a simple fix too
how exactly does that work? im not too familiar on the issue but of course have experienced like everyone
uses realtime instead of ticks
normally eating time is counted in server ticks. if the server tickrate drops, it takes longer to finish eating food
well duh, that sounds like retard simple... how has that not been fixed before?
if it was so easy why didn't put put in a merge request? 😛
Well server weren't stupid slow before 1.14. And then most of 1.14-1.15 priorities have been on reducing lag rather than saying reduce the visible effects of it.
the amount of people that care about server performance and the effects of it are very low
i don't know the code or how it works, but that sounds like a 1 line fix to me, something that mojang should have just done
mojang doesn't really care about server performance
Speaking of the topic, would it be possible to do something similar with block breaking? Probably a stupid question, but is the reason it took so long to eat similar to reason it takes forever for blocks to break when the server is lagging?
it's on my list
people keep saying that, but they have been trying if the snapshots prove anything, i have faith in slicedlime to actually fix it, but i do know they are working with a frankly horrible code base
they are working with a horrible code base and the things they do are overall not making it better
it seems like there are two teams, the feature team who just keeps dumping more on and the fixing team who are still trying to get out of all the old shit
mojang just did hire another two fixers tho, so maybe there is hope in the future
not implicitly, no.
id say that the TNT changes are a pretty huge server perf boost tho, that was our limy boi
I'm fairly certain tnt stuff was client side
i imagine the deeper systems need a lot more work to not break everything
TNT was server side
as i recall, and i may be wrong, the way TNT is batched changed
the best way to fix it would probably be to start over, i imagine people would be unwilling to wait and that world conversion would be a bitch and modders would be pissed, but i am starting to think that buying a new car is better than replacing all the parts on the old one
even bedrock has taken on some fat, due to supporting everything
xbox1 performance chokes pretty hard for sure anyway
what specifically? i can think of a lot wrong with chunks
at some point in the distant future, MC will opensource or be hacked apart like doom. ill love to see that day
in your opinion is it a bunch of small mistakes or is there actually something huge under all this mess?
it's heavily a mixture of code debt + stupid things
whats your opinion cat? are they starting in the right direction or nah?
technically, yes
practically, they're not exactly super hot on performance related stuff
and love over-engineering
except they're going to have to hack over their current system or refactor it heavily if they want to actually go in it
The major issue is the fact that it's a 10 year old codebase, nor are they good at forcasting performance stuff, nor are they in a position to properly stress test this stuff
it's not hard to setup a test server
for you, no
for a company which needs to maintain it's image and have proper testing, yes
Yes, but you can't test at scale
I can sort of test at scale
Their performance testing thus far has heavily been based on single player
i would argue that snapshots are at least an attempt, but there isn't exactly automagically diagnostic data from that
singleplayer is technically a server tho, no?
collecting live performance data is somewhat unviable
enabling profiling stuff has its own performance hits, even timings can have a measurable impact, it's just generally not super crazy
(Well, timings does have a measurable impact, that's what the timings cost is for that we abuse)
a very measurable impact :>
AsYnCTiMinGsWen
timings v3 when
im w8ing for u to merge the others
runs
am happi wid one, am gonna merge tomorrow or maybe tuesday if nobody at least self-requests
spark is dumb
i was wondering if it was possible to make the timings run outside the minecraft environment, but i cant think of a way to make that work with hosts or a reason to not just use a profiler in that case
having the AI on the main game thread was a big dumb
spark is great for cases when you can't use a proper sampler or are too stupid to use a proper sampler
imo minecraft's biggest problem is how it's pretty much all on one thread
A lot of games do the exact same as mc
inb42b2t player speaks
paralelling some stuff would be nice, but, tbh
a lot of gains are really in clearing up the shitty mess that spans the codebase
Also, you have bukkit to content with in terms of making stuff run across threads
CB had async IO there
they dropped it in 1.13 coz scari
Oh, and "SSDs make async IO irrelevant!"
It means 😎
😎
😎
anyways taxes filed
you have to realise $18 adds up every month
imagine not owning your hardware 🤔
I used to host 75+ people from home lopl
2666 is a little slow
hasn't that been like that for a while
don't think it makes it much better for MC tho
You're not paying for the performance, etc
You'e paying for the badge
This is seriously not all that new of a concept
e.g. the xeon badge
You won't see many serious businesses on the e n t e r p r i s e speccing their servers out with desktop grade gear
better how?
the point is Xeon servers are more expensive because they have the Xeon name on them
they're targeted at businesses who can afford to spend a bit more
Oh, wow, that's actually a modernish xeon
pretty good tdp on that one tbh
potentially better
depends on what you're using it for, tbqh
for MC, we're heavily in the range of slim gains, tbqh
for web servers, that's probs more on the threads
plus one server is in vermont and one is in australia. those are on opposite sides of the planet
i mean...
Look at the region...
Aus internet is expensive
literally nothing new there
aus everything is expensive
the australian peso isn't as strong as usd
that is a good value for perf
3600x is a good chip
wow thats expensive
well you could also buy cloudflare protection
100% prefers selfhosted
tcpshield is free too
(to a point, I guess)
would be nice of spectrum had public pricing
they do! "if you have to ask, you can't afford it"
Damn can i offer a cheaper solution?
ikr lol
I should just start up my own minecraft server company 🤔
lol
i mean 100?
I've got a few extra chips lying around
4gb is estimated 100 people
what i pay and have
just switched into the channel and nearly twitchbanned that cuz it sounds like such an advertisement
the fall of wiz: part 3
scroll up he was going t pay 100$ for some shit
so?
just offered what and where i get mine from
nuke away, only trying to help a fllow hosting canadian
recommending shitty shared hosting is probably the most unhelpful thing you can do
cuz then we have to deal with people whining about their server lagging
shitty? not apex for us
and their discord is how I was recommended to come here
their staff is very helpful
shared hosting
worst decision of life
fuck this
shared hosting is shared hosting
lol, they left
ah yes, nshire.
australian Dollarydoo
the town dunce
saves me the trouble i guess
"4gb"
"100 people"
Ah yes another sheep, fallen victim to false advertising
I would LOVE to see that shit happen on current versions
(without shit stripped out ofc, full vanilla)
I having 4GB inside my Pentium 4 and 20 players and TPS is 4.20 pls halp :(((((((((
is it
.g 5ghz pentium 4
(DiscordBot) https://www.youtube.com/watch?v=z0jQZxH7NgM -- Pentium 4 - 5GHz overclocked - YouTube: "Jan 26, 2007 ... Liquid nitrogen to cool the Pentium 4 by Tom's Hardware."
Liquid nitrogen to cool the Pentium 4
by Tom's Hardware
that pentium 4
some shared hosts are k, but like, i seriously doubt that somebody looking at dedis is wanting a shared host in any capacity
god, could you imagine having to use multicraft
am gun slep or something, b4 i go doe
I just wan u guiz 2 kno dat
simpl is dum
ur retarded
(DiscordBot) http://www.os2museum.com/wp/ibm-thinkpad-power-series-850/ -- IBM ThinkPad Power Series 850 | OS/2 Museum: "Oct 14, 2013 ... In the mid-1990s, IBM and Motorola unsuccessfully tried to create a new personal computer platform built around PowerPC RISC..."
please, continue to explain
Hell
every currency that is worth less than usd = [country]'s peso
O
lmao wtf?
ever heard of the canadian peso?
Slang for the Canadian dollar during the nineties when it was substantially devalued relative to the American dollar. The Mexican peso was also substantially reduced in value during this time, hence the connection. The phrase is less commonly heard in recent times, as the Canadia...
during the nineties
Yeah, it's slang. It's racist slang.
wew
no 😐
But I'm leaning toward racist as it seems to be making fun of Mexican currency
I recommend you not use that. It's really stupid.
Yeah, that's why I said maybe nationalist.
I recommend you drink some maple syrup sir
Yeah this dumbfuck is the first person I'm blocking on Discord. Congrats.
Yum
seems like overkill but k
@fallen oracle what'd ya have for dinner?
Flavor?
Chicken
I can't shame you for that, that's kind of a guilty pleasure
Lol
I'm in bed
exactly
I had some good pad thai last night
Ech.
Is there's any clever way to let projectile hit entity not collidable?
i let entities unable to collide between to save huge tps, but projectile can't hit is a very big problem
what ever happened to barty
just came across some messages from him in the LP discord, looked like he lost the plot lmao
now he's not in any of the usual discords 🤔
lost the plot?
totally out of the blue, and in the dev-api channel of all places
what a conundrum
some guy is harassing the hell out of him so he left a ton of discords to escape / be left alone
fair enough, just seemed a bit crazy out of context haha
Is there any API relevant to AABB tree(i mean, get the tree directly)?
Or the server never need to calculate collision itself so i need to construct the tree by myself
So I get that writing simple code is better than making my code overly complex, but I don't think I've ever created my own interface. So in what situation would I use an interface? I've created an abstract class before, but that was based off someone's example. I kind of have an understanding of when to use an abstract class
when you need common functionality
when you need to define a contract of behavior
in an extremely simplified minecraft context
interface Entity {
double damage(float damage);
}
abstract class LivingEntity implements Entity {
@Override public double damage(float damage) { //take away damage or some shit }
}
class Creeper implements LivingEntity {
}
class Cow implements LivingEntity {
}
yay now they can all take damage as defined in living entity
uh, yea im drunk. those classes should extend not implement
but u get the idea, hopefully
Okay I got that much, but how do choose which implementation gets used? If I use Interface inter = new InterfaceImpl() everywhere it seems to defeat the purpose of an interface
imagine you have a List<Interface> and want to store everything that implements it
:)
without caring about its explicit type
Okay, if I do care about specifically which implementation should get used do I need a function to handle that? So instead of doing Interface inter = new InterfaceImpl() everywhere I would call a function?
I mean instead of calling that everywhere you should probably be doing dependency injection but
If there is only 1 implementation then you just want to use a class.
I haven't gotten that far yet. Hopefully I will get to dependency injection. I still haven't written a big program yet 😦
dependency injection is fancy for pass it through the constructor
an interface defines behavior
oh yeah I just thought when people talk about dependency injection they mean like using guice
that is a form of DI yes
It's more relevant in software as you grow up in terms of code complexity, things such as storage layers, etc; will often demand interfaces to hide the different abstractions
yeah the code I've written so far hasn't been really complex
just keep practicing
I think I have tunnel vision when I code. I only see what's necessary for the feature I'm coding. While my code works. I don't think it's structured really well
well, participate in code reviews
that comes with experience
you can post it here really, but yea it is a experience thing ^
however you need thick skin for code reviews
we can be quite harsh
for your own good
:P
and I think my ideas just suck or something
especially when you get to a "oh shit, I've got this, but I also need to do X"
maybe
or my ideas are too general
Can't be as bad as simple
😂
I just started learning about agile and user stories
as long as you don't spam interface everywhere ur probably fine
ur face needs my dick inter ur face
I just realized how bad I am at system design after my microsoft interview
I had to implement Fractions. Looking at my code and someone else's code mine looked like complete shit
aknowleging you have a problem is the first step, getting some books might help, nothing like crapper reading
yeah
thats just division tho
input is given as a string
split on dat / and you got teh numerator and denom, squish it into a class and boom you haz a fraction
Yeah so let me show you what I did. https://pastebin.com/6zFgFD1s
and this is a better version that someone else showed me https://pastebin.com/j03q3N2G
- Strings are evil
thats just an experience thing tho
I'd definitely prefer a system design over algorithms though
- Avoid fluff, unless you're breaking stuff out for util reasons, 1 class is generally better than 2
thank godness I only got one
I was focused on that string version of the fraction and how to get it into a useable form. The person who wrote that code told me the String is useless after it gets parsed and I'll never need it again and I'm like ohhh shit
strings eat up more memory than primatives, and outside of user stuff, are generally 100% useless, much easier to just implement toString and poop out a string there than deal with it elsewhere
do you guys usually have to do a lot of refactoring in your code?
sometimes
So I noticed in your example code the abstract classes implements Entity. Cant LivingEntity just be a regular class with damage and Creeper and Cow extends it. It will still have the same fuctionality right?
slaps ThatOneDude around a bit with a large trout
oh god...so many memories of irc and the i-n-v-i-s-i-o-n client
or more technically the script of that name for mirc
bubble words
pls
end me
or the 1337 translator
ok, I try to go back to sleep
how about using what everyone else uses, bc u aint special
then try a different email, there is no other way to get support. you aren't going to call them, you aren't going to livechat.
thats more than likely noreply.
your original question was "what's a good way to contact them live for minecraft support"
now your question is completely different
whatever, dont have time for this
glhf
anyone wondering why im talking to myself, im not. dumass just deleted all his msgs. irc doesnt forget
irc never forgets https://gist.github.com/Spottedleaf/6d1e11e64c11592de3611ee22a3285e6
It’s offtopic, but does someone know a plugin which displays the content of all chests in a certain radius of the player? I‘am afking in a farm and would like to view whats in the chest nearby (it’s filled from the farm).
well whole #general is off topic
.g plugin which displays the content of all chests in a certain radius of the player
(DiscordBot) https://dev.bukkit.org/projects/dead-chest -- Overview - DeadChest - Bukkit Plugins - Projects - Bukkit: "When the timer end, the chest is destroy with all the content in it. ... Chest appear at the location who the player die; Holographic display of the..."
bing magic ball didn't get us anywhere this time either 😞
hmmm
.8ball 1.16 when?
shakes the magic 8 ball... Ask again later
Wow
.8ball is leaf retarded
shakes the magic 8 ball... You know the answer better than I
Yes. Yes he is.
.8ball Will 1.16 fix minecraft?
shakes the magic 8 ball... Maybe...
.8ball are duck tasty?
shakes the magic 8 ball... Ask again later
Bruh
nice try
.8ball is egirl retarded
shakes the magic 8 ball... My reply is no
Oh
.8ball are roasted duck tasty?
shakes the magic 8 ball... You know the answer better than I
shakes the magic 8 ball... You're kidding, right?
😂
.8ball is goos better then ducc
shakes the magic 8 ball... Cannot predict now
shakes the magic 8 ball... Reply hazy, try again
.kill xD
slices DiscordBot's limbs off with a rusty scythe.
.8ball quack
shakes the magic 8 ball... Don't count on it
.8ball is goos better then ducc
shakes the magic 8 ball... Better not tell you now
Ok ur retarded
Someone fix thta ball it broken
.8ball yes
shakes the magic 8 ball... Ask again later
.8ball is goos better then ducc
shakes the magic 8 ball... Outlook not so good
.8ball are you retarded?
shakes the magic 8 ball... You're kidding, right?
uh oh
Hi
.8ball pineapple on pizza yes no?
shakes the magic 8 ball... As I see it, yes
What Anti-Hack do people use? I think people are hacking but my plugins I have arent detecting
Ncp
Still works with latest MC?
human moderators
I've always just used a competent staff team, tbh
human moderators
@cedar spade It's not a busy server
Hire wiz. Trust me 0 hacker
Get at most 6 players
Those plugins just blow up resource usage and induce false positives/negatives
Most times like 3 players
U can try matrix
Yeah waht I think
It keeps saying people move too quick and I doubled the value of move too quick to 20 and still says it so defo fly hacks?
I run a server with less regular players than that and we have caught several cheaters with just staff and player reports
Okay
Is it move too quickly or entitymove too quickly
Move to quick prob step thta fast+timer
Entitymove quick espeed and trying to go up a block
E.g. Is this hacks then?
I have spartan anti cheat i forgot is it okay maybe swap to matrix
Spartan 🤮
Dump it then?
Iirc spartan use alot of resources
Dunno if they still rely on pastbin service 😂😂
Pastebin down spartan stop working lol
Matrix is fuckall buggy
I wouldn't buy spartan solely on the fact that its author is a nightmare
running into a wall detects you for phase
I stop using matrix cuz antihunger doesnt work so switch back to good old ncp
I don’t bother withanticheats anymore
Ncp let u config more stuff and play around with it ¯_(ツ)_/¯
i need anticheat cuz i dont moderate shit lol unless someone start a lagmachine
Honestly, unless you wanna spend your time tweaking anticheat configs back and forth, I wouldn't bother
Much easier to just use vanish and use your own peepholes
Matrix has a really tight config btw
Matrix is also a common sight as being a reasonably shit performer
If something false positives a lot you only have the option to disable it really
Cat doesnt that need staff 24/7?
Not 24/7
Staff offline hacker dancing lel
quick the staff are sleeping
You have players reporting hackers for a reason
hack!
I worked in a SOC we had thousands of false positives lol so used to it
A what
a sock
Soc?
😂
You just have staff keep their eyes out
Off peak really doesn't matter
When events are running where there is actual gains, etc, is where the hacking generally occurs
if you want to give me your server ip I can prove you wrong
Kinda never cared about non pvp type hacks though
non pvp hack
Hackers gonna hack
Like, people use them for farming and mining and shit
Time to fly, let it fry the server, server room on fire
baritone 
O got better things to do than catch people out saving a few minutes in their mines
I gotta work on getting a server out at some point.. hmph
made me laugh so much when it did that

he should use CB
raw paper forks 
Oh so gross API....
Why wouldn't you just add the API to paper? Not like you have to sit in pr queue lol
Because it's gross lol
you're gross
E.g. literally ripping out the chat in Minecraft type gross
is it public
Yes
link or it's fake
Linky or you stinky
link or gay
V for vagina?
v for very retarded
Ye
.8ball leaf retarded?
shakes the magic 8 ball... My sources say no
Given earlier responses, that bot is clearly broken
Yea
.8ball is cat right
shakes the magic 8 ball... Yes, definitely
fuck
Yeah, broken
this is what betrayal feels like
This. Sentence. Is. False.
it's not even a sentence
.paste
Please paste large logs to a pastebin: https://paste.gg
A sensible, modern pastebin. Share text and source code snippets with no hassle.
letting me upload
:p
Almost as cancerous as my chat patch
.txt.exe
Hope discord implement ibstead of txt it upload to past service
well I would say you're cancer
What does it mean if soemone has illegalstack 65 iron ingot?
it means what it says
dumb plugins
Generally ^
OKay cool
Not really sure how to you'd pull that off outside of creative
Inb4 some stupid dupe about donkies and boats
god there have been so many donkey dupes
remove donkey mule from the game no dupe
Tbf
donkeys just hit so many retarded mc mechanics
e.g. teleportation, entity serialization...
passengers tbh
Paper.yml
- disable-donkey: true
-disable-other-retarded-mechanic: true
idk what entity serial has to do with it
more the way they treat it and everything around it
they should dismount the player, imho
instead of tryna bloody save the entity with them
mojang
I love some of these dupe reports, tbh. "First put a donkey in a boat. Then use a cheat client to phase into the horizon. Then teleport to your friends super secret base. Then log off and have your friend do a ritual dance around where the donkey was. Oh, did I mention there's a boat, too? ... continues on.."
The funny part is that he's not wrong
The worse part is where they expect you to watch some 3 minute video
instead of literally using 3 fucking sentences
-found a villager dupe method 
-leave 2 villager in same room
-come back later there 3 😳
Like 90% of the report usually uses terminologies I've never heard of, so I couldn't even begin to attempt to reproduce them myself lol
THEY FUCKIN'
there are children hereeeee
Villagers must be inbred
What gender does villager have 🤔
They look all the same
Sure.....
Virgins are a myth. Everyone's a ho
E
My butthole is reserved for Jesus.
Lol
mary was a slut just saying
holy fuckerino
wtf is that video
Cat runnnnnn
is this gen z humor
Like a true cat, cat
I for one don't find it very amusing
what's worse is when dogs do it
probably because I'm old and wrinkly and smell like cheese
Except my cats. They plan their farts, I'm sure. They wait til you let them near your face
they're just looking around like "What? did somebody say something?!"
when I was like 17 I thought dogs were boys and cats were girls
Pour down surströmming into city throat
And I thought it was bad that some people don't know cows are female and bulls are male.
Lol
it was a joke, I don't believe in cats
God, I'm tired
Like, maybe that's how you wished it worked, but it's not
city that's real fuckin gay
uhm I had cows growing up so I know how the work
😂 😂 😂


that is some monkaS
let me know and I'll set you up ;] She showers like once a week (a good week, that is) and she hasn't worked a day in 15 years
She likes to put things on fire, especially when people are nearby. So you'll never be cold
she doesn't have that many transmittable diseases

what in the fuk
.8ball should someone kick city?
shakes the magic 8 ball... Reply hazy, try again
.8ball is mregril dum?
shakes the magic 8 ball... My sources say no
wow
8ball is dum
.8ball is KennyTV dum?
shakes the magic 8 ball... Don't count on it
.8ball taco good or bad?
shakes the magic 8 ball... Maybe...
ok 8ball is retarded
are we abusing bots now
also you're the retarded one for not asking a yes/no question
.8ball will wiz kick me?
shakes the magic 8 ball... Most likely
u shud be MrEDunce
net.minecraft.server.v1_15_R1.SpawnerCreature.spawnMobs()
Why I can't find this method on
work\Minecraft\1.15.2\spigot\net\minecraft\server\SpawnerCreature.java ?
Did I got something wrong?
?! so spark will change method name...?
I don't understand, I still seen many a() in spark sampler
spark has an option for remapping iirc
don't know if it's on by default or not but
there's a pretty obvious dropdown for it
i chose "No mappings"
guess i will go read spark README
obfhelper
o
a
looking in work/minecraft/1.15.2/spigot
why would you not look in paper if you're using paper
why would you not look in paper if you're using paper
look paper?
Isn't paper just patches?
yes... but i can only find .java in this folder...
i can't find net/minecraft/server elsewhere
obfhelper
oh
😮
What are some great games when it comes to killing time on a potato, apart from Quake III?
tetris
Quake I
Raid shadow legend
Morning
\o
@olive garden ps1/snes emulation
is probably too much trouble to set up though :/
and I have never owned anything like that, so it wouldn't have that nice nostalgic feeling to it
oof
all you need is ROM images( obtained legally ofc ) and ZSNES for ez-mode emulation, Snes9x for stuff that won't work there, and bsnes won't work for you with a potato pc
ePSXe for ps1 stuff
how can you legally obtain games that aren't even sold anymore, lol
is it actually possible to legally obtain roms lol
like, the original publisher doesn't sell them right?
dumping them yourself
Yeah
is pretty much what "legally obtained" means
right right
wonder what kind of shit you even need to dump a rom
what kind of connector do they use
usb
wait what
@pulsar wigeon you can if you have the hardware to dump an image from a real cartridge
.g cartridge dumper
(DiscordBot) https://www.infiniteneslives.com/kazzo.php -- Kazzo cartridge Dumper-Programmer: "Kazzo cartridge Dumper-Programmer. This exact item has been discontinued, it's been replaced with the INLretro programmer/dumper. OLD hardware..."
def not usb
you'd prob need some hardware that hooks this thing up to a usb or other interface
there are pieces of hardware you can buy that dump rom images
Looks like usb to me
leaf did you manage to lose your last brain cell
did more reading and found out its a DMCA violation to copy data from a cartridge as its considered a form of copy protection, so there's actually no legal way to dump a cartridge unless you own the IP 
however possessing a ROM image of a cartridge game you already own is a legal grey area
woo consumer protection
also i just realized someone else is talking
o nice
blocked a ping, good to see that's still working
" The unauthorised reproduction, translation, adaptation or transformation of the form of the code in which a copy of a computer program has been made available constitutes an infringement of the exclusive rights of the author. Nevertheless, circumstances may exist when such a reproduction of the code and translation of its form are indispensable
to obtain the necessary information to achieve the interoperability of an independently created program with other programs. It has therefore to be considered that, in these limited circumstances only, performance of the acts of reproduction and translation by or on behalf of a person having a right to use a copy of the program is legitimate and
compatible with fair practice and must therefore be deemed not to require the authorisation of the right-holder. An objective of this exception is to make it possible to connect all components of a computer system, including those of different manufacturers, so that they can work together. Such an exception to the author's exclusive rights may not
be used in a way which prejudices the legitimate interests of the rightholder or which conflicts with a normal exploitation of the program."
legalese
I had to read a legal document written by a Chinese person in bad English once, it was a nightmare
basically gives you the right to crack a DRM system if it doesnt work anymore for example
reminds me that I owned FF15 but had to play the pirated version because the legal copy had horrendous performance due to its DRM checks
you could make a case where that falls under that law too
but like
EU directives are fun
clearly this is why uk left
cause they need to be implemented in the member states
so they could be implemented differently
meaning you might lose your case in germany and then sue to the eu commision to fix the german law
imagine working in a game studio proud of your work and no one can play your shitty game because the DRM management forced into release ruins the performance 
I would leak it
Does anyone know of a replacement for MCEdit? I really need to trim the Nether for my server for the newest update, but i cant find a single program like MCedit :/
do you need a replacement for mcedit or do you need to trim chunks
because those are entirely different requirements
sounds like a XZ problem
i'll xz ur face md69
yea it's a real shame he rounds wrong
md67.8685
literally just 1.7% away from greatness
smh
i fear 1.16
I just need to trim chunks Wizjany
i don't want it to come
XD I believe that's something that we can both safely say
won't happen
why would you want 1.8 to go tho
doesn't WB have a trim function
if you really want something external iirc there's mca selector
Yeah i actually just got sent MCA selector by someone, so i will try that 🙂
Thanks !
☑ IndiREKT
Current TPS = 20.05
🤔
if the tickrate was low previously it attempts to accelerate the next few ticks or something?
essentially
Yra lietuviu? 🙂
Yes taste good
bet yall drink vinegar instead of water too
been there done that
@woven otter we need to say our daily prayer and mourn the lost champion
won't recommend
magma was 
Why would u just eat pure ketchup
He was way too young 😦
I convinced my friend to go for a hike today, that was dope. It's a nice way to hang out without feeling like you gotta do something special
we always end up wasting money when we hang out
nice zombie villager lol
ooof dupe glitch patched
Provided to YouTube by TuneCore
Radio · He Is We
Fall out of Line
℗ 2017 He Is We
Released on: 2017-03-15
Auto-generated by YouTube.
(DiscordBot) Radio - length 4m 7s - 409 likes, 22 dislikes (94.9%) - 26,378 views - He Is We - Topic on 2017.11.14
Don’t tell kash what to do
Wait since when are usernames super thicc on mobile
It looks super dumb wtf
mine looks normal
that looks normal to me
that's thicc-r than they were
Oh, I see why..
I noticed the same thing
Hi! Somebody told me that my server's website is illegal becouse other server already uses it. But I get this website template from free templates.. He told me that he will call the police for it. And for it that my server works with offline mode. Is it possible to police close my server?
Could it be iphone android thing?
there's no way to turn it off sadly
City, You see, the problem is that you're using iOS.
^^^^
Website illegal? U download from free template (shouldnt be illegal)
Offline mode isnt illegal either
Kek
The iOS Discord app is done with React Native so it obviously has differences
He told me that he will ddos my server becouse I stolen the website template :/ But I just download it for free
That’s illegal on the other hand lol

And this other server that uses this website template doesnr work for a year
Radek, just tell them their mother is good in bed
😂
yea, I will do it 😄
It's just a kid being bored
but every week someone is threatening me... ddos, attacks, packets spam etc
Threaten them back
^^^
threaten them to call their mom
I dont wanna war between my server and the other server
Report them for being former IS fighters
is this like a regional thing
report them for being sexist
Let someone else deal with that
brazilian server or something
threaten that you have a mirror which will reflect everything back what they send
dets big brain
sigh
literally
Get ahold of some buried nuclear weapons and boom them
generally, the small servers (with average of 1 player online) attacks my server (their owners)
🤦
they jelly
The one thta threatening you prob under 12 😳
“Thou shalt not ddos a man whose dong is mad large”
Iirc bstat show 50/50 online offline server
block out the haters
Why am I mentioning penises so often
They're Brazilian? Just blacklist all of Brazil. Easy.
Nope, I am from Poland and these servers are from Poland too. Generally, owner first advertise their server on my (without dots couse of anti-ad system) and then start to attack
aha see i knew it was a regional thing
rush b
Just ban everyone from Poland
hahaha
thanks xD
WW2 all over again invade poland
I’ll do that on my server
I’ll also ban all of Denmark out of principle
Probably Finland too because no one likes them
what u got against dutch ppl
rascist


