#general

3141 messages · Page 117 of 4

austere ivy
#

Yeah.

#

It's called Vanilla MC

#

./title actionbar

safe mason
#

Read the entire question please.

tropic flame
#

lol I can't get VS Code to work properly for Java, the "Language Support for Java" extension by Red Hat crashes 5 times in 3 minutes

austere ivy
#

Of course you probably don't want that buut..

#

works

bold zephyr
#

pretty sure that script would just spam node processes

limber knotBOT
#

I think he wants to filter messages and redirect them ;)

safe mason
#

Exactly phoenix

merry talon
#

that's because vs code is progressive and java is depressive

austere ivy
#

Oh you want to filter messages?

#

How would you filter them?

#

Check string?

merry talon
#

and wtf that is made by red hat

tropic flame
#

Sweepy, or maybe extensions should just work properly if they're on the marketplace lmfao

austere ivy
#

HMM OK I got it

tropic flame
#

I just install VS Code, install the extension, and it crashes

#

ooor I install the extension and then make a .java file

#

it crashes

merry talon
#

its working for me

safe mason
#

I saw that UltraCustomizer had this feature but it's a premium resource.

austere ivy
#

@safe mason try this:

safe mason
#

I'm looking for a free alternative.

merry talon
#

oh no

#

it's global installing all of paper's dependencies

#

starting up the language server

lucid vale
merry talon
#

oh jesus

austere ivy
#

@safe mason

#
@EventHandler
    public void onChatSend(BroadcastMessageEvent event) {
        if (event.getMessage().equals("[Plugin] This is a message!")) {
            for (CommandSender commandSender : event.getRecipients()) {
                if (commandSender instanceof Player) {
                    Player player = (Player) commandSender;
                    player.spigot().sendMessage(ChatMessageType.ACTION_BAR, TextComponent.fromLegacyText(event.getMessage()));
                }
            }
        }
    }
bold zephyr
#

that code hurts my eyes

#

seriously stop stepping into so many if statements

limber knotBOT
#

it also doesn't work

austere ivy
#

You'd rather I check the opposite and return; from those?

bold zephyr
#

and "onChatSend" is a.. not even a bad name its just wrong

static badge
#

brian baits everyone part 18

finite wave
#

Just use packets

austere ivy
#

spotted you missed part 17

limber knotBOT
#

BroadcastMessageEvent is only called for the Bukkit#broadcast methods

austere ivy
#

also Neon said he wanted something simple and I've never used actionbar before

#

ye wait

finite wave
#

Packets

bold zephyr
#

i rather you just stop offering help when you need to learn

#

also i like jans idea

limber knotBOT
#

you never stop learning :P

bold zephyr
#

packets are superior here

austere ivy
#

Alright, well Neon can do whatever.

#

If he wants to go ahead into packets, that's his choice, I was just offering an idea.

bold zephyr
#

@phoenix616 okay sure but theres a point between needing to learn more and being able to offer solid advice

finite wave
#

How are you gonna do it without though @austere ivy

limber knotBOT
#

nobody here is required to offer solid advice so ¯_(ツ)_/¯

merry talon
#

nobody here is required to not point out bad advice either

austere ivy
#

ah, how nice a free world is

static badge
#

nobody here is required to be retarded

#

yet brian and sweepy continue

bold zephyr
#

ill start advising people to burn their server room

#

in that case

merry talon
#

look at your profile picture

#

spotted

finite wave
#

It’s a cat

merry talon
#

just.

static badge
#

yes I'm looking

merry talon
#

that's all

static badge
#

nothing weird here :>

austere ivy
#

Check that out maybe, Neon.

bold zephyr
#

lol

finite wave
#

@austere ivy Lol why

#

Did you even read the question

#

Smh

#

Just give him a proper link instead of poop bukkit.org

bold zephyr
#

oh as for the question about returning out of certain checks, yes id prefer thst

#

it improves readability

#

and looks sane

merry talon
#

i think the amount of nesting in that code is fine

#

only a couple levels

bold zephyr
#

its still a bad habit, especially after you see the nesting in his other code

merry talon
#

since the loop is necessary

bold zephyr
#

we dont need Slimefun v2

static badge
#

just so you boys know javac will nest them like that so please don't nest them

merry talon
#

its not an all or nothing thing

finite wave
#

Wasn’t slimefun already the second version? @bold zephyr

merry talon
#

that amount is actually more readable I think

bold zephyr
#

what was the first version

finite wave
#

Slimefun 1?

bold zephyr
#

i mean the source is called Slimefun4 and Slimefun5 is his "standalone game"

#

so i suppose brian would be making Slimefun6

finite wave
#

Hmm

#

So he has had 4 versions

bold zephyr
#

i was referring to the fact that SlimefunSetup.java requires a decent amount of scrolling to the right

finite wave
#

It was updated 10 days ago

#

Lol

bold zephyr
#

yeah its community updated

finite wave
#

Why

bold zephyr
#

i pred an update to ExoticGarden for 1.13.2

finite wave
#

Ugh

bold zephyr
#

idk tbh my servers playerbase likes the plugin

merry talon
#

ok that's retarded

bold zephyr
#

with more time i want to optimize it

#

@merry talon LOL

#

sec

merry talon
#

and the timer logic below

#

mfw

finite wave
#

That’s nothing compared to everything else

#

Read Minidiggers story

bold zephyr
#

aight im going to work

finite wave
#

Cya

merry talon
#

The diamond operator does not add any benefit to source code, it is purely aesthetic

worn ember
#

is there any sane reason why there is no entity despawn event for spigot? (i know paper has it) just wondering what dumb reason md_5 got for not implementing it

merry talon
#

you could ask that about pretty much any paper feature

#

you'll never get a valid reason

worn ember
#

well its really fucking me over right now :/ and sadly i cant convice the owner of the commission to use paper

merry talon
#

then don't support him

#

oh

worn ember
#

sorry worded that wrong

#

i'm getting paid for it, but this will cause memory leaks

merry talon
#

then don't work for him thinksmart

void void
#

then tell him that, @worn ember

static badge
#

you can implement it without memory leaks you know

#

there are entity death events and chunk unload events

worn ember
#

well i'm mapping entities, but i got no way to know if they still exist without a despawn event

void void
#

I'm just willing to bet you can scare him into using paper, for his own benefit 😏

merry talon
#

death events are called on despawn?

worn ember
#

yeah i'm already listening for death events

austere ivy
#

@bold zephyr, ignore the deprecated actionbar sending, I'm figuring out how to send actionbar messages. Which looks better:

#

I personally like the second one more.

void void
#

just use...the chat component api

stiff yarrow
#

brian

#

why

void void
#

😠

austere ivy
#

The first one requires you to go through more steps in your head to understand, and weirder levels of indentation.

#

SHHHHH

void void
#

no not shhh

austere ivy
#

I'm asking Inneusa

merry talon
#

second one is more readable

void void
#

that's what you're meant to do

#

boi

austere ivy
#

bruh

#

chatcomponent api can't send action bar messages

#

can it?

#

I'm looking but TextComponent definitely can't

safe mason
#

@austere ivy I was asking for an alternative plugin, not some code. Thanks for trying tho.

void void
#

yes, it has a chat message type argument as well my dude

#

just add .spigot() in there bby

austere ivy
#

oh

stiff yarrow
austere ivy
#

uhh

#

that's deprecated?

#

that ..

fallen oracle
#

Ahh, the good old times of using that lol

#

I haven't used text component in so long.

#

I forgot how annoying it was.

austere ivy
#

you're saying player.sendMessage() but player.spigot().sendMessage?

#

that's deprecated

void void
#

what lol

austere ivy
#

or are you saying with TextComponent

limber knotBOT
#

Just compiled the git code. This using 1.14.1 pre-release?

void void
#

yes with TextComponent

merry talon
#

you've got to be kidding me

austere ivy
#

that's

#

deprecated

static badge
void void
#

it's not marked as deprecated....what api version are you using lmao

austere ivy
#

that's what I was doin

#

1.12? what are you?!

void void
#

1.14 lmao

merry talon
#

1.12

austere ivy
#

Neon what mc version are you using?

merry talon
#

what's deprecated are the argument types you're giving it

austere ivy
#

sendMessage with those parameters

#

it's stricken through?

#

low quality but yeah it's sendMessage with those parameters

#

that's specifically what's deprecated

#

weird I didn't know deprecation went away in later versions

sturdy fulcrum
#

What’s an actionbar

austere ivy
#

it's the thing above your hotbar

#

it shows text

sturdy fulcrum
#

What’s a hot bar

limber knotBOT
#

git checkout origin/ver/1.14

tropic flame
#

sendMessage(string) being deprecated in bungee is something stupid and no one can change my mind

austere ivy
#

it's

#

logics

#

oh

#

you're saying for Bungee? I don't use bungee so I wouldn't know I guess

limber knotBOT
#

this 1.14.1 pre-release?

#

no

tropic flame
#

what, is it also deprecated for bukkit now? @austere ivy

limber knotBOT
#

it's 1.14

#

yeah looking at git branch --all

#

just says 1.14

#

because it is 1.14

#

but seems to be pulling 1.14.1 ... disregard that. I sux cocks

void void
#

oops i forgot to go to my dmv appointment

#

shitfuck

#

i hate that place

limber knotBOT
#

but 1000 Satoshi you are double checking

#

what does a drivers test cost at the dmv btw?

#

about

void void
#

depends on license level

#

bout 40 bucks

#

i think

#

for class C

limber knotBOT
#

idk a normal car

void void
#

class C

limber knotBOT
#

yeah that

void void
#

bout 40 bucks

limber knotBOT
#

jezz that is nothing.

void void
#

all im tryna do is get my license renewed cause it expires on my birthday

#

next month

#

but fuck it, i missed my appt

#

oh well

limber knotBOT
#

Costs like 30k sek in Sweden to get a drivers license.

#

That is like 3k USD...I shit you not

void void
#

o.o

limber knotBOT
#

communists and shit

#

no, the courses cost that much

#

the actual paper doesn't...

#

phoenix616, yeah but that is what my gf had to fork out

void void
#

i mean yeah if you wanna do a driving school here you can expect to pay some $$$

limber knotBOT
#

because europeans don't just let anyone drive who got a 1h lesson from their father

void void
#

but you dont have to do that

stiff yarrow
#

no they have to

#

its mandatory

void void
#

you do have to take an actual street test

#

you have to now?

#

in california?

#

o.o

stiff yarrow
#

no sweden

void void
#

oh

limber knotBOT
#

phoenix616, good luck passing your test if you don't go to driving schools.

#

in almost any european country

#

in Sweden that is

void void
#

That's rarted

limber knotBOT
#

just don't get a driver's license, lol

#

no pee-tarded

#

worse

void void
#

I mean, if you fail the driver test here then no license lol

limber knotBOT
#

no need in the city ¯_(ツ)_/¯

void void
#

what the fuck do you need it for then

limber knotBOT
#

because I hate hippies and want a YUUUGE 4x4 to pick up my mail with

void void
#

do you not need a license for in city driving there or something

#

because that's when you especially need a license here

limber knotBOT
#

there is "out of city driving"? Oo

sturdy fulcrum
#

Do u even have a car

void void
#

what lol.

limber knotBOT
#

I mean you never are more then 10km from another city in central europe...

cosmic raft
limber knotBOT
#

(DiscordBot) GEORGE MICHAEL MYERS - "CARELESS SISTER..." (CARELESS WHISPER PARODY) - length 5m 7s - 8,407 likes, 55 dislikes (99.4%) - 43,297 views - THE MERKINS on 2019.05.08

void void
#

of course there is out of city driving, there is out of province driving lol

#

some of yall never drove for days on end and it shows 😂

limber knotBOT
#

All this eurofaggoty is just making my balls shrink. ofc you need a car

#

"days" means being in asia or the middle east. lol

void void
#

yeah

#

and?

limber knotBOT
#

that's nto europe

void void
#

not everyone lives in europe lol

#

didnt know we were being euro exclusive

limber knotBOT
#

well but I was referring to it...

#

that was my whole point

#

phoenix616, men det vet du!

void void
#

oh shit let me get my psychic goggles and try and figure out where we completely switched only to phoenix's topic!

#

hmmmm

limber knotBOT
#

there really isn't enough change in driving environment to varrant in-city and out-of-city license differences

void void
#

can't see it

sturdy fulcrum
#

My shoes have more miles than your car

limber knotBOT
#

oh wait phoenix616 .... tell them what gas costs in Sweden xD

void void
#

how many miles u rockin

#

my car has rolled over twice....i've only got...96K...i swear...

sturdy fulcrum
#

Lol

#

I just hit 40k on my new car

cosmic raft
#

two accidents already?

#

ouch

void void
#

no

limber knotBOT
#

I only kinda know German prices, sorry qxt ;D

void void
#

rolled over in that context = mile counter rolled over

safe mason
cosmic raft
#

oh

void void
#

aka i have...296K miles

cosmic raft
#

that doesn't seem like a lot

void void
#

that's a lot for one transmission

limber knotBOT
#

phoenix616, think it was 18kr today. That is almost 2USD a litter for gas.

void void
#

rip

limber knotBOT
#

.wa 1.40€ to $

limber knotBOT
void void
#

Philippines is around 46-51 pesos per liter

#

.wa avg of range 46-51

limber knotBOT
#

(DiscordBot) No results.

void void
#

nice

limber knotBOT
#

.wa galon to liter

indigo cloud
void void
#

.wa 48.5php to usd

limber knotBOT
#

so ~6$/gallon if I understand US system correctly?

void void
#

avg 93 cents per liter in philippines

limber knotBOT
#

2 USD a liter is just wrong. That is after you fork out 3k USD to get your license.

#

only costs half in germany (if you pass the first time)

austere ivy
#

hey guys

#

hold alt and drag in IntelliJ

sturdy fulcrum
#

Gas here is less than $3

limber knotBOT
#

so?

austere ivy
#

it selects your code in your selection which is kinda cool.

limber knotBOT
#

welcome in a sane editor xD

#

ps.: github's web-editor does that too ;)

void void
#

.wa 0.93 * 3.785

limber knotBOT
void void
#

$3.52 per gallon

limber knotBOT
#

Then you have a bunch of stupid co2 taxes here. A Corvette Stingray 1.6L 2019 had a CO2 hippie tax of 2000 USD a year

void void
#

my hometown in california is ~4.7 US/gal

merry talon
#

i forgot github had a web editor

#

ew

cosmic raft
#

web editor is not bad

void void
#

ye california has a "gas guzzler" tax now

cosmic raft
#

i've used it a couple times

limber knotBOT
#

4.7USD a gal?

void void
#

in california atm yes

limber knotBOT
#

jezz

void void
#

3.52 in philippines where i was

merry talon
#

can't sign commits with web editor

#

gitlab's web IDE is pretty good though

unreal quarry
#

It's $3/gallon here.

#

Costs me $8 to top off

#

For the week

void void
#

Billy you're tx? right?

limber knotBOT
#

Some places in the US only cost like 2.40 a gal

sturdy fulcrum
#

My neighbor charges their car every night and probably doesn’t pay for gas at all

unreal quarry
#

Yeah, simple

void void
#

it's gone up recently then

limber knotBOT
#

Leave it to Texas to be normal.

void void
#

have some fb friends who had like $2.30?

#

recently

#

in tx

limber knotBOT
#

yeah that is normal in the US 2.30-ish

unreal quarry
#

Yeah, it goes up every summer

#

Winter can get down to 1.99

void void
#

california hasn't been below $3 for years

#

and hasn't been below $4 for a few months now

acoustic pilot
#

lots of free charging stations in california for EVs

merry talon
#

really?

#

other than tesla superchargers?

pliant pilot
sturdy fulcrum
#

Strictly electric isn’t a good idea to me because I like road trips

void void
#

"free"?

sturdy fulcrum
#

For normal commutes around the city I guess it could be beneficial

void void
#

idk the tesla's have some pretty sick range

pliant pilot
#

yeah EVs are getting wayyy better range

limber knotBOT
#

Calif is just weird. In the old days you might get a tattoo during a drinking night out. Now you can wake up with a dick sewn onto your leg or something

void void
#

yeah im getting sick of cali

limber knotBOT
#

I mean it weather is nice but ... yeah thats it

void void
#

not even in the central coast

pliant pilot
#

not for me lol, 110 soon

void void
#

currently overcast

#

almost every day

acoustic pilot
#

was drizzling earlier today in SoCal

#

nice weather and nice food here

sturdy fulcrum
#

It was snowing here last week of April so enjoy your weather

gloomy sphinx
#

sunny here in alaska

void void
#

Wadup

#

fellow server dude here

#

i prefer hot weather all day every day

#

so, philippines is where it's at; it doesn't get cold. it has 2 seasons.

#

wet or dry.

#

but always hot

#

oh ok so like hell :)

#

yes

acoustic pilot
#

Yeah I bet monsoon or typhoon seasons get really fun.

#

Fuck that shit lol

void void
#

that's where i enjoy

#

@acoustic pilot yeaaaahhhh

#

but still

#

😄

limber knotBOT
#

I hate hot... at some point you are just naked... if it's cold you can at least put more clothes on xD

unreal quarry
#

I could never do EVs.. I'm gonna be that old guy you see in futuristic movies that lives in the desert and swears by gasoline power

gloomy sphinx
pliant pilot
#

why are some people bots dude

#

im so confused

void void
#

they are on IRC

sturdy fulcrum
#

The week it snowed, one day it was 60 degrees, next day it was snowing and cold

void void
#

it's a bridge

pliant pilot
#

ah okay

acoustic pilot
#

@unreal quarry As long as it's not a Harley

void void
#

i mean Billy, I will always have at least one gasoline/diesel powered vehicle

#

but, for cost purposes....i might bend over and let EV have it's way with me one of these days

#

but not this day

gloomy sphinx
#

Billy would look sick on a Harley

acoustic pilot
#

within state at least, EVs seem good for California

pliant pilot
#

"bend over at let ev have it's way with me"

void void
#

im just saying

gloomy sphinx
#

Billy you should buy a Harley

pliant pilot
#

I'd kill for an EV dude, I get 8 mpg and I drive in the city most of the time

#

<10 miles a day

void void
#

yeah i get like 9-13 mpg with my 89 mustang

#

which has been my only car for a loooong time

pliant pilot
#

i dont even drive a nice car its a shitty chevy blazre lmao

limber knotBOT
#

like god intended

void void
#

and im paying gas guzzler tax now

#

lmao

acoustic pilot
#

The gas tax repeal failed last year 😃

#

Most people voted to keep it.

void void
#

oh ok good, i dont pay attention to california crap anymore so that's nice

#

im not playing to stay here much longer

gloomy sphinx
#

89 mustang with the fox body?

void void
#

yes

gloomy sphinx
#

damn those can be nice

void void
#

It is nice 😄

sturdy fulcrum
#

We have to pay a road tax and all of the roads here will cost you a tire and rim due to potholes

#

So much for a tax to ensure the roads are drive worthy

void void
#

The best part is the stupid high school kids with their honda civics have not been exposed to older cars, even though it's not even that fucking old demoncatA

#

but they try to race me

#

oh boy, do they try

gloomy sphinx
#

lol

acoustic pilot
#

That's what our gas tax is for, for road maintenance/repair, but we still have pot holes everywhere in San Diego.

#

Imagine what the state would look like if voters approved the gas tax repeal lol

merry talon
#

lol

gloomy sphinx
#

Canada has no pot holes haven't seen one in my life

#

move to Canada

merry talon
#

our carbon tax in canada is supposed to be an environmental thing

pliant pilot
#

i wanna

merry talon
#

afaik

sturdy fulcrum
#

I call bs

merry talon
#

which seems kind of disjointed

void void
#

philippines has "deep excavation" signs, and they have dug at least a few fucking meters down into the earth, no fences

#

just hey "deep excavation watch out"

sturdy fulcrum
#

The weather is the main reason we have potholes and it snows a lot in Canada

void void
#

"dont fall in"

#

"pls"

limber knotBOT
#

TCC you have something worse. justin trudeau...zmog what a fucking joke he is

gloomy sphinx
#

no snow in British Columbia

void void
#

time to go finish my adobo

gloomy sphinx
#

yeah I stay out of politics

void void
merry talon
#

what's wrong with trudeau?

gloomy sphinx
#

life is good without a bunch of dudes having an orgy in court

merry talon
#

if you think hes bad

limber knotBOT
#

everything

acoustic pilot
#

fake eyebrows duh

sturdy fulcrum
#

He legalized weed right?

merry talon
#

look up doug ford

#

yeah

limber knotBOT
#

Like him saying he was going to do a gay photoshoot

#

that is weird for a PM

gloomy sphinx
#

Doug Ford smokes Crystal and Justin has non English speaking immigrants taking jobs

merry talon
#

that makes you think he's not fit for PM?

#

that's just stupid

acoustic pilot
#

Canadian employment laws requires that Canadians are considered for Canadian jobs before immigrants

gloomy sphinx
#

there is more but I don't care I never like who is in the office anyways

acoustic pilot
#

So if non-English people are taking Canadian jobs... lol

gloomy sphinx
#

do you think businesses really follow that rule

#

no

merry talon
#

wasn't referring to what you said btw

limber knotBOT
#

Sweepy like saying shit like Canada can bring in 20 million people

gloomy sphinx
#

they hired an illegal immigrant at my plave

#

ah

#

place

pliant pilot
#

how do you know they're illegal

acoustic pilot
#

they're brown

#

must be illegal

limber knotBOT
#

lol

gloomy sphinx
#

I was the person who ran the store

pliant pilot
#

^

gloomy sphinx
#

the ceo made the choice

#

not me

pliant pilot
#

that doesnt answer my question 😂

acoustic pilot
#

You should go up to him and ask him for his papers!

gloomy sphinx
#

nothing I can do

#

I've spoken to him for like a year now

unreal quarry
#

@acoustic pilot Harley and dune buggy obligatory

gloomy sphinx
#

he's cool

#

just not here legally

#

$8 an hour!

pliant pilot
#

has he said that

cosmic raft
#

talking about funny things

gloomy sphinx
#

and our min wage is $12

#

yeah

cosmic raft
#

now that's funny

pliant pilot
#

or just trump in general

limber knotBOT
#

Wasn't trudeau a substitute drama teacher before he became PM? I know he was a ski instructor a while

pliant pilot
#

like even ignoring politics people have to realize he's an idiot dude

acoustic pilot
#

Trump's taxes mostly hurt property owners who relied on SALT deductions

#

Oh his personal taxes lol

pliant pilot
#

Art of the deal

acoustic pilot
#

Or his businesses'

merry talon
#

$1b in a decade? that doesn

#

't seem like that much

pliant pilot
#

🤔

merry talon
#

so what lol

acoustic pilot
#

Cool, but what about earnings?

unreal quarry
#

They're just reaching now lol

#

Poor msm

tropic flame
#

imagine waking up to that trump's face staring at you

limber knotBOT
#

Lowest unemployment in 50 years. More jobs then ppl looking atm

#

beside he is a awesome troll

acoustic pilot
#

Doesn't help that our jobs figure is distorted to hell, though

#

Due to part time employment

#

And lots of lower class working 2 jobs

sturdy fulcrum
#

Who u voting for in 2020

tropic flame
#

kanye /s

acoustic pilot
#

lool

unreal quarry
#

I'll vote Trump again

#

\o/

pliant pilot
#

kanye 2020 tbh

acoustic pilot
#

I give Trump a 65% chance of winning 😛

limber knotBOT
#

but low end jobs salaries have gone up like 4% in the last year.

tropic flame
#

@pliant pilot I think he's letting trump stay for 2020 so, kanye 2024

limber knotBOT
#

I give it about 85%

sturdy fulcrum
#

Idk man the dems are trying to make a comeback

#

I’ll vote trump again as well

#

He made news great again

acoustic pilot
#

Personally I'll vote for the D nominee, probably. But Trump has a decent chance due to being the incumbent and because people are desensitized now compared to last year.

pliant pilot
#

^

#

I also think that because of how America 🅱e, democrats are gonna have trouble getting a nominee who people will vote vote

#

eg a white straight male

limber knotBOT
#

AOC has the IQ of a gofer.

pliant pilot
#

gopher

limber knotBOT
#

=)

merry talon
#

oh jesus

#

that's a take

limber knotBOT
#

no gofer

tardy lynx
#

vote communism

tropic flame
#

yang gang

sturdy fulcrum
#

I’m not really for any party but it’s either trump or Pete buttijudge if he gets nominated

safe tide
#

Hey anyone here familiar with c++

acoustic pilot
#

Bernie's my guy who I'm hoping will win the nomination, but I'll probably still vote D whoever wins. I really hope Biden doesn't win, seems like a creepy old dude and he's the author of the 90s crime bill that led to the mass incarceration of minorities and poor.

limber knotBOT
#

The world is really boring. That is why I want trump to win.

#

Just to see what happens. Kinda like Puck

static badge
#

c++ lul

merry talon
#

lol "creepy old dude"

limber knotBOT
#

as in Shakespeare's Puck

tropic flame
#

speaking from the other side of the atlantic I barely care about US politics

limber knotBOT
#

I am Swedish but I follow this shit.

tropic flame
#

I'm Portuguese 😛

merry talon
#

I kind of agree with you there

limber knotBOT
#

4Chan is dope for news

pliant pilot
#

america is a superpower so it kinda makes sense to see whats gonna happen

#

🤔

unreal quarry
#

I'm Texan, and we have guns \o/

tropic flame
#

haven't seen any of trump's new shit affect me through globalization yet

safe tide
#

I cant seem to figure out why my cout for my value is showing 0

merry talon
#

I'd vote trump simply for the entertainment that comes with that

limber knotBOT
#

Billy you lucky fucker! Would love to live in tx

acoustic pilot
#

It would be nice if America stopped being a super power, or at the very least, stopped being a hegemony.

pliant pilot
#

that's really ignorant dude

sturdy fulcrum
#

I’m an American and we have guns

acoustic pilot
#

American imperialism has done enough damage.

pliant pilot
#

notices oil deposits OwO what's this

limber knotBOT
#

Byteflux, thats why the USA needs to gtfo of everything and build a wall

cosmic raft
#

merry talon
#

I haven't gotten that yet

acoustic pilot
#

It should GTFO of everything yeah, but a wall is not really necessary lol. That's money that can be better spent elsewhere.

merry talon
#

I didn't think it was country wide

unreal quarry
#

I turn those off on my phone

acoustic pilot
#

Probably hiring more border patrol, instead of a wall.

merry talon
#

you can turn them off?

unreal quarry
#

Then I wonder why I'm not notified of tornados and shit

cosmic raft
#

Yes

#

You can turn them off

pliant pilot
#

billy is gonna fuckin die from a tsunami or something

tropic flame
#

remember when some crazy dudes were predicting mandarin replacing english as the global language in a few years later

#

I'd personally prefer killing myself

merry talon
#

tsunami in tx

cosmic raft
pliant pilot
#

i just had to think of something

merry talon
#

fuck other languages

#

english is superior

unreal quarry
#

I rode my bike home yesterday in a sever tstorm lol

cosmic raft
#

I've turned off AMBER alerts

tropic flame
#

yes

#

I mean, English is superior to mandarin

#

first of all the damn script

merry talon
#

@cosmic raft is that a pixel

cosmic raft
#

Yes

merry talon
#

why does that look like google settings not device settings

#

oh

cosmic raft
#

3 XL

acoustic pilot
#

You never know, Mandarin still might take the lead, China has been engaging in economic imperialism in parts of the world, namely Africa, and the number of speakers is crazy already.

limber knotBOT
#

yeah the ditch under the wall is gonna be so deep that Mexico will fall off

cosmic raft
#

See, sweepy

#

:P

merry talon
#

nice

#

I have an s9+

austere ivy
#

kash can I tp

#

ahem

cosmic raft
#

can you what

austere ivy
#

kashike

limber knotBOT
#

OnePlus 6 getting the 7 on the 14th

austere ivy
#

can I tp

cosmic raft
#

again, what

austere ivy
#

teleport?

#

/tp?

cosmic raft
#

teleport to what

austere ivy
#

to you?

limber knotBOT
#

void

cosmic raft
#

no

#

I have standards

austere ivy
#

oh

#

t/pa kashike

#

whoops

limber knotBOT
#

hehe

austere ivy
#
  • TehBrian requests a teleport! /tpaccept to accept, or /tpdeny to deny. *
cosmic raft
#

/ban

merry talon
#

about the language thing, another could have more speakers but I think english speaking people will always be, and bare with me, the best fit for representing the human population

austere ivy
#
  • Parameter error. *
#

okay don't kick me please

#

or ban

#

have mercy 😢

tropic flame
#

chinese culture would still have to have influence in the rest of the world imo

cosmic raft
#

How about I kick and then ban

tropic flame
#

most of the music I listen to is from the states for example

austere ivy
#

how about we settle on the middle with just a kick

tropic flame
#

why should I care about mandarin

merry talon
#

which I dont think will ever happen by nature

pliant pilot
#

I think that languages shouldn't be a world wide thing, I think people should learn their native language and if they want to do international stuff they should learn the language

unreal quarry
#

Michio Kaku believe English will be the official language of the world by 2100, if we don't kill each other off first

merry talon
#

that's just not progressive thinking

tropic flame
#

that's not really uh, effective

unreal quarry
#

He said it's already begun, look at the business sector. Everything is done internationally via English.

tropic flame
#

learning a language whenever you have to do business with other people vs everyone learning this one same language that is recognized as the global one

stiff yarrow
#

only one language would be so boring

tropic flame
#

the latter is more effective

merry talon
#

also programming

cosmic raft
#

I know English, but I'm learning another language too

merry talon
#

@stiff yarrow you can still have your esoteric languages

stiff yarrow
#

weeb languages PogU

merry talon
#

we won't take that away from you

static badge
#

nossr knows weeb

cosmic raft
#

Russian!

tropic flame
#

Portuguese is my native tongue, and I know English

limber knotBOT
#

English already is the worlds language. What are we talking here?

stiff yarrow
#

nah I'm a beginner weeb

#

Russian pog

tropic flame
#

I also learn French at school but I hate it, got no choice though

merry talon
#

i gave up learning korean

stiff yarrow
#

the two languages I would want to know most are russian and weeb

unreal quarry
#

Western culture is taking over the world.

merry talon
#

Good

unreal quarry
#

Example: how many of you wear blue jeans?

cosmic raft
#

Not me

tropic flame
#

if I could I'd replace French classes with Spanish but my school doesn't let me do that

unreal quarry
#

Lies

#

Lol

cosmic raft
#

I don't own a single pair of blue jeans

sturdy fulcrum
#

What do you wear

stiff yarrow
#

I own one pair and its the only thing I wear when I go out

limber knotBOT
#

I only wear jeans

stiff yarrow
austere ivy
#

yikes

cosmic raft
austere ivy
#

I think they mixed it up

#

that's how you cosplay as an amputee

limber knotBOT
#

I don't like those ball hugging blue jeans tho

sturdy fulcrum
#

WHAT ARE THOSEEEEE

limber knotBOT
#

You live in SF right

merry talon
#

kashike not a cat confirmed

limber knotBOT
#

You know when your pants are so tight your cock and balls like like a frogs eye

merry talon
#

no

unreal quarry
#

LMFAO

cosmic raft
#

Selfie

tropic flame
#

uh what

merry talon
#

oh no

#

a cat with human legs

sturdy fulcrum
#

Just showed that pic to my dog and he licked my screen

#

I think he’s hungry

pliant pilot
cosmic raft
merry talon
tropic flame
#

that cat could be a model

sturdy fulcrum
#

Same response from the dog. Now he’s crying

cosmic raft
tropic flame
#

I remember seeing some little doggos with like, dog clothes if you will

#

and the latter was how they wore it

merry talon
#

lol

#

black clothes living with a cat is a mistake

sturdy fulcrum
#

U need a lint roller

pliant pilot
#

you can see the cat remnants on the pants

cosmic raft
#

All of my clothes are black :P

tropic flame
#

you can see the pant remnants on the cat*

merry talon
#

that's just a phase, right?

woven otter
#

if you own a cat then expect fur everywhere tbh

pliant pilot
#

cat can pant the see remnants on the you

tropic flame
#

cat can see the remnants of me

#

r/im14andthisisdeep

cosmic raft
#

"a phase"

#

No

#

I hate colourful clothes

austere ivy
#

kash

merry talon
#

I'm sorry

austere ivy
#

cats are cute

shell vine
austere ivy
#

but can I honestly tell you something after having a cat

cosmic raft
#

lol phanatic

merry talon
#

lol

austere ivy
#

cats are jerks sometimes

limber knotBOT
austere ivy
#

this girl had cats

#

butchered her face

#

and legs

unreal quarry
#

The dog on the left is flashing it's butthole to everyone, so it's wrong lol

austere ivy
limber knotBOT
#

(DiscordBot) Cats freakout !!!! : PublicFreakout - 772 comments, 3,391 points - kx11, 8h ago

austere ivy
#

Like cats are very cute and sweet.

#

But sometimes cats just hate you for no reason.

tropic flame
#

old reddit
not setting default user experience as pre-redesign in the settings

austere ivy
#

Like the one cat I have where I'm at, Turquoise, I'm petting her, and she's rolling around and purring and stuff

#

2 seconds later not moving she just suddenly gets up and hits me and leaves

#

and then 2 seconds later she's meowing for food

woven otter
#

that's one aggressive cat

austere ivy
#

yeah like what on earth cat

cosmic raft
tropic flame
#

awww

austere ivy
#

but then whenever I'm eating she just constantly rubs out my feet and sits in my lap

#

I'm like what do you want from me cat

tropic flame
#

tbh I've never had any pets

austere ivy
#

also I am very allergic to cats haha

unreal quarry
#

My cat wants to be pet, then if you pet her she turns around and farts

tropic flame
#

my grandma had a dog but it died recently ;-;

sturdy fulcrum
#

Never been a cat guy

austere ivy
#

I don't like dogs because of uh

#

an issue

#

with dogs, at my house

merry talon
#

dogs are too much work

sturdy fulcrum
#

Had my dog for 10 years

merry talon
#

cats are cute without all the effort

austere ivy
#

anyway, I'd rather have a dog than a cat just because they're not bipolar, one second hating you the other second.. wanting pets?

#

confusing

unreal quarry
#

Cats take care of themselves

austere ivy
#

but then again I'm also super allergic to dogs

tropic flame
#

lmao allergies in general are as stupid as having fever on summer

austere ivy
#

¯_(ツ)_/¯

tropic flame
#

hold on, PEANUTS?!?!? > dies

#

aight

austere ivy
#

if anyone would like the story on why I dislike our dogs to the point of hatred, just ask and I will tell you my tales

merry talon
#

allergies

cosmic raft
sturdy fulcrum
#

All we have to do for the dog is feed him and open the door when he cries because he has to go to the bathroom

austere ivy
#

haha

merry talon
#

lmao basket

sturdy fulcrum
#

Oh and scoop up dog shit

austere ivy
#

you should see my dog, it's wonderful

sturdy fulcrum
#

But that’s once every few weeks

unreal quarry
#

I actually have 9 cats :3

#

Most of them live outside tho

merry talon
#

You don't have 9 cats

#

9 cats have you

tropic flame
#

billy takes care of 72 lives right there

unreal quarry
#

I let the momma cat stay inside with her 3 new kittens

tropic flame
#

9 x 7

cosmic raft
sturdy fulcrum
#

Technically I have a cat because the neighbors cat is always in my backyard

merry talon
#

that just makes it easier to take care of them lol

#

you can make 72 - 9 mistakes

unreal quarry
#

I would have 4 more cats, but one of them is stupid and let all 4 of her kittens die :/

austere ivy
#

bad parenting

sturdy fulcrum
#

Put her on birth control

tropic flame
#

some beings were just not made to be mothers

merry talon
#

@cosmic raft are you one of those people with christmas lights on all year

cosmic raft
#

yes

austere ivy
#

large potatoes

static badge
#

mfw

cosmic raft
merry talon
#

I suppose that's just a scuffed rgb accent lights setup

cosmic raft
#

Completely covered

merry talon
#

yeah I get that part

austere ivy
#

That's cute.

static badge
#

that's mspaint

merry talon
#

I already have blackout curtains and they let too much in

cosmic raft
unreal quarry
#

I have 2 blankets and duct tape covering my windows lol

cosmic raft
#

Other posters

austere ivy
#

Huh.

cosmic raft
#

and poster above computer

austere ivy
#

That's very cozy, cash.

#

cash?

merry talon
#

what is that poster lol

austere ivy
#

KASHIKE.

cosmic raft
#

Boruto

tropic flame
#

that's not very kash money of you, sir

austere ivy
#

I have a bunkbed

#

and uhh

#

one of those LIFETIME foldable tables

#

actually two

#

and then a futon

unreal quarry
#

Futons suck

austere ivy
#

It's very very empty but it's clean. I just want to be able to afford a desk.

unreal quarry
#

So uncomfortable

austere ivy
#

Eh.

cosmic raft
austere ivy
#

You have worse sleep when you use your laptop or phone or iPad in bed, because your body associates that with your bed.

unreal quarry
#

I have a memory foam bed with a pillow top cover over it. Most comfy thing evar

merry talon
#

I've got a queen but it's too hard

cosmic raft
#

My bed is older than I am

#

So there's that

austere ivy
#

So I just use my laptop/phone at night in my futon, and when I actually sleep, I go in bed.

#

Hey mine too.

cosmic raft
#

My bed is 25 or 26 years old now

merry talon
#

yeah but it doesn't count when you're 10

austere ivy
#

I'm 5 and 1/2 thank you very much

unreal quarry
#

That's not good, kash

cosmic raft
#

You want to buy me a new bed?

#

:∆

austere ivy
#

Kash how much do beds cost.

#

5000?

unreal quarry
#

Don't beds gain 8 pounds of human flesh every year? Lol

austere ivy
#

6000?

tropic flame
#

3 wood planks and 3 wools of the same color @austere ivy

austere ivy
#

nice.

merry talon
#

way less than that

cosmic raft
#

.g how much does a mattress cost

limber knotBOT
austere ivy
#

Once I get money, I'll buy you a bed, alright?

#

IN EXCHANGE

unreal quarry
#

My bed was only $2k

cosmic raft
#

That's 2k i don't bave

austere ivy
#

I come over to your house and you have to make me a taco

cosmic raft
#

:p

austere ivy
#

bed4taco

#

good exchange

void void
#

merry talon
#

you don't need a whole headboard and such

austere ivy
#

good

merry talon
#

just a mattress and metal frame

void void
merry talon
#

which should be a lot cheaper

cosmic raft
#

yeah just a mattress, the frame I have is new already

unreal quarry
#

Headboards are fun if you have a g/f tho...

austere ivy
#

FUNKY FACT

merry talon
#

we're talking about kashike here..

#

anyway

austere ivy
#

Since we had bedbugs, we had to completely replace a lot of stuff!

merry talon
#

get a casper mattress

austere ivy
#

Which meant replacing mattresses and those under-mattress things, and frames and boards

#

very fun stuff

cosmic raft
#

yeah I won't ever have a girlfriend lol

unreal quarry
#

A man hasn't lived until a woman has tied him to his bed using his own neck ties

austere ivy
#

and buying like twenty 50$ mattress protector sheets

#

.wa 20 * 50

limber knotBOT
austere ivy
#

which was very fun

#

did I just .wa 20 * 50

#

goodness

#

goodbye folks I need to go do something productive

cosmic raft
#

this is what i want to get i think

#

when i have money to

merry talon
#

who needs a bed you can be tied to when you've got a perfectly good pipe in the basement

unreal quarry
#

Get a pillow top over that

#

Memory foam is hard as cement until it warms up

cosmic raft
#

that'll be in like 2025 at this rate

merry talon
#

yeah im not a fan

sturdy fulcrum
#

I have a purple mattress and love it

unreal quarry
#

My first memory foam bed I ran into my room and jumped onto it after the delivery guys left ... I think I broke a rib or two

merry talon
#

these have a really good reputation

cosmic raft
#

850

merry talon
#

oh the price changed when the size did

#

lol

cosmic raft
#

even more

cosmic raft
#

$750 on sale right now technically

unreal quarry
#

California king size, or bust

merry talon
#

the price it listed on the other page was for the smallest one

cosmic raft
#

but that's $750 more than I have

unreal quarry
#

Go big or go home

cosmic raft
#

:P

merry talon
#

but yeah if you spend half your life on a mattress it should be a good one

unreal quarry
#

Matress should only last 5-8 years tops

sturdy fulcrum
#

Purple is where it’s at.

unreal quarry
#

$2k every 5-8 years ain't much

cosmic raft
#

thanks for the casper link sweepy, will get that instead of the ikea one when i can afford it

#

..one day

merry talon
#

lol

#

good luck

unreal quarry
#

Kashike, just do porn. Easy money. Instant fame.

cosmic raft
#

I'll pass

merry talon
#

easy money for women

#

not kashike

unreal quarry
#

Gay porn pays well

#

Fun fact: most guys in gay porn aren't gay

#

Lol

merry talon
#

yeah but there's the gay sex part

#

always throws me off

unreal quarry
#

Everyone has their cost

#

Some is just lower than others

#

Last I heard it was $10k/scene

#

That's too low for my cost, tho lol

#

For some it's not

merry talon
#

you'd have to be a fit good looking man though

unreal quarry
#

Not really

#

There's all kinds of people in porn

#

Rule 34 isn't just for cartoons

#

Lol

merry talon
#

I just can't imagine the nerdy programmer fetish to be very widespread thonk

unreal quarry
#

Google it

#

Lol

merry talon
#

lmao, vimphilia

silent pebble
#

where is the download for 1.14?

unreal quarry
#

It's all there. If you still can't find it, it's not ready for you

#

Kash, you could mow lawns for summer money. Or is that not even a thing in Canada? Does y'all's grass even grow? Lol

gloomy sphinx
#

to get the 1.14 jar

#

at least that's how I had to do it

unreal quarry
#

slaps @gloomy sphinx for hand holding

#

There's a reason it's cryptic..

gloomy sphinx
#

o

#

wasn't aware that was intended

unreal quarry
#

It's even mentioned like 37 times not to use it

gloomy sphinx
#

it works good for me

#

unless if your world is actually meant to have chunks

unreal quarry
#

:p

gloomy sphinx
#

I don't trust paper 1.14 purely because spottedleaf

static badge
#

wait till u see the stuff I did before build 1

void void
#

globalEntityList is lightning n shit

#

who did that

static badge
#

Who do you think? :>

void void
#

oh it was you

obsidian mauve
vestal jasper
#

I just had a player whine that I fix imbalances when he reports them thonk

unreal quarry
#

Mfw I go to find a "in leaf we trust" image on Google and get bombarded with pot propaganda lmao

gloomy sphinx
#

pot propaganda is strong

obsidian mauve
#

Is there a "proper place" we can ask for performance help when using Paper?
I posted on the Spigot forums and it got taken down for "not using Spigot"
My server's been lagging up a storm, and I wanted to share some timings and see if anyone can help me fix it

limber knotBOT
#

#paper-help ;)

obsidian mauve
#

thanks bot

limber knotBOT
#

( ͡° ͜ʖ ͡°)

unreal quarry
#

Why does everyone freak out about the bot tag? Lol

limber knotBOT
#

maybe an (irc) suffix would help avoid confusions 🤔

static badge
#

no

limber knotBOT
#

.lart Spottedleaf

#

replaces Spottedleaf's lubricant with liquid weld.

nova elm
unreal quarry
#

Liquid weld sounds bad :S

limber knotBOT
#

also interesting that the bridge doesn't forward joins xD

half oasis
limber knotBOT
#

that would just be spammy phoenix616

upper flicker
#

Yeah it has an option to but it’s not on

pulsar wigeon
#

imagine forwarding IRC joins/quits to discord

#

channel would be full of people timing out

static badge
#

channel is full of people's brains timing out

native thunder
#

That's why I stopped using irc dammit

#

Please don't subject me to it

static badge
#

wouldn't make adifference

pulsar wigeon
#

yes you leaf

#

:^)

static badge
#

LUL

limber knotBOT
#

kashike: I mean the joins get displayed in discord 🤔

#

that would just be spammy phoenix616

gritty abyss
pulsar wigeon
native thunder
#

Lol

pulsar wigeon
#

would you kindly not name if after an existing client mod and use our trademark? :^)

#

it's fucking retarded

native thunder
#

Wjz is here to call you an idiot

pulsar wigeon
#

also the plugin absolutely sucks dick

native thunder
#

You should see worldedit visualizer

pulsar wigeon
native thunder
#

It uses particles

pulsar wigeon
#

WorldGuardCUI? really?

native thunder
#

And it causes a shit ton of lag on any selection even remotely large

limber knotBOT
#

isn't the C for Client? 🤔

#

shouldn't it be WorldEditSUI? xD

pulsar wigeon
#

yes it is

#

i wish that was the only retarded thing

native thunder
#

Join the discord and yell at then

#

Them*

pulsar wigeon
#

also holy shit there's more of them

void void
#

hello

limber knotBOT
#

I just use WESV ¯_(ツ)_/¯

upper flicker
#

Open a report if you don’t want them using WorldEdits name or WECUIs name

#

There are rules about that

native thunder
#

There's quite a few visualizers. They mostly suck

unreal quarry
#

I made one of those plugins, but I named it pl3xsui (sui = server-side user interface)

pulsar wigeon
#

also holy shit there's more of these

unreal quarry
#

Cui doesn't make sense for a plug-in

limber knotBOT
#

I wonder if there is a visualizer using the structure block yet

pulsar wigeon
#

there is

#

WE 7 has it lol

#

inbuilt

limber knotBOT
#

wat