#general

3141 messages · Page 938 of 4

mighty storm
#

if it expires it's ok up until they decide you have 60 days to renew it

#

and that's a state thing too ,so that'll be, ,, fun

potent fossil
#

here you can wear a mask and go into the DMV and get your picture taken. They can give a temp ID but it will not have a photo on it. ¯_(ツ)_/¯

#

Like, fuck. If he would've just idk done it 3 months ago when I told him to he would not be having issues but he'd rather go hunting and fishing and fuck around all day and do absolutely nothing of substance

limber knotBOT
#

chew: no

limber knotBOT
#

hm?

potent fossil
#

anyway that has been my rant

limber knotBOT
#

it needs to bridge one irc channel to another

#

oh so a bridge from esper to here?

#

otherwise the people talking here are not seen on the espernet side

#

yes

#

on the otherside, you basically get:

#

2019-01-08 13:55:21 +Mana [+DiscordBot] <M​rI​va​nP​la​ys​> now uploads

#

2019-01-08 13:56:18 +Mana [mikroskeem] keyservers have been doing weird shit indeed lately

vernal moth
#

Ivan <3

minor badge
#

how to ban mini

vernal moth
#

?ban proxi

leaden oxideBOT
#

dynoError I can't find user proxi.

vernal moth
#

Oh fuck I got actual perms now, lmao

#

You saw nothing

potent fossil
true canyon
#

kashike that's why you also shut down the spigot irc side ! 😄

limber knotBOT
#

If there were not 102 people here, sure

#

just type /send all esper, ezpz

true canyon
#

No better time to close! "We hit our goal of 100! Thanks everyone"

vernal moth
#

How many of those aren't in other channels? ^^

mighty storm
#

do spigot channels count as "other channels"

#

if so, like all of them

minor badge
#

you wouldnt be able to anyways, mini

#

i cant try the same doe, cause the pink role is above dev team 😔

mighty storm
#

yeah discord permission hierarchy is bonkes

#

you could have the lowest and highest roles, and as long as the lowest role has manage roles, you have full power over every role (except highest)

#

it sucks

minor badge
#

we should just recreate discord :>

mighty storm
#

I agree

#

and make it not poopy

cosmic raft
#

Dyno can't ban you anyways

minor badge
#

xkcd 927 lol

cosmic raft
#

It's at the bottom of the list :p

minor badge
#

ooh ic

mighty storm
#

icy

cosmic raft
#

well, almost the bottom

#

muted/etc are below it

minor badge
#

kashsama 🥺🥺

mighty storm
#

@true canyon kitteh can connect to multiple networks right?

cosmic raft
#

different client per network

mighty storm
#

or do I need to instantiate 2 clients

cosmic raft
#

yes

mighty storm
#

and set up listeners for each

#

lovely

#

+s is the secret channel right

cosmic raft
#

depends

#

what ircd? :p

mighty storm
#

inspircd and whatever esper uses

cosmic raft
#

yes then

#

ffs cloudflare

#

429 Too Many Requests on dash

mighty storm
#

oh yeah i had that too when i tried to login, had to swithc browsers for a while

cosmic raft
#

ffs

potent fossil
#

so lol, you add string entries to a team for scoreboard, but like? should i just add the player's UUID as a string?

#

is that what ppl do scared

#

actually i dont think i even need a team for this so fuck it.

worn ember
limber knotBOT
mighty storm
#

now for fancy colors

minor badge
#

kek have fun kash

true canyon
#

@mighty storm Have you read the docs for KICL 😛

mighty storm
#

uhoh

cosmic raft
#

@minor badge with?

mighty storm
#

would you be mad if i said yes but still didnt know the answer

potent fossil
#

does KICL have DCC yet :^)

true canyon
#

No, just wondering 😛

minor badge
#

i ended up just moving away from cf for that 429

potent fossil
#

(for legal reasons this is a joke)

true canyon
#

DCC can go die in a fire. 😄

cosmic raft
#

@minor badge its annoying as heck

true canyon
#

(for legal reasons this, too, is a joke)

minor badge
#

dont use cf then :)

mighty storm
#

district of columbia columbia??

cosmic raft
#

@true canyonThe thing I was working on a couple weeks ago uses a mix of KICL and PircBotX

#

because of DCC :(

potent fossil
#

I just want to make a bot that joins some file sharing channels and automatically downloads shit for me

(for legal reasons, this is the jokiest of jokes, and you should all come see my standup)

true canyon
#

🤢

mighty storm
#

wait so is the answer no, I just made 2 clients

true canyon
#

client per connection

cosmic raft
#

the answer is no, one client per connection

mighty storm
#

yeah

#

i think the code is bad

#

but it works?

zealous wedge
#

does it support ACC, or just DCC

mighty storm
#

how do I do a random color like in the lib, there's no search

#

oh COLOR_CHAR enum?

cosmic raft
#

read the docs!

mighty storm
#

I AM! but there's no SEARCH!

#

gotta mess around and find out

cosmic raft
#

"search"

potent fossil
#

that isn't updating score on one sb, every tick it just churns a new scoreboard

mighty storm
#

sounds not ideal

cosmic raft
#

took me a couple seconds to find it searching

#

:p

cosmic raft
#

You don't want to use the character directly

true canyon
#

okay putting sandwich down

#

is this random colorness for doing username coloring

minor badge
#

sounds not ideal
that appears to be the point

mighty storm
#

yes, how dis4irc does it

#

but it's in kotlin so i cant just stackoverflow yoink it

true canyon
#

If that, or anything similar, not all colors are good colors to choose from due to display.

cosmic raft
#

you basically can chew

#

its easy to port

#

I wrote it

mighty storm
#

kashike?? ?Writing kotln ?? ? scary

true canyon
#

What I did for my relay is

    private static Format[] COLORS = {
            Format.BLUE,
            Format.BROWN,
            Format.CYAN,
            Format.DARK_GREEN,
            Format.GREEN,
            Format.MAGENTA,
            Format.OLIVE,
            Format.PURPLE,
            Format.RED,
            Format.TEAL,
            Format.YELLOW,
    };
// and for discord users
Format color = COLORS[(int) ((event.getAuthor().getIdLong() / 100L) % COLORS.length)];

Obviously you could use something else like nick.hashCode to get an int.

cosmic raft
#

:p

mighty storm
#

yeah no fuckin clue how to do kotlin to java

#

char#toByte isn't a thing

cosmic raft
#

(int) character

mighty storm
#

oh big brain

#

says it's redundant though, so I just did += it

cosmic raft
#

yes, chars are basically special ints

worn ember
cosmic raft
#

its why if you do string.chars() it returns an IntStream

#

I think thats the method name at least

mighty storm
#
    private String getDisplayColor(String nick) {
        var index = 0;
        for(char it : nick.toCharArray()) {
            index += it;
        }
        var color = COLORS[Math.abs(index) % COLORS.length];

        return "<" + Format.COLOR_CHAR + color + nick + Format.RESET +">"
    }```
cosmic raft
#

no dark

mighty storm
#

is my conversion

worn ember
cosmic raft
#

yep, looks right

twin lagoon
#

@cosmic raft uwu

cosmic raft
#

uwu

true canyon
#

yes, chars are basically special ints
@cosmic raft no it's more short-sighted than that

cosmic raft
#

😛

mighty storm
#

and I suppose I should convert <DiscordBot> <Chew> and just drop the <DiscordBot> or should I leave that?

cosmic raft
#

I'd leave it personally

#

it's not that person speaking directly

mighty storm
#

ok then it's basically done

#

ill send code, you can tell me i suck, then ill fix it, and the cycle will repeat

cosmic raft
#

on github?

mighty storm
#

ye it's not entirely custom

zealous wedge
#

yeah, it should be clear that discord name does not necessarily equal irc name

mighty storm
tired heath
#

Do my hard owned euros run into such projects?

minor badge
#

why do you struggle to own money

viral hornet
#

@twin lagoon 🥺

cosmic raft
#

@mighty storm yea that will 100% break currently

mighty storm
#

i knew it, oversights

cosmic raft
#

you need to ignore messages from the bot user

tired heath
#

Proximist, well I guess you are right, that changed my point of view and life from now on

#

Thanky you so much

mighty storm
#

what bot user?

cosmic raft
#

if(event.getActor().getNick().equals(event.getActor().getClient().getNick()) return
at the top basically

#

in your listener

mighty storm
#

Oh, I mean it's not really doing anything atm

#

would the bot's messages still raise that listener?

cosmic raft
#

yes :p

tired heath
#

On a scale from nine to 10, how much retarded would you rank me?

mighty storm
#

wtf, it's only relaying once though?

worn ember
cosmic raft
#

right now, yes

twin lagoon
#

uwu @viral hornet

worn ember
#

my servers are cheaper than discord nitro

cosmic raft
#

you also need to forward "ACTION" CTCP events @mighty storm

minor badge
#

@tired heath please refrain from ableist slurs

mighty storm
#

whatre actions? like notices? or the "ChanServ set +o on Chew"

minor badge
#

@mighty storm uwu good night 🥺

mighty storm
#

goodnight :3

cosmic raft
#

/me flails = ACTION flails CTCP event

mighty storm
#

oh that's not just fancy italics formatting?

cosmic raft
#

no

zealous wedge
#

@minor badge good night uwu

mighty storm
#

dang, the more you know

tired heath
#

Proxi can u say that in diffrent words, what I could actually translate

#

no BS this time

true canyon
#

you're one of today's lucky 10000!

zealous wedge
#

there was no bs there, ofunny

mighty storm
#

I assume that's just ChannelCtcpEvent

minor badge
#

Don't use ableist words. Google "ableism"

cosmic raft
#

yes

worn ember
#

ur not allowed to be able

true canyon
#

You found it chew!

mighty storm
#

docs time

viral hornet
#

Backups michael 🥺

mighty storm
true canyon
#

😄

tired heath
#

Well I not my fault if you connect that word with does people, is actually wrong to do so.

#

Bad!

mighty storm
#

nvm, docs dont exist unless im blind

minor badge
#

It's against the rules and is a bannable offence, mate

true canyon
#

chew, check if that event's getCommand() equals (maybe ignore case? In case of dum ircd) ACTION

minor badge
#

It is your fault. Just pick other words

mighty storm
#

ah yes

tired heath
#

can I use dumbass?

minor badge
#

sure

acoustic pelican
#

freely.

mighty storm
#

do I also need to look out for NOTICEs and whatever the mode one is

cosmic raft
#

no

worn ember
#

what about kaaskop?

cosmic raft
#

don't need to bridge those

minor badge
#

eat my cheese, ded

worn ember
#

ew

#

never say that again plz

minor badge
#

i buy the cheapest cheese i can find

#

do i disgust you yet

worn ember
#

toe cheese

mighty storm
#

gorgonzola

zealous wedge
#

proxi u deserve good cheese

worn ember
#

Michael has plenty of good cheese

mighty storm
#

rory is asleep

zealous wedge
#

i hope she has good dreams

worn ember
#

wake her up and tell her to work like the rest of us

#

smh

zealous wedge
#

no working allowed

mighty storm
#

i mean, cats sleep in such a way where they stretch

#

so sleeping is actually beneficial

#

ok, ezpz fix

worn ember
#

what are you even doing

mighty storm
#

esper to spigot #paper relay

#

so how would I hypothetically remove that "ACTION " bit

#

in ruby i'd just message.split(' ')[1..-1]

#

works every time

worn ember
#

that didnt make me any wiser but good luck

mighty storm
#

oh wait, i guess that's possible in java

#

oh wait no, you cant select multiple elemnts

worn ember
#

regex?

olive marlin
#

Delete first element?

mighty storm
#

yeah, is that possible?

olive marlin
#

Doesn't Java have sublist?

mighty storm
#

you cant modify arrays, youd have to convert it to a list or something

worn ember
#

copy to a new array

#

or use a list

#

that works too i suppose

olive marlin
mighty storm
#

List<String> message = Arrays.asList(event.getMessage().split(" ").clone()); ezpz

#

oh wait, am dumb

#

just use substring

worn ember
#

i was about to say xD

mighty storm
#

would it be 7?

worn ember
#

idk what ur doing so you'd know better than me

mighty storm
#

nice

#

next up, sicknerv

tired heath
#

Just curious, why the clone in the end, since it returns a new array of string?

mighty storm
#

idk that's just what it suggested

tired heath
#

ok

mighty storm
#

think it has something to do with making a copy so as to not modify the original

zealous wedge
#

split returns a new array anyways

mighty storm
#

either way, dont need it

zealous wedge
#

also you should split with a precompiled Pattern

#

the jdk is bad, so a bunch of methods just compile a regex from their string parameter

tired heath
#

Just wondering, I did not look into split, but since it returns an array of strings, what original should be referenced what would get changed somewhere else? Expcept if it caches it internal. Actually wanna know that in detail, will google later 🙂

mighty storm
#

it was ivan

#

all along

potent fossil
#

whats the drama now

mighty storm
#

thats the dude who made 2 prs

#

1 for each commit

potent fossil
#

oh

worn ember
#

how is that drama?

potent fossil
#

¯_(ツ)_/¯

worn ember
#

man cpu scheduling algorithms are big yikes

tired heath
#

Looked into the internal split impl. still don't see a reason for clone (gerneral talking, not referenced to chew directly).

worn ember
#

why am i supposed to be able to do those, i'm not a cpu PepeHands

#

yeah clone there was pointless

#

was gonna mention it but since she went a different approach ig it doesnt matter

mighty storm
#

I didn't say it was drama lol

worn ember
#

staying far way from that one thonkeng

#

simple did :p

limber knotBOT
#

the one just linked is most likely a scam

worn ember
#

was it a scam link?

#

oof

#

lmfao

#

already

mighty storm
#

Yep

#

You can't buy

#

Yet the site says you can buy "with bitcoin and ethereum"

#

like ok now sis...

limber knotBOT
#

not linking the actual twitter is also fishy af, lmao

worn ember
#

yeah i was confused when he said "crypto currency"

mighty storm
#

They just sent a screenshot of it

#

And if you check the twitter there's nothing there about it lmao

#

That's happened like 4 times now, exact same message in the exact same channels every time

worn ember
fluid badger
#

for some reason on my paper server i havent seen any pillagers and ive beaten the ender dragon

mighty storm
#

Pillagers only appear after you kill the dragon?

fluid badger
#

no

#

ive played for a long time

#

and nothing

#

no pillagers

#

im not sure if its a bug every how ever many worlds

#

and i dont know how or if i can fix it

tired heath
#

My friend actually reaches the Ender Dragon after 20 minutes on a new vanilla world. So is actually not defining what you mean with "long"

mighty storm
#

But why does the dragon matter

worn ember
#

smh it doesnt

#

ya'll missing the point here

mighty storm
#

Then why are we referencing it

tired heath
#

Does not, he just used it as metapher for playing long

mighty storm
#

Ohh

fluid badger
#

yep

golden gust
#

They're tryna say they've been playing for a good while

fluid badger
#

why are we talking about the most unimportant thing

#

out of my question

tired heath
#

because funny

limber knotBOT
#

have you not been to the internet before?

tired heath
#

^^

mighty storm
#

The "and" makes it feel like it qualifies the Pillager spawning

fluid badger
#

yes.

mighty storm
#

Instead of "And I've been playing for quite a while" or whatever

worn ember
#

chew do you even play minecraft lol

golden gust
#

Only real thing would be "have you messed with the paper config"

#

(as well as the gamerule too)

mighty storm
#

Why do you think I'm confused lol, I don't even know how pillagers spawn

fluid badger
#

what gamerule

#

i got nothing

golden gust
#

doPatrolSpawning or something like that

mighty storm
#

There's an outpost right? Near some villagers?

fluid badger
#

nop

#

e

worn ember
#

i just know theys pawn in hordes and will kill your pc if you leave them unattended

#

or used to at least

mighty storm
#

Must've been in 1.14 then

tired heath
#

Did you ever build a village with bed and stuff, or just running arround in the world doing som crafty crafty

worn ember
#

ye

fluid badger
#

so "PatrolSpawning" might fix it?

golden gust
#

if it was set to false, yea

#

just run /gamerule <rule> and it'll tell you what it's set to

fluid badger
#

ile see if it is

tired heath
#

Otherwise, if true and true, question above.

fluid badger
#

it says it is set to true...

golden gust
#

only other thing would be the paper config

fluid badger
#

where can i find that

#

or can i even mess with it

magic ice
#

I just started playing survival about a week ago with a group of friends, amazed me how much I didn’t know about the latest versions of mc 😅

tired heath
#

Intel_Magic did you install paper right away without changing the config, would be the first question. Second question, do you use any plugins, what may stop pillager spawning. Gamerule was actually already asked. If all of that is'nt the reason. Did you play at least 5 and a half days, periode for patrols to spawn. You might missed them. Did you claim a bed and been around in the chunk with the bed, actually a thing for Raids to happen

#

So yeah just enough to check

fluid badger
#

i installed paper right as 1.16.2 came out and started playing i didn't change the config. i don't use any plugins. i have played about probably 25 in game days

tired heath
#

So you may just missed the patrols

#

idk

fluid badger
#

if it continues to happen what do you think I should do?

tired heath
golden gust
#

maybe delete paper.yml

fluid badger
#

should I?

tired heath
#

well if you did not change configs at all

#

give it a try

#

nothing to lose

fluid badger
#

alright then i'm gonna play and see if anything changes

mighty storm
#

what is spark btw

#

some sort of lag thing?

golden gust
#

it's a sampler in a plugin

mighty storm
#

ah

#

ah darn how tf do I give a custom usermode

#

and what should the bridge be called (on both servers)? hmm

magic ice
#

what's an object made of paper that most closely resembles a bridge?

restive thicket
#

Flimsy Bridge

mighty storm
#

@steel pulsar any from the "Paper Mario" series

#

oops

#

thats the wrong red

golden gust
#

I didn't know somebody could go that far out

#

Well, bar minidigger doing engrish

void void
#

lombok

mental parcel
#

any plugins for reports to a certain ranks

#

like say i have a helper role

#

and i want people to be able to /report or something to get their attention

stray cairn
#

/helpop ? - EssentialsX - permission - essentials.helpop.receive

mighty storm
#

tf

void void
#

tfc

mighty storm
#

tf2

void void
#

maybe

viral hornet
#

I love it

mighty storm
worn ember
#

It's all there. Just in the wrong order

potent fossil
#

aight yall @ web devs if you make a website and dont include a mobile version you're a pos

#

thanks for coming to my ted talk

#

(im a pos btw)

tired heath
#

Do people actually still create mobile versions. I mean responive design and something like Bootstrap

#

Kinda enough

potent fossil
#

thats...what i mean

#

critical thinking please

#

and no, a lot of sites don't bother

static badge
#

web dev is such cancer i wouldn't create a mobile version if I didn't need to

#

I wouldn't create the website if I didn't need to though tbh

tired heath
#

Well there was a time when people really did mobile versions, that's why i asked

potent fossil
#

I mean people need to include responsivity. I didn't know "mobile version" is so triggering to you people, dear god

#

Let me rephrasew

#

R E S P O N S I V I T Y

#

there

#

happy?

tired heath
#

Yeaaaaaayyy

potent fossil
#

ok now fuck off

tired heath
#

:)

#

Acutally there is a thing worse than no responsivity

#

Removing importent content on smaller screens. Making you search like a monkey and than switch to a Desktop

slim nymph
#

@potent fossil um this is 2020, back around 5 or maybe more years ago we stopped making mobile sites. It's called responsive design

#

oh i see it ws kinda touched on lol

#

i was scrolled up

#

oh quora

ancient bolt
#

AMOLED dark mode is the worst. Looks like trash everywhere it's implemented

viral hornet
#

@twin lagoon

potent fossil
#

holy fuck lmao

#

easiest way to start a war is to accidentally use the wrong goddamn term

#

everybody will march up on you and ree

mental parcel
#

any plugins for reports to a certain ranks
like say i have a helper role
and i want people to be able to /report or something to get their attention but for ranks that arent helpop

#

i dont want to use help help op

potent fossil
#

dude you got told already

#

essentials helpop

#

or a ticket plugin

#

go google.

mental parcel
#

alright

potent fossil
mighty storm
#

@barty

#

oh

waxen panther
#

that dev is fuckin ANNOYING

#

hate him

viral hornet
#

I love PureTickets dev

#

🥵

mighty storm
#

who is it

waxen panther
#

who loves vegetables

#

🤚

viral hornet
#

🙋‍♂️

waxen panther
#

man

#

i need to pay for more munch emotes

mighty storm
#

oh wait it's u

#

tf

waxen panther
#

wtfwtfwtf

zealous wedge
#

yes shockingly enough broc actually does something

mighty storm
#

hey wait ur that dude who couldnt afford a $1 sponsorship

viral hornet
#

shockingly?!

waxen panther
#

no i cancelled it because you make nothing thats of value to me

#

I sponsor other people on gh

mighty storm
#

😡

#

yeah everyone stopped sponsoring me smh

viral hornet
#

I need to move my patreon's to github sponsors

waxen panther
#

make something useful

viral hornet
#

& make more money so I can increase my donation budget

mighty storm
#

i have made many things people consider "useful"

viral hornet
#

brocc is going to make me a discord bot

#

he just doesn't know it yet

waxen panther
viral hornet
waxen panther
viral hornet
slim nymph
#

@mighty storm tornados

mighty storm
#

indeed

#

ive made more money from that video than from all donations ever

tired heath
#

Maybe not the best time to admiz that, but my sponsoring was also more kind of out of fun

waxen panther
#

you do have a cool github name

#

you have to make cool things, it's your legal obligation as being someone with a good username

zealous wedge
#

chew has made photos of Rory

tired heath
#

What does not mean, that your stuff is bad. I actually never checked out what you did

#

To be honest

#

Maybe it is some good stuff

mighty storm
#

i made something for my school but only like 20 people knew i made it lol, i didnt advertise that i made it

tired heath
#

What did you dev

mighty storm
#

it was a site that helped on-campus testing, however since on-campus doesnt exist anymore, kinda useless atm lol

zealous wedge
#

eww testing

mighty storm
#

indeed

grand pewter
#

imagine having sponsors

zealous wedge
#

imagine having

mighty storm
#

i think the real imagine is imagine people wanting to sponsor you 😔

zealous wedge
#

uwu

#

hm I should sign up for Github sponsors sometime

mighty storm
#

anyone else tired

zealous wedge
#

I was then I lied in bed for a few hours

#

now I'm less tired

mighty storm
#

anyone wanna say hi to rory

true canyon
#

HI RORY

mighty storm
#

:3

zealous wedge
#

hi rory!

slim nymph
#

better be a mate named amy or will be disappoint and call in the EX TER MI NATE or's

mighty storm
#

u good?

slim nymph
zealous wedge
#

wha

true canyon
slim nymph
#

^ rory

mighty storm
#

that is indeed a rory

true canyon
zealous wedge
#

I prefer chew's rory

mighty storm
#

rip rory, waited 2000 years

slim nymph
#

S5 was my fav, amy rory and matt smith man, the perfect trifecta

#

was just such lovable characters

mighty storm
#

indeed

#

it's been on a downward spiral recently 😔

zealous wedge
#

Moffat™

slim nymph
#

downard as not as good as previous yeah, its stil glood, but holy shit shocking. i get new writer, trying to twist things up

#

but man dat ending

zealous wedge
#

I haven't watched anything capaldi onwards lol

slim nymph
#

he grows on you

true canyon
#

capaldi is great, the writing he got wasn't always.

slim nymph
#

he annoyed me at first, because coming from previous.... it was a pretty major difference

mighty storm
#

i think theyre all pretty good, the writing is what's been bad recently

zealous wedge
#

yeah nothing about him, I'd just kinda gotten tired of the show

slim nymph
#

i feel the first season with Jodie was wasted, they filled the entire season with "Filler episodes" the ones that dont have a strong connected plot line

#

that burned a lot of people

true canyon
#

Agreed, Aikar. Latest season I was happy with a lot of things done in it to help recover from her first season. The recurring character (spoilers) was very well acted but I didn't like the shocking twist thing in the last episode.

slim nymph
#

well, it could be good for the show, if your stuck to the same lore you can run out of creativity. this massive twist could open doors to change perspective of the show

#

and yeah i did like "that characters" acting, it was done well

true canyon
#

Suppose so. Willing to see what they do with that other relevant-to-the-twist actor's further appearances, if they have them. If they don't, I'll be grumbly because why introduce that character...

slim nymph
#

the last S was better, but im worried the damage was done on jodie and people are gonna blame her "dr who is just better as a man" type of people

true canyon
#

I'm sure those people wouldn't have changed their minds ever.

slim nymph
#

her personality change in the last season was an interesting play

cosmic raft
mighty storm
#

welcome back hask

#

kash*

#

rory is aslee

cosmic raft
#

wake

mighty storm
#

oh

mental parcel
#

how can i enable pvp in nether n end but not the overworld

viral hornet
#

Use WorldGuard @mental parcel

mighty storm
#

worldguard

viral hornet
#

Can apply the pvp deny flag in the overworld, and pvp allow in the Nether/End.

mighty storm
#

/rg flag __global__ pvp deny i believe

#

i think you can specify world too idk how

viral hornet
#

Yeah, -w WorldName

mental parcel
#

wait

viral hornet
#

Waiting

mighty storm
#

still waiting

viral hornet
#

Hi chew, how's your waiting?

mental parcel
#

okay ha thats funny but, so ./rg flag -w world pvp deny?

mighty storm
#

i am waiting with great interest

mental parcel
#

you guys are funny and im sorry im asking the most basic questions but great humour

mighty storm
#

without the dot, and im pretty sure it's /rg flag __global__ pvp deny -w world right camm?

potent fossil
viral hornet
#

Yeah, but it would probably be easier to just set your pvp=true in your server.properties, then just disallow PvP in the overworld with WorldGuard.

#

I would hate having to fight the dragon whilst watching out for players trying to snipe me

mighty storm
#

i wish the end was like draconic evolution, where every 10k blocks out in the corners (10,000, 10,000 for example) you get a more powerful dragon

viral hornet
#

oooo

potent fossil
#

Ender Dragon on 1 xp

Me: Yes one more hit

AlphaPvPPlayer: no

viral hornet
#

By default we have a stronger dragon, the vanilla one is bullshit easy.

#
  • we give every player that kills the dragon an egg once
mighty storm
#

ye, specifically the draconic evolution one is designed around you having their powerful maxxed out armor. You have to destroy all the crystals before you can do damage, and it keeps healing the crystals, it'salmost basically a one hit kill

viral hornet
#

It would be really great to see Mojang change the end similar to how they've just done the nether.

#

The End is essentially a blank world with some structures (outside of the main end island).

#

👏 so 👏 much 👏 opportunity 👏

mighty storm
#

i mean the end pre 1.9 was nothing

#

just end island

potent fossil
#

I was going to spend money on food delivery but before i clicked order i said naw and went and made some tuna instead

mighty storm
#

food delivery is soo expensive

#

like $25 for an $8 meal smh

potent fossil
#

yea i spent 30 fucking dollars the other day for like 15 worth of food

mental parcel
#

alright it worked

#

one more dumb question

mighty storm
#

ask dumb questions get dumb answers

mental parcel
#

how would i go about setting up a system for players to buy extra /homes also how can i increase the amount of /homes for essentialsx

potent fossil
#

🥴

mighty storm
#

bit of a loaded question there

#

2nd can be answered in the config

potent fossil
#

does essentials set home count via perm, such as essentials.homes.#

mighty storm
viral hornet
#

It's defined by the config iirc

potent fossil
#

well, rip

viral hornet
#

But you need a permission for them to use multiple homes or something

mighty storm
#

ys

#

sethome.multiple as well

viral hornet
#

Yeah

mighty storm
#

all in the config

#

tells you there

viral hornet
#

A lot of these questions can be answered by wiki's, too, Agentcaboose.

mental parcel
#

yea

mighty storm
mental parcel
#

realizing that

viral hornet
#

You'll find a lot also have Discord servers for support too 🙂

#

But always try googling, you'll find 13458760941 other people have probably had a similar question to you.

#

especially if it's essentialsx based q_sweatingpepe

shell vine
#

oh yeah, link me to to 256789 of those

mighty storm
#

based essentials?

mental parcel
#

okay but the real question

#

was can i limit how many homes someone can have behind a ingame pay wall

viral hornet
#

I will give you more than the links Phanatic

potent fossil
#

so that was the fake question?

shell vine
mighty storm
#

idk just have some payment sign that takes money and give them a rank

potent fossil
#

can you? yes. will it be easy? maybe, maybe not

viral hornet
#

Any shop plugin that supports commands, really.

potent fossil
#

buycraft and craftingstore can both run arbitrary commands so

#

if you can do it with commands, then you can do it with those

viral hornet
#

I always forget craftingstore is a thing

potent fossil
#

its quite nice actually

#

my next english assignment is arguing for or against medical marijuana

#

i think my professor is a fellow weedy

viral hornet
#

I'm all for it

#

People that are against it are dum

#

just don't smoke it ty

potent fossil
#

ill be arguing the affirmative for sure

viral hornet
#

Also, english assignment? uni?

potent fossil
#

idk i like to smoke it sometimes

#

i know its bad but ye

#

also not uni yet, it's a community college

#

but yes

viral hornet
#

Is english not your first language? or

waxen panther
#

ah yes the paperians

viral hornet
#

bad pom

mighty storm
#

paper ian hecox from smosh

waxen panther
#

stfu prison man

viral hornet
#

M8

waxen panther
#

m9

viral hornet
#

One of the mods here is a prison man

#

he will ban hammer u

potent fossil
#

wdym cam, native english speakers still take english classes to learn how to write better n shit KEKWHYPER

mighty storm
#

oh come on it was one time

viral hornet
#

Oh yeah, I just wasn't sure which way it went 😛

waxen panther
potent fossil
#

this class specifically is about composing literature and reading critically

viral hornet
#

wow fuck that haha

potent fossil
#

it's required :/

#

this is the last english class ill ever take, hopefully

mighty storm
#

i hate english classes

nocturne falcon
#

oof college required english classes

viral hornet
#

Yeah, I was never great at english at school lol.

mighty storm
#

how tf does essay writing teach me anything

nocturne falcon
#

took my last one last year

waxen panther
#

english is the worst subject

potent fossil
#

this class is "take it, or we wont let you graduate. u choose lol"

waxen panther
#

they wont let the poor writers alone

viral hornet
#

Oof simple

waxen panther
#

people just writing shit and teachers gotta pick it apart

potent fossil
#

I'm a pretty strong writer. Our last assignment was arguing for or against mandated mask wearing in the US.

viral hornet
#

Yeah, and I always struggled really hard with focus in school (still do lol), but writing novels and shit was just impossible.

potent fossil
#

I wrote a decent argument and then destroyed my classmate

viral hornet
#

please tell me you were arguing the former

potent fossil
#

the affirmative yes

viral hornet
nocturne falcon
#

i mean.. i cant imagine what a good anti mask argument would be cored on

viral hornet
#

"i can't cough on people"

#

is about it

potent fossil
#

I didn't read a good negative argument, that's why my classmate was so easy to destroy

mighty storm
#

"i cant breath"

potent fossil
#

Wanna read theirs and my response?

mighty storm
#

bad argument, that implies youre weaker than furries

viral hornet
#

Yessss haha

nocturne falcon
#

oh god ive had enough stupid today, not sure i could bear to read those

potent fossil
#

jfc

#

all these pastebins dont do auto line breaks

#

fucks sake

#

She never replied so I assume either she doesn't give a shit about her grade or she couldn't rebut my reply

mighty storm
#

mfw my writing is like the top

viral hornet
#

hold on my washING MACHINE IS CALLING ME BRB

nocturne falcon
#

if these are argumentative essays then whew thats uh something

potent fossil
#

They're just discussion boards

#

So, like, half essays at most

fallen oracle
#

I didn't know washing machines had phones

nocturne falcon
#

well that restore a little bit of faith... but uh yeah wow thats pretty bad

#

everything has a phone in it these days

cobalt surge
#

So for everyone here that is not in purpur discord.. Billy has been out of surgery for about 3 hours. Everything went well and he is recovering.

potent fossil
#

wut surgery wtf

fallen oracle
#

Yay!

viral hornet
#

lol simple well done

potent fossil
#

Well glad he is all good

fallen oracle
#

Thank you for the update Chrysti.

viral hornet
#

That woulda been a terrifying wait for you, chrysti, glad he's okay.

cobalt surge
#

Simple he had a triple bypass

potent fossil
#

well fuck

mighty storm
#

he had open heart surgery

worn pasture
#

camm what should i have for lunch

cobalt surge
#

Yes @mighty storm

viral hornet
#

I hope this kinda gives him that wake up call/push that he needed.

potent fossil
#

Well glad he is recovering.

cobalt surge
#

Oh it did. No more smoking and no more energy drinks

viral hornet
#

That doesn't mean to sound disrespectful btw 😅

cobalt surge
#

I didn't take it that way camm

potent fossil
#

My friend's dad is going in for a quad bypass tomorrow. Like, whole heart broke.

viral hornet
#

@worn pasture Im gonna have a ham & salad roll, join me peepoheart

potent fossil
#

So I hope he changes his ways

worn pasture
#

mmmm

cobalt surge
#

He has to

worn pasture
#

can i have you instead

#

cause u a snack

mighty storm
#

ew

viral hornet
worn pasture
#

😋

viral hornet
#

nou the snack
peepo_shy

mighty storm
#

what is going on here

viral hornet
#

Me and turbo thirsty for eachother is all

#

How long will he be in hospital for Chrysti?

cobalt surge
#

No idea right now camm

mighty storm
#

2🏳️‍🌈4me

viral hornet
#

Man, I just realised that you guys are (from memory) in the US, right?

cobalt surge
#

Yes

potent fossil
#

Yup gonna be expensive

worn pasture
#

not enough 🏳️‍🌈 4me

viral hornet
#

Fuck, I hope there's some kind of coverage for him?

mighty storm
#

depends on insurance and co-pay

viral hornet
#

Otherwise lets start a gofundme 😄

cobalt surge
#

The actual surgery is about 324,000

viral hornet
#

what the fuck

potent fossil
#

:>

nocturne falcon
#

wow thats like more than my entire college education

cobalt surge
#

We don't have insurance. I'm an Uber driver

potent fossil
#

the best part is as an american i didn't even wince at that.

#

(best = /s)

viral hornet
#

So what happens now?

cobalt surge
#

We just take everything one day at a time.

#

It's all we can do

viral hornet
fallen oracle
#

He doesn't get insurance from his job?

cobalt surge
#

He hasn't worked since may

#

Plus it was too expensive when it was offered.

#

250/week premium

viral hornet
#

He's out of it and okay which is the main thing, so good thinking, just take it as it comes.

cobalt surge
#

For the cheapest plan

viral hornet
#

ugh americas health care system makes me so fucking grateful I live where I do

cobalt surge
#

Health care here really does suck.

fallen oracle
#

It does.

#

I watched someone today not be able to afford their insulin because their co-pay was too high.

viral hornet
#

wtf

cobalt surge
#

Dang

viral hornet
#

🤯

mighty storm
#

insulin being too high is literally extortion

viral hornet
#

Makes me so sad, really messed up.

mighty storm
#

thankfully Illinois put a cap on it

cobalt surge
#

One of Billy's meds is going to cost us $200/month

nocturne falcon
#

i read an article about that... one of the side effects of covid is the insulin black market spiking

fallen oracle
#

I was going to offer to pay for him but

  1. I didn't have any cash in my wallet
  2. I don't know if that's disrespectful or not
#

I'm also a broke college student so I don't know how much insulin co-pay is anyways. Could've easily been a few weeks of food.

mighty storm
#

my old english teacher is on insulin, she was always talking how expensive it was, sucks

cobalt surge
#

Idk either but I know it can get up there in price

fallen oracle
#

I have diabetic family members, I could ask them.

#

Waiting on a response. We'll find out.

viral hornet
#

How long term are his medications Chrysti?

cobalt surge
#

The expensive one.. life

viral hornet
#

Welp, time to move to Australia

#

Or anywhere where health care doesn't suck xD

cobalt surge
#

I'm going to talk with my dad who takes the same med and find out where he gets is cheap..

fallen oracle
#

They aren't letting Americans in right now.

cobalt surge
#

My dad pays like $200 for a 3 month supply

tired heath
#

Camm like Canada, Europe and many other countries except of US?

mighty storm
#

america is digging a hole economy wise, it'll easily take a decade to get out of it

viral hornet
#

Yeah but aus is better than them ofunny sooo

tired heath
#

Really, I just pay 5 euro and some cent on a reciept for medikation. And I guess some minor stuff.

#

That's actually it

fallen oracle
#

Well all medicine is different

cobalt surge
#

It is.

#

His is a beta blocker called plavix

#

And there is no generic for it

fallen oracle
#

Remember to ask for itemized bill from the hospital when it's time.

viral hornet
#

Yeah that's crazy, $8.45 here/month

cobalt surge
#

I'm scared to see that bill glare

fallen oracle
#

I would be too.

cobalt surge
#

He had at least 20 bags of heparin since he's been there

#

And that was on drip for a week

#

Constant drip that is

potent fossil
#

well i tell ya

#

i get my degree and im out

#

ill even renounce my citizenship if that's what i gotta do

#

cuz atm,

#

fuck murica

#

thanks for coming to my ted talk

viral hornet
#

Inspiring simple

cobalt surge
#

Nice pep talk simple..

fallen oracle
#

Yeah my outpatient tailbone surgery was around $50,000.

potent fossil
#

Sorry, perhaps bad timing

viral hornet
#

tailbone surgery
Reading that made me shiver glakjhugughr

cobalt surge
#

Nah it's good simple. You are entitled to your opinion.

#

I think the last time billy was in the hospital o seen one bill then they just kinda disappeared

tired heath
#

How is it in the US, if you need a surgery and can't pay, will they let you die or how does it work?

cobalt surge
#

He got his surgery

potent fossil
#

if you are going to die they will save you

#

you just get a huge bill

cobalt surge
#

Yep

potent fossil
#

can go on a payment plan

#

¯_(ツ)_/¯

cobalt surge
#

The good thing is the hospital he's in is a charity hospital

shell vine
#

they keep u alive to pay the debt pepelaugh

static badge
#

300k aPES2_WTF

cobalt surge
#

Pretty much

potent fossil
#

my dad's double amputation was like 500k :/

mighty storm
#

I thought I saw somewhere where you could write to hospital saying "wtf, I can't pay this" and they'll take off the price insurance is supposed to cover

cobalt surge
#

300k is just to be cut open

viral hornet
#

what the fuck

#

so you just what, pay it back for the rest of your life or something?

nocturne falcon
#

yeah pretty much

potent fossil
#

well actually, my dad's amputation was free (by the boat), and then 500k to stop him from bleeding and sew them up i guess

viral hornet
cobalt surge
#

I believe it simple

fallen oracle
limber knotBOT
#

(DiscordBot) LPT: When you receive a hospital bill, ask them for an itemized bill... : LifeProTips - 2,994 comments, 54,912 points - VerySlump, 8mo ago

mighty storm
#

Yeah

#

Remember the price is only so high because insurance is supposed to be the ones paying most if it

static badge
#

thank god im not in the us

potent fossil
#

Still fuckywucky

static badge
#

fuck those insulin prices

mighty storm
#

Where tf are you then leaf

fallen oracle
#

Keep in mind the charity part of that thread

potent fossil
#

CaÑada

shell vine
#

i thought u were a west coaster

mighty storm
#

Oh to be a Canadian

potent fossil
#

he's a West Coast Canadian

#

Maple syrup runs through his veins

#

Ok I need to read this stupid book

mighty storm
#

Just said goodnight to Rory

potent fossil
#

GOODNIGHT RORY

static badge
#

canada bitches

cobalt surge
#

We moving in with you leafy

static badge
cobalt surge
#

Lol

#

We family bro.. this way we get the healthcare we need

#

😆

mighty storm
#

Paper Fork developers gotta stick together

cobalt surge
#

Heck yeah

#

So the only downside other than billy being in the hospital for this long is supposedly they had to chop at his beard and mustache

potent fossil
worn pasture
#

not the beeeeeard

cobalt surge
#

Idk though I haven't seen him since this morning

#

That's a load of shit simple..

potent fossil
#

not me commenting, i just took a screenshot

cobalt surge
#

I figured that that's what you did, but it's still bullshit

potent fossil
#

bullshit as in not true or bullshit as in unfair

static badge
#

it's the us healthcare industry

#

surprised it wasn't 350

zealous wedge
#

wait leaf which part of canada

slim nymph
#

glad hes recovering chrysti, send him my regards. at that, sadly bankruptcy sounds the most realistic solution there :/ deal with bad credit for some years vs debt youll prob never pay off entire life

cosmic raft
slim nymph
#

shits so broken man

cobalt surge
#

But there's a few things that I can do from what everybody has told me I just have to go through the steps

#

And the first step is getting him out of the hospital

slim nymph
#

yeah i mean if that doesnt knock off like 90%

cobalt surge
#

I'm hoping it actually knocks all of it off

slim nymph
#

even if they reduce it 75%, that sounds like one hell of a debt still

#

hope so too

cobalt surge
#

The hospital he's at is a charity hospital so I just have to fill out a couple applications for it

slim nymph
#

im glad our systems at least not an extra level of fucked that theyd deny life saving operations based on payment

mighty storm
#

Apparently creepers are 11 years old today

cobalt surge
#

Trust me I know

slim nymph
#

def got me reinforcing reduction of caffeine

#

ive cut my intake about half

#

havent had a 5 hour in a while now 😦

#

just doing monsters now, but im trying to move to black coffee

potent fossil
#

yea i cut down my caffeine heavily after i had a heart attack

cobalt surge
#

I think I'm on week 2 of no red bulls

potent fossil
#

bill was 2k

#

not even close to what yall got, but still

#

stupid

cosmic raft
#

you had a heart attack simple?

potent fossil
#

yes

zealous wedge
#

@kashike ah yes the turbo colonialism map

cobalt surge
#

Simple you are in canada right

potent fossil
#

no the US

cobalt surge
#

You have good insurance

potent fossil
#

Yeah, before insurance it was around 10k

#

I am lucky to have that

true canyon
#

o_o

cobalt surge
#

I won't see a bill til billy is out but I'm sure it will be up close to half a mil

zealous wedge
#

that is awful

potent fossil
#

All they did was give me a troponin test (troponin is released by a damaged heart, more troponin = more damage) and my troponin was low so all they did was sit me there for like 4 hours with an IV and one of those cardiac monitors and watched

#

then said "ok ur good, heres ur bill"

cobalt surge
#

Especially since he's been in there for a week in cvicu on top of that

cosmic raft
#

$10k in 4 hours?

potent fossil
#

yes

#

insurance paid 8k, luckily

cobalt surge
#

I would have fought that bill

potent fossil
#

i didn't bother, i just went on a payment plan and paid it off

#

which is sadly what a lot of americans do

cobalt surge
#

That is most likely what we will have to do

cosmic raft
#

makes me feel a bit bad that I can go to the clinic, my family doctor, hospital etc and walk away with no bill

#

the only thing I have paid for myself is prescriptions

#

and even then, I got those for free for like a year in 2018

mighty storm
#

But isn't there a huge waitlist for stuff too?

potent fossil
#

clinics here are vastly cheaper, some are even free, however doctor/hospital yea no

zealous wedge
#

not really

cosmic raft
#

I mean

#

I've never had surgery

#

never broken a bone

mighty storm
#

Yeah me neither

cobalt surge
#

Kashike is that universal health care

cosmic raft
#

whatever its called in Canada :p

potent fossil
#

I mean you know there is a major problem here when someone is gravely injured and the first thing they say is "PLEASE DON'T CALL AN AMBULANCE PLEASE JUST DRIVE ME TO THE ER PLEASE GOD"

#

because the ambulance ride will be 8-12k

cobalt surge
#

Nah here in Houston they call an Uber.

potent fossil
#

:^)

#

:(

cosmic raft
#

that's some mighty expensive fuel

static badge
#

mighty fine profit margins

cosmic raft
#

leaf

#

what part of Canada are you in again?

potent fossil
#

my dad was was begging not to be put in the helicopter when he got his legs cut off but that was the only option, he would've bled out otherwise

static badge
#

BC

potent fossil
#

that was 12 years ago we are still paying it off

#

not his hospital care. just the helicopter.

zealous wedge
#

yeah, me neither - but like we have urgent care and all that, and even with the covid-caused delays elective surgeries are happening fairly quickly

cobalt surge
#

Here an ambulance ride is like $865

zealous wedge
#

BC
@static badge nice

cosmic raft
#

we should all meet one day

#

best idea

#

leaf can call us names in person, zml

potent fossil
#

Kash suggesting we meet during covid

zealous wedge
#

ya like I don't know how anyone could live with themselves working in health insurance

cobalt surge
#

Pics or it didn't happen kashike

zealous wedge
#

ah perfect

#

watch leaf live up north or something

potent fossil
#

PaperCon 2022

#

pls

#

It'll be like Tumblrcon with 5 people showing up and a ball pit

cobalt surge
#

Wait there's gonna be a ball pit??? Count me in.. lol

minor badge
#

@zealous wedge uwu

potent fossil
#

I'm not even kidding

mighty storm
#

Tumblrcon had like a few hundred people

cobalt surge
#

Wtf

mighty storm
#

.g failure of tumblrcon internet historian

limber knotBOT
#

(DiscordBot) https://www.youtube.com/watch?v=GKNkMR953h4 -- DashCon 2014 - YouTube: "Jul 14, 2014 ... Also, follow me on tumblr! http://jakewhyman.tumblr.com/ Song name? ... DashCon 2014 (Tumblr Con) - The head organizers asking for..."

Bronycon better take some notes.
Also, follow me on tumblr!
http://jakewhyman.tumblr.com/

Song name?
Darud...Ummmm, I mean
The Pit - Doctor P (VIP Remix)

In case you didn't know what this video was about
Holy shit! I'm actually explaining one of my videos
#FIRST!!!!

DashCo...

▶ Play video
mighty storm
#

That but epic

zealous wedge
#

I mean you'd have to pay me to set foot in the convention centre or any hotel conference things in the city lol

mighty storm
#

HEY

#

Wrong video

zealous wedge
#

@minor badge uwu

#

oh fuck dashcon

minor badge
#

🥺

mighty storm
true canyon
#

Papercon can have a much bigger ball pit

potent fossil
#

yes

mighty storm
#

will there be kittehs?

zealous wedge
#

I hope so

static badge
#

is the papercon subject to the paper guidelines

true canyon
#

I'd hope so.

zealous wedge
#

yes leaf

true canyon
#

re: guidelines

mighty storm
#

Depends

potent fossil
#

We can reenact the horrors of Paper 1.0 as a lesson to future Paperians not to repeat history.

zealous wedge
#

except we can smack you in person if u break them

true canyon
#

hey chew did you sort out the kicl stuff? I sort of bailed on the conversation for dinner or something 😄

mighty storm
#

How would Banning someone work irl

true canyon
#

Oooh zml can we have pool noodles for punishment?

potent fossil
#

Cat just tackling them.

zealous wedge
#

yesssss

mighty storm
#

@true canyon I'm stuck on making te bot +B on join. I also need a name for the relay bots

#

I assume it's connection established event, just don't know how to actually set the mode

potent fossil
#

We'll keep cat locked in a cage except for when somebody needs to be banned, and then we'll open the cage and he'll go feral on them.

zealous wedge
#

or rolled up posters... those are quality

cobalt surge
#

@mighty storm we could just kick their asses out

mighty storm
#

Oh like literally

cobalt surge
#

Sure

mighty storm
#

I will bring Rory

zealous wedge
#

just flirt with whatever security contractor we have to get them to actually do something

cobalt surge
#

I will bring my George

zealous wedge
#

yes pls chew

potent fossil
#

No I mean cat as in Shane

#

We'll keep him locked up with iron claws attached to his hands

#

He'll be our physical ban hammer

cobalt surge
#

You mean @golden gust right simple

true canyon
#

@mighty storm user mode +B right?

potent fossil
#

Yes that's Shane

cobalt surge
#

Lol

mighty storm
#

Ye, for spigot

#

Don't think esper has mode for marking a user as. A bot

potent fossil
#

If Demon has his commercial license he can fly us all there lefbad

mighty storm
#

via MSFS

true canyon
#

correct, nothing on esper, just give it voice.

potent fossil
#

Demon is an IRL pilot tho

zealous wedge
#

jet fuel isn't cheap

cobalt surge
#

Who needs commercial license.. just don't get caught

potent fossil
#

Correct, we pay for it he flies us

zealous wedge
#

Also our borders are gonna be shut for like a long time

mighty storm
#

That's just a normal plane ticket with extra steps

potent fossil
#

yes

#

there is nothing more to say that's exactly what it is

true canyon
#

... seems there isn't a clean way to grab the user mode object... oops.

mighty storm
#

Yeah it's asking for a UserMode, do I just need to do new UserMode and give it what it wants?

cobalt surge
#

We got mbaxter over here talking about idk.. and then the rest of us talking about planning a paper convention

mighty storm
#

Im going back and forth lol

cosmic raft
#

Paper convention in Vancouver BC totally

mighty storm
#

We working on spigot esper relay

true canyon
#

I'll PM you so we can focus on papercon

cobalt surge
#

Lol

potent fossil
#

wtf

#

Group DM please @true canyon

#

im in this fr

#

:(

mighty storm
#

no no

cosmic raft
#

yea add me too mbax

mighty storm
#

this chat is for papercon

#

we're dming about the relay

potent fossil
#

#papercon channel when

zealous wedge
#

ya, papercon bc

serene bolt
#

covidcon monkaS

potent fossil
#

no pure