#general

3141 messages · Page 824 of 4

twin lagoon
#

and it's not detachable unlike the dt 1990

zealous knot
#

bro

#

do not

#

get that USB interface

twin lagoon
#

literally anything is better than my behringer umc22

#

such a shit thing

zealous knot
#

trust me

#

its not worth it

#

just find something else

#

these are hot garbage

twin lagoon
#

y

#

never heard of any issues with focusrites from friends that have older 2nd gens

twin lagoon
#

my current behringer has crackling audio when adjusting volume

#

and it switches from mono to stereo sometimes causing discord mic audio to sound scuffed af

mental meadow
#

kash delete that pic of me smh

zealous knot
#

mine came out dead out of the box from a fucking authorized seller, after waiting for an eternity to replace them some hardware related issues came up and the audio quality went to shit

twin lagoon
#

i could go for the native instruments

zealous knot
#

i got frustrated and bought the rodecaster pro

twin lagoon
#

ok well that shouldn't be an issue for me tbh

#

can always just return it within 30 days for no reason

zealous knot
#

well yeah i could too

#

but i'd like my interface to work

#

and not have to send it back

twin lagoon
#

also since when did you get unbanned here

zealous knot
#

ion know

#

someone sent an invite link to here and i didn't see the sad pepe icon

#

so i thought it was a visual glitch

#

hit join

#

and bam

#

i'm back

#

I'm so glad they purified this place from that raging retard moderator whose name i forgot

cedar spade
#

Think we had Scarlett boxes at my school, but I only ever used them to plug headphones in because school

zealous knot
#

now this place is epic again

cedar spade
#

Only problems we had were Macs being dumb and people knocking them off desks and breaking them

cosmic raft
#

kek

zealous knot
#

lmfao

cosmic raft
#

I ran into these things from nearby universities again

zealous knot
#

aren't they made of fucking plastic

cosmic raft
#

impressed they got marianas trench still

cedar spade
#

no? they have a metal shell, only the front and back are plastic iirc

zealous knot
#

oh right

#

i already forgot mfKek

minor badge
#

kashike wanna kith 😳😳😳

cosmic raft
#

and the one from the university in my city

twin lagoon
zealous knot
#

that was not very kash money of you

cedar spade
#

Think we had 2nd gen Scarlett 2i2s

zealous knot
#

oh shidd Michael

#

i was looking for that emote for like 6 months

twin lagoon
cosmic raft
twin lagoon
zealous knot
#

i think last time i saw it it was called flostered

quasi valley
cedar spade
cosmic raft
minor badge
finite wave
#

.xray

cedar spade
finite wave
#

Can someone link that to stoners config or smth.

quasi valley
#

:pinapl:

minor badge
#

meowflushed @twin lagoon

zealous knot
twin lagoon
zealous knot
cosmic raft
quasi valley
zealous knot
#

hm

cedar spade
zealous knot
#

someone made a phishing website for mojang accounts

#

wtf

#

ok probably shouldn't send that here

cedar spade
#

ah yes let's post the link in a public channel

twin lagoon
#

damn free capes

#

logged in

zealous knot
#

oh there

twin lagoon
twin lagoon
finite wave
#

nice

zealous knot
#

i tried to create a script to spam it with real looking accounts lol

#

but i got lazy

cedar spade
#

hotmale.com

zealous knot
#

they also have a fake recaptcha thing

#

that doesn't even work because they forgot to put it in

cedar spade
#

does it just show the "this recaptcha isn't valid" message?

zealous knot
#

no it doesn't even embed the recaptcha script because it's missing from their server

finite wave
#

Omg

#

wtf

twin lagoon
#

lol

zealous knot
#

lmfao

potent fossil
#

php in irc gotta hate me rn

#

ppl*

#

||test spoiler for irc||

#

nice

#

@twin lagoon i love traefik now

finite wave
#

||cuck||

twin lagoon
potent fossil
#

i literally just did 5 lines and then docker-compose up and then my lounge worked again and all i had to do was copy over my user file from the old thing

twin lagoon
#

yeah once you set up traefik it's good

#

initial first time setup can be annoying

#

took me 2 hours of rage

cosmic raft
#

2 hours

potent fossil
#

i had like 4 hours of rage but yea

cosmic raft
#

wtf were you doing

twin lagoon
#

i struggled hard w/ providing own certs

potent fossil
#

same :))

cosmic raft
#
  traefik:
    container_name: 'traefik'
    image: 'traefik:alpine'
    networks:
      - 'bridge'
      - 'traefik'
    ports:
      - '80:80'
      - '443:443'
    restart: 'unless-stopped'
    volumes:
      - './service/traefik/etc/traefik/acme.json:/etc/traefik/acme.json'
      - './service/traefik/etc/traefik/traefik.toml:/etc/traefik/traefik.toml'
      - '/var/run/docker.sock:/var/run/docker.sock'

service/traefik/etc/traefik/traefik.toml;

[acme]
email = "haha@yes.no"
entryPoint = "https"
onHostRule = true
storage = "/etc/traefik/acme.json"
  [acme.httpChallenge]
  entryPoint = "http"
#

tada

#

nice and easy

zealous knot
#

what this

cosmic raft
#

traefik, if you bothered to read

finite wave
#

Big brain

zealous knot
#

what's traefik?

twin lagoon
#

cloud native edge router / reverse proxy

cosmic raft
#

.g traefik

limber knotBOT
#

(DiscordBot) https://containo.us/traefik/ -- Traefik, The Cloud Native Edge Router | Containous: "Traefik is the leading open-source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic and full-featured."

zealous knot
#

oh aint that interesting

#

What do you use it for kashike

#

got any services?

cosmic raft
#

no, I just have traefik running for no reason obviously

zealous knot
#

cmon bruh

twin lagoon
#

i have traefik running for no reason actually

#

i set everything up and never touched that machine after

potent fossil
#

i dont really like when one router has a lot of domains tho

#

cuz then its

#

Host() || Host() || Host() || ...

cosmic raft
#

wat

#
    labels:
      - 'traefik.frontend.rule=Host:redacted.${TRAEFIK_DOMAIN}'
      - 'traefik.port=8443'
      - 'traefik.protocol=https'

is all I have

potent fossil
#
  nginx:
    image: nginx:stable
    container_name: "nginx"
    labels:
      - "traefik.http.routers.nginx.rule=Host(`aklatanko.com`) || Host(`jacobandersen.dev`) || Host(`drop.jacobandersen.dev`) || Host(`area51.jacobandersen.dev`) || Host(`moongla.de`) || Host(`www.moongla.de`)"
      - "traefik.http.routers.nginx.entrypoints=https"
      - "traefik.http.routers.nginx.tls=true"
    volumes:
      - "./nginx/config/nginx.conf:/etc/nginx/nginx.conf"
      - "./nginx/config/sites/:/etc/nginx/sites/"
      - "./nginx/www/:/usr/share/nginx/html/"
      - "./nginx/logs/:/var/log/nginx/"
#

do i not have to do that?

cosmic raft
#

one thing I can say is

#

how the absolute fuck is

#
[http.routers]
  [http.routers.routerfoo]
    rule = "Host(`snitest.com`) && Path(`/foo`)"
    [http.routers.routerfoo.tls]
      certResolver = "foo"

nicer than

#
http:
  routers:
    routerfoo:
      rule: "Host(`snitest.com`) && Path(`/foo`)"
      tls:
        certResolver: foo
potent fossil
#

yeh no thx

final rose
twin lagoon
#

can we set that as server icon thx @cosmic raft

potent fossil
twin lagoon
#

funnycube's version works out as server icon though

potent fossil
#

yea

cosmic raft
#

looks kinda weird now somehow

#

smaller or something

twin lagoon
#

because of the bg

finite wave
#

Looks fine.

twin lagoon
#

remove the bg + resize resolution to fit the icon only

#

then it'd be fine

cosmic raft
#

I don't do graphics

#

you're up michael

twin lagoon
#

no but @final rose does

#

kek

final rose
#

😮

cosmic raft
#

get to it

final rose
#

It's already at the max size without getting rekt by the circle mask

#

I'll attempt to remove the bg, but gifs like to go a bit wack if u remove them

cosmic raft
#

OH MY LORD

#

WHAT HAVE I DONE

finite wave
#

?

vestal jasper
#

porotwerk example of discord not liking gifs with transparent bgs

golden gust
#

GUD JOB

#

high contrast mode?

cosmic raft
#

LIGHT MODE

final rose
#

Torch mode

mellow quiver
#

wtf

golden gust
#

oh god

twin lagoon
mellow quiver
#

do you not appreciate your eyes?

golden gust
#

Wait, light mode doesn't look that bad, does it?

cosmic raft
#

It does apparently

#

I only switched to see the border thing @final rose mentioned

finite wave
#

It does

golden gust
#

it's actually worse than I remember :L

waxen panther
#

yucky

twin lagoon
#

@golden gust they recently changed the looks of it

cosmic raft
#

@twin lagoon I am afraid I will have to kill you now

twin lagoon
#

to make it even more white

cosmic raft
#

please stand still

sharp sentinel
#

Yeah what’s the guild with all the project logos lol

twin lagoon
#

🛡️

cosmic raft
#

not even mcafee will protect you

twin lagoon
#

SELinux will

waxen panther
#

leaked

twin lagoon
#

because it's fucking annoying

waxen panther
#

internal channels leaked

cosmic raft
#

nope

golden gust
#

centOS step 1: disable SELinux

cosmic raft
#

you cannot see the channels

twin lagoon
#

too accurate

cosmic raft
#

^_^

twin lagoon
#

centos is fucking aids because of selinux

#

well, that's just one of the things

cosmic raft
#

@sharp sentinel you know what it is

golden gust
cosmic raft
#

if you pay attention at least

#

:p

sharp sentinel
#

Clearly I don’t pay attention then lol

twin lagoon
#

jesus christ

waxen panther
#

i will never stop disabling selinux

vestal jasper
#

I'll disable you @waxen panther

waxen panther
#

ok x

vestal jasper
#

xoxo

cosmic raft
#

this is fancy

spice finch
#

My files from src/main/resources/ aren't included into jar. Anyone used kotlin DSL and could help? :/

final rose
vagrant niche
#

Crumple the plane instead of flying

final rose
#

Slightly complicated

vagrant niche
#

Ok make it crash

quasi valley
#

make it cut lax in half

vagrant niche
#

Add a 🏢

mossy vessel
#

New logo is lit 🔥

#

hehe

cosmic raft
#

there

hollow plaza
#

fancy

zealous knot
#

Crumple the plane instead of flying
@vagrant niche LMFAO!!!!

vagrant niche
#

I just want the logo to reflect the downward spiral of this server

#

Is that too much to ask

golden gust
#

just rotate the image as it's flying off?

zealous knot
#

lmfao

cosmic raft
#

meh

urban depot
#

i've just realised DMC use Hetzner soo.. confusion

uncut moss
#

DMC?

#

delorean

urban depot
uncut moss
#

o

urban depot
#

So hetzner really does have dedicatd cores or do thy have an agreement

#

idk?

uncut moss
#

depends on how much you pay

olive marlin
#

Probably DedicatedMC rent dedicated servers from Hetzner and set up their software on it for you to rent.

uncut moss
#

like every other hosting provider

urban depot
#

I don't want to pay for hosting i just want to pay for the server

#

like i'm fine with debian

finite wave
#

Some dude just used .stream() in kotlin and i told him not to and he was like stream is not just a java thing it can be used in kotlin too. Pepega

urban depot
#

It's the dedi core(s) i'm confused about

#

because dedicatedmc says it has a dedicated core for each

uncut moss
#

maybe they just colocate to hetzner?

twin lagoon
#

dedicatedmc resells hetzner

urban depot
#

Might i just be better buying directly from hetzner then

twin lagoon
#

it's more expensive

#

but if you need the power

#

worth it

urban depot
#

but does CPX31 have a dedi core

#

I am confused

twin lagoon
#

all of them are dedicatedservers

#

o

urban depot
#

So yes

twin lagoon
#

those are virtual servers

#

they're EPYC processors

#

not good for MC

urban depot
#

ok

cosmic raft
#

this day sucked,or rather yesterday now I guess

twin lagoon
#

if you want to go for hetzner you should go for dedicated servers

urban depot
#

which are the better ones

twin lagoon
#

else go for dedicatedmc

#

no virtual servers are good

uncut moss
#

jan y not use streams in kotlin tho

finite wave
#

Cause they add fuck ton of overhead that kotlin usually avoids.

urban depot
#

oh so you mean the ones that are at least something like €70

uncut moss
#

meh

twin lagoon
#

yes

finite wave
#

If you want the lazy eval use the sequence type

#

Else just use the standard collection methods provided by kotlin.

urban depot
#

bit disappointing not being able to ssh through dedimc then

twin lagoon
#

it's a shared minecraft server

#

not a virtual server

finite wave
#

I'm done reading this weird pirated scala book, and now i'm 100% a topic expert. /s

worn ember
#

@finite wave can you pirate me a book on how to be a good pirate?

waxen panther
#

Jans knowledge becomes even more cursed

twin lagoon
#

🥺

potent fossil
#

I love bleachers

twin lagoon
#

this is why simple is smart

#

big brain

cosmic raft
#

no music now

twin lagoon
#

traefik + bleachers

cosmic raft
#

just laying in bed all depressed

ancient bolt
#

So you should listen to folklore

finite wave
twin lagoon
#

ok what about

potent fossil
#

i also love jukebox the ghost

twin lagoon
#

see simple has even more taste

#

ok what about

potent fossil
#

can we go for round three

twin lagoon
cosmic raft
potent fossil
#

i dont know that band actually

twin lagoon
#

ok listen to that playlist they're all bangers

finite wave
#

@worn ember Like the pirate guide?

potent fossil
#

alright i have most of my apps transferred to traefik, the last few i will need to write some dockerfiles and im not doing that rn

#

lmao

twin lagoon
#

now that is hot

potent fossil
#

it is quite nice

#

and ill easily be able to move dedis now, just copy my docker-compose file and all the files over and then it'll just run

#

quite happy with that

vernal moth
#

yeah

#

I love the docker lifestyle

potent fossil
#

a lot less to backup as well, if i so choose i can back up everything that is actually important

#

which is much less than entire dedi

waxen panther
#

@twin lagoon 🥺

twin lagoon
#

hi

vernal moth
#

just have all compose and dockerfile shit in git

#

then only need to backup var/lib/docker/volumes

#

make sure to use named modules too

potent fossil
#

eh i have bind mounds, they're all next to my docker-compose file

#

not using var/lib/docker/volumes

twin lagoon
#

same

potent fossil
#

bind mounts*

minor badge
#

@twin lagoon uwu

twin lagoon
#

uwu

minor badge
#

i just realised i can drop the sudo from my java container script now that im on podman peepoHappyLove

potent fossil
#

is that docker but stupid

minor badge
#

daemonless docker essentially

twin lagoon
#

drop-in docker replacement

minor badge
#

it's not 100% drop-in as i found out quickly

twin lagoon
#

eh it's good enough

potent fossil
#

why would you not want it running as a daemon

minor badge
#

you gotta prefix dockerhub images with docker.io/ which was kinda annoying

olive marlin
#

But doesn't support docker-compose and many other things :/

minor badge
#

i use docker for development locally, a daemon running all the time is kinda dum

#

@olive marlin podman-compose works epicly

#

parses docker-compose files properly and works fine

olive marlin
#

Ooh, last I checked I couldn't find it.

potent fossil
#

isnt the daemon keeping containers running and restarting them if they crash

#

what's wrong with that in prod

minor badge
#

as i said, local machine, development

potent fossil
#

so you use podman for development instead?

#

or

minor badge
#

yes i use podman locally; server still runs docker

potent fossil
#

ok thx bb

olive marlin
#

I feel like each time I touch docker, I find another bug in it.

#

But I guess that's how a lot of the software works lol

#

Proxi, does podman has something like docker's build kit?

minor badge
#

build kit? like Dockerfile + docker build?

finite wave
olive marlin
#

No. When you do DOCKER_BUILDKIT=1 docker build, it uses a buildkit instead of now no longer maintained docker builder. Which is faster, and lets you use custom builders to build from Dockerfile.

minor badge
#

if podman can't, buildah probably can

#

i'm not so sure though, ive never used buildkit

olive marlin
#

Buildkit is so much better. It's not the default only because it doesn't work on Windows, and they didn't want to have a different default behavior on windows and linux.

twin lagoon
#

i'm bored

spare stone
#

Are there any Server List plugin for 1.16.1? ServerListPlus is outdated

twin lagoon
#

SLP still works

#

just no 1.16 colours iirc

minor badge
#

no it does not seem to be the case, prof

twin lagoon
#

@cloud slate do you plan on updating SLP to add 1.16 colour support?

#

would be great

spare stone
#

The hover message is kinda broken

minor badge
#

update your waterfall

#

that was fixed a while ago

twin lagoon
#

seems like minebench has 1.16 for minedown

#

would be great if someone implemented minimessage

cloud slate
#

@cloud slate do you plan on updating SLP to add 1.16 colour support?
@twin lagoon I don't maintain SLP?
What did you let think I would handle/own it?

spare stone
#

that was fixed a while ago
Ow Okay then, thanks

twin lagoon
#

o you had the latest commit

cloud slate
#

Minecrell is responsible for it, not me

twin lagoon
#

didn't look at the author

#

kek

minor badge
#

i kinda wanna PR into minimessage to get the same syntax as minedown working on it :p

twin lagoon
#

i could've sworn minecrell is in here

#

oh he is

finite wave
#

Oh noe

#

phoenix proxi is stealing your lib

twin lagoon
#

ok but minecrell is dead

minor badge
#

:>

finite wave
#

ba

twin lagoon
#

someone maintain an SLP fork w/ minimessage

vestal jasper
#

@twin lagoon gotchu

twin lagoon
#

thx vic

#

can always rely on viccy

cloud slate
twin lagoon
#

o

#

@vestal jasper make RGB minimessage PR pls

finite wave
#

It already has doesn't it?

twin lagoon
#

no i meant

#

SLP minimessage PR

vestal jasper
#

i'm already running out of time tonight however

#

I have to be up in 7 hours

twin lagoon
#

vic this has to be done within 5 minutes

#

i am losing money by the second

#

this is urgent

vestal jasper
#

so if this takes too long i'm just gonna go to sleep and do it after work

twin lagoon
#

minebench's commit was fucking tiny

#

so maybe you're lucky

spare stone
#

ah I always had problems in designs with 16 color codes, now I have problems with millions of color codes

vestal jasper
#

L

#

O

#

M

#

B

#

O

#

K

twin lagoon
#

@mental meadow pls ban this person for spamming thx

vestal jasper
#

.lombok

twin lagoon
limber knotBOT
#

[03:01:27] <gabizou> fuck you and the lombok horse you rode in on

vestal jasper
#

@sturdy wing wtf

#

do I blame you or minebench

finite wave
twin lagoon
#

fairly sure we use lombok too

#

and yes that's minecrell

vestal jasper
#

I should maintain my own fork

#

de-lombok it

#

add minimessage

spare stone
#

Is that a spigot's supporter?

twin lagoon
#

look i just want minimessage vic pls

vestal jasper
#

fuck you I'll make it even better than SLP

twin lagoon
vestal jasper
#

i need moar projects reee

spare stone
#

that was fixed a while ago
@minor badge I updated my waterfall to 366, still have this problem. Should I change anything in slp or bungeecord's config.yml?

#

sorry for tagging*

twin lagoon
#

@minor badge what if i put my minecraft bed next to yours

waxen panther
#

@vestal jasper no, celery

mental meadow
#

@Getter

#

better than anything else

potent fossil
#

they advertise "vs code in the browser"

#

they delivered

twin lagoon
#

but why

potent fossil
#

no idea, just like the fact that i can set up a new app in like 2.5 seconds with traefik

#

didnt take me any time so i figured why not check it out

twin lagoon
#

but do you have cloudflare access

potent fossil
#

no i havent figured that out yet

twin lagoon
potent fossil
#

idk how it works ok

vestal jasper
#

@twin lagoon what do you actually use in this plugin

twin lagoon
#

just the motds

vestal jasper
#

I'm not saying I'm gonna start ripping shit out

#

but

#

there looks like there's a lot of shit that barely anyone would use lol

twin lagoon
#

facts

#

i just care about motd

potent fossil
#

ok i have cf access now

#

but this email code thing?? can anyone fill that out and login lmao

#

oh ok right

#

the access group email checker

twin lagoon
#

yes

#

create two access groups

#

one of your backend servers (ip cidr)

#

one for your users that should have access

#

(emails, github organizations etc)

#

allow the users group, bypass the backend group

potent fossil
#

why for backend server

#

wat

#

wat

twin lagoon
#

in my case, pterodactyl

#

because it has an auth page

potent fossil
#

oh i dont have anything doing that, im only protecting traefik and portainer anyway

twin lagoon
#

ok then you can probably skip that

potent fossil
#

alright hot seems to be working

#

if i protect 2 apps with that, log into 1, then the other one doesnt need to be logged into as well right?

#

cuz it just 'worked'

twin lagoon
#

yes

potent fossil
#

k

#

seemsgood.jpg

waxen panther
#

ulookgood.webp

potent fossil
twin lagoon
#

oh also

#

allow connections from cloudflare ips only @potent fossil

#

otherwise access is useless

potent fossil
#

how the fuk do i do that

twin lagoon
#

use a firewall

potent fossil
#

oh

twin lagoon
#

traefik probably has an ip whitelist feature aswell

#

but you should use a firewall

waxen panther
#

michael wanna set my server up and do that for me

#

i'll give u

#

$0.20

potent fossil
#

except i need ssh and im not paying for the cloudflare thing to get that

twin lagoon
#

yeah no i got commissioned to work on 30 dedicated servers just now @waxen panther

potent fossil
waxen panther
#

itta webserver tho pensive

potent fossil
twin lagoon
#

epic

potent fossil
#

uh, maybe not? lmao

#

i can still hit my ip >:(

twin lagoon
#

oh yeah

#

docker bypasses ufw @potent fossil

potent fossil
twin lagoon
#

there's some shit you need to throw in /etc/ufw/after.rules

#

sec

#
# BEGIN UFW AND DOCKER
*filter
:ufw-user-forward - [0:0]
:DOCKER-USER - [0:0]
-A DOCKER-USER -j RETURN -s 10.0.0.0/8
-A DOCKER-USER -j RETURN -s 172.16.0.0/12
-A DOCKER-USER -j RETURN -s 172.18.0.0/24
-A DOCKER-USER -j RETURN -s 192.168.0.0/16

-A DOCKER-USER -p udp -m udp --sport 53 --dport 1024:65535 -j RETURN

-A DOCKER-USER -j ufw-user-forward

-A DOCKER-USER -j DROP -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 192.168.0.0/16
-A DOCKER-USER -j DROP -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 10.0.0.0/8
-A DOCKER-USER -j DROP -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 172.16.0.0/12
-A DOCKER-USER -j DROP -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 172.18.0.0/24
-A DOCKER-USER -j DROP -p udp -m udp --dport 0:32767 -d 192.168.0.0/16
-A DOCKER-USER -j DROP -p udp -m udp --dport 0:32767 -d 10.0.0.0/8
-A DOCKER-USER -j DROP -p udp -m udp --dport 0:32767 -d 172.16.0.0/12
-A DOCKER-USER -j DROP -p udp -m udp --dport 0:32767 -d 172.18.0.0/24

-A DOCKER-USER -j RETURN
COMMIT
# END UFW AND DOCKER
#

ufw reload

#

your cloudflare IP rules will not work, you need to route them

potent fossil
#

i need to what

twin lagoon
#

ufw route allow from $ip to <docker CIDR> comment Cloudflare

#

instead of ufw allow from $ip

#

<docker CIDR> == 172.16.0.0/12 for example

#

should probably be 172.16.0.0/12 since that's the default internal network

potent fossil
#

:(

twin lagoon
#

yeah you need to adjust that

potent fossil
#

stupid

twin lagoon
#

simply modify the script

potent fossil
#

peepeepoopoo

#

i know

#

but

twin lagoon
#

ufw allow proto tcp from $cfip comment 'Cloudflare IP'

potent fossil
#

peepeepoopoo

twin lagoon
#

replace this with what i said

tawdry sierra
#

Can anyone help me?

#

It's not a plugin, it's something in paper I believe.

spare stone
#

Surely it's not

tawdry sierra
#

but I can't find it.

#

I disabled every plugin lol.

olive marlin
#

Not everything works when disabling on live server.

#

remove jars and restart - it'll be gone.

minor badge
#

can also be datapacks

spare stone
#

yes download your .jar file again

zealous knot
#

THI SI DAFELT HALP

spare stone
#

ah don't use plugman to disable your plugins D:

zealous knot
#

HE'S USING PLUGMAN

#

CALL IN THE FBI

tawdry sierra
#

It's just temp lol

spare stone
#

That picture is scary

potent fossil
minor badge
#

remove plugins one by one, disabling doesnt work for all plugins

potent fossil
#

oh my god small ss

twin lagoon
#

pe

#

pe

#

ga

zealous knot
#

peepgaers

twin lagoon
#

@potent fossil

#

show "ip addr"

tawdry sierra
#

@spare stone so what your telling me is to re-install my paper?

zealous knot
#

no ffs

spare stone
#

no first delete your plugins

zealous knot
#

remove all of the jars from your plugins directory

twin lagoon
spare stone
#

I thought you deleted your plugins

olive marlin
#

@tawdry sierra Stop server -> remove plugins -> start server.

zealous knot
#

and start the server

spare stone
#

it's one of your plugins for sure

zealous knot
#

and see that message be gone

potent fossil
twin lagoon
#

looks like you'll want 172.17.0.1

potent fossil
twin lagoon
#

will probably want to do a ufw docker change

vestal jasper
#

@minor badge no that's inefficient

#

Binary search

potent fossil
#

even if all my other stuff is in 172.31.0.0/16?

vestal jasper
#

For the love of God. Binary search.

twin lagoon
#

it all goes over docker0 in the end iirc

potent fossil
#

hmm

twin lagoon
#

replace 172.18.0.0/24 with 172.17.0.0/16

minor badge
#

@vestal jasper im not stupid but he has proven he is lol

vestal jasper
#

True

twin lagoon
#

i added 172.18 for pterodactyl purposes

waxen panther
#

bugman

potent fossil
#

thanks daddy

vestal jasper
#

@potent fossil np son

potent fossil
#

fuck u

waxen panther
#

fuck u

potent fossil
minor badge
#

@twin lagoon hi sexc

twin lagoon
#

hi babe

potent fossil
#

so then:

for cfip in `cat /tmp/cf_ips`; do ufw route allow proto tcp from $cfip to 172.17.0.0/16 comment 'Cloudflare IP'; done
twin lagoon
#

si

potent fossil
#

seems good, lets try it

twin lagoon
#

can get rid of proto tcp to allow udp aswell

vestal jasper
#

Mich check dms you slut

potent fossil
#

yea

twin lagoon
#

vic i saw but i got distracted

#

simple is too hot

vestal jasper
#

Ok

#

Nah @waxen panther is hotter

twin lagoon
#

bwoccowi uwu

waxen panther
#

uwu

#

ty uwu

potent fossil
#

oh fuck, that fucks up for the v6 addresses

#

i need docker's v6 if it has one lmao

twin lagoon
#

fuck ipv6

potent fossil
#

ok works for me

#

im just removing that from the script

twin lagoon
#

@vestal jasper

vestal jasper
#

Gg

#

I'm still gonna make a replacement

#

Because that plugin is shit to work on

twin lagoon
vestal jasper
#

You can do multi color gradients btw

twin lagoon
#

i know

vestal jasper
#

You know what's funny? The people who hand craft that rainbow shit

twin lagoon
#

k e k

vestal jasper
#

Plugins btw

potent fossil
#

mfw still can load ip

vestal jasper
#

Alt f4

#

Can't load it if it's not running

potent fossil
#
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), deny (routed)
New profiles: skip

To                         Action      From
--                         ------      ----
22/tcp                     ALLOW IN    Anywhere                  
60000:60005/udp            ALLOW IN    Anywhere                  
22/tcp (v6)                ALLOW IN    Anywhere (v6)             
60000:60005/udp (v6)       ALLOW IN    Anywhere (v6)             

172.17.0.0/16              ALLOW FWD   173.245.48.0/20            # Cloudflare IP
172.17.0.0/16              ALLOW FWD   103.21.244.0/22            # Cloudflare IP
172.17.0.0/16              ALLOW FWD   103.22.200.0/22            # Cloudflare IP
172.17.0.0/16              ALLOW FWD   103.31.4.0/22              # Cloudflare IP
172.17.0.0/16              ALLOW FWD   141.101.64.0/18            # Cloudflare IP
172.17.0.0/16              ALLOW FWD   108.162.192.0/18           # Cloudflare IP
172.17.0.0/16              ALLOW FWD   190.93.240.0/20            # Cloudflare IP
172.17.0.0/16              ALLOW FWD   188.114.96.0/20            # Cloudflare IP
172.17.0.0/16              ALLOW FWD   197.234.240.0/22           # Cloudflare IP
172.17.0.0/16              ALLOW FWD   198.41.128.0/17            # Cloudflare IP
172.17.0.0/16              ALLOW FWD   162.158.0.0/15             # Cloudflare IP
172.17.0.0/16              ALLOW FWD   104.16.0.0/12              # Cloudflare IP
172.17.0.0/16              ALLOW FWD   172.64.0.0/13              # Cloudflare IP
172.17.0.0/16              ALLOW FWD   131.0.72.0/22              # Cloudflare IP

idk m8

twin lagoon
#

well

#

you suck

#

wait did you ufw reload

#

after applying the after.rules

potent fossil
#

perhaps

#

yes it still loads

twin lagoon
tawdry sierra
#

see

#

it's not a plugn

#

plugin*

void void
#

see help.yml

#

or idk

twin lagoon
#

if it's not a plugin

#

it's a .yml file

tawdry sierra
#

nothing there

twin lagoon
#

delete all your .yml files

#

in the root folder of your server

potent fossil
#

ok lmao i totally didnt ufw reset and not realize that also resets the after.rules

#

didnt do that at all

twin lagoon
#

simp u fuckin retrd

uncut moss
#

how do rgb motds look on older versions

twin lagoon
#

just gray

uncut moss
#

yikes

mental meadow
#

depends on what plugin you use for them

#

Sometimes they get converted to legacy colors

uncut moss
#

motd tho

minor badge
#

some plugins still estimate values

mental meadow
#

I think phoenix616 made one dad does that

minor badge
#

it's very easy with bungee, not so easy with just protocollib

potent fossil
#

ok it werk

minor badge
#

dad

potent fossil
#

god damn it michael now i can't connect to anything

vestal jasper
#

@twin lagoon btw I ripped out legacy protocol detection for RGB shit

twin lagoon
#

idc

#

it's 1.16 only

vestal jasper
#

Kyori handles it afaik

uncut moss
#

minedown? aurora

twin lagoon
#

fuck minedown

uncut moss
#

no minedown good

twin lagoon
#

no minimessage best

vestal jasper
#

Nope my fork uses MiniMessage

#

:^)

uncut moss
#

fuck minimessage, sounds gay

sleek tree
#

I wanna do some testing for a friend of mine, but I don’t have a spare computer to host a bungee cord system would a Pi 3B be suitable for just seeing if I can get bungee cord working?

twin lagoon
#

for a small bungeecord it's fine

mental meadow
sleek tree
#

Good. The actual mc server will have plenty of resource it’s just that I was worried about.

uncut moss
#

i use minedown

#

it's cool

mental meadow
#

I use neither and it's awful 😂

tawdry sierra
#

Also what forks would you all recommend?

twin lagoon
#

waterfall (bungee) & paper

waxen panther
#

whats forks should i use
in the paper server

worn ember
#

clearly spigot

finite wave
#

Velocity

#

& Paper

waxen panther
#

hmod plz

mental meadow
#

And thats just half of it 😄

potent fossil
#

had to use the 172.31.0.0/16 range @twin lagoon, weird. Ah well. I allowed both the default and my 31 range in after.rules, but only the 31 range in the actual forward rules

worn ember
#

mfw

uncut moss
#

stellarspigot

potent fossil
#

thanks dad, seems good now tho

waxen panther
#

mfw michael is cute

twin lagoon
#

np

#

@waxen panther uwu

waxen panther
#

uwu

vestal jasper
#

OwO

mental meadow
vestal jasper
minor badge
waxen panther
vestal jasper
#

Ok I'm done

mental meadow
#

yeah but only because GeSHi won't use https and we include their logo -.-

vestal jasper
#

Dude

minor badge
#

dont include them then

worn ember
#

^^

waxen panther
#

use something else they r dumb

#

no https in 2020 is a CRIME

minor badge
#

highlight.js is cool

vestal jasper
#

"wait there's a note in my wallet wtf"

It's $1

mental meadow
vestal jasper
waxen panther
#

where is highlight.ts

mental meadow
#

and yeah

uncut moss
#

http > https

waxen panther
#

pepsi > peppis

uncut moss
#

pepsi is good so that's ok

vestal jasper
#

Coke > pepsi

waxen panther
#

frfrfrfr\

vestal jasper
uncut moss
#

agreed

#

coke zero tho, normal tastes like shit

waxen panther
#

dr pepper > all other non-alcoholic drinks tho

vestal jasper
#

Dr pepper is for subhuman trash

waxen panther
#

love u too

uncut moss
#

i tried dr pepper once, was very weird

#

also hard to find

worn ember
#

lol

finite wave
#

sbt is so weird

vestal jasper
#

I hope you spill it on your laptop

#

Jk pls don't

waxen panther
#

My friend spilt dr pepper all over my laptop actually!

worn ember
#

pepsi tastes like soap water

waxen panther
#

On the first day I got it

vestal jasper
#

Nice!

waxen panther
#

really enjoyed that

#

yeah it was super cool!

#

£1500 repairs are sick smileW

worn ember
#

thats why you dont have friends

vestal jasper
#

Ok I have to be up in 5 hours to do nothing for 9 hours so cya nerds

uncut moss
#

soap water 😋

tawdry sierra
#

I'm trying to develop this custom enchantments plugin

vestal jasper
#

Try harder

waxen panther
#

@vestal jasper no sleep bad contribute to celery

uncut moss
#

it's 3 pm bro

#

timezones are fake

vestal jasper
#

6 am

uncut moss
#

is celery the green thing or is it the thing you eat

#

no that's cereal nvm

worn ember
#

lol i've only went through 1.3k emails last night smh, only 4k more to go

potent fossil
#

what pastebin u use @minor badge

waxen panther
#

wanna do mine too?

uncut moss
#

i never even look at my emails

minor badge
potent fossil
#

i mean dont u have a selfhosted 1

worn ember
#

nah i'm submitting them to some mc account scamsite to saturate their db lol

minor badge
#

no

worn ember
#

at random intervals

potent fossil
#

oof

worn ember
#

if they have an ip filter its useless

#

but oh well

#

its just running in the background on my idle vps so nothing lost

vestal jasper
#

Ah yes #paper-help when people try making a business out of mc

uncut moss
#

i mean it works out sometimes

mental meadow
#

fixed it proxi :3

vestal jasper
#

Time to sleep before I 🍿 in that channel until I have to be up

uncut moss
#

songoda kekw

worn ember
#

iops is input output per second right?

uncut moss
#

probably, makes sense

vestal jasper
#

Have fun Billy gl keeping your sanity

warm anchor
#

imagine losing money because the profit completely relies on strangers project and know nothing about the inner working

uncut moss
#

paper broke aikar owes me money

void void
#

If you have the /fly command in a vote crate with like 0.0001% chance of getting, are you able to sell it (with the reason, everyone can get fly, so it's following the eula)

twin lagoon
#

jesus christ

#

just don't

#

crates itself with perks such as those are against the EULA anyways

#

it's gambling

#

it's also just retarded

limber knotBOT
#

^

uncut moss
#

but scamming kids is fun tho

void void
#

But are you following the eula if you do it that way?

limber knotBOT
#

fuck making kids addicted to gambling

void void
#

(im not doing it, i have an argument about it with a server)

mental meadow
#

I'm just asking for my friend I swear

limber knotBOT
#

👀

uncut moss
#

if it's in a vote crate it's not against the eula

void void
#

dutch to english

uncut moss
#

you can do whatever you want for votes

grave oxide
#

I believe most of us arent a lawyer ¯_(ツ)_/¯

limber knotBOT
#

p​ep​pi​sno you don't, vote rewards violate the eula too

twin lagoon
#

mmm

#

let's take a look

uncut moss
#

that's kinda dumb

twin lagoon
#

you can sell gameplay enhancements

#

you're looking at outdated info @void void

mental meadow
#

Asking for legal advice in a discord is always a good idea

twin lagoon
worn ember
uncut moss
#

yes am professional lawyer

limber knotBOT
#

nothing here is legal advice

twin lagoon
#

what you're saying is invalid because it's still against the guidelines

limber knotBOT
#

this is all just opinion based memeing, lol

twin lagoon
#

you're selling competitive gameplay advantages under gambling

void void
#

So vote rewards aren't allowed?

#

or actually crates in general

twin lagoon
#

all servers, entitlements, and advertising are suitable for children and minors (i.e., no gambling, pornography, etc.) and don’t harm the Brand.

#

i think voting is fine because you're not paying for anything

finite wave
#

1.7.10 = child porn

void void
#

If you have the /fly command in a vote crate with like 0.0001% chance of getting, are you able to sell it (with the reason, everyone can get fly, so it's following the eula)
@void void but is this allowed?

twin lagoon
#

no

limber knotBOT
#

it doesn't matter what you think, what matters is what mojang thinks

twin lagoon
#

because you're selling it

finite wave
#

Is it a competetive server?

void void
#

so it's the fact that you're selling it what makes it against eula

limber knotBOT
#

and they explicitely mentioned vote rewards as one of the things not allowed in one of their eula posts

twin lagoon
#

old EULA information can be discarded

limber knotBOT
#

but mojang doesn't enforce their EULA so ¯_(ツ)_/¯

void void
#

too bad

grave oxide
#

Sometimes they do?

twin lagoon
finite wave
#

They do on some servers

#

Not hypixel tho

limber knotBOT
#

I haven't heard of a single legal action

#

implementing some half-assed, copyright violating domain block through a modified netty library is barely worth the term "enforcing"

uncut moss
#

isn't disallowing vote rewards a bit retarded

twin lagoon
#

vote rewards are fine

uncut moss
#

people are saying they aren't allowed

twin lagoon
#

they're not against the guidelines

limber knotBOT
#

no, the logic is sound: they don't want people gaining an advantage with outside sources

#

which was the base of the original EULA when it was implemented

uncut moss
#

then make plugin so you can enter credit card details in chat

#

ez, 100% secure

twin lagoon
limber knotBOT
#

nah, just use Minecraft's inbuilt micro transactions thinksmart

#

oh, you are not partnered and use the old Java version? too bad!

potent fossil
twin lagoon
#

good shit simple

limber knotBOT
#

👀

twin lagoon
#

very good homepage

potent fossil
#

yea i need to write a dockerfile for that one

#

ill do it tomorrow

mental meadow
#

Honestly as long as you don't get reported no one cares if you follow the eula or not, and even if you get reported as long as you don't have players they probably don't care

uncut moss
#

m8

sharp sentinel
#

peppis, can you not use ableist slurs please 🙂

twin lagoon
#

yes peppis

uncut moss
cunning raft
#

wtf why did paper and moss get a cool icon overnight

twin lagoon
#

because epicness

minor badge
#

epicmost

vernal moth
#

because funnycube happened to be bored

cunning raft
#

i see

minor badge
#

when is funnycube giving supreme joshie a cool pfp

cunning raft
#

im not changing my pfp

#

not unless i find a gif thats better

#

i don't even watch stephen colbert anymore but i like that stare gif

finite wave
#

What about hot almost naked girl staring intently at you like you are piece of meat.

cunning raft
#

silence weeb

finite wave
#

I was talking about real girls yknow

twin lagoon
waxen panther
uncut moss
#

🆗

quasi valley
#

don’t you dare change that, jroy

#

it’s just perfect 😂

worn ember
#

does anyone know where the PotionEffectExpireEvent comes from?

#

seems like its some ancient thing that no longer exists or something

final rose
#

wtf why did paper and moss get a cool icon overnight
@cunning raft Aye, fingerguns

finite wave
#

Ehm, some forks i suppose.

twin lagoon
#

@vernal moth does pixel 4 have inscreen fingerprint

cunning raft
#

no

twin lagoon
cunning raft
#

face scan only

twin lagoon
vernal moth
#

face unlock via radar

twin lagoon
#

ok but face unlock is stupid

#

very unfortunate

#

does the pixel 4 have any fingerprint capability at all?

cunning raft
#

no

grave oxide
#

No

twin lagoon
#

oh

cunning raft
#

get the 4a

twin lagoon
#

google what the fuck did you do

cunning raft
#

when its out that is

twin lagoon
#

i kinda want the 4a but the hole punch screen is even dumber

waxen panther
#

i kinda want the michael 2

grave oxide
#

Face scan is amazing, I dont miss fingerprint at all

twin lagoon
#

i can't care less about face scan tbh

#

i really want a google phone because of the software

cunning raft
#

get the 3a if you don't want finger print

#

it's really cheap rn

#

and it's solid af

#

I'm using it

twin lagoon
#

meh i want in display fingerprint

#

doubt google will come out with in-display fingerprint phones

cunning raft
#

back of phone is better

twin lagoon
#

pixel 3a is attractively cheap though

#

it's also super dumb how every phone is literally 6+ inches

#

the s10 lite is literally 6.7"

waxen panther
#

🥵

unreal quarry
#

fingerprint and face unlock is a dumb idea, tbh. what happens if you get in a fight and your face swells up or your finger gets a cut?

#

lmao

uncut moss
#

pin code?

twin lagoon
#

wow!

uncut moss
#

lol

potent fossil
#

you have to backup with a pin or password

#

its not optional

twin lagoon
#

i never go outside so that's fine

unreal quarry
#

you're not living unless you get into a fight at least once a year

twin lagoon
#

never got in one

unreal quarry
#

😮

twin lagoon
#

does that mean that billy is a gang member

#

or a hitman

cunning raft
#

both

twin lagoon
#

billy ready to fuck md_5 up???????????????

unreal quarry
#

we should start a fight club

uncut moss
#

fite

unreal quarry
#

but without the ultimate goal of taking down the credit bureau

uncut moss
#

sounds like mr robot

#

wait no nvm

unreal quarry
#

ffs, youtube.. i watch one video about a guy flying a drone into a tornado and now all i'm recommended is a ton of tornado videos.. why cant it be this efficient at recommending music when i watch a music video?!

finite wave
#

wtf

#

Belle delphine made a eat my ass vid too

uncut moss
#

yikes

twin lagoon
#

wtf

#

disgusting

#

link that so i can block it @finite wave

finite wave
twin lagoon
#

that's horrible

finite wave
#

She sells condoms?

#

lel

twin lagoon
#

yes

#

$10 each

#

and it was sold out immediately

finite wave
#

Wouldn't surprised if she starts ||selling modeled fleshlights||

twin lagoon
#

oh my god

uncut moss
#

that comment is true though

#

they probably just want to sniff them or some shit

finite wave
#

The condoms smell like gamer girl?

uncut moss
#

idk probably

finite wave
#

wierd

#

weird*

unreal quarry
#

as weird as she is, gotta give it to her and her boyfriend for being marketting geniuses

twin lagoon
#

she's married apparently

#

has like 2 - 3 companies

finite wave
#

lol

woven otter
#

belle has big brains

void void
#

money flow what she gets is epic

#

but damn simping for her... >_>

finite wave
mental meadow
#

The only youtuber I simp is binging with babish

void void
#

dear lord... thanks and at the same time i hate you for reminding me about him

mental meadow
#

We sometimes try to cook his dishes and it's always awesome :D

finite wave
#

did you buy a rug or carpet for some of the plating?

mental meadow
#

I believe 80% of his viewers watch him because of his arousing voice

#

We have enough carpets to throw out 😂

finite wave
#

Oh okay, if that's your thing.

mental meadow
#

I'm lesbian a.f. and even I think he's hot

uncut moss
#

that's gay tho

finite wave
#

what

potent fossil
#

BABISH IS GOD

finite wave
#

okay simp

heady spear
#

tays new album is p good

#

listened to some of it omw to the store

mental meadow
#

City is also hot ngl

heady spear
#

u haven't even seen me smh

#

ill send gym selfies in the mod channel next time im there

woven otter
#

City is also hot ngl
can confirm

heady spear
#

is mod channel* lol

mental meadow
#

You stopped simping me tho :(

finite wave
#

Why not #secret

potent fossil
#

Beautiful

uncut moss
#

vsauce?

potent fossil
#

NO

#

IT'S BABISH

mental meadow
#

lol

uncut moss
#

that's vsauce

mental meadow
#

Babish > vsauce

potent fossil
#

^

quasi valley
#

vsauce >

finite wave
mental meadow
#

They should do a colab someday

uncut moss
#

is babish the one with the annoying accent

finite wave
#

Babish is the deep one

#

.g binging with babish

limber knotBOT
#

(DiscordBot) https://www.youtube.com/channel/UCJHA_jMfCvEnv-3kRjTCQXw -- Binging with Babish: "Binging with Babish is the realization of a young(ish) man's dream to combine his love of film and cooking, and to have some fun in the process. Join..."

heady spear
#

ok but have you gotten your 25% off from your first month with bisect hosting using code intellectualsites? Now, that is some hot stuff 🔥

finite wave
#

smh

mental meadow
#

Srsly

uncut moss
#

is it just food

finite wave
#

yes

uncut moss
#

ugh boring