#general

3141 messages · Page 313 of 4

azure patio
#

my brain cells

stable sandal
#

.-.

#

he is renaming items using anvil that has bold and &k

azure patio
#

essentials doesnt have anvil color

#

it could be done with hack client

#

aka cheat client but yeah, they like to call it hack client

#

if you have plugin anvil color then it's by permissons

stable sandal
#

what permission

#

its a donor rank

#

but i didnt add anything with anvil

azure patio
#

do you have that plugin?

stable sandal
#

no just essentials

#

essentials.chat.color

void void
#

I am not sure of any plugin that adds anvil colour

stable sandal
#

essentials.msg.color

azure patio
#

jesus

#

bro

#

your player

stable sandal
#

?

azure patio
#

uses

#

cheat client

#

probably

pulsar wigeon
#

pretty sure that's not possible?

azure patio
#

with edited client

#

I think it could

#

not?

#

in essentials is not any anvil color

#

server will accept any string

#

so

#

if client will alow place thre

#

the symbol

#

it will work

void void
#

I think the only thing holding you back from doing anvil colour in vanilla is the client blocking the use of the § character, a hack client removes that limitation.

azure patio
#

^

#

yes

#

exactly

#

I think same

#

so the player has probably cheat client and
also essentials doesnt have anvil color

#

@stable sandal

void void
#

Is there some sort of AnvilRenameEvent? I can't check right now, if you had an event like that you could replace all the & characters with § and update item meta

azure patio
#

yes

#

I think

#

I will check

#

okay not

vestal jasper
#

The only anvil event is PrepareAnvilEvent

azure patio
#

but it's possible

#

with inventory interact

#

I have it working

void void
#

Is there an nms method to change the anvil input name dynamically?

#

You cannot accept the name you spawn the inventory with

#

So I was thinking of spawning it with garbage and a tick later changing it to what it should be

#

So you can accept it

#

or modify it

azure patio
#

you don't even need nms

#

it's possible

void void
#

I have it spawning the anvil with 8 as in 8 for the amount of the item you are buying, but you cannot accept the name it spawns with, so I would like to spawn it with something different and change it a tick later

#

signs are nicer

#

We still have a brick n' mortar shop for people who prefer that
I added a GUI shop after receiving many complaints

#

i meant that vs anvil

#

Ohh

#

That's cool

#

much more intuitive because you can put the message under it

tawdry coyote
#

Does anyone know how to fix a maven issue where the dependency doesn't download correctly (even though it exists).

void void
#

You can do that with anvil too but I didn't for that gui that I just threw together for testing

#

Remove the dependency from your local maven repo and run mvn -U clean package

vestal jasper
#

I wonder if you can set player slot limit to 0

void void
#

You can, and if you set the protocol to -1 you can specify a custom protocol name and add a message. I added Banned! to the protocol if they are banned

#

This is possible with a ping injector like what I have

vestal jasper
#

Neat

void void
#

Look up PingAPI it is based on that

#

arent there events for this

#

Not sure, I added it like a year before I switched to paper

vestal jasper
#

ServerListPingEvent only has max slots motd and icon

#

for setters

#

which is enough for my use case

void void
#

I first implemented this api so I could spoof players in the server list for websites

#

Adding random x amount of players depending on time of day with realistic names

#

Custom player count and player sample

#

lol......

#

jesus christ...

#

player count spoofing... -.-

#

Haha

#

not haha, pathetic

#

That didn't work out well

#

I know haha

azure patio
#

lol

void void
#

I refactored all the code relating to spoofed players to npc's

#

and removed all the spoofed players

#

like last November

#

and now it doesn't matter since we went private

stoic beacon
#

Hello, can anyone suggest a plugin for web statistics? For 1.7.10

peak kite
#

Paper1.14.4 w latest CityWorld Generator ...
and latest dynmap(with signs fix in git hub issues)
using: cityworld config.yml
ConstructChunkRadius: 100 RoadChunkRadius: 100 CityChunkRadius: 100
With those cityworld generator settings, the city stuff stops at a radius of 1000
World border of 3000 with a chunk fill pad of 1000.

void void
#

whats this

#

hmmm

#

what if u generate like 10k x 10k thatll take like 12 hours but work?

#

and then shrink the border

#

and trim

peak kite
#

to do what?

void void
#

idk maybe its just a hard cap with the city generator plugin

peak kite
#

I capped it with the settings ... i stated it...

#

the normal settings for those three values is in the millions not 100.

void void
#

i see

peak kite
#

I wanted my city to end, and generate nothing but forest and water.

void void
#

oh i thought ur trying to make the entire world city

#

That's cool

peak kite
#

nah, cityworld generator normally makes the city go on forever

#

i was thinking of making a earth map, with portals to cities.

limber knotBOT
#

I have yet to find a generator that runs out

#

I do know some generators repeat themselves (which I guess cityworld does too)

peak kite
#

the cityworld generator takes forever tho, id be here for a few days if I tried to fill 10k raidus.

void void
#

what makes it take so long? if it is literally a world generator wouldn't it be just as fast as vanilla world gen or faster?

#

maybe they use maximum randomness

#

lol

azure patio
late hull
void void
#

welp I just shaved 3 more seconds off my server startup time by removing the unneeded config save every on enable

#

lol.

#

I am abstracting recipes right now and making minigames even more abstract

#

Not sure when I will remove the WIP for this rewrite

#

I have a lot of stuff to do now that I have been looking through the code

#

should probably go figure out everything you need to do and make a kanban board

#

good idea

#

I would just get a dry erase marker and a whiteboard but I have no room on my wall

#

kanban board is good

#

github has one built in

#

Do you know of a way of changing the display name of an objective without reregistering the objective?

#

no

#

okay

#

because I was wanting to add back in the scrolling text to the hub scoreboard but that would cause flicker

peak kite
#

Anyone know of a way to force all world chunks to be loaded or checked?

#

I have a world I downloaded that acts like its not generated yet, but it is.

#

So far, flying over the chunk is the only way, wb fill dosen't work.

void void
peak kite
#

ill try forceload all, see if it destroys my server.

void void
#

wborder <world> fill 208 20 true

#

enable whitelist so people don't join and crash the server

peak kite
#

yea, i tried the true option..

void void
#

works for me on 1.14.4

peak kite
void void
#

and what do you mean it is acting like it's not generated

#

yeah that is not updated to 1.14

peak kite
#

it only shows the map if you fly over the chunk. then dynmap will render it.

acoustic pilot
#

Epstein's unredacted black book supposedly leaked, but unsure if it's real.

void void
#

you have to run a full render on dynmap

#

after wb fill

peak kite
#

yea, the wb fill part dosen't work...

acoustic pilot
#

The redacted one was also leaked, but shortly after I think someone leaked the unredacted one

#

It's kind of insane, hard to believe

#

These phone numbers might be real

#

Some really famous/powerful people

#

I imagine a lot of them, if they are real, will be disconnected

peak kite
#

I hope its all real, would explain lots.

acoustic pilot
#

I made sure to download it before it got taken down, not sure if it will be

void void
#

got my vpn in switzerland to dl it just in case >_>

acoustic pilot
#

the last 2 pages of the unredacted leak are insane

void void
#

Zurich?

peak kite
#

yea i suppose forceload all might be a bad command..

acoustic pilot
#

names and phone numbers of people described as "important witness," "scout for young females," and "interacted and chat daily with underage girls"

void void
#

cool gofile seems to be either 1) blocking dls or 2) blocking vpns

acoustic pilot
#

if this is real I hope all of them fucking go down

void void
#

yeah looking at this now...

#

yikes.

peak kite
#

[INFO] Too many chunks in the specified area (maximum 256, specified 141376)

void void
#

what are you doing thonk

peak kite
#

tried to forceload the entire earth map, lol

void void
#

wborder <world> fill 208 20 true
dynmap fullrender <world>

peak kite
#

yea, the wborder fill command dosen't work for this pre-generated world i guess.

void void
#

also abstracting 7 lines of code is such a pain

#

I want to make it work like registering commands

#

lol trump using (his wife's?) email melaniakmelania@aol.com

acoustic pilot
#

George Soros' nephew, Peter Soros is in there too lol

void void
#

I have a feeling the unredacted is someone just taking the redacted and adding in fake entries to gain media attention

#

Who redacted it?

acoustic pilot
#

Wow, even Ivanka

#

And Ivana

#

People are saying some of these numbers are actually legit and can be reached.

#

Numbers to famous people

static badge
#

take em all down peepoJuice

void void
#

yeah all these fuckers can burn

acoustic pilot
#

So if they are that lends credibility to the unredacted version

#

And yeah, fuck them all

peak kite
#

Ok, i forceloaded a few areas that exist but won't fill or show up on dynmap.
I am guessing once forceloaded they can immediately be unloaded.

errant plinth
acoustic pilot
#

Ghislaine Maxwell (Epstein confidant) still missing, she's probably dead.

void void
#

((stein))

peak kite
#

Total inside job, look at how he was treated the first round.

acoustic pilot
#

Of course.

void void
#

deep state

acoustic pilot
#

When it became evident that he wasn't gonna be able to weasel out of it this time, action was taken

void void
#

mossad

#

CIA

peak kite
#

The guy had a cake walk the first round.. THAT shows how effed the us is with its govt.

acoustic pilot
#

Acosta should definitely be investigated too

#

He's hoping very hard that people stop noticing him lol

static badge
#

.g acosta

limber knotBOT
#

(DiscordBot) https://www.acosta.com/ -- Acosta – Home: "Acosta is the engine that drives greater sales and market share for consumer goods manufacturers and retailers around the world."

peak kite
#

Oh im sure great big deals which caused greater sales and market share, went down over many young foreheads.

acoustic pilot
#

Trump's former Labor Secretary, resigned because of he's the one who struck the original plea deal with Epstein when he was US District Attorney

static badge
#

oh

#

yeah wtf was with that original plea deal

acoustic pilot
#

He's basically in some pretty deep shit if we can hold him accountable for that fucked up deal that let Epstein basically walk the first time.

void void
#

israel is the human trafficking capital of the globe, every US senator must pledge allegiance to israel

#

coinceidence i think not

#

lemme make a meme real quick

#

pepeshake...

#

new BlackDye("black_dye", new ItemStack(Material.BLACK_DYE)).register();

#

why does it extend SimpleShapelessRecipe and implement SimpleRecipe? you would think SimpleShapelessRecipe (by naming) already implements this.

#

wow that actually worked thanks

#

I never knew you could have the superclass implement what you are needing to implement and have it still work

#

it's a dependency tree

#

of course it will work

#

oy vey dont be antisemitic israel is our strongest ally

#

dude you are like, on a new level

peak kite
#

lol

#

Nah, its not real, he dosen't have a picture of the plane, the thermite, or a watch to see the time to make it exactly 1 day before... see...

void void
#

2legit

#

wait that is a shit link

#

in other words, he realizes he links something that threatens his own argument

#

"shit link"

#

what the f

#

its from the cia bro

#

...and?

#

bro i dont have the cia website bookmarked

#

gimme sec

#

wtf is this dude on about...

#

on it was released by the FBI

#

duhhh

#

yeah just chill with the 911 stuff

#

I have no room to talk so I am just not going to comment on this

peak kite
#

Its not helping my chunks generate any faster either...

void void
#

I think it might just might have to do with that the minecraft earth map has not been updated to 1.14

peak kite
#

perhaps... i am trying to force a load and run dynmap on that area to see if it works

void void
#

anyone know if you can get intellij to run spellcheck on other file types that it doesnt usually?

#

thats the documents

#

specifically a .lang files, im terrify of shipping dumb typoes

#

dunno how to use the fbi site

#

we need a channel just for blood so he can talk about all his weird conspiracy ideas

#

and then hide it from everyone except blood

#

its not conspiracy its literally from the fbi website lel

#

aren't there like conspiracy discords or something

#

surely theres places for these people to hang out

peak kite
#

thats why, u went to the site, use their backdoor.... thinksmart

void void
#

you're telling me that the fbi has publicly stated that 9/11 was inside

#

Press X to doubt. kappa

#

no it was probably israel

#

as shown by the image

#

And you wanna continue to say that you're not subscribing to conspiracy

#

of mossad predicting the attacks the day before

#

with a lighter held to the towers

#

Which a lighter held to the towers.

#

Wow.

#

u can be epic contrarian if u want but its a fact LOL

#

And how about the people who literally saw the planes crashing.

#

Was it just faked?

#

They faked plane crashes so they could light it on fire with lighters?

#

i think ur jewish and mad

#

This is BIG BRAIN time.

#

i didnt say it didnt happen

#

Hey, go look at welcome.

#

ur just twisting my words

#

go look at mirror

#

Lol, what

peak kite
#

I looked at concrete as was like what is this?

void void
#

normies will believe that some ppl touched kids on an island but thinking anyone who ever blow up a tower, thats just crazy conspiracy!

#

I'm open to explanations, but there are eye-witnesses to planes crashing into the building. Your idea of it being lit on fire with a handheld lighter is retarded.

#

And yes, it's a conspiracy.

#

Big Brain

#

it was flint n steel

#

tower was made from wooden planks

peak kite
#

its hard, heavy, and does some async? I do see MANY more chunks processed... hmm

void void
#

Wtf...

#

israel has nothing to do with 9/11, and the bombs planted on the inside were not started by a lighter

#

israel is country of peace just like north korea and iran

#

dont believe these conspiracy theories

peak kite
#

It was thermite paint on the inner beams..

void void
#

happy rainbow land and unicorns

#

says israel killed millions of people in 9/11 .. proceeds to say it is a country of peace

#

I can't tell if I'm more disgusted that people that think like you exist, or that there are people who are this stupid who live on this earth

#

come on im sure theres discords for smart people like you

#

just search

#

@void void again sarcasm...

#

not really

#

it should have been obvious sarcasm next to iran and dprk

#

if u join a "political" discord they just ban u for disagreeing

#

like ltierally all of them i have joined every1

#

Almost like Reddit just bans your perfectly good posts because they aren't bad at all right?

#

Not surprised

#

yea same as reddit

#

if u disagree with normie opinions u get banned

#

Yes

#

Just like reddit

#

Just..like...Reddit

#

All your..Great Content

#

So Unfair

peak kite
#

Mabee my wb fill went bad before.. try and try again...

void void
#

bro they delete entire subreddits if i post in them

peak kite
#

Seriously, I have like 140+ more chunks processed per fill report with async

void void
#

it has happened several times

#

maybe you should just stop saying anything

#

I wonder why.

#

we had like 50k members on a subreddit for epic gamers but it got banned from reddit for being way too epic

#

If that screenshot is anything to go by the content that was there

#

I'm sure it was SO FRIKKEN EPIC

#

yes it was epic

#

but they banned it because reddit ceo got mad cos his wife was asian or something

#

this is why people hate gamers bloodmasked

#

"cause his wife was asian"

#

this is relevant how

#

were you being racist against asians

#

still don't like it

#

some1 made a joke about his wife and so he banned the entire subreddit

peak kite
#

welcome to the new new new internet where we won't ban you.. until we get popular. com

void void
#

I'm sure the joke was a joke and not at all racist or in some way disgustingly prejudiced

#

So funny

#

Hahahahaa

#

Epic

#

it was the most diverse community on reddit

#

definitely not racist

#

only real racists cant take a joke

limber knotBOT
#

what's even happening

peak kite
#

how can anyone say any internet site is anything.. its the friggin internet

void void
#

politics

mortal zinc
#

it's no surprise people think 9/11 was an inside job

acoustic pilot
#

It was Epstein stuff

#

Now it's boring stuff

limber knotBOT
#

once I saw "wooden planks" I 100% knew it was a joke

#

but simplydum is 2 dum

void void
#

well he says israel did it Vector, and then said israel is a peaceful country

#

fbi released documents proving that mossad knew 9/11 was taking place

mortal zinc
#

i mean the holocaust is even being twisted into nothing more than a lie that jews were never killed in gas chambers

void void
#

byteflex please moderate this :(

#

holy jesus.

#

holocaust is like the holy grail of conspiracy

acoustic pilot
#

Well we're pretty lax lol

void void
#

this is pure, PURE fucking CANCER

mortal zinc
#

you take things you can see without understanding the underlying details, and you can come away with a vastly different understanding of what happened

peak kite
#

but even so yall.. move on, what does anything prove?

void void
#

i can give u epic holocaust videos if u like

#

No, let's not

#

they are basically illegal in over 20 countries though

peak kite
#

THE BUTLER DID IT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#

WITH THE CROWBAR.

#

IN THE STUDY,

mortal zinc
#

half-life???

void void
#

update on my issue about spellcheck: turns out it does check if i turn off mcdev plugin :/

#

hitler had epic mustache

mortal zinc
#

i see the word crowbar

void void
limber knotBOT
#

idk which is worse, the terrible joking by bloodmasked or simplydum constantly biting the bait

acoustic pilot
#

lol

static badge
#

simple is dum

acoustic pilot
#

The trolling is probably worse

static badge
#

being lax about rules

acoustic pilot
#

Gonna have to ask you bring the trolling down a notch or two.

static badge
#

isn't lax that literal bronze mercy main

void void
#

i just remembered u can use flint n steel to cook animals

#

oh LaxWasHere is not in this discord

mortal zinc
#

anyways, this is taking me away from more productive things

void void
#

I was gonna make a joke

acoustic pilot
#

cuz lax is dum

mortal zinc
#

goes back to his wordpress plugin development tutorials

limber knotBOT
#

dumcordians

#

.g dumcord

#

(RoboMWM) https://discordapp.com/invite/3TXnkfa -- M£G FØRTR€§§: "Check out the M£G FØRTR€§§ community on Discord - hang out with 78 other members and enjoy free voice and text chat."

#

oh

#

ok

#

that's great

void void
#

Discord should roll out an update that adds a feature to block discord invite links from being sent in verified discord servers

limber knotBOT
#

idk how that's even in search results

#

it's not in bing, but 2nd on google

void void
#

me either, shouldn't be indexed

limber knotBOT
#

I'm guessing it's cuz I prolly have a link that's titled with "dumcord"

upbeat crane
limber knotBOT
#

idk what else would make it think that

#

tbh, thought it'd bring up a page of me saying something about dumcord cuz that's what most of the other results are

agile quartz
limber knotBOT
#

wat u do

#

i herd about dis like a week ago

void void
#

u getting scammed prob

acoustic pilot
#

If they insist, sue them in small claims for damages if you have any legitimate claim to it being an order that doesn't apply to your account.

#

Because denying you access to your money certainly has costed you

void void
#

banking in america is a ponzi scheme

acoustic pilot
#

So probably you will have some claim to damages beyond what's in your account

void void
#

assuming ur murican

acoustic pilot
#

But honestly wouldn't go that far unless they actually try to slap a fee

peak kite
#

but all the court works on money. so you must speend it there to

#

u loose they win, cause they print the money

acoustic pilot
#

Small claims shouldn't cost much to fight

#

You just show up and state your case

static badge
#

small claims is designed for people to not pay for lawyers

acoustic pilot
#

Def small claims if they try to pull that shit

#

Fuck that

#

Did you manage to lift the freeze before the court order expired?

#

Oh okay so they did still give you access to your money

void void
#

only put money in big banks

acoustic pilot
#

You gonna get slapped with a monthly service fee?

#

well I guess that's not so bad then

#

as long as they don't try to give you that legal fee or whatever lol

#

The advice should actually be the opposite

static badge
#

the biggest bank PogU

acoustic pilot
#

Only put your money in credit unions

#

Not national banks

void void
#

thicc

#

whats a credit union

#

some sort of murican meme?

acoustic pilot
#

as long as it's not Bank of America or Wells Fargo, it's probably not too bad as far as national banks go

#

Two of the worst banks ever

#

Yeah

void void
#

banking is scam thats y

#

well yea but that isnt why its bad

acoustic pilot
#

This is why you should use credit unions

void void
#

they are bad because its govt controlled socialism BS

acoustic pilot
#

They are non-profit

#

I'm sure the day will come when you're fed up again

#

Always happens with banks lol

static badge
#

possily

void void
#

I use blackhawk credit union

#

for-profit banking is good

#

just not when its run by Socialists

#

socialist be like "this money? ur money?, no this is my money now"

static badge
#

I'm watching blood the hardcore never stop baiter go at it

#

shiy

#

don't need to wait tbh :>

void void
#

whats the bait bro

#

i dont get it

acoustic pilot
#

Well the baiting is kinda obvious now and not working since it's not as active lol

void void
#

u just dont understand what im saying so = bait

#

everything i dont like is bait

static badge
#

mfw the double-down bait

acoustic pilot
#

lol

static badge
#

tbh it's better bait than byte's face

acoustic pilot
#

why is my face bait

#

dont use my face as bait

static badge
#

not even piranha's would go for that

acoustic pilot
#

gud

void void
#

USA made it illegal to own gold in the 30s, because they wanted to control the economy as much as possible so they can screw everyone over and then dab on us

static badge
#

mfw taking the bait

void void
#

yeah its pretty much established this guy is a retard

#

1930ssssssssssss

acoustic pilot
#

o.o

void void
#

bro im just educated

#

u all mad for no reason

static badge
#

more bait monkaPixel

void void
#

age is just a number lad

static badge
#

esptein part 2 kappa

peak kite
#

i have a markers.yml file that has an apostrophy and its showing up rendered on dynmap as its deciimal ... wtf...

merry talon
#

ah yes

static badge
#

mfw

void void
#

thx kamal

acoustic pilot
#

well it is the best browser after all

static badge
#

jehova's witnesses for internet explorer

acoustic pilot
#

IE 5.5 was the best

unkempt drift
#

lol

peak kite
#

label: users's bed

void void
#

My great uncle is all into conspiracy theories and he is going on 64 years old, he has been seperated from the internet for so long, so it is entirely possible he is not a kid.

mortal zinc
#

for the record

void void
#

they made gold illegal so they could force you to use their monopoly money

#

and be part of their ponzi scheme

mortal zinc
#

internet exmplorer is the only one out of three (IE, firefox, chrome) that actually focuses on the search input field when going to youtube.com

#

at least in my recent experience

acoustic pilot
#

that's probably more of a quirk in IE and a fault with YouTube not setting focus

peak kite
#

yea , but then u can't copy 100's into pallets and ship to yo mansion.

void void
peak kite
#

gold is heavy.

void void
#

the federal reserve still exists my dude

#

this was just how it started

static badge
#

stop taking the bait :>

void void
#

u dont know history = bait

mortal zinc
#

i'm sorry is this blood guy just wasting our time?

static badge
#

as if I have perms

void void
#

im afraid that it's not bait and he actually thinks like this, that is the scariest thought

#

that someone like this lives out there, somewhere

#

ban for stating history

acoustic pilot
#

Tin foil gonna tin foil, nobody is hurling insults (much) or getting out of line in general.

#

Tin foil hat*

static badge
#

mods are the equiv of filthy half-ops

unkempt drift
#

🚨 Woo Woo Alarm 🚨

wooden blade
#

You know what happens when you roll in the mud with a pig?

acoustic pilot
#

leaf is right tho, if you don't get baited there is less to get worked up over

wooden blade
#

You get filthy and the pig has a good time

#

Don't feed the troll

void void
#

tell me what the purpose of the federal reserve is

peak kite
static badge
#

I don't have +v

limber knotBOT
#

(DiscordBot) Dr. Dre - Forgot About Dre ft. Eminem, Hittman - length 5m 12s - 284,983 likes, 9,315 dislikes (96.8%) - 54,065,260 views - DrDreVEVO on 2009.06.17

void void
#

what do u think causes finacial crisis' (other than war)

mortal zinc
#

@acoustic pilot btw i'd like to respond to something we talked about a few days ago about morality and you said it was subjective

wooden blade
#

Incompetence and greed

limber knotBOT
#

(DiscordBot) Why are you so afraid of subjective moral reasoning? - length 4m 57s - 21,825 likes, 870 dislikes (96.2%) - 1,689,500 views - Ravi Zacharias International Ministries on 2014.02.15

void void
#

yea so the government owns you

#

do u think thats fair

#

4head

static badge
#

mfw taking the bait monkaPixel

void void
#

wouldnt u prefer to own the govt

#

u know, the entire point of americas founding...

#

history is just conspiarcy theory though right

#

no they havent

#

there will be another in couple years

#

they are the cause of them

#

along with regulations

celest coyote
#

The basis of the worlds capitalistic system causes cyclical markets

void void
#

some tariffs are good

#

like against china is very good

celest coyote
#

Its inevitable recessions every decade

void void
#

allies shouldnt have tariffs though

celest coyote
#

Its just now everyone freaks out

peak kite
#

look its simply solved by returning the fed power to the treasury and give the dividends on the debt to the citizens.

wooden blade
#

Someone here's definitely off the federal reservation

void void
#

china is literally worse than nazi germany right now, and u want to trade with them freely and support their rise to global power?

#

= tariff china good

celest coyote
#

Hes right you know

void void
#

yea

#

tariffs are economic warfare

#

and we hate china

#

so tariff them

#

its not

#

what do u buy from china

#

toys that break or kill ur kids with lead poisoning

#

bicycle that breaks after 1 second

#

car that breaks after 1 second

#

all useless

wooden blade
#

why are you showing me that, Devon?

void void
#

for some context

peak kite
#

iron with SAND in it?

void void
#

he is not from America so he cannot be on a reserve

#

jesus christ shut the fuck up already 😫

wooden blade
#

I don't need it, it's pretty obvious

static badge
#

taking more bait monkaPixel

void void
#

if u trade with china then u are financially supporting slave owners and murderers

#

china has changed a lot in the last 50 years

#

i jsut tell truth and ppl get mad

#

hmm idk what china looked like 50 years ago

peak kite
#

teriff not needed, just make them pay their workers same as us, and have osha at THEIR plants.. done and done.

void void
#

they build shit and trade with people, that doesnt change the fact they harvest like 100 peoples organs daily

#

AND THAT DOESNT MAKE ME RACIST

#

i have chinese friends ok

#

communism isnt a race

celest coyote
#

I hear they operate while prisoners are alive

austere ivy
#

Howdy

celest coyote
void void
#

I aM bEiNg TaRgEtEd

austere ivy
#

Some quick questions, what are the major API changes from 1.12 to 1.14?

void void
#

I pOsT gOoD cOnTenT

#

they changed id shit

austere ivy
#

And are there any cool new API features/thingies I can do from 1.12 to 1.14?

#

Other than ID/Material/type/block data stuff.

#

Any new cool events?

#

Yeah sure.

#

From 1.12.2 to 1.14.4.

celest coyote
#

New events are sorely lacking

austere ivy
#

That was my original question..

celest coyote
#

But there are a few

austere ivy
#

barty don't >:I

void void
#

tariffs to dab on the commies

austere ivy
#

Alright, I just updated my server from 1.12.2 to 1.14.4 and I develop the custom plugin for it so I'm just wondering if there are any cool new features/events/stuff in the API.

void void
#

since...the last time you were here? or...

austere ivy
#

Any cool changes from the upgrade?

#

Any events?

#

..

acoustic pilot
#

new tariffs on consumer electronics imported from China going live in Sept 😃

austere ivy
#

I just updated my server from 1.12.2 to 1.14..

#

the changes from 1.12 to 1.14

acoustic pilot
#

getting ready for a roughly 10% price increase in consumer goods made in China, sold in America

austere ivy
#

what's new in the API?

void void
#

.g spigot 1.12-1.13 changelog

acoustic pilot
#

laptops, phones, tablets etc

limber knotBOT
#

(DiscordBot) https://www.spigotmc.org/threads/bukkit-craftbukkit-spigot-bungeecord-1-13-development-builds.328883/ -- Bukkit, CraftBukkit, Spigot & BungeeCord 1.13 Development...: "Jul 15, 2018 ... Spigot 1.12.2 worlds must be converted using CraftBukkit/Spigot and NOT ... In terms of API changes between 1.13-pre7 and 1.13,..."

void void
#

crap i cant buy iphone made by slaves that gets made redundant after 1 year

austere ivy
#

I can't find a "list" of api changes from specifically 1.12 to 1.14

void void
#

.g 1.13-1.14 changelog spigot

limber knotBOT
#

(DiscordBot) https://www.spigotmc.org/threads/bukkit-craftbukkit-spigot-bungeecord-1-14-4-development-builds.369724/ -- Bukkit, CraftBukkit, Spigot & BungeeCord 1.14.4 Development...: "Apr 23, 2019 ... Although the API changes are small compared to 1.13, this is not a small release. In fact it is almost as large as 1.13. Accordingly..."

acoustic pilot
#

and yeah iPhones prob would be affected too since their entire production is in China

austere ivy
#

I just wanna know if you folks have any cool new features or api things that I can do something with ._.

void void
#

Bloodmasked, we aren't mad at you, your content is slightly humorous

austere ivy
#

if you don't have any eye poppers I'll just try to find a literal list of changes

void void
#

iphone made by slaves that kill themselves because their work conditions are so poor

austere ivy
#

but I just wanted to know your folks' favorites

void void
#

i added openBook on Player but it's typically pretty hard to just give a list brian

tawdry coyote
#

one of my fav new 1.14 features is the 100% increase in lag

austere ivy
#

OpenBook?

#

Again I don't want a list I can find that somewhere else

unkempt drift
#

^^

acoustic pilot
#

China actually isn't communism, worth noting. A better technical description of their socioeconomic system is authoritarian capitalism.

void void
#

you can open a book for a player. Player#openBook

austere ivy
#

I just kinda want your guys' favorite things.

#

oh that's cool!

void void
#

thats an oxymoron

#

capitalism is anti-authoritarian

static badge
#

filthy capitalists

acoustic pilot
#

It's essentially state-run capitalism.

void void
#

thats the same thing

#

an oxymoron

unkempt drift
#

wtf is state-run capitalism?

static badge
#

byte

#

don't

#

get

#

baited

void void
#

u cant have "authoritarian anti-authoritarianism"

acoustic pilot
#

Well I like the subject of China, Leaf!

static badge
#

course u do

#

ur chinese rite

acoustic pilot
#

The nature of our economic relationship with China makes it abundantly clear that China is capitalist 😃

unkempt drift
#

capitalism is free market, free because there isnt any or only limited government interference

acoustic pilot
#

It's simply state-controlled capitalism.

void void
#

what part of organ harvesting makes you think freedom

#

ur brainwashed by propaganda

#

just because u trade or produce stuff doesnt mean ur a capitalist

#

capitalist is when the state protects its citizens

#

not harvests their organs

static badge
#

🎣

peak kite
#

What makes an apostrophe into &#39; ? anyone?

void void
#

that's urlencoding

static badge
#

.g ascii tabi

limber knotBOT
static badge
#

god

#

fucking

unkempt drift
#

hahaha

static badge
#

WEEEBS

void void
#

ascii table.

static badge
#

.g ascii table

limber knotBOT
static badge
#

look at what 39 is

void void
#

theres only 1 form of capitalism and its laissez faire capitalism

unkempt drift
#

wtf was that first one?

tawdry coyote
#

idk I think the weeb one is more accurate

static badge
#

it's encoding it cuz it's special

acoustic pilot
#

Is that URL encoding? Doesn't seem like it

austere ivy
#

here's how conversations on papermc general go:

person #1: hey folks I have [opinion]
person #2: wow that's an opinion, spicy, controversial
iamverysmart person: ok you're wrong for 100 million different reasons now go away you id*ot
person #3: ok that's an opinion, here's some actually constructive talk about that opinion, let's get into a discussion.
leaf: don't get baited
leaf: baited
person #2: just don't even get involved
iamverysmart person: I'mma bout to kick you for being an id*ot and just stop with your opinions and ideas contrary to mine
person #3: well I think it's interesting here's more constructive ideas and opinions
person #1: very insightful thank you
leaf: [bait emoji]
person #2: I'm leaving

mortal zinc
#

you know what

#

why don't we have a more productive conversation

void void
#

why are you censoring idiot

unkempt drift
#

1.14 is lag free right?

void void
#

no

mortal zinc
#

like how on earth are we going to convince md_5 that what he's doing isn't working out as good as we hope

tawdry coyote
#

you dont

unkempt drift
#

no lag on later versions of mc according to simple

mortal zinc
#

😃

peak kite
#

hm so i need to make an apostrophy

static badge
#

mfw brian baits

void void
#

anyway place ur bets on honkhonk

#

will china
a. shoot them alot
b. arrest them alot
c. harvest their organs
or d. all of the above

acoustic pilot
#

Oh I was thinking HTML entity encoding

#

I think that's what it is?

peak kite
#

my parser takes my apostrophy and turns it into '

austere ivy
#

ALRIGHT SO.

void void
#

that is html entity encoding

static badge
#

yes generally html stuff will do that

austere ivy
#

Does anyone have a list of API changes from 1.12 to 1.13, or 1.13 to 1.14, or 1.12 to 1.14?

#

Thanks.

static badge
#

cuz "lol encoding we send stuff as string"

void void
#

lol.

#

now he wants a list

#

again

peak kite
#

what do i feed it to get an '

acoustic pilot
#

In PHP you'd produce that with like htmlentities("str")

#

no idea what the Java equivalent is

static badge
#

you can write a parser yourself

#

it's fairly simple

#

the format is obvious

mortal zinc
#

@austere ivy well i recently PR'd a new event

static badge
#

no it wouldn't

mortal zinc
#

manipulating flower pots

void void
#

i said wouldnt

unkempt drift
#

@austere ivy is there really not a changelog on the spigot forums or something?

acoustic pilot
#

leaf is just dum, cuz he leaf

static badge
#

mfw I'm blind

acoustic pilot
#

and bronze

static badge
#

byte

austere ivy
#

I can't find them.

static badge
#

ur literally bronze

austere ivy
#

@mortal zinc I saw that.

static badge
#

done ur placements yet?

acoustic pilot
#

no comp is dum

austere ivy
#

FlowerPotSomethingEvent

acoustic pilot
#

deathmatch masterrace

austere ivy
#

FlowerPotInteract?

#

Not flowerpot lol

#

uhhh

static badge
#

mfw

austere ivy
#

pot

#

pot interact

acoustic pilot
#

i may though now that role queue is a thing

static badge
#

literally bronze kappa

austere ivy
#

it's a

#

Yeah it's a flower pot 👀

unkempt drift
mortal zinc
#

and, intereseting factoid, but a few of my PRs were actually donations from the custom server I and 3 others were building off of in a minecraft community we were a part of and ended up writing events to cover the lack of such events previously

unkempt drift
#

You just have to go back in the announcements

austere ivy
#

ah oki doki

mortal zinc
#

the custom server was actually based off of CraftBukkit for years but towards the end of the community it was based off of paper

#

❤ @slim nymph as he sold me onto paper when I was thinking about switching to spigot

alpine wave
static badge
#

ripperoni aikararoni

austere ivy
#

Hi, Aikar.

#

o/

peak kite
#

Its a bug in dynmap file.. Minecraft/plugins/dynmap/markers.yml
spawn_beds: markers: username_bed: label: username's bed
The apostrophy shows on the map as username's bed.

austere ivy
#

I'm thinking Aikar would appreciate a ping once in a while though, a little.. I mean maybe not.

#

I do though.

#

Please ping me ;c

acoustic pilot
#

So what, it's getting encoded twice? lol

austere ivy
#

The last time I was pinged with my actual username @austere ivy was when a bot attacked a server. I never feel needed. Maybe it's because I never am.

#

Whatever.

#

Alright I'm going to look into 1.13-1.14 changes, ciao.

static badge
#

hey looks it's vlc

mortal zinc
#

just come up with something you feel the Minecraft community could benefit from, or some other community

acoustic pilot
#

but nobody wants to ping brian

mortal zinc
#

well no one pings me either, i only know a few of you in here, and i haven't been very useful over the years

static badge
#

being pinged is annoyinfg

acoustic pilot
#

well ye ur unloved so everyone who pings u is just doin it to make fun of u

static badge
#

byte ur retarded

acoustic pilot
#

wow rood

#

you need sensitivity training

#

retarded people are people too

#

now we'll never get discord partnership 😦

static badge
#

didn't say u weren't human

#

said u were retarded

#

proving my point though thx peepoJuice

mortal zinc
#

xD

unkempt drift
#

oh boy

acoustic pilot
#

the rage, pls dont lol

peak kite
#

i think im having a permissions.. nfs... battle?

distant stone
austere ivy
#

What do Keyed and NamespaceKeyed do?

void void
#

Keyed defines that something has a key

#

NamespacedKeyed is a namespace value that is identified by a key

austere ivy
#

Define "a key"

void void
#

an id

austere ivy
#

How can I use this?

void void
#

Map<String,Object>, string is the key, object is the value

austere ivy
#

oh.

#

oh.

void void
#

Keyed is just an interface that provides a getKey method

austere ivy
#

That makes sense alright.

void void
#

you implement it on your object that should have a key

finite wave
#

Why are you helping Brian

austere ivy
#

Thanks, simple.

#

..

#

Arisa you've been typing for quite some time.

#

If you're typing up a big and long paragraph, no need to stop and try to respond to me.

#

Continue what you're doing, however acknowledge that I realize you've been typing for quite some time 🙃

jaunty oriole
#

or it could just be that one discord bug where a person keeps typing forever

void void
#

sometimes i do that accidentally by typing a space and not realizing it

austere ivy
#

I do believe if you type a space (or anything) and then stop typing for a bit, Discord sets your typing status to false.

#

Let's try it out, I'll type out "hello " on the box and leave it there, tell me if it says I'm typing in a bit, alright?

jaunty oriole
#

it has a typing timeout but sometimes it bugs out

void void
#

@azure patio say something to make this madness end

peak kite
#

a bug out on a timeout. programmers nightmare.

austere ivy
#

Yeah I just checked the sidebar and it disables the typing status after a bit.

#

Or maybe Arisa is just writing a short story for us.

jaunty oriole
#

pretty sure whatever arisa is typing it's already past the 2k character limit lol

austere ivy
#

And this is their 14th draft?

jaunty oriole
#

or maybe they're just trying to mess with us by constantly typing thinkW

peak kite
#

zike... urban dictionary #3

austere ivy
#

@azure patio >:I

jaunty oriole
peak kite
austere ivy
void void
#

emojis

peak kite
limber knotBOT
#

(DiscordBot) WHAT THE HELL ARE YOU DOING OUT HERE - length 25s - 69 likes, 7 dislikes (90.8%) - 12,836 views - maincharacter17 on 2008.05.04

void void
harsh onyx
void void
#

oml discord pls

#

this typing is bothering me

#

lmao

wooden blade
peak kite
#

/dynmap updaterender Arisa

mortal zinc
#

@azure patio

void void
#

we're all on the edge of our seat

peak kite
#

cant wait, gotta pee.. still waiting... .... hold it....

void void
#

ree Wtf. These problems on khan academy are so weird

peak kite
#

duh, weird name..

void void
#

tan(195) without calc. Well I choose tan(240-45) which works. I get (sqrt(3)-1)/(1+sqrt(3)). Valid answer.
BUT, they used tan(225-45) to get (3-sqrt(3))/(3+sqrt(3))

#

How do I even convert between this. I guess I should just know they're equivalent because 3/3=1

#

Idk man

peak kite
limber knotBOT
#

(DiscordBot) Eclectic Method - Hackers - length 2m 16s - 326 likes, 16 dislikes (95.3%) - 26,598 views - Eclectic Method on 2013.04.12

void void
#

@void void why are you doing maths

#

i signed up for a precalculus class, but haven't studied math in ages, so I'm trying to catch myself up before I dive into shit and get lost af

woven otter
#

hello

void void
#

it looks like you are NOT having fun with maths

#

would that be accurate?

#

accurate

#

well, sometimes

#

once I get it it's very nice

#

but while learning im super confuzzed

#

like was I supposed to be able to choose tan(225-30) off the top of my head even though tan(240-45) was correct as well? the world may never know

#

maths is the greatest subject

#

and in that same vein tan(255-60) would have also been valid, but 255 is not a special triangle so mlep

#

note: in some dialects it's "math", in some it's "maths"

#

yea

#

just making sure

#

i should make a list of english difference i know

wooden blade
#

eventually it all adds up

void void
#

i really want to make this list

#

once you make the list, make an app that asks you to type something and then tells you what kind of english speaker you are lol

#

(and by that, i mean generally where you're from)

#

what do you walk on next to the road?

#

right

#

sidewalk vs footpath vs pavement(?)

#

ah

#

sidewalk

#

i thought you were giving an example not asking

jaunty oriole
#

@azure patio is keeping me on edge here

void void
#

bell pepper

jaunty oriole
void void
#

capsicum

#

thats actually what we call it in australia and i didnt know it was weird until a few years back

wooden blade
#

That's actually the species name

void void
#

i just find it mind blowing when i learn something is specific to only some places and americans/brits/whatnot have never heard it

wooden blade
#

It does mention that on the wikipedia page

#

The regional names

void void
#

yeah i never read the wikipedia page for a capsicum

#

i do enjoy reading random non useful wikipedias though

celest coyote
#

.typing

limber knotBOT
void void
#

arisa pls

celest coyote
#

Puny mortals

#

Arisa can keep this up forever

wooden blade
#

You know what they say; you place 99 Arisa's at the same keyboard, eventually they'll all stop

void void
#

i guess this is why they say IRC is better, no typing indicator

#

yeah

#

it's triggering me af

#

you and me both

#

when my nitro expires im probably going back to irc

woven otter
#

I guess arisa is pretty happy right now

void void
#

yeah i dont even use discord for anything, just shitposting in this channel

peak kite
#

lol

celest coyote
#

Can we petition to kick arisa

wooden blade
#

At this point it's kind of soothing, like a lava lamp, but without any color

#

Just become one with the dots

void void
#

@azure patio ree

#

theyre gonna wake up to so many pings

#

ban arisa or ban me

#

one of us needs to go

#

i can not take it any more

quasi valley
#

or both

#

Are you two writing novels or what’s taking so long

#

😂

peak kite
limber knotBOT
#

(DiscordBot) Eclectic Method - Chewie Tune - length 1m 30s - 1,452 likes, 33 dislikes (97.8%) - 139,069 views - Eclectic Method on 2015.09.06

void void
woven otter
#

Arisa if you type something into chat I will gift you nitro

#

Okay too late

quasi valley
#

Evil duck

woven otter
#

well I tried

quasi valley
#

still typing we’ll get some epic poem I guess

coarse kelp
wooden blade
#

Welp, time to break out the old paper weight.

quasi valley
#

Hopefully with a decent rhyming scheme

woven otter
#

maybe he confused discord with his IDE

wooden blade
cosmic gorge
#

The lass I brought home was a prize,
With an alluring set of bright blue eyes,
Her breasts, so well kept
Were what I'd expect,
But her penis was quite a surprise.

woven otter
wooden blade
#

Yeah, actually that's what I was envisioning ^

woven otter
#

inb4 we are trolled by a cat

limber knotBOT
#

(DiscordBot) Eclectic Method - Cats - length 2m 39s - 870 likes, 23 dislikes (97.4%) - 107,869 views - Eclectic Method on 2013.10.08

wooden blade
#

I'm going to make that \/ one of the random motd on my server

quasi valley
#

I still have like 20 minutes to wait, so I’ll just patiently wait for that epic poem

woven otter
#

i hope it's something duck related

quasi valley
#

I hope they kill a duck in it

cosmic gorge
#

looking forward to reading the manifesto

woven otter
#

wow Kenny ur evil

quasi valley
wooden blade
#

An Ode to Foie gras

quasi valley
#

It’s Beowulf 2.0

woven otter
#

well either way he's definitely enjoying this

wooden blade
#

It's a cat, providing us the encrypted instructions for creating faster than light speed travel. (Live streaming from Area 51)

cosmic gorge
#

actually it's bernie sanders writing a manifesto on how to fix america by seizing the means of genocide and distributing them equally across all hate groups

quasi valley
#

o.O

#

Yes

woven otter
#

maybe he is using alternations of discord showing "is typing" and not showing and we are just not reading into it

wooden blade
#

That's some pretty slow hunt and peck typing methodology

#

every fourth key pressed is emphatically pushed

quasi valley
#

Maybe it’s their last message before going into exile because Russian spies are following them

#

So many questions

#

So little answers

peak kite
#

i got it.....testing the 1 million monkey hypothesis...

cosmic gorge
#

it's a giant ascii pic of ayyliens

wooden blade
#

Maybe Arisa was locked into the Hong Kong airport, and the Chinese Army just stormed the complex?

#

🤷

quasi valley
#

Or they are being held hostage right now and this is their only means of communication!

woven otter
#

maybe it's acting strange near alien technology since he's kidnapped by aliens

peak kite
#

Is it the number of stars in the universe, in binary form?

woven otter
#

maybe he is being probed right now

wooden blade
#

in which case it's never going to be morse code for S. O. S - because it's just dot dot dot

quasi valley
#

It’s an extended sos morse

woven otter
#

can't you just pin that

#

still useful

quasi valley
#

Md we’re onto something here, don’t you interrupt us

woven otter
#

gonna stash it somewhere

cosmic gorge
#

it's a message denouncing the gvt for faking the bug invasion in buenos aires as a pretext for nuking the place and drumming up nationalistic feelings so they can finance their interplanetary war and distract us from the fact that they're a dictatorship who can read our minds, man

quasi valley
#

I think you figured it out

cosmic gorge
#

oh shit hang on someone's at the door b

woven otter
#

Maybe he is trying to prove that NASA faked moon landing and that the earth is actually flat

peak kite
limber knotBOT
#

(DiscordBot) Half Baked - Brian's Story about Killer - length 1m 34s - 366 likes, 12 dislikes (96.8%) - 88,983 views - rockaholicc93 on 2008.07.15

woven otter
#

I mean it takes a little bit of proof

quasi valley
#

Or it’s an essay on how people tend to overanalyze stupid situations

woven otter
#

damn lefbad

quasi valley
#

If the message hits, we’re doomed eitherway

void void
#

wow this is cool

#

twitch has an IRC server for bots to connect to, and they are bridged with the twitch channel

cosmic gorge
#

it's a demonic message that will fry out minds by just looking at it the moment it gets released

void void
#

o_o

#

its an irc server of just bots

#

god damn it arisa

cosmic gorge
#

oh shit it's the full necronomicon

#

everyone avert your eyes

quasi valley
#

The typing stopped

#

Is it the end?

#

Oh nvm it’s back

peak kite
#

Once you've seen the matrix ,nothing fries your mind the same..

cosmic gorge
#

fucking mind fried hipsters

#

lovecraft did it first

quasi valley
#

This office is supposed to open at 11, still not open irritatered

#

At least more time to wait for that epic

woven otter
#

he's trying to write instructions to get out of the matrix

void void
#

wow ok, I think I can just connect to their irc as a normal user

woven otter
#

while fighting with agents

void void
#

so i'll be the only user among all the botteroos

wraith wharf
#

Every time I have a little kitten:

#

Fuck Mojang why kittens can't swim

woven otter
#

simple: r/totallynotrobots

peak kite
#

They burn quick too..... put some bars on your fireplace .

woven otter
void void
woven otter
#

that's illegal

void void
#

joining twitch channel from irc now

#

maybe not

#

hmmm

#

oh yeah! it works wow

celest coyote
#

now connect with the mainframe and reboot @azure patio

graceful wyvern
#

oh twitches irc bridge? that’s been a thing for years, there’s even gui chat clients that make use of it for high frequency mods n stuff

void void
#

very cool

#

Going to make a twitch bot pretty soon, was exploring the API

graceful wyvern
#

have a peek into Chatty, it’s java based as well

void void
#

just saw this

wraith wharf
#

I have tried my hardest to be a bastard

jaunty oriole
#

arisa stopped typing- what happened

#

oh nevermind it's back

void void
#

:(

wraith wharf
#

It's such an intense moment trying to figure out when will Arisa finish their sentence

peak kite
#

🍪

wraith wharf
#

🍪

#

cheeres

limber knotBOT
#

whos arisaß

void void
#

an mf who has been typing for the past 6-7 hours

jaunty oriole
#

@azure patio who are you

limber knotBOT
#

why wouldn't discord implement sane timeouts? lol

#

oh right

#

cause

#

s/discord/dumcord

#

Correction, <MiniDigger> why wouldn't dumcord implement sane timeouts? lol

wraith wharf
#

LOL

#

Typing for hours

#

Essays

void void
#

i want to know what he has to say

jaunty oriole
wraith wharf