#general

3141 messages · Page 552 of 4

void void
#

this guy has very questionable pronunciation

#

first he says kuhmod

#

now he says "millis" like "millies"

#

who is this man

#

why is he a joker

normal tendon
void void
loud steeple
#

PaperMC laptop stickers when?

shell vine
limber knotBOT
#

(DiscordBot) Compensator 3 - The INSANE Zero Compromises Build is Back! - length 20m 37s - 43,050 likes, 725 dislikes (98.3%) - 867,847 views - Linus Tech Tips on 2020.03.09

golden gust
#

nothing to do with waterfall

#

use the latest version

#

slap a 1.12.2 server behind it, ez

cobalt surge
#

What if I was that one asshole that was like.. how do I make a 1.6 server

golden gust
#

good fuckin' luck

cobalt surge
#

Lol but cat you wouldn't help me out

golden gust
#

especially not you

cobalt surge
#

🥺

golden gust
#

that's what i said?

cobalt surge
#

So evil cat..

woven otter
#

Boomers are weird

golden gust
#

Yea, but how would you feel if I was all like, Hy chrysti, how you doin? want a cup of tea? I think I got some jaffa cakes somewhere too

cobalt surge
#

Nah bro I'm not a Boomer..

#

Wtf is a Jaffa cake??

woven otter
#

Cats offer does sound nice

cobalt surge
#

We gonna have tea????? \o/

golden gust
#

it's basically a spongy cake with like a disk of orage flavored jelly and chocolate on top

cobalt surge
#

Ill take 2 in that case

golden gust
#

They're odd, like, so nice, but, eating a full pack can get a lil' sickly

cobalt surge
#

Ok so what you're saying is sweet bread and tea?

golden gust
#

no

#

Cake and tea is nice too though

twin lagoon
#

tea is disgusting

golden gust
#

ur fuckin disgusting

latent valve
#

Coffee 🤗

cobalt surge
#

Lol

golden gust
#

reminds me, I need to get a coffee grinder one day :L

twin lagoon
#

fite me

golden gust
#

and some filters

twin lagoon
#

u wanna have a go bruv

golden gust
#

I literally can't find any filters in the stores

cobalt surge
#

Cats word of the day.... Fuckin

latent valve
#

No cat just chew on coffee beans and por hot water down your throat and woala extreme caffeine

cobalt surge
#

Amazon cat

#

Cat just get a kereg and k-cups

latent valve
cobalt surge
#

No grinder or filters needed

golden gust
#

am broke uni student who is currently not so broke but tryna avoid being broke

cobalt surge
#

Cuz you broke bitch right

golden gust
#

ye, am broke ass hoe

cobalt surge
#

Lol

nocturne plank
golden gust
#

time to go take the trash out

#

picks up michael

twin lagoon
#

waIT

#

How could you do this to me

latent valve
#

Average tick time: 1064,281 ms ooof

twin lagoon
#

mregirl i have had 35k ms average tick times before

latent valve
#

what happen then?

twin lagoon
#

paper fork

#

doesn't like sync chunk loads

#

server startup & 30 players joining at the same time

latent valve
#

oIC

twin lagoon
#

= server not responding

latent valve
#

you cant fork paper cuz it gonna tear apart

trim dagger
ancient bolt
#

Had to reinstall windows to get it to boot some of the time

#

But it's fine, didn't take long

agile wedge
frosty ether
void void
#

damnit ggservers

#

succcccccccccc

golden gust
#

ggservers

void void
#

all other days when i didn't need the server really, it was ok

#

today when i need to let people do stuff

#

it's offline

#

:(

#

no announcement anywhere either

#

unless am blind

#

very likely blind

urban surge
void void
void void
wide salmon
void void
#

welcome

#

lol

wide salmon
#

hihi

limber knotBOT
#

heh, the first Via issue I saw someone using good ol Purpur

latent valve
#

Via is bannable!

#

It a hax

coarse urchin
#

Indeed

shell vine
void void
#

got instabanned from one server because of via :(

#

could join without any issues there before, installed via and got hammered smh

#

(yes client side via i mean)

#

.g ufw manual

limber knotBOT
#

(DiscordBot) https://help.ubuntu.com/community/UFW -- UFW - Community Help Wiki: "Mar 31, 2017 ... The default firewall configuration tool for Ubuntu is ufw. ... Once a rule is matched the others will not be evaluated (see manual..."

#

ViaFabric or that old dump, mikro? 🐋

shell vine
#

scissors kazheek

void void
#

viafabric

#

.g old viaversion dump

limber knotBOT
#

(DiscordBot) https://github.com/ViaVersion/ViaRewind/issues/143 -- old version players slowly float upward · Issue #143 ·...: "Dec 23, 2019 ... old version players slowly float upward #143. Open. PhanaticD opened this issue on Dec 23, ... ViaVersion Dump:..."

void void
#

there was some hacky attempt for client side before viafabric?

limber knotBOT
#

Fabric is... interesting

#

Looks like they're trying to be Forge + Mixin?

pulsar wigeon
#

the interesting part is that fabric itself is just a loader

#

the part people think of as forge is actually the api

#

which yes, is implemented via mixin

#

(forge also has the loader part - FML, which used to be a lot more "separate" than it is now)

limber knotBOT
#

Sure, because getting everyone trying to mixin their own custom fluids is going to be a disaster so they mixin a "fluid manager" thing for API

pulsar wigeon
#

right

#

but libre mappings and a dedication to always updating for snapshots also means people can play around with things as they want

limber knotBOT
#

Sponge uses mixins to implement an API that tries to provide something generic enough it'll work on multiple MC versions, although since they churn their own API so much that doesn't really matter so far

pulsar wigeon
#

like, you're not forced to use the api if you don't want to, just makes it easier for mods to work together

limber knotBOT
#

This uses mixins to provide a Forge-level API, provide just enough to make it so mods won't immediately clash with each other

pulsar wigeon
#

yeaaa sponge is an interesting one in that regard

#

whole layer of api abstraction on top that just changes every update anyway

#

like, the opposite of bukkit lol. here we have a never-changing api that's hard-bound to game concepts >.>

#

(vanilla game concepts at that)

limber knotBOT
#

Yeah we got a bit too ambitious with the initial goals for the API and they've been churning since trying to land on something that's performant, easy to use, and unlikely to break with future MC changes

#

It's trying to emulate a much better designed game on top of what MC actually is

#

I'm talking about cause tracking and the "Data API"

pulsar wigeon
#

yup

limber knotBOT
#

Cause tracking mostly came out of the work blood was doing (and some of which was getting merged in to CraftBukkit) to merge CraftBukkit and Forge and allow Bukkit events to handle mod actions

#

Data API was me wishing we could make a Bukkit 2 with an ECS design

pulsar wigeon
#

oh so you're to blame

limber knotBOT
#

lol, I got gab and grum on board with the idea, grum started experimenting with it for future work in MC itself and gab went wild on implementing it

pulsar wigeon
#

yea i could tell that much from the generics strewn every which way

limber knotBOT
#

I think everyone else was generally okay with it too thinking it'd be like sk's command framework

#

I still think it's a good idea it's just a lot of work, which is kind of why I burned out on doing Bukkit stuff to begin with

#

Although I underestimated how much, thought with a new team pouring some time in they'd get something working quick enough

#

I still think cause tracking would be awesome to add to Paper though

timid willow
#

that'll teach em

peak dirge
#

Rude

timid willow
ocean meadow
magic ice
#

paperbukkit kekwhyper

timid willow
worn ember
#

📰

magic ice
worn ember
ember crag
#

But it's outdated1outdated2outdated3

void void
#

hey y'all am need some help :/ so i woke up today and checked my email and my 'personal' folder is randomly gone...it had like plane ticket receipts, my discussions with people re: my marriage proposal, other stuff i really didn't wanna lose. i guess it just got erased while i was cleaning and moving emails around yesterday or smth? anyway...they all seem to still be in the thunderbird data folder as msf files and mbox files... can I like. Recover them somehow

twin lagoon
#

why not launch thunderbird?

void void
#

cuz if i launch thunderbird, it'll sync with imap and delete them

#

thanks i'll try that

#

mfw windows only

ember crag
#

try running under wine

void void
#

i think i can use apple mail to import local mbox, to convert to pst, which will allow me to get it into outlook

#

if so, then i can then export to regular email files and save them elsewhere than imap

ember crag
#

make sure you keep the original backups just in case

void void
#

there's like pics of my proposal in there :/ stupid place to store em, but...really didn't expect them to get deleted like that

#

holy shit it worked pepesaber

ember crag
#

nice

void void
#

that was some balls, but thanks for the idea to be able to read them mbox files

#

you guys saved muh life bobalovet

#

wtf happened, bunch of my folders are gone thonking

#

only one i cared about was the proposal chain

#

but, like. wai

twin lagoon
#

this is why you host your folders on IMAP mail

#

and not on POP3

#

no idea if that actually matters tbh

#

but this is why you create folders serverside

void void
#

it...

#

was on imap

#

m8

twin lagoon
#

well

#

you just suck then

#

:)

void void
#

k

#

says the guy who recommends mailspring, a dead project with a dev that ignores people

twin lagoon
#

fuk

#

isn't this your issue?

void void
#

Yes, but I'm not going to use software where the dev is literally inactive and ignoring people (re: slack)

#

The GH might be active, but I have no faith this project is going to remain alive

#

No commits to master in I think 2 weeks, and he doesn't reply to anything

limber knotBOT
#

two weeks is nothing

#

runs

pulsar wigeon
#

lmfao

limber knotBOT
#

but w/e, don't really care about a closed source application, lol

pulsar wigeon
#

no commits in 2 weeks

void void
#

He hasn't replied to anybody in slack in well over a few months, and I'm not sure the last time he personally replied to any issues

#

And his mailsync solution is closed source

pulsar wigeon
#

oic

void void
#

so yea, no thanks

pulsar wigeon
#

different things

limber knotBOT
void void
#

His reasons are stupid

#

Really stupid

limber knotBOT
#

the only thing expected to you wen you open source stuff is that you give code to the user, anything beyond that is just cool extras xD

void void
#

Anyway am gonna go get my haircut then some food. I'm happy with outlook's mac app atm. But when my school stops giving it to me for free, ill use something else.

twin lagoon
#

Mailsync is hard to compile.

#

???

#

wtf lmao

void void
#

yea, i would just like his mailsync to be posted.

#

idc if he supports it

#

but since it's closed sauce, nothx

limber knotBOT
#

does thunderbird not run on mac?

void void
#

it does but i dont like how it does folders (only complaint)

#

there's probably an addon for that lmao but i didnt look

limber knotBOT
#

I mean as long as it receives email... ;O

void void
#

yea i guess. i have office 365 tho and i use its rules heavily

limber knotBOT
#

never really got folders anyways ¯_(ツ)_/¯

twin lagoon
#

why not use outlook actually?

void void
#

it's nice with the mac outlook app cause i can edit the rules

#

i am using outlook

limber knotBOT
#

but I use some labels with gmail I guess

twin lagoon
#

why switch?

void void
#

wdym

#

phoenix i only use folders for rules, to autosort mail

#

like gmail filters

#

but i have lots of rules

#

so, lots of folders

limber knotBOT
#

yeah I get that, but I don't get the benefit beyond having a custom label on the mail in the main inbox

#

(and to auto-archive "spam" I guess)

#

like emails I need to get to stay unread until they are done, the rest gets read in the order it comes in

void void
#

For me, the rules separate it logically and makes me not lose my mind. I may have 400 unread mails to review, but having to check 10 here, 30 there, blablabla is to my mind less insane to deal with ¯_(ツ)_/¯

#

just me tho

limber knotBOT
#

I guess I don't have as much un-resolved emails

void void
#

yea i have a lot

pulsar wigeon
#

90% of my stuff is auto-tagged

#

i'm just too lazy to send it to the archive after checking it :<

#

so my inbox gets full

#

and then those one or two emails i need are buried among the rest of the stuff

limber knotBOT
#

that's why I unread emails if I know I need to get to them xD

supple umbra
pulsar wigeon
limber knotBOT
#

lol

magic ice
#

mojang pepega

limber knotBOT
#

that's beautiful

#

issue with tags is that datapacks can modify them iirc

#

it's not like any of the other tags can already break enough when randomly modified lol

zealous knot
vestal jasper
#

@zealous knot 1.8.8 wen

limber knotBOT
#

throws Vicarious out of a window

vestal jasper
#

aaaaaaaa

limber knotBOT
#

sadly it was a ground floor window

ebon needle
quasi valley
#

using the free twitch prime sub to get some discord emotes without paying these cucks is pog smolRunk

grim mica
unique trellis
stiff yarrow
#

1 week of not running yay -Syu and then coming home and running it trissgasm

spare quartz
twin lagoon
#

"yay -Syu"

#

just run yay

#

smh

void void
#

smh my head

cerulean furnace
odd vector
woven otter
#

smh my head my head

void void
#

erm did discord just derp or my message got deleted for sum reason

#

ye it got yeeted

#

wut lmao

#

there

#

you can combine them, great but...

woven otter
#

I smell wiz

rugged marten
pulsar wigeon
#

wut

#

are you just trying to cause trouble duck

limber knotBOT
#

I smell cooked duck

woven otter
#

oh no here comes trouble. I can make it double

limber knotBOT
#

let's fuse our hatred and direct it towards wiz

#

to do good for once

woven otter
#

I agree once in a lifetime agree with upsidedown guy

#

okay I can't write

olive garden
#

Dinners rarely can

woven otter
#

I just put emphasis on the fact that I agree with him

#

Ahh yes a drunk guy

olive garden
#

No longer unfortunately: would help my insomnia

woven otter
#

Well alcohol could be a permanent or temporary solution depending on the dose

limber knotBOT
#

I wonder what it would display for future commits

pale root
limber knotBOT
#

Mmh?

#

the latest commit to the paper repo

#

github is displaying the timestamp from the commit itself xD

#

Oh

#

Well, makes sense, how would it track it otherwise

#

Inb4 commiting using invalid dates and breaking gh

#

I mean they could theoretically track when it was pushed but they've never done it and people would probably revolt for not 100% relying on git, lol

#

uh, actually breaking it sounds even more fun than just commiting in the future

#

The question is how strict git validates the date

pulsar wigeon
#

why would it care

limber knotBOT
#

interesting, git uses the current time/date if it can't parse it

#

ok wow, git claims to be uzsing ISO 8601 but quietly changes dates that it doesn't "like"

#

seems to convert stuff before unix 0 really strangely :S

#

oh wow, and it actually has the year 2038 problem

#

or no, actually not. wat

#

just has an arbitrary limit at 2099

#

uh, actually not. wat

nocturne plank
limber knotBOT
#

4103444799 is the higest it will go :S

#

4102444799 actually

pulsar wigeon
#

that's a very odd arbitrary limit?

limber knotBOT
#

seems like it's 0xFFFFFFFF

#

but that value is above the one I found

pulsar wigeon
#

so the issue gets pushed back on a 128-bit wordsize/compiler? :^)

#

runs

limber knotBOT
#

hm, can't really find that number in source (not even in hex form)

#

whelp, really don't want to start reading C code so ¯_(ツ)_/¯

worn ember
#

Thank you Phoenix. Very cool

cosmic raft
#

mfw

#

reading PDF

#
EMBARGOED
& confidential

on the front

jolly crown
static badge
#

kashike loves nsfw pdfs

left swift
#

Leaf virus in pdf format

worn ember
#

Ban him

pulsar wigeon
#

not using metric units

#

that should be a ban for sure

static badge
#

would be a ban if u could gather 15 braincells

#

u dumb moderator

pulsar wigeon
#

is the bot still working

static badge
pulsar wigeon
#

guess we'll find out

static badge
#

alright

#

your bot sucks

pulsar wigeon
#

BOT IS DEAD poggers

static badge
#

and

pulsar wigeon
#

kash fix pls

static badge
#

reeee

pulsar wigeon
#

also get banned scrub

worn ember
#

Ahaha

pulsar wigeon
#

took 15 brain cells to do that but yea

static badge
#

it was a kick

#

proving my point yet again

pulsar wigeon
#

was a ban

worn ember
static badge
#

if it was a ban I wouldn't be here now would I

pulsar wigeon
static badge
#

fake

latent valve
#

wiz ban him loger like 30 min

#

:^)

pulsar wigeon
#

don't make me ban you instead

static badge
#

ban him instead kekw

#

come on dumb mod do it

pulsar wigeon
#

leaf is actually useful when he wants to be you know

static badge
#

yeah just look at my fork :>

pulsar wigeon
#

i meant more like, you can keep us warm during cold winter nights. yknow

#

.leaf

vestal jasper
#

@static badge how do you flame people and disguise it as being nice

static badge
#

wat

vestal jasper
#

nice roles btw

static badge
#

yeah thx wiz

vestal jasper
#

just did an ow match and an ally sat in same spot and kept bitching for heals
his response to me saying "I can't fly cross map through allies to heal you"
was "I was in the same spot the entire match lol"

#

I wanna flame soo hard but

#

like him sitting in his retarded spot the entire match is why I couldn't heal him

static badge
#

ur in silver

#

u must recognize that ur as dum as ur team

vestal jasper
#

I am

#

I'm pretty fucking pepega

#

but I wanna flame others for being pepega

#

makes me feel less pepega

merry talon
#

everyone is pepega

#

you win by playing less bad not playing good

#

I haven't played ow in weeks

#

its crazy how actually having stuff to do makes it not matter at all

#

since its turned to such shit

void void
#

1.16 + tallnether plugin + cavern nether resource pack = epic

#

soon tm

#

need a resourcepack to make piglins into dwarves or something

#

and hoglin need knockback so they punt u off ledge into lava

pulsar wigeon
#

why tho

static badge
#

if he is he's not using that alias

pulsar wigeon
#

cuz he's a naughty boy

static badge
#

ripperino

#

contributorino

latent valve
static badge
#

tbh if wiz keeps up being retarded I'll make a competitive WE fork

latent valve
#

LeafyAsyncWorldEdit
LAWE
More broken than fawe? kekwhyper

static badge
#

I'd fix the stupid lighting issues

vestal jasper
#

leaf u can't

#

one of FAWE's defining features is its consistently fucked lighting

static badge
#

no worldedit

#

I'm 90% sure in some cases the lighting is just fucked

vestal jasper
#

nice

#

just make it run //fixlighting on the entire edited area

pulsar wigeon
#

wut

#

leaf are you trying to cause trouble

static badge
#

he doesn't know PepeLaugh

vestal jasper
#

ban him

static badge
#

although seriously I've noticed lighting issues in chunks where the ticket level is > 31

pulsar wigeon
#

i mean, a) where's the bug report and b) that's probably a MC bug peepoJuice

static badge
#

git testing we boi slavewhip

#

hell yeah it's an mc bug

#

mojang is fucking retarded

pulsar wigeon
#

we just queue shit the same way vanilla does

#

if they like...drop a chunk and then drop all the queued updates then yea prob

neon dagger
#

@cunning raft I'd love old Cube world to come back. Back when they were saying you'd be able to host your own servers and mod the game and everything felt like it was made with love...

cunning raft
#

minecraft clones never work

neon dagger
#

Instead we get CubeWorld Live Service Edition where the game is almost impossible to play lol.

cunning raft
#

or atleast don't get mainstream

#

you can't successfully clone a game without people loosing interest

neon dagger
#

Yeah, it's better to make an "inspired by" or an original game.

cunning raft
#

eh

#

you can't be related in any way

void void
#

asking about evilseph

cunning raft
#

he ded

#

prob still around

#

but def didn't keep that name

void void
#

Idk go stalk him, his real name is Warren Loo

neon dagger
#

I dunno games inspired by other games do well sometimes.

void void
#

He probably switched industries

cunning raft
#

yeah bukkit community shoved hate on anyone related so

void void
#

Well

#

Minecraft is full of literal children

cunning raft
#

yeah

#

who don't understand copyright law KEKWHYPER

void void
#

I don't play it anymore and I hardly program for it. I'm just here for the few regulars I chat with every day. This is basically a bar I keep coming back to even though it's filled with dummies and fuckos

static badge
#

you're the dummie and fucko here

void void
#

U 2

static badge
#

you're actually

void void
#

Says the one who writes "dummie" as the singular for "dummy"

#

U fucko

vestal jasper
#
And until Mojang Writes it out of their code It can be considered a mechanic.```
I'm prob late to this
#

Hurr Durr if I use the exploit it's not an exploit it's a feature

static badge
#

it's the struggle of ancient times

tawdry coyote
#

it's a surprise mechanic

wicked hollow
lyric stone
#

Was there any generation changes in 1.15.2?

dusk drift
#

Just bee heats in the trees

#

Nests

cosmic raft
#

@burnt sandal hope I get to say hi to you at LTX this year, you ran away from me last year :P

burnt sandal
#

SORRY, it was insane @cosmic raft

#

Tried to go to lunch and it took me 10 minutes just to leave the bloody building

cosmic raft
#

I had fun on the last day. I had a flight to catch back home at 17:10, ended up almost missing it because I was standing in line to get a floatplane shirt

#

hehehe

golden gust
#

tbqh, I'd run if I saw kash heading my way too

cosmic raft
#

rude

golden gust
#

❤️

cosmic raft
#

but

static badge
#

is there any option but to run]

#

also your bot is ripperino

neon dagger
#

Can someone tell me why everyone and their mom is forking Paper? Like I've seen so many people asking for help with it... And I don't even know anymore...

ember crag
#

shut up flanders

neon dagger
#

Who?

ember crag
#

"ripperino"

severe quartz
#

hey, is here any IT expert who can help me with a proxy ? i will tell u first that i dont need help for minecraft, but this was the only discord server that i got with the word "proxy" 😄

limber knotBOT
#

Just ask?...

severe quartz
#

iam playing a game called Silkroad online, ( but on a private server) there u can log on with your HWID 2 character and with ur IP 4 chars. know i wanna try a third laptop with a proxy, but it doesnt work

golden gust
#

not really the discord for that kinda stuff, but you'd need a TCP/IP based proxy, or generally, just use a VPN

severe quartz
#

ok thx

void void
#

lol.

#

ass pic as pfp too

#

whole nine yards of crazy

severe quartz
#

🤦‍♂️

#

better a dick pic? 😄

limber knotBOT
#

Fiddler <3

#

Altho it failed me yesterday, we having some weird issues in IE and old Edge, but when I start fiddler they be gone

#

Rather annoying 😂

shell vine
hasty lantern
dapper granite
errant girder
limber knotBOT
#

I woke up early because some cucks startet spamming slack ;(

#

s/startet/started

#

Correction, <KennyTV> I woke up early because some cucks started spamming slack ;(

#

are they live streamed or what?

#

interesting

#

visited a school yesterday and overheard a teacher asking the school director about whether they had plans on closing, the response was just that they might to it if any of the near pre-schools would do so

#

but luckily over here it's not too spreaded

worn ember
#

imagine having corona

limber knotBOT
#

are redis patterns just standard regex or their own version of that?

worn ember
#

.kill KennyTV

limber knotBOT
#

rips KennyTV's intestines and uses them as a skipping rope.

#

ah nvm, what I needed was easy enough

#

ur ded, ded

worn ember
#

no ur ded, ded kenny

limber knotBOT
#

are you ded, ded ded?

void void
#

.g regex patterns

limber knotBOT
#

(DiscordBot) https://www.rexegg.com/regex-quickstart.html -- Regex Cheat Sheet: "(It you want a bookmark, here's a direct link to the regex reference tables). ... In fact, for some regex engines (such as Perl, PCRE, Java and . ......"

void void
#

fuck am braindead

worn ember
void void
#

.g redis patterns

limber knotBOT
#

(DiscordBot) https://redislabs.com/redis-best-practices/data-storage-patterns/ -- Data Storage Patterns | Redis Labs: "While Redis is primarily a storage engine, there are a few patterns that go beyond putting data into structures and back out again. In this section,..."

Data Storage Patterns While Redis is primarily a storage engine, there are a few patterns that go beyond putting data into structures and back out again. In this section, we’ve omitted anything that is using the structures directly and focused on patterns which require either ...

worn ember
#

nice bot

limber knotBOT
#

lmao

void void
#

tbh

#

my search was ambiguous

worn ember
#

google wouldve already known what you wanted before you typed it

void void
#

tru

limber knotBOT
#

and didn't even use the examples in the scan page, so double oofed

#

but that's enough, I'm satisfied 🐋

worn ember
#

oh whale

limber knotBOT
#

whales are tight

void void
limber knotBOT
void void
#

Killing thelounge_app_1 ...

worn ember
#

killing itself PepeHands

void void
#

if this keeps happening then i'm next

#

gonna end my pains smh

worn ember
#

thats the pussy way out

limber knotBOT
#

real gangsters die fighting the ender dragon

#

..right?

void void
#

by falling into the void!

limber knotBOT
#

lol

worn ember
#

real gangstas dont die

thorny cradle
limber knotBOT
#

or not

#

haha ok

#

this channel requires you to be identified

remote zealot
limber knotBOT
#

dummy

#

u

#

n

limber swallow
#

Hey lads, does anyone have any alternatives to Essentials?

limber knotBOT
#

why do you need an alternative?

left swift
#

Essentialsx

magic ice
#

Essentials Skript

#

runs away really fast

coarse narwhal
#

Hello ! Does someone knows an adventure map cool for playing in multiplayer mode (to install on a small community server ~ 10 players) ?

unreal quarry
#

throws Chinese stars at viper and redned

left swift
#

.g Minecraft fun cool adventure map for small amount of players

limber knotBOT
#

(DiscordBot) https://www.youtube.com/watch?v=z2u6-0lBKHQ -- Minecraft Xbox - Randoms Adventure Map - Part 1 - YouTube: "Jul 10, 2015 ... Part 2 - https://youtu.be/d2Uo33Ijh6M Welcome to a short series on an adventure map called Randoms. In this series I will be playing..."

Part 2 - https://youtu.be/d2Uo33Ijh6M

Welcome to a short series on an adventure map called Randoms. In this series I will be playing through the entire map with my old friend Ballistic Squid. Enjoy.

Map builder - https://www.youtube.com/channel/UC4FYvBHoCzpsnT5h2B-UkBw

Map ...

▶ Play video

Part 3 - https://youtu.be/gftiSmaA-Nk

Welcome to a short series on an adventure map called Randoms. In this series I will be playing through the entire map with my old friend Ballistic Squid. Enjoy.

Map builder - https://www.youtube.com/channel/UC4FYvBHoCzpsnT5h2B-UkBw

Map ...

▶ Play video
left swift
#

Err ok

#

Make Minecraft pc again

cobalt surge
#

Wait so let me get this straight.. paper does server listings now???? This is new to me.. where have I been lately to have missed the memo

left swift
#

No paper discord is Google now

cobalt surge
#

Ohhh. Damn I missed that memo then

left swift
#

Check spam folder

cobalt surge
#

Well that's full so I guess I never got it..

void void
#

lol @cobalt surge

#

wait are you talking about .g

harsh gale
frosty ether
left swift
#

Ok Paper, where is the nearest store stocked with hand sanitizer and toilet paper?

golden gust
#

We're not telling you

#

Using our super powers, we have determined that we're better off just letting you go

left swift
#

Damn

sharp sentinel
#

I’ve found 7-Eleven is always stocked

#

Because no one wants to spend $8 for a roll of toilet paper

cobalt surge
#

Good thing I bought toilet paper 2 weeks ago

left swift
#

People keep being Pepega we're gonna be spending 8$ a roll for toilet paper real soon

worn ember
#

👏

#

buy all the toiletpaper

#

@left swift you're from australia right?

left swift
#

No in a Midwest state in usa

#

Even worse

worn ember
#

why do people need so much toilet paper lmao

#

is it the weakness of corona?

latent valve
#

😂

left swift
#

Wrap up the virus in toilet paper and flush it down the toilet

woven otter
#

Wrap it up before you get wrapped up

olive garden
#

I was thinking about that DED

#

maybe it is that you don't really have alternatives for it - if you are out of toiler paper, you are fucked

#

food you will somehow get, but toiler paper... nah

#

it also doesn't expire, so there is no downside for it if you don't consider that by making the supply run out you are contributing to the mainstream panic and you might "steal" toilet paper (when you don't even need it - at least not that much) away from those who don't have any left

left swift
#

Bidet stocks are up everyone invest

#

;)

unreal quarry
#

Inb4 fights break out in the streets over toilet paper

shell vine
#

i got some the other day, supermarket was fully stocked

#

guess no ones panicking here

left swift
#

Facebook mom's are grouping up to short out the toilet paper economy monkaS

mental oriole
#

halo

unreal quarry
#

Those who control the toilet paper, control the world

haughty arch
void void
#

toilet paper

#

just buy large industrial paper roll

#

you know

#

those large blue ones

left swift
#

Use water

void void
#

usually made by wurth

#

honestly i have 2 at home

#

perfect for cleaning etc.

upper flicker
olive garden
#

lol

left swift
latent valve
#

peepoJuice dat feeeeeeeee

worn ember
#

dab fee

latent valve
#

iirc paypal charge 0.3us so imam send 0.31 to z so he can get some taco xD

worn ember
#

pretty sure they charge a percentage

olive garden
#

probably the sum of the two

worn ember
olive garden
#

read the top of the page

#

Hungary is obviously EU3, since we are a third world country /s

worn ember
#

theres nothing at the top?

olive garden
#

link the page

olive garden
#

I don't speak Käse

shell vine
#

base amount then percent

worn ember
#

then chance the langs

#

fucking hobo

olive garden
#

Hongarije

#

wtf

worn ember
#

why does that matter tho

static badge
#

rart indeed

woven otter
#

Rart

worn ember
#

@olive garden thats your country you derp

olive garden
#

I guessed so

woven otter
#

Fucking hongarian

twin lagoon
#

that's dutch

#

not german w/ your Käse

worn ember
#

they big dum

olive garden
#

Then Kaase

#

whatever

#

almost the same language anyways

worn ember
#

not even right

#

lmao

#

+1 for trying tho

#

kaaskop

fallen jungle
#

Is the lighting engine multithreaded in vanilla/paper?

pulsar wigeon
#

what does that mean

fallen jungle
#

I was just going over the sentence and wondering

pulsar wigeon
#

are you asking how many worker threads are dedicated to lighting?

#

or if the process itself runs off the main thread?

fallen jungle
#

Latter, yes

#

Poor wording

pulsar wigeon
#

yes

fallen jungle
#

Nice, ok

pulsar wigeon
#

except for situations where the queue is full

#

which generally won't happen in normal gameplay

rigid forum
heady spear
#

first person died from corona over here just now .-.

#

we have nearly 500 cases, that's like our entire population

static badge
#

Rip

heady spear
#

our government is banning all gatherings of 500+ people

#

I hope this includes my exam in two weeks

olive garden
#

ours did something similar, but 500 is for outdoor events, 100 for indoors, most universities are simply closed, schools stay open because kids aren't affected (we don't get sick, who cares if we just make others sick, right?), religious gatherings can still happen without limitation

olive garden
#

"Nether gold ore can now be found in the nether - it is just like gold ore, but more Nether-y"
Don't we have enough gold ores already?

#

iron ores when?

pulsar wigeon
#

i like the redstone note

#

i hope they break shit in the interest of fixing the game as a whole

golden gust
#

Yea

#

lets hope they also start validating world state in redstone

olive garden
#

hopefully a full reimplementation, where eigencraft is no longer needed

pulsar wigeon
#

imo the people relying on weird update quirks/edge cases/dupes/etc for their redstone machines are in the same lump as the 1.8 pvp crowd

olive garden
#

tbh if they change anything at all, eigencraft won't follow lol :D

pulsar wigeon
#

who just want their status quo

#

see: zero tick farms

#

MC-134900 - server.properties generator-settings for level-type FLAT not implemented; property is stored in ignored flat_world_options NBT

#

eyyyy they finally fixed that

haughty arch
sturdy fulcrum
#

what a slide

limber knotBOT
#

Maybe they plan to port the MCPE redstone logic back to Java

#

iirc it's way more efficient and consistent

broken pivot
pulsar wigeon
#

wouldn't be surprised

#

they are aiming for feature parity in a lot of places

worn ember
#

New particle type: soul

#

👻

fast oriole
dull thorn
void void
olive garden
#

Is anyone here using Eclipse? I need to find out whether {@inheritDoc} is redundant in it as well, following the JavaDoc standard.

cosmic raft
#

hmm

zealous knot
jovial dew
candid wren
#

anyone else had this problem before?(ghost players), i think it could be skinsrestorer but im not finding a solution, only happens in spawn to me.

limber knotBOT
#

boo piracy

pulsar wigeon
#

dum pirates using dum plugins getting dum bugs

#

who woulda thunkit

static badge
#

wat

candid wren
#

i actually buy plugins lol

#

i never used pirated plugins

#

only when i was a child and never did a real server

#

now im actually reading information on how to do a server, and im buying plugins when i can afford to

fallow peak
#

He is talking about the server is in offline mode

candid wren
#

okay, but therer are servers in offline mode that dont have this problem

twin lagoon
#

okay but we don't support offline mode servers

candid wren
#

im actually in offline mode because in my country almost no one has premium

fallow peak
#

Which country?

candid wren
#

argentina

#

so if i want to make a server for an argentinian audience i would not get players in my server if i had online-mode true

pulsar wigeon
#

point is that it's not a paper issue and that most people here don't support piracy

#

in fact, it's against discord ToS to do so

candid wren
#

oh okay, i did not know that

static badge
#

god damned moderators

#

ruining our piracy

fallow peak
#

It is a problem with the SkinsRestorer plugin

candid wren
#

well now i feel bad for using online-mode: false, but no one would play my server if i had that on true

#

sorry for bothering you guys with dumb questions 😕

left swift
#

make a minecraft server based ina different country and base it around that then

zealous knot
#

No man, send help

#

oh wait i'm retarded

#

i read your name wrong

left swift
#

nice

unreal quarry
#

No man ass end help?

left swift
#

truu

unreal quarry
#

runs away

zealous knot
#

lmfao

silver siren
green turret
#

Thoughts and prayers

#

Also maybe you should be kicked from the server so you don't infect the rest of us

pulsar wigeon
#

this is a great idea

green turret
#

Ahahahaa

pulsar wigeon
#

should quarantine our discord

#

start kicking anyone who might be infected

green turret
#

Well it's a VIRUS isn't it?!

#

Virus is for computer, yes, not for human.

tight creek
worn pasture
#

bruh why is paper downloading at 12KB/s lmao

livid echo
#

hej

green turret
#

Davs

worn pasture
green turret
#

It's because the internet is shutting down due to the pandemic

worn pasture
#

nooo it's our only place to go

upper flicker
#

CF Edge caching giveth and CF edge caching taketh away

worn pasture
#

i feel like i'm on dial up again

void void
#

just upgraded from 300Mbps service

worn pasture
#

cries in australia

void void
worn pasture
#

although my office has one of the fastest connections in Aus, so this slow download is driving me nuts lmao

#

should have just cloned the repo and built it myself

ancient bolt
#

over wifi I'll take it

worn pasture
#

what test is that

pulsar wigeon
#

netflix's irc

worn pasture
void void
#

That's the name of the website.

granite salmon
#

40 on wifi here...

worn ember
void void
#

lol

worn ember
#

@void void plz share your bandwidth ;n;

void void
#

it's not fake, it's run by netflix

#

wtf

#

no, you should stop being retarded is what you should do

worn ember
#

yes, pay for your internet each month

void void
#

you have options

worn pasture
#

@still smelt it is fast for australia lol. residential broadband does not go over 100

worn ember
#

thats what you get for living on an island

worn pasture
#

i got 1gbit in new zealand ¯_(ツ)_/¯

left swift
#

The kangaroo society underneath Australia gets better internet cause their pm doesn't waste tax money 😎

worn pasture
#

good news btw, paper finally downloaded

#

only took 40 mins lmao

static badge
#

at that point you could make a jar on winblows from git clone faster

worn pasture
#

mac*

#

but yeah i wish i did lol

wintry egret
worn pasture
#

so i just tried to start the paper jar, mac tells me to use "java" commands I need to install a JDK, okay, makes sense, so I click the more info button and it sends me to the flash player installer?? 😂

left swift
#

Whose mac

worn ember
#

mr macingtosh

worn pasture
#

maclovin

cosmic raft
#

@worn ember I will win any fast.com tests

worn ember
#

lower is better

worn ember
#

i hate you

cosmic raft
#

so, if lower is better, i win

worn ember
#

😢

wintry egret
#

My Uni has a 1gbit upload/download

stiff yarrow
#

this new gnome update is neato

wintry egret
#

(on the casual lab machines)

cosmic raft
#

i'm confused

#

there was no toilet paper at the store today

wintry egret
#

what country ya in?

stiff yarrow
#

barely anyone was at dance yesterday

#

only got to dance with 3 cute chicks instead of 10

cosmic raft
#

canada

worn ember
wintry egret
granite salmon
#

I'm confused

#

there were people outside

cosmic raft
stiff yarrow
cosmic raft
merry talon
#

@cosmic raft people stocking up for a 'quarantine'

#

(really just trying to sell it online)

#

my store has been out for weeks

#

sales are way up

cosmic raft
#

but i need toilet paper

magic ice
#

Get a bidet

cosmic raft
#

is there any on amazon that isn't shipping in june?

worn ember
#

imagine writing entire book repors in bug reports

#

i feel bad for Mc devs sometimes

limber knotBOT
#

well tbh it's better than the "it dont work" and it being repeated three times in three tickets cuz they can't find the edit or comment button

#

makes for some good content

magic ice
#

“I will pay you $50”

limber knotBOT
#

lol

#

at least he didn't say "I'll pay" without an exact amount

#

cuz those people simply don't pay lol and conveniently forget

magic ice
#

Lol the amount of times I’ve ran into people like that

#

And yeah, exactly ^^

limber knotBOT
#

so he might follow through tbh, if you can lookup his history with others

magic ice
#

Then there are people who are like, “I’ll buy/use your plugin if you add (insert feature here)”

limber knotBOT
#

had one of those

#

well multiple in multiple forms

magic ice
#

I’ve had like three people do that to me, and in all three cases they never bought the plugin afterward

limber knotBOT
magic ice
#

They were good suggestions though and quite easy to implement, so it wasn’t a complete waste

limber knotBOT
#

fortunately those changes I made were for me and I found it convenient to implement some of his suggestions

peak dirge
#

hey guiz i wil pey $666 if u fix teh lag annd teh expl0itz on pauperspiget 1.8.8 so i can run le shite fractions server xd

cosmic raft
#

kicks

limber knotBOT
#

the sad thing is that some do pay for that stuff

magic ice
#

halp my paperbukkit 1.8 serber is broken ill pay for fix

limber knotBOT
#

hence why it still drags on

void void
#

@peak dirge fractions server u say

#

sounds...

#

rational

peak dirge
#

Hey look, someone who can make a corny math joke

void void
wintry egret
#

May as well just install a super lightweight plugin to execute a restart command every day at x time

#

I know it isn't a stop-start, but what difference does that even make

unreal quarry
#

anyone wanna come to my house? I'm sharing my corona

pulsar wigeon
#

smh don't even have the courtesy to give your guests good beer

fallen oracle
#

Hello

unreal quarry
#

😮 travel from EU to US is suspended for 30 days

void void
#

Yup just saw that.

#

Is that reverse, btw? I.e. if an American wanted to go US->EU...?

#

They just couldn't return?

unreal quarry
#

no idea

#

sounds like it

void void
#

wot

limber knotBOT
#

dumcord

void void
#

y tho

magic ice
left swift
#

movie theaters still gotta make bank

#

discord movie theaters kekwhyper

stuck badger
#

any way i can see if my luckperms plugin is connecting to my database correctyl?
i made two user bungee@[my bungeecord servers ip] and also bungee@127.0.0.1
i also made a database called luckperms and gave both users access to it
i can do both cmds /lpb and /lp
i should only be able to do /lpb
and my prefixes arnt working on it

#

i think my bungee server is connecting because i can save perms to it
but i dont know if my other servers can
i have bungee on another vps and the databses and servers are hosted on my dedi

void void
#

wait wtf

stuck badger
#

hm?

void void
#

bruh schools are just gonna use zoom

#

or webex

#

no teacher in their right mind would use discord

left swift
#

who said schools

latent valve
#

Fuck school.

#

|| actually dont ||

harsh mist
pale mica
#

Hi guysss

#

Can someone recommend a good plugin to make portals?

#

(1.15.2)

latent valve
#

Flintnsteel+obsidian
Run

pale mica
#

Are u kiddin me

#

lmfao

#

I mean portals to go another worlds imported

left swift
#

I knew this discord turned into Google

#

Gorsh dagnit

stuck badger
#

STONKS

void void
#

lol

stuck badger
#

I don't like when people try to sell 3 letter accounts and call em og

#

Hjf yes my brand new oh account

#

Og

#

200 dorra prease

void void
#

"1-2 characters"

#

"KasperMC" is not "1-2 characters"

#

Am I missing something.

stuck badger
#

1-12 maybe

#

Dis dumb

void void
#

It's also not 1 word.

stuck badger
#

Why do sites like that even stay up

#

It's against the tos xD

void void
#

Don't know, really don't care

#

Why are you on it

stuck badger
#

I was seeing if I could find some dumb listings

void void
#

a likely story

stuck badger
#

I started out on mc market looking for developers

pulsar wigeon
#

are we spreading cancer here now

#

i always knew this place was a shithole but damn

latent valve
#

No we dont spread wizzy here run

void void
#

Idk m8

#

This place always spreads cancer

latent valve
void void
#

lmao fucking hell this mongo course

#

"ok cool! we made our arbiter node."

#

2 seconds later

#

"our head of engineering said we dont have the budget we have to remove it."

#

removes it, 2 seconds later

#

"our head of engineering said he wants a hidden node tho, so lets add 1"

#

what happened to the budget, m8

tame pendant
#

Should I use wowldedit or awe?

void void
#

what

shy plover
#

anyone know a

#

1.15 horse/animal tp with you

#

this one was popular but is now outdated

#

@ me if u know one

tame pendant
#

That plugin still works for me @shy plover. If you check the discussion page near the end, there's a 1.15 version that's supposed to be working

void void
#

🙄

limber knotBOT
#

(Vertanzil) I Bought a $3 2TB USB Drive and Got More Than Just Malware - length 11m 18s - 20,499 likes, 4,553 dislikes (81.8%) - 727,539 views - Jays Tech Vault on 2020.01.18

icy forge
golden gust
#

Apparently they're filming a part of "the batman" here

torpid igloo
limber knotBOT
#

You could become batcat

limber knotBOT
#

catman?

drowsy ice
void void
#

run up on the set and ruin the filming, cat

limber knotBOT
#

Id get a cat suit and go nuts

woven otter
#

🦆

limber knotBOT
#

gives duck bread.

#

QUACK!

golden gust
#

run

#

nothx

limber knotBOT
#

pets electroniccat

golden gust
#

only 2 hours until the local chicken joint opens

limber knotBOT
#

Gotta get that dixys chicken

golden gust
#

my flatmates ordered in food when I was sleeping early last night, so, rip

#

So, imma go get chick chick chick chick chiiicken for lunch

limber knotBOT
#

Oh god hes developed a chicken stutter

woven otter
#

Hmm would it be possible to generate source from compiled paper fork the same way it's done for paper/spigot initially. Obviously I know about decompiling but I'm just thinking if there's a better way since decompiled code still needs to be fixed. I'm just thinking if that process is automated or something.

void void
#

fixing decompiler errors is not automatic

vestal jasper
#

spigot and friends only decompile what's necessary and fix compile errors for decompiled things manually

#

afaik

golden gust
#

korrekt

#

well, everything is decompiled

#

Just, only the files we care about are actually pulled into the source tree

#

decompiling a compiled server jar would just be stupid

#

you'd have to fight all the decompile errors and stuff again

limber knotBOT
#

Not everything is decompiled, unless you guys don't do things like we did anymore

#

We only decompiled the files that got changed then used the "original" jar as a library so those files would still be able to reference them and compile and shading the whole thing into a new jar effectively just overwrote the originals with the changed versions

golden gust
#

the full jar is decompiled, but only modified files are actually pulled out of the decompile folder

#

basically, the "pulling out the stuff you wanna modify" is now part of the build script process, vs being done internally

limber knotBOT
#

Ok sure, technically we did decompile everything for the mc-dev repo so if that's what you mean then sure

#

Ah, right, because you ship patch files

#

Main thing is to point out the difference between that and Forge (or technically MCP but they're the same thing these days) which makes sure the compiles

#

s/sure the/sure everything/

#

Correction, <Amaranth> Main thing is to point out the difference between that and Forge (or technically MCP but they're the same thing these days) which makes sure everything compiles

worn ember
#

lol even aikars timings make it on the mojang bug reports xD

golden gust
#

ppl r dum

#

who knew?

worn ember
#

i knew

#

i need to deal with dum every day

pulsar wigeon
#

ofc you do

#

you are dum

worn ember
#

Wiz actually getting the joke 👏

woven otter
#

Makes sense that fixing decompiler errors is not automatic because at that point it would be done by modern decompilers. Anyways so best way would be to just diff clean and fork and then just decompile classes actually changed? And yes if you haven't picked up already I want to modify a custom fork.

vestal jasper
#

Ah yes the server I used to admin on never bothered to remove me from their Google drive folder

#

How smart

#

Nice world backup downloads

zealous knot
#

Happy birthday to @wicked remnant!

wicked remnant
#

ok

golden gust
#

k

vestal jasper
wicked remnant
#

_
_

woven otter
#

Who's rubba thonk

wicked remnant
#

_
_

limber knotBOT
#

Most of my childhood friends are now doctors working in north Italy. In Milan, in Bergamo, in Padua, they are having to choose between intubating a 40-year-old with two kids, a 40-year old who is fit and healthy with no co-morbidities, and a 60-year-old with high blood pressure, because they don't have enough beds. In the hallway, meanwhile, ther

#

e are another 15 people waiting who are already hardly breathing and need oxygen.

#

Yikes

woven otter
#

Is this corona thing

limber knotBOT
#

Yeah

woven otter
#

Interesting

limber knotBOT
#

They don't have enough ventilators so they're doing triage to decide who gets one and who dies. Apparently the Army is trying to airlift people to hospitals that aren't currently overloaded to spread the load

void void
#

lol my schoo closed till march 20

#

bc of covid-19

latent valve
#

F

#

Only 8 day huh thonk

void void
#

yep

wintry egret
#

2 weeks incubation yet only 8 days closed? That ain't very big brain

hollow gale
fallen comet
rotund wedge
#

hello

signal cliff
limber knotBOT
#

I have to take my laptop home everyday know since apparently am mission critical to this business

#

what a PITA

golden gust
#

.rekt