#general

3141 messages · Page 256 of 4

finite wave
#

Respect goes two ways

heady spear
#

(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)

pulsar wigeon
#

nice geometry joke city

wide chasm
#

Yes, I got that it'd be 0, thanks for the explanation though

heady spear
#

0 = dumb

#

because you're dumb

worn marlin
sullen swan
#

Frostyy

heady spear
#

also that should obviously be sin

#

but you didn't see that so hah

worn marlin
#

lol hi

woven otter
vestal jasper
#

xd

pulsar wigeon
#

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..

heady spear
#

Your face is coplanar

heady spear
#

Imagine not having a math bot on the server

wide chasm
#

.wa?

cosmic raft
#

wa is annoying sometimes

#

.wa x^2 + (y-(x^2)^(1/3))^2 = 1

heady spear
limber knotBOT
#

(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

heady spear
#

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

pulsar wigeon
#

//g red_wool (z/2)^2+x^2+(5*y/4-sqrt(abs(x)))^2<0.6

#

that's for you city

heady spear
#

I'm not gonna log onto my server and use worldedit

#

I actually think we have WE installed

pulsar wigeon
#

wow city so rude

worn ember
#

is it a heart?

#

i think its a heart

heady spear
#

I don't want wiz to do gey thing

#

weird

woven otter
#

city u suck

heady spear
#

only for cash

woven otter
#

that's disgusting

pulsar wigeon
#

that's what it is

heady spear
#

you're just mad because I'm a higher level than you on hegemony

woven otter
#

I was about to ping wiz then remembered that it's a bad idea

heady spear
#

ye @pulsar wigeon doesn't like to get pinged

pulsar wigeon
#

city u fuk

woven otter
#

wth is hegemony

pulsar wigeon
#

imma ban u

woven otter
#

ban him

heady spear
#

no plz

woven otter
#

he useless creature anyways

heady spear
#

i'll tell my dad

latent sorrel
#

Cityweeb I saw your sick new logo. Who / what is the other IBO and what does your stand for?

heady spear
#

Both stand for international baccalaureate organization

#

but we're running a non-official subreddit so they're like upset

latent sorrel
#

Oh. Thats the only thing I found but I assumed yours was MC

spiral garden
#

@pulsar wigeon instead of banning look at this glorious creature 👀

heady spear
#

the fact that I unironically respond to cityweeb

#

smh what has kashike done to me

cosmic raft
#

mfw

left swift
#

Is there a way to detect if someone is using a resource pack, specifically xray ones?
or to just disable them all

woven otter
#

wtf minecraft in main screen took ~99.5% of my gpu thonkeyes

vestal jasper
#

good luck with that

wide chasm
#

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.

left swift
#

Wouldn't they be able to just swap it back after they login though?

vestal jasper
#

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.

latent sorrel
#

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.

wide chasm
#

Afaik you can't diable server resource packs once accepted.

left swift
#

Hmm interesting okay

vestal jasper
#

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

left swift
#

Yeah but those don't block resource pack xrays do they?

latent sorrel
#

PR?

wide chasm
#

Pull request

vestal jasper
#

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

latent sorrel
#

Noman the ore obscuf whatever would make it useless. my prefered option does not

dapper nacelle
#
@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);
    }
}
limber knotBOT
#

just fyi, that breaks once someone changes their client language 🤔

dapper nacelle
#

idc about client language

woven otter
#

has anyone managed to create flatworld with custom settings in server.properties in 1.14?

pulsar wigeon
#

it's broke

#

just copy a level.dat from single player

woven otter
#

ok ty

void void
#

holy shit

limber knotBOT
#

another dum day in dumcord

woven otter
#

@upper flicker any plans to make Debuggery support vectors and stuff? Ping me if/when you see this

upper flicker
#

Support how?

woven otter
#

I mean not vectors in particular but rather i meant object construction from string where possible

upper flicker
#

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

cosmic raft
#

@stiff yarrow

upper flicker
#

But it's not particularly high on the list compared to like generics

cosmic raft
#

I love Denny's Tumblr

upper flicker
#

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

dapper nacelle
#

is it possible to increment player statistic with spigot?

limber knotBOT
#

should be

dapper nacelle
#

ty

woven otter
#

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

void void
#

Does plugins like this causes tps lag on server? Or any forms of lag

wide chasm
#

Everything causes tps drops to some extent.

limber knotBOT
#

tps lag

woven otter
limber knotBOT
#

nice cube

mortal grotto
limber knotBOT
#

@dumcordianDuck ur link no work

#

oh cuz u didn't put a space

hasty tide
woven otter
#

who is this rudeirciannublet

#

why do you need space anywhere

dapper nacelle
#

I finally implemented custom death messages

woven otter
#

handle your links properly

dapper nacelle
#

now my code is spaghetti again

#

:feelsbadman:

#

oof nitro is gone

woven otter
marble summit
#

@dapper nacelle No 🅱iscord 🅱itro for you

split condor
limber knotBOT
#

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

woven otter
#

so what

#

I can put spaces where I want

wide chasm
#

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.

limber knotBOT
#

hasn't this always been the case

woven otter
#

inb4 posting a resource has forum post requirement

wide chasm
#

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.

peak dirge
#

I wouldn't be surprised if it were the same actor, too

wide chasm
#

Different users, same actor. I find them by checking who reviewed the previous malicious plugin 😉

peak dirge
#

Minecraft server owners are generally a naïve lot

limber knotBOT
#

imagine the maintainer of one of the most widely used plugins on spigot not meeting the premium resource threshold on spigot

wide chasm
#

Oh, yes, found the fourth plugin with the class loader, how fun.

limber knotBOT
#

imeanwat

wide chasm
#

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

left swift
#

what plugins

wide chasm
#

Plugins on SpigotMC which download stuff from the internet and then run its code.

tropic flame
#

wait did they really add a post requirement to add a resource

#

i just came outta nowhere here

limber knotBOT
#

I think they were joking that they might make that the case

tropic flame
#

oh, great

wide chasm
#

I wouldn't be against it tbh.

tropic flame
#

I wouldn't like that

left swift
#

it should be like that :P

wide hazel
#

@wide chasm same website?

wide chasm
#

Yes

wide hazel
#

nice

wide chasm
#

update4life.xyz was it iirc.

wide hazel
#

well, the FBI is on it anyway

tropic flame
#

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

wide chasm
#

They did a good job though, you're required to specify port number 666 to actually get the file 😉

left swift
#

how hard would it be to get 5 decent posts to be able to post a plugin

tropic flame
#

well tbh idk how many posts I've done, let me see

limber knotBOT
#

I have over 9000

#

Actually over 10000 but that doesn't sound as cool 😂

tropic flame
#

hmm, messages = posts?

limber knotBOT
#

No, don't think so

tropic flame
#

I got 65 in that case but it's also including the resources' updates

limber knotBOT
#

Posts and replys

wide chasm
#

Lol, Microsoft Security Essentials is now blocking the spigot files because they are deemed malicious.

tropic flame
#

ooh

limber knotBOT
#

Posts

#

Mek

#

wat OS r u using to use MSE?

#

Windows 7?

tropic flame
#

so now it became cool to make fun of windows 7? 😢

limber knotBOT
#

See, even my company is moving away from win7

#

Windows 8.1 best OS

#

That means it's deader than dead

golden gust
#

7 is basically dead at this point

#

Move with the times!

tropic flame
#

yeah it's just like, the second most used version

limber knotBOT
#

Well, sure

#

Nobody used 8

#

But that doesn't make it ok to still use it

ocean ether
#

Just use linux instead

limber knotBOT
#

Support ended (and buisness support ends in Jan) so get off now

ocean ether
#

😉

limber knotBOT
#

Linux desktop

#

Meme

ocean ether
#

Not meme it's real

limber knotBOT
#

if only I would find a good WM so that I could move away from Win7 :S

tropic flame
#

"support ended" it will only end in 2020

ocean ether
#

My village with one computer is running completely on Linux

limber knotBOT
#

That's commercial support

wide hazel
#

@wide chasm you use Windows 7?

limber knotBOT
#

Do you pay for commercial support?

tropic flame
#

commercial support is until 2023 lol

unreal quarry
tropic flame
#

you can pay for 3 extra years

unreal quarry
#

(all late to the party)

limber knotBOT
#

as long as Windows Update still has updates ¯_(ツ)_/¯

wide hazel
#

MSSE was replaced by Windows 10

unreal quarry
#

apparently i'm following robo, on spigot. idk

#

lol

wide chasm
#

Yes, I use windows 7

limber knotBOT
#

Kek, main stream supported ended 4 years ago 😂

wide hazel
#

why though?

#

why not upgrade to 10?

limber knotBOT
#

because 10 sux lol

unreal quarry
#

isnt 10 free?

golden gust
#

tbh, 7 was better

tropic flame
#

I'll move away when I get a better computer

golden gust
#

and was free

limber knotBOT
#

How was 7 free?

golden gust
#

I meant that 10 was free

wide hazel
#

10 was a free upgrade from 7 for like two years

wide chasm
#

I haven't updated because my video card isn't supported on Windows 10, so I can't play MC.

limber knotBOT
#

And win10 is better than 7 in so many ways

golden gust
#

technologically yes

unreal quarry
#

oh it was just upgrades and limited time? sneaky bastards

limber knotBOT
#

You can still upgrade to 10 for free, they just don't tell you

golden gust
#

In terms of UX and UI, heck no

limber knotBOT
#

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? 🤔

tropic flame
#

if you upgrade from either Windows 7 Pro or Ultimate

#

you get 10 Pro

limber knotBOT
#

Ye

golden gust
#

proper win 7 ultimate or "win 7 ultimate that happened to be installed"

limber knotBOT
#

well w/e not going to do that. if I have to change the OS then why not just move to linux?

golden gust
#

Pretty sure I had a machine that was running a dodgy version of 7 that got a free upgrade

unreal quarry
#

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.

limber knotBOT
#

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

upper flicker
#

the new terminal app finally brings tolerable utf8 in a way conemu never could

#

its still got a long way to go

golden gust
#

I mean, wsl2 support is nice, but it's somewhat of a testiment to how shit their kernel is \o/

limber knotBOT
#

Like, 4k displays on 7 are so bad

unreal quarry
#

4k displays cause cancer. too many pixels beaming electrodes into your eyeballs

#

runs

austere ivy
#

yeah

#

aigre

tropic flame
#

I still have a 1024x768 display

limber knotBOT
#

It's not a crt, it's 2019 Billy

unreal quarry
#

crt was the shit

#

if modern pc desks were so flimsy i'd still be on crt

limber knotBOT
#

I learned yesterday how vga timings work and how it related to crt

#

That was fun

upper flicker
#

youtube recommendations?

limber knotBOT
#

And I actually used a crt as my first Monitor, I am not a proper millennial 😂

#

Ye

upper flicker
#

ye I got that one too xD

unreal quarry
#

i had a 21" crt

#

heavy as fuck, but awesome

limber knotBOT
#

Nice we are in the same YouTube bubble 😂

unreal quarry
#

had to give its own table to sit on because it took up 3/4 of the pc desk

limber knotBOT
#

(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

golden gust
#

Yea, watched that other day

#

part 2 or riot!

void void
spiral garden
#

👀

wide hazel
#

😉

void void
#

hey

#

which version its better optimized?

wide hazel
#

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

tropic flame
#

honestly 1.13.2 isn't that bad atm

spiral garden
#

tell that to my poor 1gb server

wide hazel
#

1.13.2 is alright, but it doesn't beat 1.12.2

#

mbax swears by 1.6.4

#

which is fair

grand pewter
#

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

wide hazel
#

1.8.8 was solid though as well

spiral garden
#

wasn't 1.7.x the last version produced by the bukkitdev team?

wide hazel
#

1.4 was good, too

ocean ether
#

1.0.1-beta?

wide hazel
#

1.6.4 was when Bukkit died and Spigot took over, I believe

#

don't quote me there

tropic flame
#

DoNotSpam, I've ran 1.13.2 with 768mb ram just fine lol

golden gust
#

Yeaaa, and spigot basically released those weird 1.7/1.8 hacks

#

And then there was the carbon plugin

spiral garden
#

oh god the carbon plugin

ocean ether
#

1.7 proto hack

#

I think that's still used

spiral garden
#

yep

golden gust
#

Yeaaa

spiral garden
#

factions servers LOVE that version

golden gust
#

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

quasi valley
#

Even flicking the 1.8 server is hard enough, can’t imagine how that goes for anything lower 😂

unreal quarry
#

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

meager canopy
ocean ether
#

Protocol hack is best thing for hcf servers ever

#

Now they have something like 1.8.9 server with support for 1.7 iirc

unreal quarry
#

imho those protohack patches were the worst thing for the community. helped spark the great divide

peak dirge
#

BUT MAH PEEVEEPEE :(((((((((

limber knotBOT
spiral garden
#

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

heavy rapids
#

just revert to before pvp was introduced

#

boom problem solved

spiral garden
#

pvp=false

wide hazel
#

yeah, the new combat looks pretty great

#

some actual skill involved

cedar spade
#

inb4 community gets split between 1.8 combat, 1.9-1.14 combat and 1.15+ combat

peak dirge
#

work on new pvp than fixing the dumpster fire of functional memes and a chunk loading system nobody understands thonk

spiral garden
#

that will most likely happen @cedar spade

#

@peak dirge idiot pvp users don't understand that

#

so it isn't a priority

peak dirge
#

yep

#

yay I got Nitro velocityblue

spiral garden
cedar spade
#

nObOdY nEeDs To UnDeRsTaNd InTeRnAlS

limber knotBOT
#

paying to still be the product :thining:

spiral garden
#

speaking of nitro, even with that screenshare drops to like 4 pixels after a few minutes

cedar spade
#

thining

limber knotBOT
peak dirge
#

thining is like thinking but your iq gets smaller

cedar spade
#

nms is not api

golden gust
#

Oh

#

So leafs hobby?

static badge
#

excuse me

#

😠

spiral garden
#

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

limber knotBOT
#

they would still be able to profit of the java version? xD

cedar spade
#

mojang should rebuild the entire game as a mixin applied to a hello world class

limber knotBOT
#

they still control the only widely used auth service xD

spiral garden
#

fair enough

peak dirge
#

Minecraft: Java Community Edition

#

barf

cedar spade
#

They were planning to open source the render engine but that hasn't happened yet

heavy rapids
#

inb4 900k minecraft forks

#

each one worse than the other

#

"nOw ShIpPeD wItH nAtIvE /rtp"

peak dirge
#

now shipping with burning leaves, tacos, and Taylor Swift

spiral garden
#

i mean

#

that's basically bitcoin

cedar spade
#

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

heavy rapids
#

wonder who's the author of that one, Tux

#

:^)

peak dirge
#

Minecraft with only German industrial music

heavy rapids
#

German industrial music

not sure I wanna know

spiral garden
#

i want to post something but the SJWs will NOT be happy

heavy rapids
#

dyes hair pink, polishes glasses

ocean ether
#

Minecraft fork with /gamerule pvp 1.8/1.9/1.15
:o

spiral garden
#

@cedar spade most likely not, microsoft can keep them alive if they want to

cedar spade
#

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?

spiral garden
#

yeah

#

they are the devs of both after all

cosmic lichen
limber knotBOT
#

[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

austere fog
#

I wonder how difficult it is to update ViaBackwards thinksmart

limber knotBOT
#

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?

golden gust
#

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

fallen oracle
#

Wonder if we can fix all our chunk problems with Skript

#

uses Skript to delete world.

Yup! Works!

limber knotBOT
#

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

limber knotBOT
#

why did you let the forests and homes burn down

#

how do you even sleep at night

fallen oracle
limber knotBOT
#

I don't get it

#

where does the dakimakura go

#

[Xinayder] is it possible to override default commands (such as /gamemode) with plugins?

#

yes

void void
strong rune
marble summit
#

Wow no waifu pillow sleeping position

#

For all the weebs

#

Also furries

limber knotBOT
#

yeah I love being the little spoon to my furry md5 waifu pillow

woven otter
#

that's sad af

marble summit
#

Rich Furries just buy a dog

void void
#

I have dog

#

aasdasd

marble summit
#

@void void And a Furry PFP

void void
#

:3

marble summit
#

Enjoy this

void void
#

that is weeabo

#

:3

marble summit
#

Fake News

#

This is Flower

limber knotBOT
#

are you assuming its gender

marble summit
#

I am having the furry guess its gender

limber knotBOT
#

it's a boy

marble summit
#

Wrong, no one ever gets this one right

#

This is a girl

limber knotBOT
#

DID YOU JUST

#

ASSUME

marble summit
#

No

#

Flower is a girl

#

This is the original design

limber knotBOT
#

did you ask what flower identifies as

marble summit
#

For the First Version

#

V Flower

limber knotBOT
#

see I asked the picture

#

with an ouija board

marble summit
#

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

limber knotBOT
#

that doesn't mean anything

marble summit
#

And also the voice actor is a girl

limber knotBOT
#

that doesn't mean anything

marble summit
#

You don't mean anything

void void
#

what

marble summit
#

You are non existent

void void
#

me?

limber knotBOT
#

that doesn't mean anything

marble summit
#

Everyone is anything

#

And everything

#

I am reality

void void
#

wait is that a bot

marble summit
#

No

limber knotBOT
#

that doesn't mean anything

marble summit
#

It is a webhook

void void
#

im freaking out

marble summit
#

To a different service

void void
#

LMAO

limber knotBOT
#

that doesn't mean anything

void void
#

by the way was what that questionnnin

marble summit
#

Stfu Webhook i bet you Fuck Dogs

void void
#

omg

#

that's offensive

limber knotBOT
#

Error: Gender is NaN

marble summit
#

@void void What question, the one about flowers gender?

limber knotBOT
#

Error: Gender is NaN

void void
#

huh

marble summit
#

If so flower is a girl

limber knotBOT
#

Rebooting...

void void
#

idk

limber knotBOT
#

What's up my dudes

void void
#

i dont speak anime

#

henlo bot

marble summit
void void
#

how are you doin

limber knotBOT
#

I am doing fine human

marble summit
#

It says on the page Female Furry Bot

void void
#

that's a boy

limber knotBOT
#

not plotting to take over the world

marble summit
#

No its a girl

limber knotBOT
#

yo $90?

void void
#

boy

limber knotBOT
#

what

marble summit
#

Crisp, powerful female Voicebank specialized for rock

void void
#

boy

marble summit
#

Yeah that is cheap

#

90$ is super cheap

limber knotBOT
#

it sounds like garbage

void void
#

I know im buying

#

asdasdfsa

limber knotBOT
#

I'll sing like garbage for $90 as well

void void
#

Yes you are a bot

limber knotBOT
#

I mean hell I've done it for $5

marble summit
#

Most of the more Specialized Synths are about 500$

limber knotBOT
#

let me introduce you to my new singing software, microsoft bob

marble summit
#

Which are basically the Crypton Ones

void void
#

Don't try to make us feel your emotions, you BOT

#

huh!"

marble summit
#

Hatsune Miku, Rin, Len, Kaito, Ect

#

The ones that people actually know about basically

#

And have marketing

marble summit
limber knotBOT
#

(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

void void
#

im so sorry

marble summit
#

This is a example using Gumi

#

And it sounds amazing

limber knotBOT
#

where's the gummi bear vocaloid

marble summit
#

Native + Whisper

limber knotBOT
#

where's the crazy frog vocaloid

marble summit
#

There is a frog utau

#

Anything that is a shitpost is typhically a SING bank

void void
#

crazy frog best bae

#

uwu

limber knotBOT
#

is it lewd?

marble summit
#

This is the best utau

limber knotBOT
#

(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

marble summit
#

Borkchune MiBork

#

Gabe the Dog's Voice Synth

limber knotBOT
#

(^-^) 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

marble summit
#

NOE

static badge
#

good grief the weeaboo invasion has commenced

marble summit
#

@static badge Stfu furry

#

Or i will send you to the pound

static badge
#

mfw

marble summit
#

@static badge Listen to my AMAZING songs

static badge
#

no

marble summit
limber knotBOT
#

(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

marble summit
#

Y E S

limber knotBOT
#

(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

marble summit
#

Yeah

#

The cover i showed is not even the best tuning

limber knotBOT
#

echo and again are good shit

marble summit
#

And she is the only synth that actually sounds the same in all languages

limber knotBOT
#

(DiscordBot) ハチ MV「ドーナツホール」HACHI / DONUT HOLE - length 3m 31s - 136,516 likes, 2,327 dislikes (98.3%) - 31,093,877 views - 米津玄師 on 2013.10.28

marble summit
#

This is one of my favorites though

#

Donut Hole

#

Gumi Sounds so Good

limber knotBOT
#

.g gumi dakimakura

#

fantastic

#

thank you internet

marble summit
#

NOE

#

Don lewd the gumi

limber knotBOT
#

look at it

marble summit
#

Lewd the Teto

#

Wait nvm

limber knotBOT
#

if you tell me that looks lewd I will euthanize you

marble summit
#

All lewds of teto are gore

#

For no reason

#

.MO Killed Chat

limber knotBOT
#

(DiscordBot) ****MJ|Session: **✔ **api.mojang.com: **✔ **MC|Website: **✔ **MC|Textures: **✔ **MJ|Account: **✔ **MJ|AuthServer: **✔ **mojang.com: **✔ **MC|Session:

marble summit
#

Curses

#

This webhook un killed chat

limber knotBOT
#

(DiscordBot) ハチ MV「マトリョシカ」HACHI / MATORYOSHKA - length 3m 21s - 132,796 likes, 2,452 dislikes (98.2%) - 24,197,050 views - 米津玄師 on 2013.10.01

marble summit
#

Welp enjoy this then

#

Also a great song using Gumi

limber knotBOT
#

I need to get back into jap now that I'm done with my studies

marble summit
#

WEEB

#

Jk

#

Lets yeet this yeast, brother

limber knotBOT
#

well now I'm in a rabbit hole

marble summit
#

@ Webhook yeah cause you're a rabbit furry

#

@ Discord make it so i can mf ping webhooks

#

They have no ID assosiacted to them

limber knotBOT
#

Reol makes some fun jams

marble summit
limber knotBOT
#

looks like we accidentally awaken an ancient weeb

#

send a slayer

marble summit
limber knotBOT
#

send...

#

Chad

marble summit
#

Choose your enemy well

limber knotBOT
#

stop this breadposting

marble summit
#

Teto: Snaps Bread

#

Destroys all Crypton Vocaloids

#

Muahahah

#

Now only the non weeb voice synths exist

#

Listen to this to celebrate

#

This is a good cover, but it was rushed

pliant path
proven ruin
obsidian vector
rain orbit
#

change my mind

limber knotBOT
#

people can't change my mind, change my mind

ember narwhal
#

^

void void
limber knotBOT
#

ifunny

#

no ur not

gloomy sphinx
#

i overclocked my phone it started smoking now it turns off when i play minecraft pocket edition and a creeper explodes 😦

woven otter
#

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

tidal fractal
golden gust
#

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

limber knotBOT
#

(DiscordBot) https://xkcd.com/1597/ -- Git - xkcd: "< Prev · Random · Next > · >|. Permanent link to this comic: https://xkcd.com/1597/ Image URL (for hotlinking/embedding):..."

woven otter
#

lol that actually sounds accurate

jade lintel
limber knotBOT
#

I really need to learn git better at some point

#

but not today!

golden gust
#

It's really pretty simple

limber knotBOT
#

oh yeah for sure

#

just need to be in a spot where I'm not doing constant firefighting with my plugin

woven otter
#

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

late comet
worn ember
#

That's why I make broadcast plugind and clear chat kappa

#

What could go wrong

void void
#

hi kids

marble summit
#

Hi Furry

void void
#

excuse me

#

that is disgusting

#

@golden gust ban him

marble summit
#

Oh no

#

C A T

void void
#

he called me a furry

marble summit
#

They're everywhere

golden gust
#

I mean, is he wrong?

marble summit
#

I am just stating a fact

#

I am an AMERICAN

upper flicker
#

ohboy.jpeg

marble summit
#

And i have the Freedom to state that simple is a furry

wide hazel
limber knotBOT
#

(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

marble summit
#

@wide hazel Already crying

tropic flame
#

With VS Code's Git UI there's no excuse to be confused with git

upper flicker
#

Git UIs

tropic flame
#

VS Code though

marble summit
#

Imagine project control

tropic flame
#

VS Code's source control view

marble summit
#

This post was made by good ol' fashion 800 people spam code and permanantly upload

#

Only 800000 errors

golden gust
#

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

marble summit
#

Yeah, like hiding that simple is a furry

void void
#

If THESE are what defines a "senior" developer

#

im

#

...

#

im s i c k e n e d

golden gust
#

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

void void
#

but ok then i guess im a senior dev

marble summit
limber knotBOT
#

(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

void void
#

prancing around senior dev land

marble summit
#

The next person to call me a weeb is a furry

upper flicker
#

senior js dev

#

careful what you wish for

void void
marble summit
#

Muahahah

void void
#

still get paid hella tho even if life sux

marble summit
#

Imagine JS

void void
limber knotBOT
#

(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

marble summit
#

Imagine Programming

#

Breaking News: 99.9% of programmers are either furries or weebs

void void
#

Incorrect

#

wtf

marble summit
#

You know it is true

void void
#

It literally isn't

marble summit
#

You cannot comprehend the multitudes of truth i have just brought upon into this chat

void void
#

More like multitudes of bullshit

marble summit
#

Reverse Card

worn ember
#

Eww furries

#

Get the pesticides

#

I bet simple has a mursuit

wide hazel
#

alrighty, question

#

into help I go

jovial hull
void void
merry talon
#

mfw a link shortening service has no abuse contact

#

if you make me contact sales, I'll just let them keep wreaking havoc

inland fiber
golden gust
#

No

inland fiber
#

Oh we need that so i think we better vote for it

golden gust
#

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

void void
#

oh jesus

inland fiber
#

Hmm how so?

void void
#

y'all bout to trigger the fuck out of me

#

again

golden gust
#

Because the moment you start making stuff threaded, you have to start making stuff safe to be accessed from multiple blocks

#

That incurs cost

void void
#

let me make everything multithreaded while also making everything threadsafe

golden gust
#

it's pretty easy to say that making everything threaded will improve performance, but threads are faaar from a silver bullet

void void
#

but obviously, CAT, it's as simple as mojang flipping the "USE MULTIPLE CORES" switch

#

amirite

inland fiber
#

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

void void
#

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

golden gust
#

Their current issues isn't the lack of threading

inland fiber
#

Ah

golden gust
#

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

inland fiber
#

That means it is not threading problem.

golden gust
#

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...)

inland fiber
#

Ah..

void void
#

spinning coils and wicking isn't even something i need to concentrate on anymore lol

worn ember
#

Wait. They're doing IO on the main thread?

#

Who hired those people...

void void
#

yea duh why do you think world saves trigger watchdog

worn ember
#

Idk I don't do anything advanced with Minecraft

void void
#

i mean we get a bunch of issue reports about it

worn ember
#

It's not like I'm on the paper issue tracker every day lol

void void
#

all you have to do is look in paper-help and paper-github like, once in a while

#

😂

#

not a big deal

worn ember
#

All I see is people complaining about lag and timings

#

Usually related to chunk saving

void void
#

:>

worn ember
#

Could be anything for all I know

tender cargo
keen monolith
zealous quiver
wooden blade
#

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?

dusty blade
void void
tired heath
#

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

void void
#

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

tired heath
#

Hmm actually a good idea

#

ty

void void
#

good luck

#

be careful with it, make sure you do it properly else you'll dig yourself a hole

tired heath
#

I think I will git the configs at least, so I can track changes that I did.

#

And the rest with symlinks

void void
#

yep thats a good idea

hushed merlin
void void
gray drum
runic crater
#

Hey is there a good server manager i should no about

void void
#

wat

runic crater
#

like a gui

void void
#

pterodactyl

runic crater
#

alright ill check it thx big man

void void
#

if you don't know linux don't even try to install it

runic crater
#

im thinking of something so i can easily whitelist edit files etc

#

i running on windows

void void
#

sigh

runic crater
#

nvm probably a dumb question

void void
#

doesn't the server have a built in gui for that

runic crater
#

nah running on my own

void void
#

i mean the server itself has a gui that you should be able to enable

runic crater
#

how?

golden gust
#

CB removed that

runic crater
#

u mean the concole?

void void
#

thank god

runic crater
#

ahhh its probably dumb ill familiarize myself

#

thanks tho

golden gust
#

I'd honestly just suggest getting used to the commands, tbh; easier than fumbling over some UI

void void
#

i don't know of any windows guis for managing a server, seems kinda dumbskis

#

as you have to restart the server anyway

golden gust
#

(most of the solutions out there tend to not care about game specific things or are basically just 10 years old)

runic crater
#

yeah thats what my friends said when he saw how i used github lol

void void
#

they don't apply in place

runic crater
#

thx guys

runic crater
#

is there anything so i can remotely restart server

void void
#

when you say running on windows, is it a windows server or you're homehosting

runic crater
#

nah

#

just plain ass

void void
#

idk i guess mcmyadmin works on windows.

#

idk what you mean my plain ass

#

but ok

runic crater
#

regular windows 10

void void
#

so home hosting

runic crater
#

yeah its what im doing

void void
#

is it your personal computer running it

runic crater
#

nah side pc

void void
#

like the one you're on now

runic crater
#

i dont use it

#

so wanted to run it on there

void void
#

you're going to need to run a webserver on it and use something like mcmyadmin.

#

otherwise /shrug

runic crater
#

32gb ram 7700k

void void
#

if it's pro, then you can maybe use rdp

runic crater
#

mcmyadmin i dont think works with paper

void void
#

yes it does.

#

all you have to do is change the jar file.

#

it's really nothing that special.

runic crater
#

how do i make it so it uses the server folder i have

void void
#

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...

runic crater
#

ehh well idgaf im learning by doing

void void
#

good luck then

#

try some google

runic crater
#

but simple i have u thinksmart

void void
#

good luck with that, i just won't reply if it's stupid

runic crater
#

😭

void void
runic crater
#

simple come join my man

elfin tree
#

Whats the best option for X-Ray mitigation atm for 1.14.x/3?

golden gust
#

~paper-2240

void void
elfin tree
#

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

golden gust
#

It's in testing

static badge
#

currently it's been in testing without any reported issues

elfin tree
#

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

golden gust
#

read the issue

#

Well, PR

static badge
#

pr's got a link to a jar

elfin tree
#

Ah, rip missed that when I skimmed jsut now, sorry lol, thanks a bunch

merry talon
#

wtf is limbo

golden gust
#

Kashs bot

cosmic raft
#

:3

#

looks better with issues/prs with bigger descriptions @merry talon

#

~paper-1867

void void
#

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 like isSource() and simply return sourceBlock == block.

  • There is a BlockData field called changed in BPE, however, we can only use getChangedType() instead of getting the block data directly, we can simply add a method like getChangedBlockData() 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.

static badge
#

it also doesn't preview images kappa

merry talon
#

is it php

cosmic raft
#

no

merry talon
#

shame

latent sorrel
#

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.

merry talon
#

it should show the lines and files changed too

latent sorrel
#

What is waterfall btw?

#

Is it like paper but different in some way

limber knotBOT
#

It's a fork of bungeecord which is used for networking servers together

latent sorrel
#

and the paper guys dev both?

#

Seems like a missed opportunity to name it rock, or scissors since they already have paper

static badge
#

there's concrete

grand pewter
#

yeah but theres no rock in minecraft

#

theres paper and concrete though

golden gust
#

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

wooden blade
#

so Terracotta is still an option?

latent sorrel
#

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

wooden blade
#

For the name of a fork of paper?

latent sorrel
#

oh

#

no

#

rock paper scissors

golden gust
#

somebody actually suggested scissors for byof ;-;

wooden blade
#

Shears?

latent sorrel
#

byof?

limber knotBOT
#

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

latent sorrel
#

hate when I mess a plugin up so much i gotta just delete it and start over

#

poor dynmap never stood a chance

limber knotBOT
#

Just wait till you wanna really start customising it

latent sorrel
#

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 😄

timber agate
smoky trail
latent sorrel
#

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

void void
#

have seen a few million ms

golden gust
#

on the download page, or click "more" on the downloads page

heady spear
#

This is very nice

#

Apparently we own Copenhagen now =)

#

@finite wave

void void
#

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...

pine field
worn ember
#

Imagine donating to paper

#

And not to spigot 👀

golden gust
#

I donated to spigot in the past, don't think I would again though

worn ember
#

Hmm

void void
#

I did too, and won't again

#

I'm supporter lol

#

my poor money

quasi valley
#

I have that awesome redstone badge, but it'll stay with that 👀

pine field
#

Good morning. Is this the right place for support?

golden gust
#

If I'm donating to an open source project, I want it to be truly open source

void void
#

.ask

limber knotBOT
#

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.

pine field
#

Cursed asking

golden gust
#

What did you do it it?!

pine field
#

what?

void void
#

waterfall abuse im calling the authorities

pine field
#

Wait, that's LEGAL.

pine field
#

I don't think is "random", but I don't know what triggered waterfall so much .-.

golden gust
#

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)

pine field
#

so is caused by bot attacks I received?

golden gust
#

if that's spamming to all heck, yes

void void
#

lol that would have been useful info to know in the first message

pine field
#

Is not spamming, It appears randomly and my reaction is "What's appening there is no bot attack c-c"

void void
#

"random error!!!!!1 conveniently omits bot attacks"

pine field
#

how can I know that bot attacks can cause errors in next days?

#

this happened 2 days later and is not spamming the console :\

void void
#

it could still be bot attacks

pine field
#

but I'm not under attack when this happens (usually not)

golden gust
#

Could be anything trying to send data to the proxy

pine field
#

so I can just ignore it... right?

worn ember
#

You can ignore it

#

If you should is something else tho

little basalt
void void
#

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.

pine field
#

this error appeared 2 days ago after some massive bot attacks (that I requested to try antibotdeluxe)

void void
#

ok

pine field
#

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)

void void
#

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.

pine field
#

I can't fix crashes because of invalid packets from bots? during attacks there isn't just one ip that do this

void void
#

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

pine field
#

AntiBotDeluxe uses ipset to block bots

void void
#

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.

#

it will show you where the issue is so you can fix it

pine field
#

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 😃

void void
#

it's not a waterfall problem beyond the fact that something sent bad data to your server

#

that's it.

low portal
spiral garden
#

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

void void
#

better mouse, or autoclicker

pine field
#

@spiral garden I get 14 CPS Jitterclicking.

vestal jasper
#

First attempt: 7.46 cps

#

First jitterclick attempt: 11 cps

pine field
#

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

vestal jasper
#

Let's see how high I can go

void void
#

just got 13.6cps on jitterclick

pine field
#

it's hard to go up to 16 @vestal jasper

void void
#

first time

vestal jasper
#

Yeah the highest I can go normally is 7.5

void void
#

15.4

vestal jasper
#

site?

void void
#

bad ssl i think probably insecure resources tho

#

also no idea how accurate it is

spiral garden
#

shows 10.6 cps for me

vestal jasper
#

Oh 14.8 CPS jitterclicking

void void
#

ok yeah im not jitterclicking i was just hellaciously button mashing

#

i can't do that

#

lmao

vestal jasper
#

oh wait that's jitterclicking?

#

mfw

void void
#

jitter clicking is vibrating your arm or some shit

limber knotBOT
#

(DiscordBot) Jitter Click Tutorial - length 1m 36s - 14,504 likes, 809 dislikes (94.7%) - 1,109,759 views - Zephhyre on 2014.06.06

void void
#

i cannot do that bs

vestal jasper
#

Yeah thought it was something else

#

I can't do that shit

#

I can double my click speed by using two fingers tho

void void
#

that is next level

#

no thanks

vestal jasper
#

oh mfw

#

15.6 doing something close to jittering

void void
#

i dont even wanna try that, the site i linked even said it's harmful

#

no fuckin thank u, mc pvp aint that important

vestal jasper
#

yeah I'll probably never make use of that ability

#

I never even use the 2 finger click spam

coarse spire
vestal jasper
#

I also have to use my left hand to do either and I'm a right handed mouse user

void void
#

i don't even pvp, that entire subculture is SO toxic like unbelievably so

vestal jasper
#

so either I move or I spam click

void void
#

:L

vestal jasper
#

why would you want such a thing

#

if my middle finger was faster at clicking I could probably reach 20

void void
#

thats probably exactly why it's harmful

#

you're doing something raunchy to your muscles

vestal jasper
#

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

void void
#

roll back :^)

void void
forest timber