#general
3141 messages · Page 256 of 4
(btw this was funny because ||A x B|| * || C || sinv = 0 in the case of coplanar vectors, thus the volume would be 0 lolol<3)
nice geometry joke city
Yes, I got that it'd be 0, thanks for the explanation though
Frostyy
lol hi

city trying to be fancy with math
even though it's trivial to prove that any number of coplanar vectors will never create anything with non-zero volume
because they're coplanar..
Your face is coplanar
Imagine not having a math bot on the server
.wa?
(DiscordBot) Real solutions: x = -1, y = 1, -1<x<0, y = Root[#1^6 + #1^4 (3 x^2 - 3) - 2 #1^3 x^2 + #1^2 (3 x^4 - 6 x^2 + 3) + #1 (6 x^4 - 6 x^2) + x^6 - 2 x^4 + 3 x^2 - 1&, 1], -1<x<0, y = Root[#1^6 + #1^4 (3 x^2 - 3) - 2 #1^3 x^2 + #1^2 (3 x^4 - 6 x^2 + 3) +... - https://is.gd/fI72XZ
ew get that nasty embed out of here
Also kashike is nice, spreading love and positivity
meanwhile wizjany is being all evil and stuff
smh
I'm not gonna log onto my server and use worldedit
I actually think we have WE installed
ew this must be a virus
wow city so rude
city u suck
only for cash
that's disgusting
you're just mad because I'm a higher level than you on hegemony
I was about to ping wiz then remembered that it's a bad idea
ye @pulsar wigeon doesn't like to get pinged
city u fuk
wth is hegemony
imma ban u
ban him
no plz
he useless creature anyways
i'll tell my dad
Cityweeb I saw your sick new logo. Who / what is the other IBO and what does your stand for?
Both stand for international baccalaureate organization
but we're running a non-official subreddit so they're like upset
Oh. Thats the only thing I found but I assumed yours was MC
@pulsar wigeon instead of banning look at this glorious creature 👀
mfw
Is there a way to detect if someone is using a resource pack, specifically xray ones?
or to just disable them all
wtf minecraft in main screen took ~99.5% of my gpu 
good luck with that
Can't really detect. What you could do is create a custom resource pack that contains all minecraft textures and send that to them (making accepting it mandatory). Server resource packs have priority over player ones, so your textures will take priority. Since you speciifed them all, none of their resource packs will have a visible effect.
Wouldn't they be able to just swap it back after they login though?
Just like how hacked clients aren't just going to broadcast to forge servers and say "Hi I'm a hacked client!", I doubt xray resource packs would either.
There are plugins to help with that. A lot of people use ore obscufator or whatever but its incredibly resource intense so I prefer plugins to track when players are mining rare ores and bring it to my attention if they suddenly mine an above average amount.
Afaik you can't diable server resource packs once accepted.
Hmm interesting okay
versions of paper up to 1.13.2 have an anti xray built in
and there's a pr to add it into 1.14.3
Yeah but those don't block resource pack xrays do they?
PR?
Pull request
Well if all (non normally visible) blocks look like diamond ore or all diamond ore look like stone
the resource pack isnt going to do shit
Noman the ore obscuf whatever would make it useless. my prefered option does not
@EventHandler
public void onDeath(PlayerDeathEvent event) {
Bukkit.getScheduler().runTaskLater(Main.getPlugin(), event.getEntity().spigot()::respawn, 20L);
EntityDamageEvent damageEvent = event.getEntity().getLastDamageCause();
if (damageEvent != null && damageEvent.getCause() == DamageCause.CUSTOM) {
event.setDeathMessage(event.getEntity().getMetadata("deathMessage").get(0).asString());
}
}
this is how I ended up doing the death messages
public static void damageEffect(Player attacker, Damageable victim, int amount) {
if (amount != 0) {
if (victim instanceof Player) {
EntityDamageByEntityEvent event = new EntityDamageByEntityEvent(attacker, victim, DamageCause.CUSTOM, amount);
victim.setMetadata("deathMessage", new FixedMetadataValue(plugin,
((Player) victim).getDisplayName()
+ " was slain by "
+ attacker.getDisplayName()
+ " using §b[§7"
+ attacker.getInventory().getItemInMainHand().getItemMeta().getDisplayName()
+ "§7]"
));
victim.setLastDamageCause(event);
}
victim.damage(amount);
}
}
just fyi, that breaks once someone changes their client language 🤔
idc about client language
has anyone managed to create flatworld with custom settings in server.properties in 1.14?
ok ty
another dum day in dumcord
@upper flicker any plans to make Debuggery support vectors and stuff? Ping me if/when you see this
Support how?
I mean not vectors in particular but rather i meant object construction from string where possible
A more generic system for automatically figuring out what can be instantiated without explicitly writing a supporting class is planned in a "this would be cool to do at some point" way
But it's not particularly high on the list compared to like generics
Vectors also have an explicit handler anyway so I'm not sure how major an issue it is
Those simpler classes would be a good place to start with such a system though
is it possible to increment player statistic with spigot?
should be
ty
I wish I could bug you with ETAs. Still good to know that it's planned at some point. Will try to either hack something for myself or just use something else for this
Does plugins like this causes tps lag on server? Or any forms of lag
Everything causes tps drops to some extent.
tps lag
wait what is this
nice cube
I finally implemented custom death messages
handle your links properly

@dapper nacelle No 🅱iscord 🅱itro for you
paying to have emojis in a chat client
and u didn't have a space when u sent ur chat message, but u have a space in ur nick
These people on SpigotMC are definitely trying hard. Third resource which downloads malicious code from the internet within two days, and this one is probably the fourth one.
hasn't this always been the case
inb4 posting a resource has forum post requirement
Haven't found so many at once. All the same idea though: class files with spaces as names, heavily obfuscated, contains one file with a custom class loader downloading a jar from the internet, decrypting it and running it.
The plugins do what they promise though.
I wouldn't be surprised if it were the same actor, too
Different users, same actor. I find them by checking who reviewed the previous malicious plugin 😉
Minecraft server owners are generally a naïve lot
imagine the maintainer of one of the most widely used plugins on spigot not meeting the premium resource threshold on spigot
Oh, yes, found the fourth plugin with the class loader, how fun.
imeanwat
Fun thing is, I reported the first malicious plugin yesterday, still no action smh. At least there are now four negative reviews complaining about the issue, but still
what plugins
Plugins on SpigotMC which download stuff from the internet and then run its code.
wait did they really add a post requirement to add a resource
i just came outta nowhere here
I think they were joking that they might make that the case
oh, great
I wouldn't be against it tbh.
I wouldn't like that
it should be like that :P
@wide chasm same website?
Yes
nice
update4life.xyz was it iirc.
well, the FBI is on it anyway
I don't dedicate my life to posting on spigot but I'd like to have my plugins in there
I wouldn't appreciate the idea
They did a good job though, you're required to specify port number 666 to actually get the file 😉
how hard would it be to get 5 decent posts to be able to post a plugin
well tbh idk how many posts I've done, let me see
hmm, messages = posts?
No, don't think so
I got 65 in that case but it's also including the resources' updates
Posts and replys
Lol, Microsoft Security Essentials is now blocking the spigot files because they are deemed malicious.
so now it became cool to make fun of windows 7? 😢
See, even my company is moving away from win7
Windows 8.1 best OS
That means it's deader than dead
yeah it's just like, the second most used version
Just use linux instead
Support ended (and buisness support ends in Jan) so get off now
😉
Not meme it's real
if only I would find a good WM so that I could move away from Win7 :S
"support ended" it will only end in 2020
My village with one computer is running completely on Linux
That's commercial support
@wide chasm you use Windows 7?
Do you pay for commercial support?
commercial support is until 2023 lol
you can pay for 3 extra years
(all late to the party)
as long as Windows Update still has updates ¯_(ツ)_/¯
MSSE was replaced by Windows 10
Yes, I use windows 7
Kek, main stream supported ended 4 years ago 😂
because 10 sux lol
isnt 10 free?
tbh, 7 was better
I'll move away when I get a better computer
and was free
How was 7 free?
I meant that 10 was free
10 was a free upgrade from 7 for like two years
I haven't updated because my video card isn't supported on Windows 10, so I can't play MC.
And win10 is better than 7 in so many ways
technologically yes
oh it was just upgrades and limited time? sneaky bastards
You can still upgrade to 10 for free, they just don't tell you
In terms of UX and UI, heck no
can you get win 10 professional for free too? xD
If you upgrade from 7 ultimate, yes 😂
That's what I did
and win 7 professional? 🤔
Ye
proper win 7 ultimate or "win 7 ultimate that happened to be installed"
well w/e not going to do that. if I have to change the OS then why not just move to linux?
Pretty sure I had a machine that was running a dodgy version of 7 that got a free upgrade
the only real problem i have with 10 (other than my eternal hatred of MS products) is all their settings/apps are split betwween old school programs and new age app b.s. - its confusing at best when you want to change something. is it in Control Panel? Is it in Settings? Is it in Computer Management? Who the hells knows.
there is literally no reason to go through the work of setting everything up again just to end up with a Windows again
Yeah, same, I upgrade a pirated copy of win7 on my sister's PC to a legitimate win10 key
@billy I just avoid the new stuff as best as I can
Wsl tho
The new terminal app
Decent high dpi Support
the new terminal app finally brings tolerable utf8 in a way conemu never could
its still got a long way to go
I mean, wsl2 support is nice, but it's somewhat of a testiment to how shit their kernel is \o/
Like, 4k displays on 7 are so bad
4k displays cause cancer. too many pixels beaming electrodes into your eyeballs
runs
I still have a 1024x768 display
It's not a crt, it's 2019 Billy
youtube recommendations?
ye I got that one too xD
Nice we are in the same YouTube bubble 😂
had to give its own table to sit on because it took up 3/4 of the pc desk
For the less cooler ppl, this is the vid https://youtu.be/l7rce6IQDWs
Let's build a circuit that displays an image on a VGA monitor! In this video, I talk about how VGA signals work and build a circuit that provides the correct...
(MiniDigger) The world's worst video card? - length 32m 47s - 33,434 likes, 452 dislikes (98.7%) - 428,646 views - Ben Eater on 2019.07.05
how far back do you want to go?
and are you looking for just "better-optimized" or features as well?
the best most-recent version is 1.12.2
honestly 1.13.2 isn't that bad atm
tell that to my poor 1gb server
yeah i'd agree that 1.12.2 is better on performance, but it is possible to keep 20tps on a 1.13.2 server
1.8.8 was solid though as well
wasn't 1.7.x the last version produced by the bukkitdev team?
1.4 was good, too
1.0.1-beta?
DoNotSpam, I've ran 1.13.2 with 768mb ram just fine lol
Yeaaa, and spigot basically released those weird 1.7/1.8 hacks
And then there was the carbon plugin
oh god the carbon plugin
yep
Yeaaa
factions servers LOVE that version
That jar is just so broken too
Pretty sure that they didn't implement skin support properly for some of the versions at the time, or it broke pretty easily as plugins didn't expect it
Even flicking the 1.8 server is hard enough, can’t imagine how that goes for anything lower 😂
1.7.9 was the last one by the bukkit team. spigot released 1.7.10 an then protohack patches to it few months later
Protocol hack is best thing for hcf servers ever
Now they have something like 1.8.9 server with support for 1.7 iirc
imho those protohack patches were the worst thing for the community. helped spark the great divide
BUT MAH PEEVEEPEE :(((((((((
wow mojang is actually doing pretty well with their new combat system
but everyone is like "THIS IS SHIT JUST REVERT THE OLD SYSTEM IT WAS PERFECT"
even though it was awful
pvp=false
inb4 community gets split between 1.8 combat, 1.9-1.14 combat and 1.15+ combat
work on new pvp than fixing the dumpster fire of functional memes and a chunk loading system nobody understands 
that will most likely happen @cedar spade
@peak dirge idiot pvp users don't understand that
so it isn't a priority

nObOdY nEeDs To UnDeRsTaNd InTeRnAlS
paying to still be the product :thining:
speaking of nitro, even with that screenshare drops to like 4 pixels after a few minutes
thining

thining is like thinking but your iq gets smaller
nms is not api
imo i think microsoft/mojang should open-source the java version, at this point there's much more indirect value by doing that (education, improvements, etc.)
and focus on the bedrock edition for profit
they would still be able to profit of the java version? xD
mojang should rebuild the entire game as a mixin applied to a hello world class
they still control the only widely used auth service xD
fair enough
They were planning to open source the render engine but that hasn't happened yet
inb4 900k minecraft forks
each one worse than the other
"nOw ShIpPeD wItH nAtIvE /rtp"
now shipping with burning leaves, tacos, and Taylor Swift
Mojang as a business would probably cease to exist if they stopped selling Java Edition, they'd probably just move all the Bedrock staff over to MS
Minecraft with only German industrial music
German industrial music
not sure I wanna know
i want to post something but the SJWs will NOT be happy
dyes hair pink, polishes glasses
Minecraft fork with /gamerule pvp 1.8/1.9/1.15
:o
@cedar spade most likely not, microsoft can keep them alive if they want to
I mean, I just don't see much of a point for MS to keep them around if Java Edition didn't exist
Are Mojang involved in the development of Earth or Dungeons?
[Xinayder] is there a plugin that disables creeper and enderman griefing? kinda need mobGriefing to true for villager farms to work
WorldGuard can do that if you have that installed already
I wonder how difficult it is to update ViaBackwards 
there is a dev version with 1.14.3 support in the works (dunno how good it works)
[Xinayder] okay, will give it a try
[Xinayder] another question: do I need to use prerendering if I use keep-spawn-loaded?
pre-gen and keep-spawn are completely unrelated
disabling keep-spawn-loaded lets you save some chunks from being loaded if the vanilla spawn in a world isn't being used
Wonder if we can fix all our chunk problems with Skript
uses Skript to delete world.
Yup! Works!
only YOU can prevent forest fires!
why didn't you step them, you monster
s/ep/op
Correction, <^-^> why didn't you stop them, you monster
Generally in one of these positions.
https://media.tenor.com/images/1337fdb21e1a925a20ae06814e37bdf7/tenor.gif
I don't get it
where does the dakimakura go
[Xinayder] is it possible to override default commands (such as /gamemode) with plugins?
yes
yeah I love being the little spoon to my furry md5 waifu pillow
that's sad af
Rich Furries just buy a dog
@void void And a Furry PFP
:3
https://www.youtube.com/watch?v=MMtvfJSwgDU
Ma....ma...ma-ma-ma-makkana uso de
Ma....ma...ma-ma-ma-makkana uso de I can't stop singing it! Translation: Hazuki no Yume Blog: http://hazuki-no-yume.tumblr.com/ ■Title ヒトサマアレルギー ■Original ht...
Enjoy this
are you assuming its gender
I am having the furry guess its gender
it's a boy
did you ask what flower identifies as
Her voice was too powerful so they re programmed and made V4 Flower
Which is more balanced
And it says on the disk box the gender
And other information
that doesn't mean anything
And also the voice actor is a girl
that doesn't mean anything
You don't mean anything
what
You are non existent
me?
that doesn't mean anything
wait is that a bot
No
that doesn't mean anything
It is a webhook
im freaking out
To a different service
LMAO
that doesn't mean anything
by the way was what that questionnnin
Stfu Webhook i bet you Fuck Dogs
Error: Gender is NaN
@void void What question, the one about flowers gender?
Error: Gender is NaN
huh
If so flower is a girl
Rebooting...
idk
What's up my dudes
how are you doin
I am doing fine human
It says on the page Female Furry Bot
that's a boy
not plotting to take over the world
No its a girl
yo $90?
boy
what
Crisp, powerful female Voicebank specialized for rock
boy
it sounds like garbage
I'll sing like garbage for $90 as well
Yes you are a bot
I mean hell I've done it for $5
Most of the more Specialized Synths are about 500$
let me introduce you to my new singing software, microsoft bob
Which are basically the Crypton Ones
Hatsune Miku, Rin, Len, Kaito, Ect
The ones that people actually know about basically
And have marketing
https://www.vocaloid.com/en/products/show/v4l_megpoid_complete_en
Gumi is a cheap megpoid that is insanely good
Happy New Year! I'll be heading back to college soon, so there might be another period of no uploads ;_; apologies in advance. I only discovered this song th...
(DiscordBot) 【GUMI】I Think I Just Died【Cover】 - length 3m 30s - 9,751 likes, 41 dislikes (99.6%) - 285,674 views - kyaami on 2019.01.05
im so sorry
where's the gummi bear vocaloid
Native + Whisper
where's the crazy frog vocaloid
is it lewd?
This is the best utau
Donate: https://paypal.me/BlitzCornik UTAU Voicebank Otoing Commission: http://fav.me/d8137ax Download Voicebank Here: http://adf.ly/1didR5 FB fanpage: https...
(DiscordBot) 【Borkchune MiBork】Borks Rule【UTAU Cover】 - length 1m 9s - 6,599 likes, 64 dislikes (99.0%) - 92,749 views - MangoSiRyan12 on 2016.12.04
This is the Red version of our Dog of Wisdom Remix! Original Video: http://bit.ly/DogOfWisdom ▾▾▼▼▼ GET THE SONG HERE AND CHECK THE DESCRIPTION FOR CREDITS ▼...
(^-^) The Living Tombstone - Dog of Wisdom Remix RED feat. Joe Gran - length 2m 57s - 74,318 likes, 1,781 dislikes (97.7%) - 4,233,339 views - The Living Tombstone on 2015.09.02
NOE
good grief the weeaboo invasion has commenced
mfw
@static badge Listen to my AMAZING songs
no
Happy New Year! I'll be heading back to college soon, so there might be another period of no uploads ;_; apologies in advance. I only discovered this song th...
(DiscordBot) 【GUMI】I Think I Just Died【Cover】 - length 3m 30s - 9,751 likes, 41 dislikes (99.6%) - 285,674 views - kyaami on 2019.01.05
Y E S
https://www.youtube.com/watch?v=3CHSGkR7I_k
Infact here is one you will like furry
Donate: https://paypal.me/BlitzCornik UTAU Voicebank Otoing Commission: http://fav.me/d8137ax Download Voicebank Here: http://adf.ly/1didR5 FB fanpage: https...
(DiscordBot) 【Borkchune MiBork】Borks Rule【UTAU Cover】 - length 1m 9s - 6,599 likes, 64 dislikes (99.0%) - 92,749 views - MangoSiRyan12 on 2016.12.04
gumi is p good tbh
echo and again are good shit
And she is the only synth that actually sounds the same in all languages
どうも、ハチです。 久しぶりに作りました。少年漫画っぽいのを目指しました。 MOVIE & MUSIC:ハチ 米津玄師 2nd Album「YANKEE」2014/4/23(wed) RELEASE 1. リビングデッド・ユース 2. MAD HEAD LOVE 3. WOODEN DOLL 4. アイネク...
(DiscordBot) ハチ MV「ドーナツホール」HACHI / DONUT HOLE - length 3m 31s - 136,516 likes, 2,327 dislikes (98.3%) - 31,093,877 views - 米津玄師 on 2013.10.28
.g gumi dakimakura
(^-^) https://www.deviantart.com/chopsticks-pony/art/Gumi-Dakimakura-1-720484019 -- Gumi Dakimakura 1 by Chopsticks-Pony on DeviantArt: "Dec 16, 2017 ... "W-w-wha? Chopsticks, that.... that's not a pony!" Excellent observation. It's Gumi the Vocaloid. (Half of) one of the hardest ......"
fantastic
thank you internet
look at it
if you tell me that looks lewd I will euthanize you
(DiscordBot) ****MJ|Session: **✔ **api.mojang.com: **✔ **MC|Website: **✔ **MC|Textures: **✔ **MJ|Account: **✔ **MJ|AuthServer: **✔ **mojang.com: **✔ **MC|Session: ✔
Curses
This webhook un killed chat
(2010年8月19日 投稿作品) MUSIC & MOVIE:ハチ SINGER:初音ミク・GUMI どうも、ハチです。馬鹿っぽくて、どんちゃんしたのを作りました。 ハチ 2nd Album「OFFICIAL ORANGE」収録 HP→http://reissuerecords.net twitter→http...
(DiscordBot) ハチ MV「マトリョシカ」HACHI / MATORYOSHKA - length 3m 21s - 132,796 likes, 2,452 dislikes (98.2%) - 24,197,050 views - 米津玄師 on 2013.10.01
I need to get back into jap now that I'm done with my studies
well now I'm in a rabbit hole
@ Webhook yeah cause you're a rabbit furry
@ Discord make it so i can mf ping webhooks
They have no ID assosiacted to them

Reol makes some fun jams
stop this breadposting
Teto: Snaps Bread
Destroys all Crypton Vocaloids
Muahahah
Now only the non weeb voice synths exist
Antes que nada es mi primer dibujo en digital pero acepto criticas, insultos, mentadas de madre o lo que gusten gracias.... asdfg que original sacó Error de ...
Listen to this to celebrate
This is a good cover, but it was rushed
people can't change my mind, change my mind
^
% popegoodvibos-retums
sooo wejust posting blank posts now? cant see
anything smh – popular memes on the site iFunny.co
i overclocked my phone it started smoking now it turns off when i play minecraft pocket edition and a creeper explodes 😦
ecat since you suggested getting more familiar with git can you suggest any good resource on it? I mean learning by doing it is goto imo
github has some tutorial
(There are other places with tutorials, it's one of those things which is pretty simple once you understand the basics)
However
.g xkcd git
(DiscordBot) https://xkcd.com/1597/ -- Git - xkcd: "< Prev · Random · Next > · >|. Permanent link to this comic: https://xkcd.com/1597/ Image URL (for hotlinking/embedding):..."
lol that actually sounds accurate
It's really pretty simple
oh yeah for sure
just need to be in a spot where I'm not doing constant firefighting with my plugin
tbh I just keep absorbing things from what you guys tell me here and things I had to look up when dealing with my problems
hi kids
Hi Furry
he called me a furry
I mean, is he wrong?
ohboy.jpeg
And i have the Freedom to state that simple is a furry
everyone here needs a good cry today
https://www.youtube.com/watch?v=wQhCNOV5Gnk
(DiscordBot) Return To Pooh Corner by Kenny Loggins - length 6m 39s - 17,345 likes, 1,091 dislikes (94.1%) - 3,182,759 views - lilwrongs on 2011.01.29
@wide hazel Already crying
With VS Code's Git UI there's no excuse to be confused with git
VS Code though
Imagine project control
VS Code's source control view
This post was made by good ol' fashion 800 people spam code and permanantly upload
Only 800000 errors
those git UIs tend to hide a lot of stuff
if you're dealing with a single project or on your own it's fine
but, I often find myself having to jump to the terminal to do things which I couldn't see how to do cleanly in those tools
but ok then i guess im a senior dev
This is such a beautiful song, so I really wanted to try covering it! I used a mix of Miku's dark, soft, and original voicebank. I'm really excited for the C...
(DiscordBot) 【Hatsune Miku】Ghosts of the Sea【Cover】 - length 4m - 7,959 likes, 30 dislikes (99.6%) - 122,713 views - kyaami on 2019.06.06
prancing around senior dev land
The next person to call me a weeb is a furry

Muahahah
still get paid hella tho even if life sux
Imagine JS
anyone heard the actual original to year 3000 "by" the jonas brothers
this is an awesome song i found on the net... The lyrics are rather bizarre but its what makes it all the more fantastic ... Enjoy :D
(DiscordBot) Year 3000 - Busted (with lyrics) - length 3m 20s - 6,152 likes, 178 dislikes (97.2%) - 1,085,732 views - Sammy Hogan on 2008.11.11
Imagine Programming
Breaking News: 99.9% of programmers are either furries or weebs
You know it is true
It literally isn't
You cannot comprehend the multitudes of truth i have just brought upon into this chat
More like multitudes of bullshit
Reverse Card
mfw a link shortening service has no abuse contact
if you make me contact sales, I'll just let them keep wreaking havoc
Anyone voted here :>? https://feedback.minecraft.net/hc/en-us/community/posts/360047514492--Java-Edition-Performance-Enhancements-For-Minecraft-Servers-Multithreading-
No
Oh we need that so i think we better vote for it
Anybody who has done a first year CS course can tell you that "highly concurrent" and "performance" don't generally go hand in hand so easilly
You'd also break literally every eco-system that exists
oh jesus
Hmm how so?
Because the moment you start making stuff threaded, you have to start making stuff safe to be accessed from multiple blocks
That incurs cost
it's pretty easy to say that making everything threaded will improve performance, but threads are faaar from a silver bullet
but obviously, CAT, it's as simple as mojang flipping the "USE MULTIPLE CORES" switch
amirite
Ah so making multi-threaded still open a new problems to be solved.
A complete circle :>?
But i think that's the only way to improve Minecraft server.
It is impossible to have 100 players on a survival server without tps loss
unless you add 1000 limits to game mechanics
1&2 paper mostly adds, 3 wtf?, 4 maybe, 5 maybe, 6 wtf?????, 7 makes no sense since packets only happen on the netty thread period
That entire thread is people who have no fucking idea what they're talking about
Their current issues isn't the lack of threading
Ah
Loading and generation being threaded would also be a gain, but that comes with a lot of quirks around block populators and stuff too
chunk generation can also load neighbouring chunks, and loading chunks can also cause chunks to gen
That means it is not threading problem.
The issue is ultimatly down to implementation choices and some code just being slow, hopefully they'll fix up some stuff such as prioritization
leaf has been reworking one some of the IO stuff too (Why that is done on the main thread...)
Ah..
spinning coils and wicking isn't even something i need to concentrate on anymore lol
yea duh why do you think world saves trigger watchdog
Idk I don't do anything advanced with Minecraft
i mean we get a bunch of issue reports about it
It's not like I'm on the paper issue tracker every day lol
all you have to do is look in paper-help and paper-github like, once in a while
😂
not a big deal
All I see is people complaining about lag and timings
Usually related to chunk saving
:>
Could be anything for all I know
Is there any API/Class for restoring the state of a player to a previous value? (health, saturation, exp, etc)
Similar to how you could use an InventorySnapshot to restore a player's inventory to a previous state?
Hi, I just ask myself what the best way might be to maintane multiple Paper servers. Like in case of an update if most of them share same plugins.
Most config options of the servers or plugins will be the same only a few will varry. Do you update all manuell.
I'm thinking abbout management of configs and plugins with a git repo with one masrter. But I'm not sure if it is thge best way to do that
Have all your common plugins in a folder which you symlink to all your servers. Any configs that change between servers, don't symlink.
and hopefully they don't write their own data otherwise all your servers get that data too
good luck
be careful with it, make sure you do it properly else you'll dig yourself a hole
I think I will git the configs at least, so I can track changes that I did.
And the rest with symlinks
yep thats a good idea
wat
like a gui
pterodactyl
alright ill check it thx big man
if you don't know linux don't even try to install it
im thinking of something so i can easily whitelist edit files etc
i running on windows
sigh
nvm probably a dumb question
doesn't the server have a built in gui for that
nah running on my own
i mean the server itself has a gui that you should be able to enable
how?
CB removed that
u mean the concole?
thank god
I'd honestly just suggest getting used to the commands, tbh; easier than fumbling over some UI
i don't know of any windows guis for managing a server, seems kinda dumbskis
as you have to restart the server anyway
(most of the solutions out there tend to not care about game specific things or are basically just 10 years old)
yeah thats what my friends said when he saw how i used github lol
they don't apply in place
thx guys
is there anything so i can remotely restart server
when you say running on windows, is it a windows server or you're homehosting
regular windows 10
so home hosting
yeah its what im doing
is it your personal computer running it
nah side pc
like the one you're on now
you're going to need to run a webserver on it and use something like mcmyadmin.
otherwise /shrug
32gb ram 7700k
if it's pro, then you can maybe use rdp
mcmyadmin i dont think works with paper
yes it does.
all you have to do is change the jar file.
it's really nothing that special.
how do i make it so it uses the server folder i have
you have to make a new server on mcmyadmin and copy the files.
if you don't know this basic stuff you probably need to do more learning and not run a server lol
we aren't here to hold your hand, we're here for specific server support
no offense...
ehh well idgaf im learning by doing
but simple i have u 
good luck with that, i just won't reply if it's stupid
😭
simple come join my man
Whats the best option for X-Ray mitigation atm for 1.14.x/3?
~paper-2240
Yeah, I know its in the works, was thinking it was undone atm, looking for a quick fix before/until its put in and fuctions is the idea
It's in testing
currently it's been in testing without any reported issues
Sorry to sound ignorant, but Id have to know how to build it from the github to test right? Not a direct download? Still new to owning servers, so not quiiite learned that yet. But getting quite a few reports of X-Rayers, so figured id look into it XD
pr's got a link to a jar
Ah, rip missed that when I skimmed jsut now, sorry lol, thanks a bunch
wtf is limbo
Kashs bot
Is your feature request related to a problem? Please describe.
-
Now, commonly BlockPhysicsEvent will be called for 7 times when one block change(the "root" block). Paper's
getSourceBlock()allows checking whether the block being updated is the root block itself, but it's veiled for most developers, we can simply add a method named likeisSource()and simply returnsourceBlock == block. -
There is a BlockData field called
changedin BPE, however, we can only usegetChangedType()instead of getting the block data directly, we can simply add a method likegetChangedBlockData()and simply return it.
Describe the solution you'd like
Described above.
Describe alternatives you've considered
Aside from this, we can even add a new event called BlockChangedEvent for every source event, which is perfect for block change recording and monitor. (at World#notifyAndUpdatePhysics, blockdata1 is the old block)
Additional context
I have done some tests and works smoothly.
it also doesn't preview images 
is it php
no
shame
Man every time I leave for a bit this chat explodes. This has to be the most popular plugin discord out of the like 15 ive been in.
it should show the lines and files changed too
It's a fork of bungeecord which is used for networking servers together
and the paper guys dev both?
Seems like a missed opportunity to name it rock, or scissors since they already have paper
there's concrete
Waterfall has been around for a while, the project ended up being merged under the papermc umbrella when the last dev stepped down on it
so Terracotta is still an option?
Hearin bout its history tho makes me think a little rebranding could bring it back into the spotlight and its stock prices through the roof. Puts hand on shoulder from behind, head near yours, as I point into the sky above us. The roof I say! Well be rich and everyone will be chanting our new brand: SCISSORS! SCISSORS!
whats wrong with terracotta? I like it
For the name of a fork of paper?
somebody actually suggested scissors for byof ;-;
Shears?
byof?
brew your own fork
I basically pulled our aikrs suggestion of forking EMC as a "ready to go" way to fork, only... I totally look after that project and really love documenting stuff
hate when I mess a plugin up so much i gotta just delete it and start over
poor dynmap never stood a chance
Just wait till you wanna really start customising it
yea im not looking forward to the one plugin that I spent days on before
I revived an old project and thankfully most of the stuff was easy to port to new versions but not all ofi t
permissions come over though 😄
Fun poll: Whats the longest your server has been behind? While I am doing all this generating or various things and making it all go together my served is sometimes upwards of 30,000ms behind, bout 600 tps behind
I didnt find anything on the paper website for dontations, is that not a thing for you guys? Was thinkin bout tossin a few bucks in sometime soon and wanted to check out the page since most tend to be entertaining
have seen a few million ms
on the download page, or click "more" on the downloads page
those feels when shooting for mvp and know your code stink is enough to knock out a full grown adult elephant but just keep going
now time to clean this nasty up...
I donated to spigot in the past, don't think I would again though
Hmm
I have that awesome redstone badge, but it'll stay with that 👀
Good morning. Is this the right place for support?
If I'm donating to an open source project, I want it to be truly open source
.ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
What did you do it it?!
what?
waterfall abuse im calling the authorities
Wait, that's LEGAL.
I don't think is "random", but I don't know what triggered waterfall so much .-.
so, either somebody sent some bad data to your server intentionally
ooooorrrrr somebody did it accidently
Or there is a bug in waterfall and they tried to ping your server from a 1.5 client (unlikely, but funny to think)
so is caused by bot attacks I received?
if that's spamming to all heck, yes
lol that would have been useful info to know in the first message
Is not spamming, It appears randomly and my reaction is "What's appening there is no bot attack c-c"
"random error!!!!!1 conveniently omits bot attacks"
how can I know that bot attacks can cause errors in next days?
this happened 2 days later and is not spamming the console :\
it could still be bot attacks
but I'm not under attack when this happens (usually not)
Could be anything trying to send data to the proxy
so I can just ignore it... right?
to be clear, @pine field, you should figure out who is sending weird shit to your proxy and why, it's not a waterfall bug. So "can ignore" with relation to the proxy, yes. "Can ignore" with relation to who is attacking you or trying to probe your network, is not a good idea.
Specifically, you should probably configure your firewall to block that ip.
this error appeared 2 days ago after some massive bot attacks (that I requested to try antibotdeluxe)
ok
in all of attacks, the proxy crashed, but ABD blacklisted bots so I don't know what's the problem
i wrote ago
i meant later
(I'm not english sorry)
someone probably realized their bot accounts (legitimate packets being sent, so server is not going to show errors, it's going to accept them) are being blocked
so now they are sending invalid packets, which will cause errors to show
because it doesn't know how to handle them...
that's the gist of the issue
you should find out who is doing that, and block them.
IP 2.42.190.253 is sending you weird stuff, or was.
So block the IP from even getting that far.
I can't fix crashes because of invalid packets from bots? during attacks there isn't just one ip that do this
plugins cannot listen for invalid packets
the packet doesn't get that far
the server just errors and tosses it.
you have to use a firewall
AntiBotDeluxe uses ipset to block bots
That's fine...
But if they are sending INVALID PACKETS
The plugin can't do its job
They do not get that far
You need to install something in your server just as fail2ban that will null bad IPs, i'm sure there is a solution out there, i don't know.
I don't know how much more clear I can make it for you.
Would anyone be able to help me with this?
You have a formatting issue in your spigot.yml.
Paste your spigot.yml in here and click go http://www.yamllint.com/
Validate and Verify your YAML documents, optimized for Ruby on Rails
it will show you where the issue is so you can fix it
I'm not english, so I'll try to be as clear as possible. I'm not an expert on firewall configuration and I don't know why the server crashes also when the antibot blacklists all IPs from firewall. If that isn't a WaterFall problem, I don't think this is the right place to ask, so i'll ask in another place. Thank you for your time 😃
it's not a waterfall problem beyond the fact that something sent bad data to your server
that's it.
can someone explain to me how people are getting 10cps
i can barely get 5.5, and I already feel my hand is breaking at that point
better mouse, or autoclicker
@spiral garden I get 14 CPS Jitterclicking.
my record is 26 after be triggered by some cheaters... I litterally closed minecraft, gone on the site and clicked like the mouse was an enemy... my arm was temporally gone :v
Let's see how high I can go
just got 13.6cps on jitterclick
it's hard to go up to 16 @vestal jasper
first time
Yeah the highest I can go normally is 7.5
site?
shows 10.6 cps for me
Oh 14.8 CPS jitterclicking
ok yeah im not jitterclicking i was just hellaciously button mashing
i can't do that
lmao
jitter clicking is vibrating your arm or some shit
This is how you do that.. fast clicking thiny xD Mouse: Logitech g9x
(DiscordBot) Jitter Click Tutorial - length 1m 36s - 14,504 likes, 809 dislikes (94.7%) - 1,109,759 views - Zephhyre on 2014.06.06
i cannot do that bs
Yeah thought it was something else
I can't do that shit
I can double my click speed by using two fingers tho
i dont even wanna try that, the site i linked even said it's harmful
no fuckin thank u, mc pvp aint that important
yeah I'll probably never make use of that ability
I never even use the 2 finger click spam
I also have to use my left hand to do either and I'm a right handed mouse user
i don't even pvp, that entire subculture is SO toxic like unbelievably so
so either I move or I spam click
:L
why would you want such a thing
if my middle finger was faster at clicking I could probably reach 20
thats probably exactly why it's harmful
you're doing something raunchy to your muscles
doesn't hurt for me though
jittering makes my arm a lil tense tho
if anything it hurts more just slamming my fingers against my mouse 50 times in a row
I'm not sure dupes are a good vanilla "feature" to keep tbh
roll back :^)






