#general

3141 messages · Page 713 of 4

pastel field
#

yeah yeah makes sense

limber knotBOT
#

If your plugins were open source you could put them on the public maven repos and have your package manager look there :P

wide chasm
#

Terms of Service:

Don't be an ass (this is binding)

pastel field
#

oh good idea, thank you @magic river
isnt maven central a bit meh for stuff that uses spigot? I remember seeing someone talking aboiut that

#

that they often rejected plugins or something

limber knotBOT
#

shrug

golden gust
#

public maven repos

vernal moth
#

you can setup your own repo 🤷

golden gust
#

^^

limber knotBOT
#

Just figured no one tried, and I meant jcenter or whatever

pastel field
#

ah right didnt read the public maven repos part correctly my bad xD

wide chasm
#

I think they recommend that the dependencies you use are also available on Maven Central, which isn't the case for spigot/paper, but my stuff is still on there, so...

limber knotBOT
#

bintray? Whatever its called

#

oss.sonatype is easier to get into tbh

worn ember
#

bruh why arent checkboxes working

real holly
#
  • [ ] bla bla bla
golden gust
#

You can still shove plugins on central, they just prefer that you didn't have stuff that depends on stuff outside of central

limber knotBOT
#

also github offers their own maven repos now, lol

worn ember
#

smh

#

only took 20 edits

pastel field
#

right will look into that, thank you for the idea 👍

real holly
#

requires authentication

limber knotBOT
#

If you try to run a package manager out of github releases you're going to get smacked down real quick

#

why would you do that though? lol

stoic ore
left swift
#

Selfpromo

worn ember
#

banned

quasi valley
#

🔨

pastel field
#

lmao

left swift
#

Does it have cat ears and a tail

limber knotBOT
#

You could run a manifest there though, just have people tell you the URL for their plugin and you put it in a file on github

past finch
limber knotBOT
#

Then your plugin/manager reads that one file from github and downloads stuff from wherever

pastel field
#

mhm cool. so e.g. myclilabla install github.com/user/myplugin would look up that manifest and get the url for download?

formal geyser
worn ember
finite wave
#

es

quasi valley
#

that's an 'all' check you dum

worn ember
#

except it doesnt do anything?

limber knotBOT
#

No, I meant similar to homebrew :P

quasi valley
#

lit.

limber knotBOT
#

Except homebrew also has their own binary cache on a CDN which you wouldn't need

left swift
#

Clicking it means you agree to the terms of engagement

limber knotBOT
#

homebrew is a git repo with a file per-package and the file describes where to download the software and how to compile it

quasi valley
#

the checks don't even do anything on spongeore? lmao

limber knotBOT
quasi valley
#

not even the single checks

worn ember
#

¯_(ツ)_/¯

vernal moth
#

@vernal moth is there supposed to be a checkbox at the top?
@worn ember no clue, is it on ore too?

pastel field
#

I could even not use a central thing right? like the person would just add a file in their repo

quasi valley
#

they're fully bork in spongeore

pastel field
#

instead of having to maintain a central repository

limber knotBOT
#

Eh?

worn ember
#

i mean, imo having no check would assume all types

limber knotBOT
#

I mean, sure, but now people have to remember URLs and the whole point was to not

#

that would be annoying af tomas

pastel field
#

so in myrepository I add a file plugin.info or something and then they add the download link there

#

but the last approach you guys mentioend seems good as well

limber knotBOT
#

if your project is already on github then just use their package manager ¯_(ツ)_/¯ not ideal (as you need a github account to use it) but at least it exists

pastel field
#

people could just submit a pr

limber knotBOT
#

/pm install worldguard and it just goes and figures that shit out would be better than /pm install https://github.com/IDontEvenRemember/WhereThisRepoIs.git

kindred storm
#

github maven repo requires authentication 👎

limber knotBOT
#

No it doesn't

#

it does

kindred storm
#

yeah via settings.xml

pastel field
#

wdym requries authentication?

limber knotBOT
#

I'm not talking about the maven repo anymore

quasi valley
pastel field
#

yeah the approach of a central repo seems good

limber knotBOT
#

I'm talking about a single file in a git repo (or mutliple if it ends up being too large) that your plugin clones so it knows where to download plugins

pastel field
#

yeah yeah

worn ember
#

lol great

vernal moth
#

I mean, I can fix ore issues too 😂

quasi valley
#

so either you have to fix or remove them lol

kindred storm
#

that sounds like trash no offense

limber knotBOT
#

well... github doesn't like you hosting web stuff on their git repos though

worn ember
#

i'd say fix and remove the top check

limber knotBOT
#

That way plugins are responsible for their own downloads but people still get a command to install all plugins and don't need to remember URLs

worn ember
#

as it serves no purpose

limber knotBOT
#

at least use github sites

quasi valley
#

agreed

worn ember
#

i'll add it to the issue list ig

quasi valley
#

maybe if someone had 3000 tags, but that'd be dum

worn ember
#

well no check would already show all the channels anyway

pastel field
#

I could also just have a rest api or something to look up the download url

limber knotBOT
#

homebrew and cargo both use a git repo for this

kindred storm
#

just use maven repositories as they were intended

pastel field
#

its not for maven

limber knotBOT
#

It's not web stuff, it's an ini file

#

I'm talking about a single ini file

pastel field
#

right

limber knotBOT
#

Or, at most, one ini file per letter of the alphabet

kindred storm
#

what exactly are you trying to do?

pastel field
#

does cargo host that ini file, or do they use a git repo

limber knotBOT
#

a single ini file getting downloaded by thousands of applications per seconds will still end up with an email from github 👀

pastel field
#

@kindred storm a simple plugin "package manager" kind of thing

#

to download the jar

limber knotBOT
kindred storm
#

that's a bad idea sorry

pastel field
#

its just a side project

limber knotBOT
#

That's how cargo does it

kindred storm
#

people will not read the plugin page then

pastel field
#

I dont intend to make it a thing really

kindred storm
#

we ALREADY have too few people who actually read the plugin pages of the plugins they download

limber knotBOT
#

just don't host the shit directly on github I guess ¯_(ツ)_/¯

pastel field
#

yeah

#

doesnt cargo get used a lot tho xD, has github said anything yet?

limber knotBOT
#

I doubt they host it on github

#

I'm showing you it, on github

#

I assume there is a cdn in front

minor badge
#

cargo does not use a cdn, no

limber knotBOT
pastel field
#

does cargo just clone the repo?

minor badge
#

oh huh, long time since i used crates.io; new look :0

#

fairly sure it just accesses the raw json file or smth along those lines, tomas

limber knotBOT
#

It does

pastel field
#

interesting lmao

#

do people just submit a pr when they want to add a crate

#

oh wait its fully explained in that file, thanks 👍

spare stone
waxen panther
#

science

spare stone
#

This picture is kinda funny xd 🤣 🤣

#

Wtf is going on the right side xdd

#

(This is my server)

finite wave
steady solar
void void
#

what the fuck

worn ember
#

ah yes

ashen cliff
#

A yes OOP.

potent fossil
#

god damn it

finite wave
potent fossil
#

fucking noatime :(

#

now i have to track atime in db

spare stone
finite wave
#

Eh

#

What did you do

spare stone
#

The FUTURE

#

is Mine

finite wave
#

Did you just timeskip in minecraft and end up in the future?

ashen cliff
#

Just spam save-all 30 times.

stone escarp
spice finch
#

20 ticks per second is NMS limit or its caused by something? Also if we would write server on our own, client wouldn't have anything against working on higher TPS, right?

wide chasm
#

Just the number set in NMS

#

They could've (initially) picked 10 or 30, but just chose 20.

spice finch
#

Got it, thanks =)

wide chasm
#

Don't know how much the client expects the server to work on 20 TPS, but technically you could modify the internal server/a custom impl. to make the TPS limit higher or lower.

spice finch
#

Curious how Glowstone or other non-nms dependant servers work

#

I'll ask them prob :D

quasi valley
#

exactly how nms works

#

just with their own codebase

spice finch
#

I mean TPS topic

quasi valley
#

exactly the same

spice finch
#

@still smelt gen it yourself

#

it is indeed

#

that's why its in code

#

true

olive garden
#

yes, why would host a local nginx server if you can just open the HTML files directly?

spice finch
#

you don't have to host local nginx

#

they're just .html files and you can browse them locally no

waxen panther
#

oh my god my javadocs dont look pretty!

#

woe is me

spice finch
#

woe is me
what woe stands for?

waxen panther
spice finch
waxen panther
spice finch
#

ok broccolai peepowtf

#

📸

#

thx for hurting my eyes

stone parrot
vernal moth
grave wasp
worn ember
#

oh sorry lol

#

i'll throw it in one

#

ah nvm u already did

celest swift
vernal moth
#

"[16:16:13.995] [error] ErrorHandler$OreHttpErrorHandler -
! @7g7hf67j1 - Internal server error, for (GET) [/login?returnUrl=%2F] ->
play.api.UnexpectedException: Unexpected exception[UnsupportedOperationException: this function is supported in debug mode only]"

#

dafuq is this supposed to mean

quasi valley
vernal moth
#

oh

finite wave
#

nub

earnest marten
vernal moth
#

this is fine

ornate spindle
#

what's with all these Pepega github issues lately?

minor badge
#

1.16

#

"fast server? go to paper!" attracts people, and 1.16 causes an influx of interest

ornate spindle
#

rip spotted once that group migrates to tuinity

minor badge
#

he'll just ban them tbh

spice finch
#

lol people are seriously dumb, for example paperclip downsize guy

#

never seen bigger cancer in issues than it

latent valve
finite wave
#

What a cunt

spice finch
#

just idiot

#

wasting others time

#

because for him its funny

finite wave
#

They are all smart

spice finch
#

toxic pepega

finite wave
void void
#

ok

wide chasm
#

Class names are not documentation, BlockBreakEvent is perfectly fine imo.

minor badge
#

hi stef

wide chasm
#

Hey

limber knotBOT
#

the only non-player block breaks are zombies breaking doors anyways...

minor badge
#

how's your day going peepoHappy

wide chasm
#

Fine so far, how about yours?

minor badge
#

pretty decent, thank u

waxen panther
#

?

#

Why is paper general being so nice

#

Something must be wrong

void void
quasi valley
#

yeah smells fishy

waxen panther
#

Hmm

void void
#

🇹 outdated3

spice finch
#

Well but Viper is right partially, it should keep convention

pulsar wigeon
#

ARGH FUCK YOU FUCK EVERYONE FUCK THIS

#

you guys happy now smh

#

also "keep convention" lmao those were some of the first events to be in bukkit

finite wave
#

Wiz why u hating on us

pulsar wigeon
#

shit was conventioned by package, not name

finite wave
#

extreme dislike

waxen panther
#

There we go

pulsar wigeon
#

idk people disliked the civil conversation so i had to yell and stuff so people like broccolai could be happy again

waxen panther
#

Wiz is back and balance is restored

#

:)

quasi valley
#

thank you for bringing back balance to this world, wiz

#

yes

worn ember
#

wiz bad

twin lagoon
waxen panther
static badge
waxen panther
#

why is your one so wrong

twin lagoon
#

ours is better

waxen panther
twin lagoon
waxen panther
#

Phew

pulsar wigeon
#

:< can yall stop spamming emotes here

static badge
waxen panther
#

<no emote version> moderator alert <no emote version>

quasi valley
#

imagine if brocco couldn't use emojis of other discords 🥦

left swift
#

nice

static badge
#

you know it's fake because he typed in caps

worn ember
#

wiz driven to insanity

waxen panther
#

stfu kenny I thought we were friends

static badge
#

if he was really mad it'd be ban ban ban

golden gust
#

broc

#

have friends

#

kek

worn ember
waxen panther
#

CAT

#

@vestal jasper dad they’re bullying me :(

worn ember
#

daddy vic uwu

left swift
minor badge
#

it isnt bullying if it's true right

quasi valley
#

F

golden gust
#

It's not wrong

left swift
#

the bullying is deserved if you have an anime profile pic

worn ember
#

boo furry

left swift
#

furry bad weewoo_red

twin lagoon
left swift
#

who did this to you viper

#

name the bad man

golden gust
#

Yo, dude

#

How did you buff your armour to be that white and shiny?

left swift
#

orphan tears

worn ember
#

omg same

pulsar wigeon
#

questionably-black white knights

void void
#

wtf is this chat rn

pulsar wigeon
#

typical cancer

void void
#

i swear it was better before

golden gust
#

that what your father says?

left swift
#

damn cat what did you eat today

quasi valley
#

wow cat did you have sass for breakfast?

left swift
#

goddamn

quasi valley
#

lol

golden gust
#

I refuse to raise the bar!

#

too tired for that

void void
#

cat go sleep

left swift
#

a cat nap

worn ember
#

katnip

finite wave
void void
#

wtf

worn ember
#

wtf

left swift
worn ember
#

the autistic kid next door is talking to himself again smh

left swift
#

are you sure they aren't a youtuber

worn ember
#

hes 3

#

so yes

left swift
#

idk man maybe his parent's strapped a go pro to him to make a POV of 3 year old video with commentary

worn ember
#

lol

left swift
#

never too young to start being a slave to youtube

worn ember
#

arent you the entire joke tho?

granite salmon
#

spigot iq is 0

#

i go on the discord for first time today

#

and they're talking about pedos

left swift
#

that was your first problem

worn ember
#

i mean we had the same convo in paper this week

quasi valley
void void
#

exactly, we finished the convo quickly

waxen panther
#

Hmmmmmmm

void void
#

they're still on it

waxen panther
#

First one kenny

worn ember
#

second

left swift
#

make it transparent

quasi valley
#

nah transparent sucks

left swift
#

wow its 2020

void void
#

then keep it the way it is

quasi valley
#

alright :p

worn ember
#

they do more than here gets banned

granite salmon
waxen panther
#

Is that why you spend so much time there viper

void void
#

ah now it all makes sense

#

BlockPlaceEvent is my favorite event

granite salmon
#

rest of the people chatting there are just as bad tbh

waxen panther
#

All of spigot is catwhatthefuck

void void
#

i cant see that emote so il zoom it in

#

there we go

#

thats much better

waxen panther
waxen panther
#

If you couldn’t see that one you’re blind

void void
#

hi mods

waxen panther
#

Reeee can’t react

void void
#

how are you

waxen panther
void void
#

now how do we take away broc's emojis

waxen panther
#

I know you’re jealous but this isn’t the right way to go about it

void void
#

by uninstalling discord

spice finch
#

I have to add silence furry emoji to my server

waxen panther
#

Yes yes

worn ember
#

make a nofurry one

spice finch
#

Useful as hell sometimes Kappa

worn ember
#

like nokotlin

void void
#

what does the no-reactions role mean

#

i like discords new messages thing

#

cant use reactions?

spice finch
#

He can't react

waxen panther
#

It’s in tunity lol

void void
#

*inbox thing

spice finch
#

Some of people here should have it

waxen panther
#

Yeah admins hate me

void void
#

shock

quasi valley
#

it has cultural value

waxen panther
#

To silence furries?

void void
#

:silence_furry

#

ez

spice finch
#

To silence furries

void void
#

plz do me a favor

#

if u have furry pfp

#

just leave

latent valve
quick pasture
void void
#

AOUCHU

worn ember
#

furries should be treated as animals 🙂

spice finch
#

Furry isn't variety (not sure if called it correctly) so you can't be racist when silencing them

waxen panther
quick pasture
#

you mean race

worn ember
#

who are we racing?

spice finch
#

Thanks for correcting :D

granite salmon
#

furry lives matter

quick pasture
#

eh

spice finch
#

No.

quick pasture
#

eh

void void
#

humans vs furries out now!

waxen panther
#

Nope.

quick pasture
void void
worn ember
#

ah yes finally everyone has left the house

void void
#

have you played last of us 2?

waxen panther
#

I read the leaked script

spice finch
#

Everyone's talking about this game

waxen panther
#

No way I’m spending $50 on that

void void
#

my steam friend kinda spoiled it for me

spice finch
#

Nothing special for me peepoJuice

void void
#

whats the game about?

#

it was inevitable

waxen panther
#

They spoiled it by having the worst ending in existence

#

I won’t spoil it but it’s MonkaS

quick pasture
waxen panther
void void
#

FURRY ALERT

waxen panther
#

Woah woah

worn ember
#

the issue is from 2016

spice finch
#

Lol i experienced this too

void void
#

that sounds like an error between monitor and chair

worn ember
#

no

#

its a confirmed bug they wont fix

spice finch
#

1 white pixel on second monitor

worn ember
#

for whatever reason

void void
#

oh the horror!

worn ember
#

its actually really annoying

spice finch
#

Well it's fucking annoying as hell

#

Being perfectionist peepoJuice

latent valve
#

you //jk

spice finch
#

You //not jk//jk

#

||I know you will read it even if it's spoiler||

void void
#

nice

#

1.17 when?

#

1.45 when?

spice finch
#

I'm pretty sure that it's paperclip. You should reduce its size and it'll work perfectly.

void void
#

i think the world will end in 2031

#

what do you think?

#

speechless, i know

worn ember
#

Looks pretty slick

void void
#

eh i'd prefer it to be a bit more grey

spice finch
#

color difference is too big imo

worn ember
#

Ur opinion is wrong

wide chasm
#

In the top one it looks fine, in the bottom one it looks a bit off

quasi valley
#

berry rood

left swift
#

They could disable brocc's ability to use external emotes in chat FeelsEvilMan

#

Should give that role to viper so we dont have to see furry emotes

queen echo
waxen panther
#

Yall crusading against me when I’m not even here Cry

void void
#

nomanas salty

empty crane
waxen panther
#

@left swift loves me really PensiveYeehaw

lost torrent
left swift
worn ember
thorny totem
#

I have a longer one haha

worn ember
#

Hah

thorny totem
#

sync pepe toilets Xd

finite wave
warm anchor
pulsar wigeon
#

wtf is this cancer

#

i'm about to start kicking ppl

spice finch
#

monkaS hide

waxen panther
#

moderator alert

quasi valley
waxen panther
#

Yes yes yes yes

#

It’s pretty cheap for a plush, probably going to pick one up

quasi valley
#

shipping in late september tho smolFried

void void
#

What's best OS for minecraft server?

finite wave
#

MineOS of course

pulsar wigeon
void void
#

maybe

#

w8

#

What's the best OS for vps(using it for minecraft server)?

spice finch
#

What's the best OS for vps(using it for minecraft server)?
imo ubuntu

minor badge
#

if the issue gets more +1s, I might as well, CDFN

spice finch
#

Well I just got used to it, I never recommend things which I didn't use

void void
#

guys

#

rock paper scissors

#

and then tell me the final answer

spice finch
#

It's up to you

void void
#

research and you will figure it out

#

jk

#

idk

spice finch
#

hehe bro 👌👌👌👌

void void
spice finch
void void
#

zzzCat often asnwers there

haughty bear
#

Can we get a config option to remove all paper patches and decrease performance by 10% thanks

void void
#

Ah opss

spice finch
#

Sure, PRing rn @haughty bear kappa

#

Fork of PaperMC would be best idea lol

#

+1

#

that would be such waste of time

finite wave
#

Just use spigot

spice finch
#

they dont offer performance improvements

#

thats why people are stick to paper

haughty bear
spice finch
#

Colormatic or what?

haughty bear
#

1.15.2

blazing nebula
pulsar wigeon
#
Minecraft Wiki

Splash texts are the yellow lines of text on the title screen. They are randomly chosen from the list below and often feature references to popular culture (e.g. websites, quotes and video games). In Java Edition, the splashes are defined in a plain-text file within minecraft....

#

since: 1.1 (11w50a)

#

lmfao

haughty bear
#

Wow I've got over 50 days logged on multimc alone and I've never seen it

spice finch
#

lmfao

#

this site actually exists

blazing nebula
#

yeah lmao

#

it even says paper is dope and you should use it

kind scarab
minor badge
#

AWW

spice finch
#

@ kashike

minor badge
#

@twin lagoon !!!!

twin lagoon
#

hji

spice finch
#

well

#

kashike doesnt own #adorable-pets? GWbopkePepethinking

violet oyster
spice finch
#

still on 1.8.8 Viper

#

btw 27 July 2020 we're celebrating 5th 1.8.8 birthday

#

I'll make cake

#

would you eat?

void void
#

I agree

#

and use a kawai voice

#

xd

wild cairn
magic monolith
fringe solar
magic monolith
#

anybody have a survival server i can play on?

twin lagoon
#

ya just go on 127.0.0.1

finite wave
#
limber knotBOT
#

advertising smh

finite wave
#

He asked for a minecraft survival server.

#

I was told as long as it was contextual i could advertise

minor badge
#

I don't think advertising Aikar's server is the worst you could do anyways

spice finch
#

I'd love to play there then, Viper

potent fossil
#

advertising? more like sadvertising

#

:' (

spice finch
gleaming rivet
spice finch
#

😟

gleaming rivet
#

Yep..

slender jay
#

paying for your heart surgery with your kidney

#

usa

finite wave
#

Lol

#

Heart surgery costs way more than a kidney

slender jay
#

lol paying for healthcare

#

we dont do that here

#

this as well

finite wave
#

Same, i get it all for free'ish

slender jay
#

freeish beats the us price

#

yeah i pay 200 per year

#

uni

finite wave
#

I just pay taxes

slender jay
#

hs is free

finite wave
#

Same education is free here too

#

Nah

#

We bring our own computers, we get provided rooms

#

We get paid for attending too

slender jay
#

better to go to an old school than to have the worst education system ever

gleaming rivet
#

we don't either in denmark

#

our tax rate is really high tho

#

like 40%+

stark imp
slender jay
#

yikes

finite wave
#

Laukage that's meh

gleaming rivet
#

school is free, some universities is free, you get paid for going to school

finite wave
#

Our tax depends on the amount we get paid

gleaming rivet
#

healthcare is free

#

its not much

#

but its better than nothing

#

they do too here

#

some pay "TOP" tax

#

if they earn more than 600k DKK a year

finite wave
#

Oh shit it's @void void

void void
#

thats kinda OP early game

#

why shit?

gleaming rivet
#

is it a bug?

#

or a feature... Kappa

finite wave
#

hmm?

languid cypress
#

What if you made a bungee instance that pointed to another bungee instance THONK

finite wave
#

Why would that work

#

I mean, which one is online mode

ashen cliff
#

It will complain that you can't do that.

limber knotBOT
#

P​lu​to​re​n: that wouldn't work

ashen cliff
#

But it's easy to bypass and works, just don't do it.

languid cypress
#

Then when you figure out how to make it work, point the second instance back to the first one ThonkGlitch

ashen cliff
#

Just point Bungee to Waterfall. Ez.

limber knotBOT
#

nah, just add velocity support to watefall Kappa

ashen cliff
hasty halo
narrow crest
shell vine
#

aikar been on a rampage today

fallen wren
#

Does anyone know how to transfer windows on a new hard drive, on a new motherboard, with new cpu and ram.

shell vine
#

at that point just reinstall

limber knotBOT
#

clone the drive with clonezilla

#

then just put it into the new PC

vestal jasper
#

Love aikar merging sprees

limber knotBOT
#

and make sure you have your product key

#

because you most likely are going to have to re-activate it

#

drivers shouldn't be an issue

fallen wren
#

What is the drive is smaller than the one I am transferring

#

I cant clone it

limber knotBOT
#

clonezilla supports that

fallen wren
#

Oh okay

limber knotBOT
#

(pretty sure, otherwise just reduce the partition size with gparted beforehand I guess)

fallen wren
#

That sounds dangerous

limber knotBOT
#

nah

#

could make an image of the partition if you want to be safe ¯_(ツ)_/¯

fallen wren
#

Wait... I think my computer doesn't support the m.2 ssd I got so I can't transfer it crao

#

Crap

#

I have a 4tb external drive though

#

Can I use that to transfer

twin lagoon
#

clonezilla is best

limber knotBOT
#

you can

#

also why not just put your old drive into the new PC and transfer there?

#

would even be faster seeing as you have new CPU and ram in there ;)

fallen wren
#

Oh true

fallen oracle
#

So, I had a really weird experience today. I was at a store and was waiting in line with someone who was a "conspiracy theorist" and they tried to convince me that Obama was gay and his wife was a dude.

limber knotBOT
#

so? thonk

haughty bear
#

oh sorry that was me

minor badge
#

no it doesn't, but paper's patch works pretty damn well

peak dirge
#

Paper's patch deals with it by storing oversized chunks separately from the rest of the region data. The only impact is that loading that oversized chunk might be a bit slower, but shouldn't be a major concern.

limber knotBOT
#

It also breaks vanilla compatibility for the world, no?

minor badge
#

yep

pulsar wigeon
#

huh

minor badge
#

but if you have tonnes of books causing it, your base doesn't deserve vanilla compat anyways :>

pulsar wigeon
#

did paper maintain that?

limber knotBOT
#

well in vanilla you would just loose the excess data afaik

pulsar wigeon
#

vanilla stores oversized chunks itself now

minor badge
#

yep, wiz

pulsar wigeon
#

thought paper dropped the patch in favor of maintaining vanilla compat?

minor badge
#

no, it was there when i checked a couple hours ago

limber knotBOT
#

pretty sure paper can't drop it or they would loose the old oversized data that was stored before

minor badge
golden gust
#

We no longer use our own system

#

We just have to maintain support for reading those old oversized regions

pulsar wigeon
#

that's what i thought

#

that's not really recent

#

paper's system has been there for a year and a half...

void void
#

i mean you could put them into a docker container

golden gust
#

depends what you're looking for

#

init is done in ServerConnection for the actual pipelines and stuff

dim thorn
chrome fulcrum
#

Yes and no.

limber knotBOT
#

not in craftbukkit/spigot/paper

chrome fulcrum
#

nms before it is obfuscated has package structure

#

after obfuscation. It is all put in one package

#

Technically it is included in the included mojang mappings.

#

But ambiguous licensing junk. yada yada yada

golden gust
#

There are still issues, vanilla has this weird ass bug where it floods chunks with projectiles which is on my todo list, but, just, drops face on keyboard

#

far from a pro, but, it's not all that bad

#

The issue is more "how did they overload it"

#

generally worth just deleting the oversized chunk, often it's things like entities, etc, which just blow the server up

#

Some people have also gottan away tryna nuke the entities in those chunks

red imp
finite wave
#

What an idiot

#

let's get all the chunks async

#

yesyse

unreal quarry
void void
#

damn thats a lot of capital letters

finite wave
#

Nice ass

unreal quarry
#

Yes, Barty.

#

Fist full of brake = I almost flipped over the front at 80+mph lol

#

Indeed :3

finite wave
#

Just get proper gear, and drive safely

#

In a country

unreal quarry
#

^

finite wave
#

taht isn't usa

unreal quarry
#

The two things I'm bad at doing. Gear and safe

#

Lmao

finite wave
#

smh

cobalt surge
#

True story

#

He hates his gear and to be safe

unreal quarry
#

I don't hate the gear. I hate the heat :3

cobalt surge
#

I hate my gear but still wear most of it but am most definitely safe

finite wave
#

Move to cananda

void void
#

i thought when you go really fast its cool then

unreal quarry
#

It is, but I mostly city ride

cobalt surge
#

Oh I love to go fast

void void
#

ah, solution is don't city ride as i see it

unreal quarry
#

Gets hot sitting at lights

red imp
#

Yeah he made all chunks async, but is he someone who could try fix it please? 😅

cobalt surge
#

But I'm not stupid about it

void void
#

i mean its not guaranteed death

#

but if ur going really fast, ye.. good luck

unreal quarry
#

At highway speeds gear is pretty useless, yeah

#

Everything rips off you like it's tissue paper

cobalt surge
#

Pretty much

void void
#

wonderful image

#

i don't think its that easy to clean up

unreal quarry
#

That's me, Barty

#

Lol

void void
#

i'd rather clean up tissue paper than the other kind

finite wave
void void
#

ah ok

#

yeah don't die pls

upper flicker
#

that's a support guarantee I definitely dont wanna make

void void
#

we should just be using NMS

#

no fancy bukkits needed

waxen panther
kindred storm
#

i've had enough of that guy

unreal quarry
#

DanDanTheFireman wants to use my clip, Barty. When he posts it I'll link you. He's really good about nit picking everything that went wrong and how to fix it.

I already know he's going to get into me for switching multiple lanes, going too fast, fist full of brake (instead of the orange analogy he likes to use), and of course no gear lol

void void
#

oh no that guy

finite wave
#

Oh, shit it's kangarko

unreal quarry
#

He'll turn my 30 second fuckup into a 10 minute rant. It's great

void void
kindred storm
#

you mean SafeChat? lol

waxen panther
#

lol

void void
#

hamsters

warm anchor
#

Tfw viper found a reflection in the mirror

#

Oh

finite wave
#

Lol, who wants your furry shit

void void
#

hehe

kindred storm
#

they do the weirdest things on blackspigot

#

repost free plugins too

void void
#

that reminds me, i need to check out the phone home stuff they put in

finite wave
#

Hah,

#

You got it licensed?

waxen panther
#

It ain’t worth it

void void
#

^

finite wave
#

It is costy ye

pulsar wigeon
#

DMCAing is free

#

actually getting them to do something about it...lmao who knows

finite wave
#

Imagine paper ore full of ripped of premium plugins

#

sounds nice

void void
#

i mean if you need to test a plugin before wasting money...

pulsar wigeon
#

also notably as long as they aren't hiding the fact that it's licensed, they are allowed to re-upload open source plugins there

#

being triggered isn't a valid reason for DMCA

ancient bolt
#

I don't know of any major open source licenses which don't allow redistribution

pulsar wigeon
#

if your project is GPL, anyone else is allowed to upload/distribute it under GPL

#

that's literally part of the OSI definition

finite wave
#

You should just have uploaded your plugin to blackspigot yourself

pulsar wigeon
#

^^

unreal quarry
#

racistspigot

#

runs away

finite wave
#

Yes

#

Let's go report them to all the picky people

void void
#

put in a backdoor into the one you upload there

finite wave
#

That defeats the purpose @void void

#

He would upload it to keep it properly updated so people don't come yell at him for issues fixed ages ago

void void
#

theres definetly phone home shit in them

#

they've said it themselves

waxen panther
#

woah

#

anal with feather board wtf

finite wave
#

Dialysis with anal featherboard

void void
#

zbk do a hash diff and then a jar diff

slim nymph
void void
#

its way easier to just do a jardiff

magic monolith
#

does anybody have a survival server i can join?

ivory wyvern
foggy flame
finite wave
#

Yes, quite right aikar

void void
#

you'll see exactly what was changed in the bytecode

magic monolith
#

does anybody have a survival server i can join?

#

does anybody have a survival server i can join?

waxen panther
#

Yes Brandon

#

Join mine

finite wave
#
magic monolith
#

k

waxen panther
#

The ip is localhost

void void
#

go to empire minecraft!

candid halo
vestal jasper
#

@waxen panther tickle tickle ;)

waxen panther
#

Vic!!!

vestal jasper
#

Hi

waxen panther
#

They were bullying me earlier 😠

void void
#

i use it, its nice

vestal jasper
#

You deserved it

waxen panther
#

wtf

vestal jasper
#

:)

waxen panther
void void
#

viper whats the name of the plugin?

vestal jasper
#

Just have no license, now no one can do anything with the source. wesmart

waxen panther
#

It’s not that different lol

void void
#

viper whats the plugin?

slim nymph
#

Agpl is stricter gpl and is gpl compatible

#

He's able to use agpl

vestal jasper
#

Barty I got most of bungee support added. I just need to make the message bouncer.

#

And need to test it

#

So then you'd know that trying to dmca over redistribution is a waste of time and invalid

#

:D

finite wave
#

yesyes

#

Go get a lawyer stop bitching here kthx

waxen panther
#

idk man theres a lot better things to spend your time on

twin lagoon
#

what's popping

#

what's the topic

finite wave
#

What's your plugins name viper

#

i'll download it

twin lagoon
#

oh

#

viper you moron

finite wave
#

viper what is the link

#

name

#

whatever

twin lagoon
#

stop wasting your time

waxen panther
#

safechat

twin lagoon
#

be happy that it got leaked

waxen panther
#

upvote reaction to Michael

twin lagoon
#

ew yive

#

hi yive

ornate spindle
#

btw when you dmca something, your information is sent to the site's admin

#

so sending a dmca to blackspigot will basically just be you doxing yourself

finite wave
#

inb4 viper gets raped by a lot of furry haters

waxen panther
#

+1 to barty

foggy flame
#

Uh... was going to say hi, but jesus.

finite wave
#

lol

twin lagoon
#

viper

finite wave
#

Sigh what is this private final String pluginLogo = "&y ____ __ ____ ____ ___ _ _ __ ____ &R\n&y/ ___) / _\\ ( __)( __)/ __)/ )( \\ / _\\(_ _)&R\n&y\\___ \\/ \\ ) _) ) _)( (__ ) __ (/ \\ )( &R\n&y(____/\\_/\\_/(__) (____)\\___)\\_)(_/\\_/\\_/(__) &R\n\n&R&gVersion&R: &b" + this.getDescription().getVersion() + "&R\n&gAuthor&R: &bTheViperShow&R"

twin lagoon
#

stop wasting your fucking time

#

there's 300 child porn cases a day or something

#

i highly doubt police will give two shits about your minecraft plugin

ornate spindle
#

those plugins technically violate bukkit's license iirc

finite wave
#

Not using acf

#

ew

#

Look at this return s.replaceAll("%PLAYER%", player.getName());

#

public final class SafechatCommand implements CommandExecutor {

#

No you are not

waxen panther
#

It's not a premium plugin if you don't have a giant fucking logo when your plugin loads

finite wave
#

Viper replaceAll is not what it seems

ornate spindle
#

don't forget the license server that is down 90% of the time

void void
#

@still smelt send the jars to me, original and pirate, i can check for malware

finite wave
#

There is no malware

void void
#

first of all whats the plugins name

finite wave
#

Unless you consider vipers own code malware

void void
#

i still haven't heard it

finite wave
#

No

void void
#

ah htat

waxen panther
#

jan linkin blackspigot monkaHuh

void void
#

finally i get the name

finite wave
#

Yo don't download it if you are a lil' bitch k

pulsar wigeon
#

can we stop this bullshit

waxen panther
#

lmfao viper why do you have shaders on for that gif

twin lagoon
#

lol

#

wait your code is opensource

#

wtf are you complaining for then

pulsar wigeon
#

he's being a little bitch and not listening to anything we've been saying

#

enough of this

finite wave
#

Ah ,yes s os good `public enum HoverMessages {
NO_ARGS(new String[]{"&8[&6SafeChat&8]&7: syntax:", "&8Open this help page&7:", "&f- &7/safechat", "&8Get all stored data of a certain player&7:", "&f- &7/safechat search &8[&6ipv4&7|&6domains&7|&6words&8] &8<&6player&8>", "&8Get flag count of a certain player&7:", "&f- &7/safechat search &8<&6player&8>", "&8Get &o&nX&r &8players with the highest flags count&7:", "&f- &7/safechat top &8<&6number&8> &8[&6ipv4&7|&6domains&7|&6words&8]", "&8Clear all data of a certain player", "&f- &7/safechat clear &8<&6player&8>", "&8Clear specific flags of a certain player", "&f- &7/safechat clear &8<&6player&8> &8[&6ipv4&7|&6domains&7|&6words&8]", "&8Reload all the values from the config.yml", "&f- &7/safechat reload"});

`

#

No one wants to donate for this trash tho

waxen panther
#

jan man

#

as much as i like silencing furries dont be too mean woeisghost

finite wave
#

Yo, have you seen this old version?

waxen panther
#

I have yes

finite wave
#

Well, there is no malware in it

#

You are aware of what String#replaceAll does right viper?

#

Yeees, and what should you use instead

#

When not doing any regex

#

Do i get a percentage of the profit now?

vestal jasper
#

Tbf replaceAll is a terrible fucking name

finite wave
#

Well whatever it's fine, alot of people use the replaceAll cause it is named as such

vestal jasper
#

Yeah that's why the name sucks

#

It confuses people and causes them to use it when they don't want to

waxen panther
#

damn bro mini gets a mention but i dont for fixing your db

#

toxic /s

#

my spigot account has a capital B 😷

#

hate it

finite wave
#

Just seems weird to have that in an enum, but to each their own

void void
finite wave
#

You don’t have to worry about it if you feel that’s easier for you though

void void
#

that just feels horrible to look at

minor badge
#

@waxen panther good night and forever fuck michael xoxo

vestal jasper
#

I'd rather use serialization and translatable messages

waxen panther
#

always xoxoxo

vestal jasper
#

Those enums are hard coded

finite wave
#

Yes

cosmic raft
#

hallo

void void
#

hellooo

fallen oracle
finite wave
#

Meaning what barty?

void void
#

hahahaaha

waxen panther
#

Kashike 😠

minor badge
#

aint hard to fork paper and just make a git revert patch, barty

void void
#

poor server

cosmic raft
#

what?

finite wave
#

Broken chunks stuff?

void void
#

broc angry recently i think

waxen panther
#

give me reactions back rageW

slender jay
#

wait whats broken

waxen panther
#

i am LIVID

cosmic raft
#

do you promise to not over-react?

#

runs

waxen panther
#

I have never once over-reacted to anything in my life

warm anchor
#

That’s a good pun

void void
#

sign a contract!

finite wave
#

Yo wtf glare

cosmic raft
#

promise

#

and then maybe

void void
#

pinky swear

vestal jasper
#

What the actual fuck is that @fallen oracle

pulsar wigeon
#

and if you break the promise you get a white name :^)

finite wave
#

Barty what do you mean?

waxen panther
#

I promise smolPensive

cosmic raft
#

what wiz said

waxen panther
#

2 reactions max

vestal jasper
#

That listener has more code than most of my plugins lol

waxen panther
#

thank you thank you thank you

minor badge
#

barty, want me to ping you when I make an easy-to-use fork base for reverting patches? I've seen more and more people need it and aren't into all this stuff enough to learn on their own :p

waxen panther
#

best day of my life

vestal jasper
#

Brocc you smell

#

Really bad

waxen panther
#

ooo

void void
#

it must be the happiness stench

waxen panther
#

yeah sure that

finite wave
#

I’m still oblivious how is paper chunks broken?

void void
#

holy crap wtf is that thing

warm anchor
#

Broccolai showers once a month

slender jay
#

I’m still oblivious how is paper chunks broken?
@finite wave same here

cosmic raft
vestal jasper
#

You're being generous nity

cosmic raft
#

dances

void void
#

i'd rather be looking at bytecode in a hex editor than work out wtf that plugins meant to be doing

vestal jasper
#

Broc showers once a year

waxen panther
#

vic is no longer my dad

#

too toxic

vestal jasper
#

:^)

#

React to this message if ur clean

void void
#

yes you can do that

pulsar wigeon
#

lmfao

#

i googled that name and apparently that dude is banned from mcmarket for scamming?

void void
#

no reason

slender jay
#

brocc must not shower more than twice a year otherwise the broccoli smell will be lost

vestal jasper
#

Lol

void void
#

i'm clean

#

i took a shower like 1 hour ago

warm anchor
#

You don’t shower with bleach? What’s an immature

pulsar wigeon
#

ur probably on crack

#

doesn't sound clean to me

void void
#

oh wtf

waxen panther
#

i shower before work every day frangry

warm anchor
#

Hey man we don’t snitch Nirvana

finite wave
#

Yo what is up with that autoformatting

waxen panther
#

Nirvana is a furry too wtf

slender jay
#

fucking furries...

void void
#

what are you talking about?

warm anchor
#

Wait

void void
#

i like parrots

waxen panther
#

so is eternity

void void
#

dogs

#

cats

#

etc

warm anchor
#

Oh no

lament patio
#

I like foxes

finite wave
#

It's almost like someone made a switch case like the one in materials

warm anchor
void void
#

hamsters are also nice

twin lagoon
void void
#

i got a malamute, better than husky

twin lagoon
#

malamute

#

pics

waxen panther
#

worries me when furries have pets

void void
#

finding dog pics

twin lagoon
warm anchor
#

Viper call them partners

slender jay
#

send me the dog pics

void void
cosmic raft
#

first person to react to this message with kazheek gets a special surprise

twin lagoon
#

FUCK

void void
#

DAMN IT

waxen panther
#

lets go gamers

#

years of training

warm anchor
#

Hold up

void void
#

*she

warm anchor
waxen panther
#

the surprise is going to be the no-reactions role i can already see it

cosmic raft
#

your surprise is...

twin lagoon
#

congratulations broccolai

cosmic raft
#

nothing!

twin lagoon
#

the winner gets to wear this for 24 hours

#

enjoy broccolai

waxen panther
#

thank you 🧢

void void
#

set that to ur pfp rn

warm anchor
#

Broccolai doesn’t need a hat. His autism is visible

waxen panther
#

.

#

there

warm anchor
#

Lmao

cosmic raft
#

quick: How much health (not hearts) does a cat entity have?

finite wave
#

5

#

idk

waxen panther
#

no idea

finite wave
#

12

cosmic raft
#

viper wins

warm anchor
#

I know they can tank a hit from trident lighting

cosmic raft
#

enjoy your gift

latent valve
twin lagoon
#

cashicc*

cosmic raft
#

yes

void void
#

whats the gift

waxen panther
#

what was the gift wtf

austere ivy
#

Can you run paper+forge?

waxen panther
#

no

latent valve
#

no

void void
#

no