#general
3141 messages ยท Page 779 of 4
if wiz was here this would be promptly dealt with
Surely
W H 

Global blob emoji was the best.
Jan tuck sounds like a kpop artist name
that sounds like something a kpop fan would say
It's my real name tho, and it is not in any way kpop shit


kpoop
Any Kpoopers In the Chat?
i like the name of this emote better
What is it
haha
better than itsfree
I cant read it I'm on mobile


sure
i really need to slap some unit tests on this <.<
but then i need to abstract everything 
default
so i just do wb fill world?
yes
and default is auto skip chunks right
yes
you get a botnet to do the rendering for you
i recommend smart fridges, they have powerful gpu's
Smart microwaves might be better, would need to do research.
Did anyone find out if u use 4 separate mc server instances to generate 4 quadrants of a large map to make the gen of a large Map go faster work?
they only works if you have the paper fork that enables gpu rendering on the server kappa
i tried that
never again
Hmm the rust discord turned gay
Friendlies in airfield
@left swift 
Hot
i tried this like a long time ago, didnt get it working fully tho
What wasn't working
the generating part lol
Lol
i think i had the maths down, but didnt get it to work properly with worldborder or something
were u serious about gpu chunk generation
lmao, we had some dude talk about implementing it a while ago
and got absolutely rekt
its not feasable to do
nor benificial
yeah minecraft devs would need to implement it
it can actually speed it up
@naive trout offloading cpu work to the gpu is like taking your car to visit your neighbor's house. It takes longer to prep the car than it does to just walk..
cpu's are just better for this
nah but chunk generation requires a bunch of parallel processign
which gpus are more better for
Does the server use GPU at all?
the time it takes to transfer is longer than the cpu needs to compute it
no
no gpu's in servers
even with proper code you're going to be locking everywhere waiting for the transfers, good luck with ever getting that into a sane state
Idea as a mod, separate thread
So I just realized how easy it would be to gpgpu for chunk vbo generation and possibly even generating the blocks.
Bind tran...
Nice discord server names
this was the due
Use a cpu to distribute work between a different cpu and the gpu 
dude clearly doesnt know what hes talking about lol
theres no "rendering" involved on the server, and most servers dont even have gpu's so even if they did implement it, servers would be a lot more expensive
render farms for minecraft 
i know what im talking about my dad owns microsoft
what is waterfall
pop4959 adds GPU chunk rendering to EssentialsX in a Github PR
good potential drama generator
like #waterfall-dev
better bungee
what does essentials x really do
A lot
its like 10 essentials
That visibility check is actually why VBO generation on the GPU (I guess via geometry shader) would suck
Because it requires a block to look at its neighbors and do different things depending on the results
the description of essentials x doesnt say anything
You could generate a mesh for a chunk really fast with a geometry shader if you made a really dumb one that just tried to draw every face of every block though
Would probably be an overall slowdown, it has been for basically everyone who has tried to use geometry shaders so far and geometry shaders aren't a thing in modern GPU APIs anymore since they suck in general
yup
Not having even the most basic culling your performance will suck
imagine how much better fps would be if we didnt use opengl
That's not really the issue
Don't blame it on the tech, blame it on the impl
Minecraft isn't slow because it uses java either. Minecraft is slow because the code is shit in some areas
i think mini is the problem
that's not because of java, though
java allows u 2 b bad and lazy omg
Which I will never understand
You can write bad code in any language
I realized I didn't meme up my language enuf
Just explaining for others who don't seem to get it
no, explain not gud enuf
Lies
gotta use analogies like cleaning up ur room
bedrock isn't really a rewrite, although the renderer is
And it seems like they've made significant changes as they've re-enabled features
But it started life as a 1:1 port of 1.2.5 Java to C++
That was the initial pocket edition, right?
Do those share they code with what is bedrock now?
I was under the impression that it's two different studios
Yeah, MCPE was 1.2.5 ported to C++, all the things too slow for phones commented out, and the renderer rewritten to use shaders because GLES
wasn't the og pocket written in java
Bedrock is MCPE
The console versions were the from scratch custom things that got dropped for Bedrock
Which is when they changed the name
"Mojang"
It started as Mojang but afaik the team the grew to work on it was a Microsoft thing until Mojang Studios
The producer or whatever was still jeb though
The future is here https://youtu.be/PuxvP6xUUwk
Guys subscribe for more - let's get to a 1000 subs: https://bit.ly/Sub_--__
Dancing robots replace fans at baseball game in Japan
holy crap emacs is amazing. thank god it has a tutorial tho
these should be the same right? even for clients?
Nah. Save your memory and set the minimum to like 1GB.
also, is there any way to run paper + forge
Paper, no. There are downright monstrosities that no sane plugin dev supports when inevitable bugs happen, though, if you want to go down the rabbit hole of copyright violating nightmares! ๐
possibility and stability are often mutually exclusive in that instance, but yes, possible
literally any mod bypasses any protection
could do a forge server with really janky fukkit things
just wanting something like essentialsx or similar really
its supported on sponge iirc
nucleus on sponge
most popular plugins either exist in mod form or for sponge
hm, so apprently forge coremodding is a bad thing
yes
i almost exclusively do that haha
Nucleus, chew, is the ess equivalent on Sponge.
sweet
FTBUtils has a bunch of useful tools too
all we gotta do is shade forge into the paper jar at compile time it's not that hard ๐ค
if only
what was the original bukkit+forge thing?
i forgot
back in the 1.2.5 days
before cauldron
MCPC+ was cauldron's original name right?
i like world edit
yeah right
thats the one
man, i remember the tekkit classic days lmao
there was an exploit in NEI that let you switch gamemodes 
in mp
yup
god and the amount of dupe glitches in mods
was insane
well tekkit classic was basically all about duping with EE
Help channel is tied up atm so I'll post my question here.
Will there be a update to the docs soon? I notice some settings are missing, it says it was last updated in Nov of last year.
https://paper.readthedocs.io/en/latest/server/configuration.html
Perhaps there's a newer wiki page somewhere and I'm just missing it.
there's a pr for all the updated settings
Last updated November 24th 2019 for MC 1.14.4, Paper build #230
Yeah those need to be updated
could i have some opinions on this?
Not another
https://cdn.frankerfacez.com/emoticon/336978/4
its a good entry project so shush ยฏ_(ใ)_/ยฏ
if I'm not on paper do I really have to do
Class<?> localeLanguageClass = ReflectionUtils.getMinecraftClass("LocaleLanguage");
Class<?> craftItemStackClass = ReflectionUtils.getCraftBukkitClass("inventory.CraftItemStack");
Class<?> nmsItemStack = ReflectionUtils.getMinecraftClass("ItemStack");
Class<?> nmsItemClass = ReflectionUtils.getMinecraftClass("Item");
MethodInvoker getLocale = ReflectionUtils.getMethod(localeLanguageClass, "getInstance");
Object locale = getLocale.invoke(null);
MethodInvoker translate = ReflectionUtils.getMethod(localeLanguageClass, "translateKey", String.class);
MethodInvoker asNMSCopy = ReflectionUtils.getMethod(craftItemStackClass, "asNMSCopy", ItemStack.class);
Object nmsStack = asNMSCopy.invoke(null, new ItemStack(Material.DARK_PRISMARINE_SLAB));
MethodInvoker getItem = ReflectionUtils.getMethod(nmsItemStack, "getItem");
Object nmsItem = getItem.invoke(nmsStack);
MethodInvoker getName = ReflectionUtils.getMethod(nmsItemClass, "getName");
String name = (String) getName.invoke(nmsItem);
System.out.println(translate.invoke(locale, name));
to get the actual item name?
what do you mean by item name
you can call getType on the item and get the material. call name() on that and you have the enum constant.
call getItemMeta and getDisplayName and you have the custom name
idk what other sort of 'name' you are referring to, but you don't need NMS for it
the localized one
are the enum constants identical to the english localization?
ItemMeta#getLocalizedName() seems to return an empty string
what is the localized name supposed to look like?
on another topic, i just got sent this shit. https://i.imgur.com/lZ5MpfJ.png
what the god loving fuck
to avoid any more xy problem issues
I need to display a scoreboard where the title is the name of a block. And since I'd like an objective for all possible blocks, I want to generate them programatically. So I loop through all the materials, check if it is a block, and if so, create the objective.
YOU'RE SO WISE
ok
@unkempt drift so why do you need the localized name? can't you get the enum constant and then remove the underscore and properly capitalize it so it looks better?
that said im not sure why the localized name is returning an empty string
at first I thought it was just because I was getting the itemmeta from the ItemFactory and a material
but when I constructed a new itemstack it was still an empty string.
I didn't/don't know if all the Material enum constant names are consistent with the ingame localized english name
You know, I'm honestly not sure. I'll yield to someone else to give you more info.
yeah, I wasn't sure, and wasn't about to check through them all myself ๐
Im getting a lot of lag on 1.16.1 any idea of how to avoid it?
post your actual timings in #paper-help
I can tell you right off the bat that you're gonna want to use aikars flags before getting help further 
"FIX THIS" is aikars flags, just do that :)
FIX IT
๐ฏ
k, I think the one vanilla tweak pack I'm NOT replicating, is the armor stand one.
Make life second again?
I wouldn't even pay $0.01 for that 
I wouldn't pay for it even as a joke
I wouldn't get it even if it was free
thought that said marketplace.sogonda.com i was about to not be surprised whatsoever
bring nixon back for all I care
yall, i tried to have a discourse with someone over covid because they were complaining about masks and they called me a blue pilled brainwashed liberal.
i asked them not to call me names, and that if they have sources please send them
so they sent me 'sources'
the sources were conspiracy theories about QAnon, the deep state, and god emperor trump.
what the fuck, man
I used to be "eh, trump, whatever" then he decided trans people (or any person who dont fit their sex's "Stereotypes") can just not get healthcare if the workers dont want them to then im like "yeah tiem to pick a new candidate"
muh free dumbs, thy name is Karen and I wanna get my groceries for my ten spoiled crotch goblins and my mask makes me get a little itchy so I don't wanna wear it although all reasonable people should wear a mask MUH FREE DUMBZ
what the god damn fricking heck is going on in here
Yes, I browse /r/entitledparents
hello broc
I spent a long time trying to explain to someone that their "proof" of Q being real wasn't really good evidence. It was frustrating. This was their proof: Q posted washington crossing the delaware near christmas, and later the DoD twitter posted washington crossing the delaware on christmas day! It's all connected and totally not our military bringing up a great military achievement that happened historically on christmas
Karens really be like "i cant wear a mask for more than 1.3 seconds or i cant breath as well as I could normally" literally 100k people died do you think they could wish they could breath AT ALL???? geeeeeez
also they keep posting videos of pediatricians saying that covid isn't real
like???
QAnon people are the true weirdos
QAnon?
I really like the "shut the fuck up and put on your mask" song. It's catchy.
QAnon is some deep state conspiracy theory
@static badge You've been living under a rock for the past few years? Good.
no idea what a QAnon is either, not sure i want to know
It's the conspiracy theory that some random anonymous poster on fucking 4chan/8chan is actually someone high up in the government (maybe even trump themselves), and has been posting their secret plans for taking back the government from some entrenched deep state (which is both more and less powerful than trump) on the goddamn internet and only true believers on fucking imageboards are the receivers of this divine truth
sounds like standard cancer to me
@true canyon It's actually gotten worse - there are several Q believers who will be in Congress next year


u haf standard cancer
ur the standard cancer
It's not standard cancer, it's advanced

it do be like this
F
mixer dead?
yes
Imagine that crazy guy on the corner screaming about the voices in his head getting elected to congress and you have a rough idea of what we're looking at soon.
ye
not yet
been dead since late June
was it ever alive?
well, they shut down operations, but the site is still up until july 22nd i think
it will be a part of Bookedfarce GAMIN
and i love kids sitting on my lap
oh good lord
welcome Facebook Gaming 
facebook gaming

facebook
Mixer was great, and honestly much better than Twitch in many ways except one: its amount of users
fuck suckerberg
pepegabook
Mixer was great
Facebook is my source for nutty conspiracy theorist ramblings from conservatives.
idc about either tbh
Streams were not 10 minutes behind on Mixer like they always are on Twitch
the only streamers i watch are the ones that upload to yt
I maybe post something on Facebook once a month
Anyone know the difference between the playerdata folder and players folder?
yes dawn
And i;m pretty sure mxier would've banned someone if they literally abused their cat many times on stream, unlike SOME platforms
you can set the delay lol
my conversation earlier started with trying to get somebody to wear a fucking mask, i was entirely unaware of the depths of mental illness present
Okay thanks!
they told me it's a political weapon to get trump to lose in november, and after november that it would disappear. i informed them that this is a GLOBAL pandemic, not just america.
they told me that only america is important.
sounds fun
(sic)
if I want to back up inventories, locations and stuff, do I backup playerdata or players?
Went to an shop to get some ice cream and a coffee. Good ice cream and coffee, not so good families not wearing a mask
then one of the dudes asked if any high profile politicians have gotten covid because he can't find any, i cited boris johnson, jair bolsanaro, maria something from spain, and some more.
they told me "not american doe!"
oof rip america
Only the people behind the counter and I were wearing one
and then after that i was called a blue pilled brainwashed liberal sheep
and then after that i got spammed in the PMS with QAnon shit
and that's it
one of our state reps for some department in MN died from corona recently
*county?
and a bunch of white house aids gotten like the VP's aid
oh god, that reminds me
Georgia is seeing a sharp uptick in COVID-19 cases, yet my university wants to do a full face-to-face return. I'm scared shitless.
Kanye for president
tom cruise for pres
I haven't contracted COVID-19 yet, but I don't wanna to risk it
i just truly cannot believe the depths of the stupidity guys, like it's terrifying

every single 'source' i got was from a single YT channel that just blasts out conspiracy theories
Wake up sheeple
every single one
from multiple people
the only other video i got was "why masks don't work" and the opening sentence was "you stupid fucking sheep think this stops the virus???"
and im like
THAT WAS NEVER THE FUCKING POINT OF A MASK?
it's supposed to fucking arrest the goddamn respiratory droplets
that's IT
YOU FUCKING RETARDS
ok im getting too heated
this is too much lmao
You expect too much from average human. They are dumb as fuck
@potent fossil here listen to a cute song
Our new album, titled "The Rough Draft", out November 20 on all platforms!
This is the lyric video for Dear McCracken by Bug Hunter
Bandcamp: https://bughunterbug.bandcamp.com/track/dear-mccracken
Now on Spotify: https://open.spotify.com/track/4rFCtVSxMGoWHl0qhXlmBy
iTunes: ...
did you just link me a song that actually has lyrics
wake up sheeple
would you prefer a different type of song
here then
Nisse performt โHerz auf Beatโ.
Das neue Nisse-Album "Ciao" hier bestellen: https://nisse.lnk.to/ciao
Das Beste von Nisse: https://lnk.to/Nisse
Den Kanal hier abonnieren: https://www.youtube.com/user/NisseVEVO?sub_confirmation=1
Mehr Videos von Nisse:
Walkman & Anlauf: http...
he's saying words!!!! none of which I understand
ะะพะดะฟะธััะฒะฐะนัั ะฝะฐ ะบะฐะฝะฐะป BLACK BEATS: https://bit.ly/2jPzFVF
ะะตัะฐ ะกะฒะธะบ - ะะฐะปะธะฝะพะฒัะน ัะฒะตั
ะกะปััะฐะน ะฟะปะตะนะปะธัั ั ะฝะพะฒะธะฝะบะฐะผะธ: https://vk.cc/9yzfV0
ะกะบะฐัะฐัั: https://is.gd/nBSx83
ะกะปััะฐัั ะฒ BOOM: https://vk.cc/8gIjBd
ะะตัะฐ ะกะฒะธะบ
https://vk.com/svik_music
https://vk.com/svikmusic
https://www....
@spare venture have you tried \n
let's see
the code/source/config where you are using it
not the result
baps barty over the head
is bap better or worse than bop
lets see what google says
in my head I feel like it'd be a lighter bop
.g bap vs bop
(DiscordBot) https://en.wikipedia.org/wiki/Bibimbap -- Bibimbap - Wikipedia: "Bibimbap sometimes romanized as bi bim bap or bi bim bop, is a Korean rice dish. The term "bibim" means mixing various ingredients, while the "bap"..."
that looks good
now I am hungry
ah yes, exactly what you wanted
My strategy on newlines was to just do separate messages ๐
yea, come harass us then barty :P
brrrrrr
seriously barty
you opened the issue on the documentation repo
GitHub Issue #3 (Open****): MiniMessage: \n (can't seem to find how to do a newline, particularly in hover text)
I moved it :p
lol wut a dumass
theory: barty is bardy
wait
evidence: the above issue
โค๏ธ you barty don't kill me
who is bardy
.g BomBardyGamer
(DiscordBot) https://www.youtube.com/channel/UCv0D037M2J-mxM48On0QeWw -- Team BomBardy: BomBardyGamer - YouTube: "Hi guys! As you all know this is ya boy CJ here and welcome to my gaming channel! Yes gaming channel. I will be playing random new games on my..."
.g boomerparty
(DiscordBot) https://open.spotify.com/playlist/64WfneVI8dqmpd6T6QKAMs -- Boomerparty - playlist by Boomerparty | Spotify: "A visual spinning loader for Android indicating that the page is performing an action."

I mean, \n is a hack
kash doesn't have documentation
and ^
yes I do
ur face is a hak
ur a hack
They did pull \n from some places though in 1.16
Well, at least the player list thing
so beautiful
This version keeps the first line of the commit message visible on desktop screen sizes
Thank you Github
GitHub Issue #27 (Open****): [Feature Request] Newline alias tag
don't /need/, but, really should
@mighty storm you don't need them but you're disgusting, tacky, and i hate you if you don't put them back
curly bois are so pre-covid
oh please do
you know my rules
what you do is blind here, right before "build success"
That way she'll never know the true outcome
refactor your code
@potent fossil or just pr it ๐
god, if the codebase is at that tier
I'll just submit a lombok PR
Wait, you're probs using that...
Does anybody know a programm or plugin for a 3D software that actually could convert and poly or object 3d model to a cube model. But with some intelligent algorhytm. All I found is Voxelizer what converts it to cube points. So even if on long cube would fit, it will make 100rd of points. Kinda sucks
I've seen Lombok in a lot of things actually
but now I have nfi what it actually is
Basically, imagine if you said "boiler plate is dum, but am too weird to think that and not love kotlin, so imma throw in some compiler hacks which needs a dum IDE plugin that often breaks to be usable"
working on bungee is so fucking awesome
The worse part is that he uses it in API
which is literally fucking trash tier
Well I could convert old quake/open arena models (md3) to actual obj or other newer formats. I wanted to save tome time to get a least a basic weapon model in cubes. I wanted to save time instead of creating it all from scretch
well, we have mdlotsanumbers
But I guess I will end up doing it from scratch
are there any multiverse kinda plugins that work on 1.16
hyperverse
hyperverse
@potent fossil this looks cool
nice
thank you
o i thought it didn
it works fine for me
multiverse core right?
It's just highly unmaintained, bowsa
yeah i got one too
@spare venture i got the same
it's a dox of wiz apparently
yeah id go with hyperverse
@golden gust you still around
including inventory?
City is poopoo swede
add support 1.8 and 1.12
just upgrade
Dude really has nothing better to do does he
@serene bolt https://marketplace.secondlife.com/p/v/601717
ah yes, quality paid content
.wa 150 L to USD
(DiscordBot) Result: L (liters) and $ (US dollars) are not compatible. - https://is.gd/9Jg7AG
Wolfram|Alpha brings expert-level knowledge and capabilities to the broadest possible range of peopleโspanning all professions and education levels.
47 cents
This is a really handy colour wheel with the RGB update: https://www.canva.com/colors/color-wheel/
Big L
is that not the currency in secondlife
what
so...why am i being corrected
L$150 = USD$0.62
thanks very helpful
Why play a game about real life
Ah yes DotA is very realistic
no but its a game
you literally cannot judge in any capacity
regardless of genre
Shame
oh thats not even the worst experience with time and spotify
some songs in my playlist
What is better paper or spigot and what
T is the difference for large servers
Is there a difference in terms of plugins?
All spigot plugins will work just fine, in fact some like EntityTrackerFixer are obsolete with paper
What about cmds
wdym? like does it affect commands?
Like does it have extra features and can i get target selectors
it has /paper commands, quite a bit of stuff there too. not sure what you mean by getting target selectors
Like @a or @p in commands to reference players
im trying to do an aternos server with this but im deeply confused, can someone please help me?
No, spigot offers API for that stuff, but, that's something that plugins need to support
The whole hack for just firing off the command for each player is... well, a hack; there are plugins to simulate that behavior, however
C A L M // OUT NOW:ย http://smarturl.it/CALM5SOS
TEETH // OUT NOW: https://smarturl.it/Teeth5SOS
SEE 5SOS LIVE: https://www.5sos.com/tour
iTunes: http://5sosf.am/iTunes
Spotify: http://5sosf.am/Spotify
Apple Music: http://5sosf.am/AppleMusic
Amazon: http://5sosf.am/Amazon
Of...
@twin lagoon
optifine
there's your problem
i'll be happy once WECUI stops being broken
as soon as there is a viable alt for shaders, i will definitely agree because it's shit for everything else
but i know glare has a great pc (and so doesnt need the perf boost), but i also see shaders so its pretty clear thats what he's using it for
Is their any way to get target selectors for commands
@last pelican There is no built in way and there probably won't be for any forseeable future.
As for a plugin workaround, this may work. No guarantees, and we can't support it. If you need help with it, you'll need to contact the author.
K
(Try it anyway, even though it says 1.14. It will likely still load just fine.)
Anyone know any open source multi platform plugins/lib? I've got
LuckPerms
PlotSquared
ACF
ViaVersion
@vernal moth suggestions?
cuz he's lax
am making genders multiplatform shut up
am learning ok
configurate
w/e 2 complicated so does everything on the list omg
the general idea is that you need to pull all of your actual logic into one module, and then have other modules specifically for bukkit, etc, which actually deal with hooking into events, etc
ye, I get the idea. It's just as hard starting from scratch like naming a variable or picking which color best fit on a message.
there's also Maintenance by some guy named kennytv
but I'm just kneny, so I don't know
who the fuck is kenny
Eh, I hear itโs bad. ๐
execute him
yeah, right?
oh god, people using CB names in mojira tickets
https://bugs.mojang.com/browse/MC-192263
๐คข
Yup, I was pissed when I saw it. Was a good feature in my fork. Now it's dead. I didn't report it because they just close things like this as invalid
hasn't this been a bug since like
um
forever
any time i've opened a sign, it has done that
(if it opened at all)
up until 1.16 it displayed the text already on the sign at the given position
I've had to resort back to commands like /signedit :(
Havent done that since like 1.5
yeah that really is a bummer
hmm
ill take your word for it, i haven't tested that since probably like 1.4
i dont think my liver is very happy with me
unless that pain i just felt is unrelated
With this addon (for EditableSign), you associate the owner of the sign. Whoever first 'edit' the sign will be recorded as the owner of the sign. Once the ownership is attached, other people won't be able to edit it.
At the moment, the ownership won't prevent others dest...
There's a plugin that used it. The 2nd sign he right clicks to edit, twice. In 1.16 the sign clears if you do that now
this shit 2 complicated, imma just start with bukkit
Welcome back, lax. Fuck those other people. Bukkit is where it's at ^_^
@vagrant niche basically, write it without any bukkit imports, when you need a bukkit specific class make an interface that exposes the methods you need
then when you go to implement for each platform just implement the methods and ur done
same for sponge or whatever else ur supporting
ezpz
kinda hard when I've been a bukkit-minded man all my life
i mean, what do you specifically need bukkit for
sending messages? make an interface for it
then implement it later
if you need help implementing, then lmk, but until then stubbing stuff out by just making interfaces shouldn't be too much of a roadblock
I'll push this current progress then ya can get a look I guess
kinda hard when I've been a bukkit-minded man all my life
mmm a lifetime of bukkit brain rot
throw your brain in a bucket bukkit, turn on the spigot, and write down "I am a bad person" 10x on a piece of premium paper
i need to lose weight
I need to gain muscles
sounds like a good idea lol
just fork LuckPerms and remove the permissions stuff
lol
no dont
Look 2 genders!
:O
BetterGenders
No genders are better than other ones >:(
GendersAgain

the female fork and the male fork
When is TruAntiLag updating to 1.16? It's a key part of my server
I'm sodagender
Make more https://github.com/AcmeProject/Gender
UltimateGenders
tf is truantilag
UltimateGendersReloadedX
how about we just remove all lag from paper instead
UltimateGenders is the Songida fork that breaks support for setting genders other than male and female
TruAntiLag is the best lag remover plugin
That's a pretty good shitpost
It auto disables plugins that cause lag
I removed 100% of my lag with one simple step, closing my server forever
wat u think simpol! Answer me!
i didnt read it yet
how many player are recommended per gigabyte of ram
at least 1 player per gigabyte
ram is not the limit these days, far from it
Anybody giving you figures is pissing in the wind
stop asking people to do that
k
gudbai
anyone know how to enable tnt duping?
No
pins in #paper-help
ty
/give @a tnt 1000000
what anti cheat are you guys using?
I've only tried matrix for almost a year and it's a false positive fest so looking to switch to wither AC / NoCheatPlus
thoughts?
Verus for combat
NCP w/ MarkElf's config for general stuff
or AAC w/ Celebrimbor's config
tf is a pornhub fullstack
Well
There are probably full stack authors/employees there
If you know what I mean
Look at this sexyness, audio through a resource pack and display buffer in real time https://youtu.be/GNjijhmDn4g ๐
even tho the initial start would take 5-10 seconds with the resourcepack being built externally first, this was with a pre-built pack
Doom is running!, but it doesn't look great as everything is quite dark. I'm going to try and tweak the contrast and edges contouring so you can see more then probably post a video tomorrow.
kenny where's the pepega loading
Chase will do that, don't you worry 
@orchid pelican where's the pepega loading
can we get kenwald television to 2k subs

Iโve been a bit busy itโll get done soon
MD doesnโt what it
Pepegawheel will definitely be an Easter egg at the very least
lmao that task manager video
@quasi valley Happy wheels integration when?
What do you think?
are you redistributing jars
i quite like the design
but if you're redestributing jars then well ๐
I'm linking, because everybody is redistributing
it's weird why one would use so much space and resources just to store something that's already existing in a "better" place
yes, if some jar will be hosted on a very unstable host (happened to Magma for example) then sure, we'll host the jars 'till they fix their stuff
but no, we would never just store something that's already stored somewhere else ๐
Not even a full error 
yes
cuz behind its chinese and you wont understand them
FS_WuQi_ lost connection: Internal Exception: java.io.IOException: ไฝ ็ไธปๆบไธญ็่ฝฏไปถไธญๆญขไบไธไธชๅทฒๅปบ็ซ็่ฟๆฅใ
Well, you either translate it for us or provide it
The software in your host has terminated an established connection.
Something else closed the connection
(either they closed it improperly, or, some network issue, basically)
3 players got it at same time
wdym?
I listed 2 potential causes of that
yeah
You said that one of them is not an issue
million $ question
So, that means you get to look at the 2nd one
oh you spoiled it :(
We can't tell you
You need to debug it
That message literally means "something closed the connection in a way we didn't expect
Unless the clients threw an error and closed the connection improperly, it's something between your paper server and their clients
could be a crappy router, an ISP having issues, etc, etc
you could ask the magic 8 ball for help
Using the new snapshot biome sky color stuff can you update it at runtime? I could imagine a rainbow sky color which would be sick
youd have to declare some 16M biomes in that case
no
technically you can already do that if you don't care about huge amounts of rain and want one of like 3 colours
@umbral parrot hi evan
wanna create a logo for @vernal moth Hangar thing
am sure you can create something nice
hangar when
.8ball will hangar be finished?
shakes the magic 8 ball... Very doubtful
Oof
.8ball will hangar2 be finished?
shakes the magic 8 ball... One would be wise to think so
8ball might doubt mini but I dont
long live hangar2
I has been a few of years when i had minecraft server. I like FTB modpacks because of automatic miners, turbines, reactors, computers etc.
I understand that FTB is forge based and it doesn't mix with Paper but is there any way to get similar/alternative modpacks in Paper?
@twin lagoon
https://discordapp.com/channels/289587909051416579/555469074080202765/731025758306173029
and the message right after it
5 seconds of summer 
But cant use bukkit plugins on sponge
Yeah, i did check sponge and i'll have to try it.
Unless u run like a 1.7.10 modpack probably wont have a good time lol
"Shoes may be returned or exchanged within 90 days provided they are in new and unworn condition"
excuse me but how the fuck do I know if I need to return them then
Here's the final version. Next we'll do the logo. ๐
if you decide you don't like how they look irl?
Does that website just redirect to another website to download lol
Yes ๐
Why not just tell people the website when they wanna be splergs
@merry talon "condition" dosnt mean you arent allowed to wear them, they only need to look unworn
We will, there's the "View all versions" button, it'll contain everything, including a big button linking to the source
Just put the links behind an adfly ๐คก
@neat smelt that means you could only potentially wear them around the house
but I need a full work day to know
I know it's not sustainable, I have enough resources ๐
make sure to clean them properly if you want to return them
@terse marsh how about a discord button for each server next to it? (if it has one)
so they can get into contact with them more easily
I'll link as much as possible
the idea is to direct and encourage people to use stuff
when I initially started to search for servers it was a mess, there were 1000 sources, I had to look 10000 videos full of 10 yo kids and vloggers advertising just to learn/understand simple information
how would people find your site over the thing they google tho
this will have no ads, will not host jars (only if requested by the developer) etc
Wasted time 
but someone was complaining how minecraft does not allow hiding the colour from an item hover tooltip
it will have clear and short information so that you know what mods, plugins, etc are, what are the diffs etc
it is possible as of 20w27a
very noble idea razva
there are way too many resources now days and most of them are a mess
the idea is nice but i dont think it'll gain any traction
well...Minecraft is giving my kids a lot of happy and fun moments, that's my return to the community ๐
theres no real reason to go to your site over just googling mc stuff imo
I mean if people aren't going to click a discord link on the spigot resource page why would they go to your site to find it, or go to your site to find out how to install java if they wont google it
I have enough programmers, designers and OpenStack clusters to host this for like...100 years...so I'm not really looking into making any profit or self-sustain
fair enough
next, what "looks" better? nether.playmc.tld VS nether.onmc.tld VS nether.minecraft.tld
I'm 35yo so I don't know what's "cool" any more for Minecraft's target ๐
'till now two votes for playmc
i'll give you a 3rd
but im 19 so eh idk
my lawyer is asking if I'm not breaking copyrights with minecraft.tld
mmm...I guess it's a registered word?
probably not
does anybody know what's the general TOS for the "minecraft" word?
yeah i don't think mojang would like you using minecraft.tld
pretty sure all are taken anyway
they are not ๐
i'd play it safe and use the playmc
playmc VS onmc
playmc
^
any other ideas are welcomed
MineCraft Consulting is a professional engineering consultancy providing mining engineering, and project management services to the Australian coal mining industry. Based in Brisbane, Australia, MineCraft specialises in underground coal and open cut coal mine engineering and p...
but that's MineCraft, not Minecraft 
clearly completely different!
I imagine MS has offered a lot of money to them to sell the domain and rebrand :p
aww the paint company website is gone ๐ฆ
Ayy Brisbane Australia
That's where I am
Oh they're in North Lakes, that's like a 40 minute drive not worth it
Minecraft IRL 
tbh paint > paint3d, whatever the hell they thought when making it, but it's horrible and slow
Mining coal IRL 
Ooh they're just across the road from Ikea
ah yes because what MS Paint really needs is support for 3D printing
Ues
I can't remember who it was here
@cosmic raft Michael was. And we already knows, it's the first thing I saw in the snapshot in the list of bugs ^^
hangar wen
hngrwn
hunger wane
Can I park my plane in hangar
It's 2pm, get your timezones right
we'll ping you again in 2-3 hours 
*10 hours

@cosmic raft yes very cool nbt tag
1 month of complaining

will be useful for anyone trying to create custom armor iirc
I want to offer some free hostname forwarding. which one do you think it's best from this list: https://paste.centos.org/view/raw/aeff4960
centos is 
centos is basically hosting the world ๐
l u l
centos
my vote goes to .world
Correction: Debian is hosting the world
more like no
well it depends, clients or nodes
If we're talking clients... then it's Windows, clearly.
ok guys, what I'm buying? ๐
sure "mom" will be happy with that ๐
that's what you get for using CentOS
I want to live dangerous. I want to use Arch (NOT Manjaro)!
BURN IN FLAMES!!!
๐
Manjaro sucks anyway
Or better let me compile my custom Gentoo node
Guys I have a meeting in 7 minutes. Which one is the best?
Your pick, not ours.
I don't have any idea what the target likes
That one
I like world because...you know...minecraft world...
Not the other one? Are you SURE?
Ya that one
sounds like you want the other one then
Ok, everyone just pick the one that you like most and I'll get the one with most votes (except xxx) ๐
And now I guess that all of you will pick the most crappy one just "because" (facepalm)
Are we getting paid to be your advisors
Ubuntu is probs the best option for noobs
@left swift Yes. You are getting extra mana today.
I want strawberry trident layers gum as payment
you'll get trident lawyers, ok?
I quit
You can't. The contract says that you need to give a 30 days upfront note.
At that point, if you added in reversing a linked list and a neural network, you'd have the worst fears of a prospective computer science major, who would then either study English or join the military instead.
playyyyy
1v1, battle to the death
c'mon guys, there's no battle if nobody is fighting...
I too think playmc.world is the best
@twin lagoon get Stefan to do it
tbf not the most janky, i've seem much weirder
sure that website still works?
No website just domain
yeah cos server not found












