#general

3141 messages · Page 457 of 4

void void
#

the ssh login would be the same login for sftp. you are passing the username right

merry talon
#

no simple you're retarded

void void
#

yes sweepy please clarify.

#

what the fuck is the situation.

placid thicket
#

yes, please

merry talon
#

wait i have to scroll

#

ok try --verbose then

#

even though I dunno why it would output nothing

#

but yeah rsync is def not gonna work on shared hosting

placid thicket
#

still just a blank log and nothing happening

merry talon
#

you're likely not using sshd anyway but the panel's integrated sftp server

#

err

#

did it copy anything?

placid thicket
#

no

#

side note, @void void although i CAN SSH into the host, it rejects my password that i use for sftp

merry talon
#

and when you ls the exact source you're syncing from you see files?

#

well that makes sense because the host machine is running it

void void
#

interesting

merry talon
#

you are using pterodactyl right?

#

it has its own sftp server

void void
#

yeah thats true

placid thicket
#

correct

#

when i ls the directory the files are visible

#

thoughts?

merry talon
#

hold up

vestal jasper
#

shaded libraries fuck with META-INF
sponge no longer loads the plugin because of the modified META-INF
tell gradle to not fuck with it
shaded libraries no longer work

quasi valley
vestal jasper
#

it doesn't even say why it won't load the plugin it just exits

#

ree

placid thicket
#

thats about how i feel right now vic

vestal jasper
#

oh it does say

#

ok hi

merry talon
#

ok so I can confirm that when the copy is a success there's no output

vestal jasper
#

ok I see, asm ClassReader errors

merry talon
#

so either something is wrong with your paths

#

or.. i dunno

#

but I do get output when I add -v

void void
#

uhh

#

tldr what is going in here?

merry talon
#

also sorry you shouldn't need the modtime flag, that is default behaviour

placid thicket
#

now i got something

2019/12/19 23:57:00 DEBUG : rclone: Version "v1.50.2" starting with parameters ["rclone" "sync" "remote:logs" "/home/minecraft/render/logs" "--verbose" "-P" "--no-update-modtime" "--log-file=log.txt" "-v"]
2019/12/19 23:57:00 DEBUG : Using config file from "/home/minecraft/.config/rclone/rclone.conf"
2019/12/19 23:57:01 DEBUG : sftp://<snip>/logs: New connection 10.0.0.151:39948-><snip> to "SSH-2.0-Go"
serene bolt
#

woah careful what your pasting there

merry talon
#

you need remote:/logs

void void
#

what are you trying to do? copy over some files?

merry talon
#

i think

vestal jasper
#

mikro fix these errors for me thanks

placid thicket
#

yes

void void
#

sshfs is pretty decent, you should check that out

#

what errors vic

merry talon
#

mikro

vestal jasper
#

trying to shade javacord into a sponge plugin but I'm getting asm classreader errors pepega

merry talon
#

no

#

you didn't read anything

#

he has no ssh access

void void
#

program's name does not imply what it's actually using honestly

#

i've used sshfs with ptero

vestal jasper
#

I should git this and ask them if they know a fix 🤔

void void
#

in faxt

#

fact*

placid thicket
#

its just sitting there forever... did i dick something in that command?

void void
#

i'm doing it right now

#

trying to shade javacord into a sponge plugin but I'm getting asm classreader errors pepega

gradle/java version?

merry talon
#

oh

#

the wiki article lied about sshfs

void void
#

what does throw asm errors?

placid thicket
#

changing to remote:/logs doesn't change anything

vestal jasper
#

sec

#

oh

#

wait

#

5.6.1 🤔

#

I should bump it down to 4

void void
#

fuck i really need to eat something

vestal jasper
#

sponge generally prefers gradle 4

void void
#

if you compile against api then it should be ok

#

you should be able to run with gradle 6.x as well

vestal jasper
#

I have some impl heavy plugins so I generally like to use 4 anyway

placid thicket
#

anything? or are we completely out of ideas?

void void
#

if you do mixins then you have to pull in forgegradle which shits itself on newer gradle versions

merry talon
#
2019/12/20 00:03:28 INFO  : Local file system at /home/sweepy/scratch/rclonetest: Waiting for transfers to finish
2019/12/20 00:03:29 INFO  : 1: Copied (new)
2019/12/20 00:03:31 INFO  : 3: Copied (new)
2019/12/20 00:03:31 INFO  : 2: Copied (new)
2019/12/20 00:03:31 INFO  : Waiting for deletions to finish
2019/12/20 00:03:31 INFO  :
Transferred:             0 / 0 Bytes, -, 0 Bytes/s, ETA -
Errors:                 0
Checks:                 0 / 0, -
Transferred:            3 / 3, 100%
Elapsed time:        2.6s```
#

something's fucky with your setup

vestal jasper
#

If I tell shadowJar to exclude META-INF then the plugin loads but Javacord complains about dependency issues

placid thicket
#

shared host

merry talon
#

shared hosting

vestal jasper
void void
#

ummm

merry talon
#

i have no way to know if your sftp impl is fucking with this

#

you don't have ssh access to anything?

void void
#

vic, does javacord have multi-release classes

placid thicket
#

don't tell it to me, i'm just IT

#

i have SSH to my own hardware, not remote

void void
#

unzip -l your.jar | grep META-INF

merry talon
#

that's fine, set up a remote to that

void void
#

maybe sponge chokes on that

merry talon
#

and use your same paths

#

and remote settings

vestal jasper
placid thicket
#

you telling me to try to send to myself?

vestal jasper
#

considering the error it seems like it's having trouble loading everything

merry talon
#

literally just try to sync something with whatever you have access to

#

to see if your settings are fine

#

since there's nothing much else to do lol

#

what's your rclone -V though

void void
#

inside versions is wat?

vestal jasper
#

META-INF\versions\9\module-info.class

it's this that causes the issue

void void
#

tada

#

exclude("META-INF/versions/**")

#

inside shadowJar block

#

and you'll be ok

merry talon
#

wtf how long has rclone been in go

vestal jasper
#

ClassNotFoundException: com.fasterxml.jackson.databind.ObjectMapper

#

well that's an easier problem to solve

void void
#

ye

vestal jasper
#

lol

#

shade in jackson databind and it fails to load the plugin again

#

fucking reeeee

#

ah yes because doing so shades in a module-info.class into the root of the jar

void void
#

exclude("module-info.class")

#

ez

vestal jasper
#

excluding that results in it loading and the classnotfoundexception from earlier

#

why is this so fucking retarded

void void
#

does not make any sense

vestal jasper
#

With Jackson 2.10, jar will also include module-info.class to work as proper Java Module.

void void
#

but java 8 does not know about modules so

vestal jasper
#

I'll just bump java version

#

I wonder what the highest sponge supports is

cosmic raft
#

sigh

#

i should sleep

#

but my finger hurt

#

s

worn pasture
#

Chop it off

#

Profit $$$

cosmic raft
#

lol

vestal jasper
#

doot 12/10/2019
sponge doesnt support java 13 either

mfw

#

let's try 11

void void
#

sponge doesn't support anything besides 8

#

because it uses mojang's legacylauncher

vestal jasper
#

yeah looks like I'm fucked then I guess

#

¯_(ツ)_/¯

#

either I use JDA or I spend 5 hours constantly chasing random issues I have

void void
#

vic order me a coffee and i'll find a solution for u

vestal jasper
#

literally

#

sure

void void
#

is magma's skank ass in here

limber knotBOT
#

^-^

merry talon
#

well that's that

#

stupid undocumented shit

placid thicket
#

right tho?

limber knotBOT
#

I wonder if ptero's standalone sftp supports ssh

#

(or atleast the hash check)

#

they have the built in and a standalone

merry talon
#

yeah I have no idea how this interaction works

#

is rclone literally running shasum

limber knotBOT
#

ofc even if the standalone did work, it wont help on a shared host if they aren't using it

#

just curious

void void
#

they have both options

#

only those who know how to setup standalone one will do it

#

which also yields better performance

#

by default, node.js one is used

#

iirc?

merry talon
#

go

vestal jasper
#

fuck it I guess I'm using jda

#

¯_(ツ)_/¯

drowsy urchin
#

I reported a bug on spigot and I tested on both platforms and they closed it because the video I made was using Paper

void void
#

yeah don't even attempt to reproduce with paper on spigot issue tracker

#

just create a new video

vestal jasper
#

don't even acknowledge paper's existence when dealing with anything relating to spigot

drowsy urchin
#

I’m not creating the same video just to show that’s it’s in Spigot i already tested it in Spigot and Paper

vestal jasper
#

implying they care what a user says

void void
#

they won't believe you then

#

or don't want to, rather

drowsy urchin
#

Oh well

vestal jasper
#

evidence > random shit users say

void void
#

they don't give a single shit

limber knotBOT
#

The best part is when you prove it's an issue in Spigot but then they decide they don't care enough to fix it - but if you fix it the PR gets closed because they'd rather fix it themselves :^)

golden gust
#

datz coz ur bad

sharp sentinel
#

no u

limber knotBOT
#

guys help I'm having a simpleauthority infestation

#

how do I remove it

#

you can't

sharp sentinel
#

burn the computer, it's done for

limber knotBOT
#

aight ima install elitemobs

#

we'll see how it goes

#

all my players are asleep

#

they're going to wake up to hell

vestal jasper
#

oh my fucking god even JDA uses jackson databind

limber knotBOT
#

ur mom uses elitemobs

#

whats wrong with jackson lol

sharp sentinel
#

Btw how do I make an announcement channel "subscribable"

void void
#

constantly ask discord staff

vestal jasper
#

I literally cannot shade anything that uses jackson into a plugin because it fucking uses j9 features and will not classload without j9 features

golden gust
#

Your server basically needs to be "approved" or whatever the heck it is

#

Then you get all the cool features

sharp sentinel
#

Ours was approved but we only got some of them

#

I think they messed up

golden gust
#

from what I recall from Z's stories, he basically had to keep messaging them until he got the extra features and such

#

God knows with discord

sharp sentinel
#

Or another place

limber knotBOT
#

^-^ players learn about /ag after they kill their first elite mob right?

sharp sentinel
#

I've spammed that email for ages 😛

limber knotBOT
#

or do i have to tell their asses

#

after they get their first piece of loot

#

and their second

#

basically whenever they loot something elitemobs

#

hmm okay

#

pops up on the actionbar after a delay

#

so it's intended to be discovered by the player as im reading from the wiki

#

i shouldn't have to tell them shit

#

or spoil it

vestal jasper
#

simpleauthority: I shade in JDA and jackson inserts a module-info.class, which then causes the plugin to fail to load because I'm forced to java8. I remove it and launchwrapper can no longer find jackson

limber knotBOT
#

the system is designed to be fully explored without any need for a tutorial, guide or wiki for the players

#

sick

#

as long as you have the adventurer's guild world set up

#

without the world they won't have a hub that prevents them from having to use commands to trade items in and buy other stuff

#

I've used JDA in java 8 just find before

#

and yea ill use the hub

#

you can make your own btw

#

the only advantage of mine is that it's all preconfigured

#

and looks good because I had it made by a build team

vestal jasper
#

i'm honestly about to just make my own retarded discord lib just to handle this

limber knotBOT
#

you can try javacord instead of jda

vestal jasper
#

I did

#

it uses jackson also

limber knotBOT
#

lel

#

git rekt scrub

vestal jasper
#

javacord was my first attempt

#

how does discordsrv even accomplish using jda

limber knotBOT
#

wtf ^-^

#

em setmaxtier 100 => this command is currently under maintenance

#

is it 100 by default

#

it is

#

I need to update the admin guide

#

ok so not necessary

#

kthx

#

you also no longer need multiverse

#

I added world loading by default

#

yeah i saw that

#

i have mv anyway

#

really the only installation thing you need to do nowadays is download the hub if you want it and set the user permission up

#

command /ag didn't take me to the guild, just popped a gui. Or is that just because I haven't progressed

#

yep did hub and perms

#

it can be a bit temperamental on the first install and I've not had the time to look into why so far, but usually it's there if you restart once as long as you have your world there

#

oof.

#

aight ill restart

#

or just reload the plugin

#

(using plugman)

#

I gotta fix that

#

just reloading config with /em reload worked interestingy

#

did it?

#

could be

#

yep

#

it's probably because I got one of the things out of order and am trying to access it too early on the first startup

#

either that or people keep putting the world in during runtime and expecting it to just pop up

#

wait shit is there a command to leave the guild

#

no, because no two servers can agree with where that should take the player

#

awesome

#

I'll be adding a way to just go "back" later on but it's a bit of a pain to implement

#

can just use mv portals i guess

#

will have to build in the hub tho

#

and even then 3/4 of the people will probably disable it

#

only other option is a home or spawn i guess

#

or warp

#

meh

#

there's options

#

it's good

#

that's why I don't have a way be default

#

by*

#

alright well, ill leave my players to the wolves and go to bed

#

when they log in they're either gonna figure it out or get fukd by an elitemob

#

:3

#

let me know how that goes

vestal jasper
#

oh look discord4j also uses jackson and the exact same issue happens with it too

#

fucking

#

REEE

void void
#

vic did you even try excluding module-info.class?

#

that thing shouldn't be used on runtime really

vestal jasper
#

literally yes but without that jackson doesn't exist apparently

void void
#

wat

#

inb4 jackson sits entirely inside META-INF/versions/

vestal jasper
#

if I remove all instances of module-info.class, launchwrapper fails to find jackson's ObjectMapper

void void
#

uh, maybe try overriding jackson dep version?

vestal jasper
#

I did that too

void void
#

to older version?

vestal jasper
#

yep

#

tried every single version from 2.0.0 to current

#

2.4.0 is the min version the libs are happy with

#

and every single version uses module-info.class

#

I'll buy you not just one but two coffees if you're able to create a sponge plugin that shades javacord and can load & login without exceptions

void void
#

give me code

vestal jasper
#

sec

void void
#

cba to set up codebase from scratch

vestal jasper
#

I'll push to github in a minute

#

yeah I got you

#

I'll setup a javacord one and login shit too

void void
#

also mfw yesterday i complained about shitty mysql timeouting connections too soon

#

turns out that i didn't close hikari connections

#

and exhausted whole pool

golden gust
#

#TryWithResourcesMaterRace

queen rapids
#

love hikari

void void
#

i forgot .use {} block

#

sighs i wish that my picomaven project was usable, could make my clojure script loader to pull in external dependencies

#

then i could do sql queries from clojure scripts directly

vestal jasper
void void
#

lol it's bundling log4j as well

limber knotBOT
#

as* just numbers

vestal jasper
#

Add the hide enchantment flag and add it back as lore

limber knotBOT
#

cant its not my plugin

#

^-^

vestal jasper
#

resource pack is also an option

#

iirc

limber knotBOT
#

wow look at my galaxy brain

#

I just score 120 iq on a random online test

#

where can I cash out

#

s0s

#

w0w*

vestal jasper
#

sir that's not your IQ that's your braincell count

limber knotBOT
#

even better

#

simpleauthority父 that's just what happens by default when you go over the cap

#

120 is how far he can count

#

was it your res pack hiding it in the video?

#

the test equipment doesn't quite use the same system though, I need to update so they're on the same system

#

no

#

use simloot 100 instead

#

it'll give you the correct loot

#

oh ok nice

#

the gettier command is only for generating admin test gear for testing combat tweaks

#

yea

#

it's not even accurate due to how I tweaked the tiers in recent updates

#

give me back the 3 seconds that website took away from my existence Vertanzil

#

Nope

#

I shall sue for damages

#

I will give you a tiny tuba

#

I'll take it

#

ok I'm now suing for 6 seconds of wasted time and 12 million dollars in damages

#

^-^ if i want to enable region and nightmare mode do i just set true in both the sections in ValidWorlds?

#

im guessing ye

#

pets ^-^

#

welp

#

NPEs galore

#

^-^ your discord support channel pl00000x thx

#

im on irc

queen imp
#

oh xd

void void
#

Vertanzil im kinda sad that it doesnt have more sounds

#

always the same tuba sound

#

stupid tiny tuba

limber knotBOT
#

Leave tiny tuba alone

sterile cosmos
quasi valley
#

yeah it’s doing its best

#

smh

void void
#

fuck the tinytuba

#

i didnt say i was insulting it

#

i said i was fucking it

quasi valley
#

Alright then you 3 can have fun together

void void
#

vic i bet this error pops up because of lcl exclusion somewhere lol

#

i couldn't find the exclusion from sponge codebase but i suspect that's the case for some reason...

#

i'll try relocating

vestal jasper
#

I'll be honest I'm not sure what LCL is

void void
#

either way seems to be working

vestal jasper
#

that means the token is invalid

void void
#
diff --git a/build.gradle b/build.gradle
index 34a0891..8dcf113 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,23 @@ repositories {
 dependencies {
     compileOnly 'org.spongepowered:spongeapi:7.1.0'
     annotationProcessor 'org.spongepowered:spongeapi:7.1.0'
-    implementation 'org.javacord:javacord:3.0.5'
+    implementation('org.javacord:javacord:3.0.5') {
+        exclude module: "log4j-api"
+    }
 }

 sponge.plugin.id = pluginId
+
+shadowJar {
+    exclude("META-INF/versions/9/**/*.class")
+    exclude("**/module-info.class")
+    exclude("**/package-info.class")
+
+    def target = "${pluginGroup}.lib"
+    def relocations = [
+        "com.fasterxml.jackson"
+    ]
+    relocations.each {
+        relocate(it, "${target}.${it}")
+    }
+}
#

there you go

vestal jasper
#

appreciate it mikro

void void
vestal jasper
#

about that coffee

void void
#

you dont you freakin dumb taco hater

vestal jasper
#

film yourself eating a taco whilst enjoying doing so

#

how do we know you're actually eating the taco and not someone else then

#

photo ID

void void
#

must include face and you have to moan while eating it to ensure that you're enjoying the taco

#

and also must have a sign that says your discord username

#

moan

#

KEK

vestal jasper
#

ok you must appear in person, with birth certificate, photo ID, and enjoy eating a taco

#

with moans

void void
#

actually dont have to show face, just sign saying discord info and moan

#

loudly

vestal jasper
#

don't even have to video at that point
just say the details and then moan while eating a taco

void void
#

and you have to leave it here so we can refer to it

#

for legal reasons

#

:^)

vestal jasper
#

tbh the taco bit isn't even what's important as long as there's audio of you moaning

void void
#

the taco is very important vic

#

what the fuck are you

vestal jasper
#

ok ok sorry

void void
#

a dumb taco hater?

#

do you want the role

vestal jasper
#

I ate a taco for lunch earlier actually

void void
#

okay you crossed the line for a minute there

vestal jasper
#

mfw I'm hungry again thanks simple

#

anyone know a 24/7 taco delivery service?

#

@austere ivy hi for legal reasons I'm going to remind you that I am formally requesting a winter themed version of my avatar

quasi valley
#

Don’t forget that you’ll also have to hope for mercy by the taco man

#

Sometimes also called Z

worn ember
#

They Z me rolling Z hatin

limber knotBOT
#

doesn't get it

#

they see you mean?

vestal jasper
#

ok temp avatar

#

wew

void void
#

can i request than someone save ram's video if he makes it and/or ensures it stays in the channel so i can look when i wake up

#

ok thx

#

must verify it

#

for legal reasons

vestal jasper
#

will do

void void
#

thx

#

night

fringe shard
limber knotBOT
#

(DiscordBot) Rick Astley - Never Gonna Give You Up (Lyrics) - length 3m 43s - 174 likes, 13 dislikes (93.0%) - 30,668 views - Halo Evolved on 2012.03.23

void void
#

didnt even have us in the first half

#

dumb taco hater

vestal jasper
#

@ Z can we get a Double Taco Hater role?

void void
#

yeah he deserves it

#

trying to circumvent the law

#

despicable

vestal jasper
#

you have to eat 2 tacos now to prove your innocence

not like that's a challenge though tbh

#

wtf that's not a challenge either

#

I always want tacos

void void
#

having to remember to get tacos

#

@ Z Triple Taco Hater please.

vestal jasper
#

you're on thin fucking ice, ram
you fuck up one more time and I'm legit pinging him

void void
#

Quadruple Taco Hater please.

vestal jasper
#

that's it

#

@upper flicker get this guy a Quadruple Taco Hater role thanks

void void
#

We can't let this man violate our laws in such a manner

vestal jasper
#

@broken wasp do you run paper?

#

on any server

#

you've legally signed a contract saying you like tacos peepoJuice

#

you're breaking the law that's not a win

void void
#

Yup. You can't violate these laws.

vestal jasper
#

that's literally already a part of paper

#

if you use paper you agree to that statement

void void
#

He thought we were trolling him

#

That's cute

#

What a lawless degenerate

#

(Unless he makes up for it of course, but by now it's 4 tacos.)

vestal jasper
#

@void void successful startup Pog

void void
#

nice nice

#

also why the fuck is it still so cancerous to copy a damned directory in java

#

r e c u r s i v e l y

#

ok fuck that i'll use ProcessBuilder

#

yup

#

when i worked at my last job i wrote a cancer method to do that

#

for about a million dirs

#

was on track to take like

#

a month

#

so i used powershell

#

and it was done quickly

#

i'd honestly create whole btrfs snapshot

#

of the dir

#

but that requires root

#

and other fuckery

#

i mean i could technically run my servers as root pepega

#

gl

#

hf

#

mfw >has btrfs >can do atomic snapshots of datasets >still uses cp or cancerous java way to copy directories

#

or maybe i can throw that hack into my backup daemon

#

kay another REST endpoint

#

what if you just run a bash script

#

from java

#

i mean

#

meh

#

idk wat ur doing

#

i mean i do periodic snapshots using backup daemon anyway

vestal jasper
void void
#

because 1.15.x succcccc and corrupts my worlds for no damn reason

#

rip

#

well thats good to know :^)

#

better get started on a backup solution myself

#

new server lel

#

i wrote my solution in go, was pretty neat in the end

woven otter
#

what's that mikro lel

void void
#

quick and dirty hacks on top of 1.15

#

what i really need

#

have to carry one server's successful launch in ~5h

#

how does it corrupt your world

#

is there a pattern

#

cause i dont rlly want that :3

#

restarting the server usually broke my worlds

#

oh i've restarted like 100 times already

#

AT 5 AM WHEN I WAS ASLEEP

woven otter
#

.pray

limber knotBOT
#

Fix Version/s: Future Version - 1.15+

void void
#

shit my pants when jr dev told me that worlds are bork

#

"damn i thought that i did something shit"

#

lol

#

thats odd o.O

#

my world is fine :L

#

ya

#

sec

#

read ze dms

woven otter
#

is it secret

void void
#

ok ur still a dumb taco hater until you prove otherwise

#

ignorance is not a defence

#

not being a taco hater

vestal jasper
#

fix it and I'll approve it

#

my approval means nothing

#

but I'll do it anyway

limber knotBOT
#

not editing the existing patch

void void
#

requested changes

vestal jasper
#

rm -rf /

void void
#

there is a tool for it

heady spear
#

bath salts are not for bathing

vestal jasper
worn ember
#

fat fingers

granite salmon
#

I’ve randomly pressed q key before

#

never saw that pickaxe again

#

i didn’t even drop it into lava

vestal jasper
#

he ragequit after that

granite salmon
#

Lol

#

That’s minecraft

#

”but im a pro player i dont make mistakes!!”

scarlet rover
#

How do I download PaperSpigot1.14.4

limber knotBOT
#

@scarlet rover [Auto] We're now known as Paper.

void void
scarlet rover
#

Thx

worn ember
#

so my aunt just gave me 250euro for my birthday which was in February xD

#

not complaining tho

limber knotBOT
#

weird flex but ok

quasi valley
#

so your christmas gift will come in the middle of next year?

worn ember
#

nah on christmas obviously

#

Mini shush

#

You're already blessed with my existance

void void
#

aight i stayed way to mf late

#

also 250 euros is a gigantic gift, ur rich

#

cant deny it

worn ember
#

yeah its cuz i turned 21 then :p

void void
#

yeah thats still a fuckload of money lmao

worn ember
#

true

void void
#

ok well im going to bed at 5am

#

stayed up to help mikro hopefully

worn ember
#

bye kiddo

void void
#

lets hope it pays off

#

excuse me

#

im probably older than you are, child

limber knotBOT
#

alright kiddos cut it out

#

it's bedtime for you simple

void void
#

ok daddy

quasi valley
#

5am

#

holy fok

limber knotBOT
#

meanwhile I woke up at 1 am

#

it's 1 pm

#

got classes starting 45min from now

void void
#

so my players have still not found any elitemobs but according to stats there were 24 in the world at my last check

limber knotBOT
#

including two presentations I started working on 30min ago

#

lo

#

l

void void
#

nice dumass

limber knotBOT
#

well tbf one is done and the other supposedly I'm not doing today

#

maybe

void void
#

gl widdat

limber knotBOT
#

idk

void void
#

im going to bed adios

limber knotBOT
#

also I don't really care?

#

gn

inner void
sinful flame
viral hornet
#

my browser clearly has not learnt yet

limber knotBOT
#

you mean google

#

your browser's omnibox probably has it in the history already

#

(although it's called documentation, not documents xD)

viral hornet
#

You're very right

void void
viral hornet
#

But i've had probably way to much to drink tonight so it's fine

#

Welcome Synocx

zealous knot
#

P A P E R P L S

real yacht
#

Hm?

celest coyote
#

optimalizationed

real yacht
#

Sounds extra fancy

finite wave
#

Anyone wanna see a squirrel

viral hornet
#

Yes

austere ivy
finite wave
#

@viral hornet There ya go

viral hornet
#

what's wrong with you lmao

finite wave
#

I can’t remember where i found the squirrel but i send it to @worn ember back in the day

#

Like a few months or something ago idk

worn ember
#

¯_(ツ)_/¯

worn ember
#

windows sharing is such a fucking gamble

#

sometimes it works an others it doesnt

limber knotBOT
#

Nipple

worn ember
#

gayfish

limber knotBOT
#

Kanye

worn ember
#

West

fallen oracle
#

Morning

#

We're going home today boys

#

Last final in an hour

#

Thanks ❤️

vestal jasper
#

Ok but which one

#

3 nv or 4

#

Well ig people play 1 and 2 also

#

But that's pretty rare

woven otter
#

@upper flicker pleas help wit myy serbur

upper flicker
#

Reeeeeeeeeee

woven otter
#

eeeeeeeeeeeeee

fallen oracle
#

How is everyone doing?

magic ice
#

I’m doing good? Hbu

fallen oracle
#

It's been a long week if I'm being honest.

magic ice
#

^

quasi valley
#

tell us about your life glare

#

what's been going on

fallen oracle
#

Over the past week I turned to alcohol to surpress my problems. I realized today that's not who I want to be so I've cut it out.

#

I think I rely on other people too much to fill my social need in life.

#

Yeah but I'm hyper social, I get depressed if I am not talking to people

#

So one of my 2020 goals is to learn to be more dependent on myself

peak plume
fallen oracle
#

Ya I guess

#

It just got to the point where if was affecting my sleep because I had a fear of missing out

quasi valley
#

my way of not going mental is just either programming or playing the piano when at home for too long

#

and/or talking to some peeps on teamspeak

spare venture
#

why do raiders spawn with missile launchers at level 15

limber knotBOT
#

Because you touch yourself at night

woven otter
#

didn't know upsidedown people can play piano too

quasi valley
#

I just have the piano upside down

fallen oracle
#

Yeah I get to start programming again tomorrow after school is out for break

#

So I'll spend my time here and renting to people and IRL

heady spear
#

I don't wanna rent anything from u

worn ember
#

@heady spear weebs have no rights

woven otter
#

which packet is sent when a player tries to open a book?

limber knotBOT
#

(phoenix616) https://wiki.vg/Protocol -- Protocol - wiki.vg: "Sep 23, 2019 ... This page presents a dissection of the current Minecraft protocol. If you're having trouble, check out the FAQ or ask for help in..."

#

I don't think the client sends anything special, should just be an interact

#

or the use item packet

quasi valley
#

delete please

#

noone wants to see magma

limber knotBOT
#

I mean shoot it

#

Reminder for ^-^: Just kidding, it's actually in 5 days, I swear I'm good with math

fallen oracle
#

Just finished last final

tawdry coyote
#

Hope it went well

upper flicker
#

grats

heady spear
#

yas gurl bj

#

gj**

#

altho u deserve a bj I suppose

woven otter
#

are you alright mr city

heady spear
#

no I'm stressed as fuck lol lmao yay

woven otter
#

oh that's gay

#

why

heady spear
#

I have sooooo much course work to do and I also have a bunch of shit I need to finish before christmas for the server

#

and then I need to prep for the math exam right at the start of the new year

#

and I should start revising wave mechanics

#

o and random graph theory assignment because why wouldn't they assign that over the holidays lmao

woven otter
#

o

#

sucks

heady spear
#

Christmas sucks

#

they don't have time for lectures so they just give us a billion assignments instead

#

I think my prof is trying to steal our knowledge so she can claim the money for a millennium problem. She asked "is P = NP?" on an exam

#

how would she even mark that tho

limber knotBOT
#

You suck

heady spear
#

like is "idk?" a sufficient answer

limber knotBOT
#

tell her to 8yourpeepee

woven otter
#

call her retarded

misty tundra
#

Why do half of ya'll talk through webhooks lol

fallen oracle
#

Last final is done

#

We fucking did it boys

heady spear
#

you've already said that

#

old news

#

move on

fallen oracle
#

Oh I did

#

I forgot

#

Fuck you then

upper flicker
#

youre interrupting their pure cancer of a conversation

fallen oracle
#

Then I'm doing you a favor

upper flicker
#

doing everyone a favor really, yeah

fallen oracle
#

Yw

upper flicker
#

so are you done with your last final then?

fallen oracle
#

No

#

Not yet

heady spear
#

this book magically assumes that everyone just knows that Q is a min-priority queue, despite them not mentioning it anywhere

fallen oracle
#

The last final is packing

limber knotBOT
#

*pets electroniccat *

heady spear
#

Also they're dumb because they write Q = G.V but V is a set...

#

how can the assignment magically change the type?

#

:(((

solemn crescent
#

Is it showing two electroniccat for everyone or is it just me ?

limber knotBOT
#

one is an imposter

quasi valley
#

he's just a bit fat

#

put on your glasses

woven otter
#

it's a discord bug

#

try restarting your client

toxic ember
#

does anyone know a good way to stop leave and join spam without disabling them

quasi valley
#

Z is a really bad bug yes

toxic ember
#

like if someone joins in the game it says that they joined

#

and then doesn't do it again for 5 minutes

woven otter
#

Kenny ur a bug

quasi valley
#

ur a duck

woven otter
#

at least not a bug

quasi valley
#

you're just a worse version of a goose

zealous knot
#

Kenny

#

Your pfp could be fucking legendary if you actually took it again but wearing a christmas hat

quasi valley
#

I don't think I have one 😂

limber knotBOT
#

Silly duck if you want to screw with KEnny watch this

#

humps KennyTV into the new year.

woven otter
#

KennyTV's avatar
Legendary

quasi valley
#

ur just jealous

#

that I have a real moustache

limber knotBOT
#

I bet its a Pedo stash

quasi valley
#

you're a pedo stash

limber knotBOT
#

No sir I am me

quasi valley
#

can you prove that?

woven otter
#

ur a pedo

limber knotBOT
#

Checks Beep boop

heady spear
#

it's called a minor attracted person

#

tumblr taught me that

magic ice
#

🤔 I just realized the two electroniccats 😂

heady spear
#

tumblr also taught be that necrophilia is okay

magic ice
#

lol

quasi valley
#

that's quite a euphemistic term yea 😂

heady spear
#

there's an entire movement of MAPs that want to be accepted in society

#

they state their ages of attraction on twitter and shit, it's hella weird

limber knotBOT
#

.quote

#

.quote #paper Cityweebstret add <C​it​yw​ee​bs​tr​et​> tumblr also taught be that necrophilia is okay

#

.quote #paper Cityweebstret 56 add <C​it​yw​ee​bs​tr​et​> tumblr also taught be that necrophilia is okay

#

You suck

upper flicker
#

quotes dumb

limber knotBOT
#

Your dumb

#

*humps electroniccat *

quasi valley
#

you just humped the imposter

#

or did you

heady spear
#

humping Z is okay

upper flicker
#

maybe he's the imposter

heady spear
#

I do it all the time

limber knotBOT
#

Do you now.

#

Flithy little boy

heady spear
#

o say it again daddy

#

I wanna implement djikstra's using a physics engine and gravitational physics

#

that'd be cool

#

although I should just have someone else do it and send me the code. @wide chasm this sounds like something for u

spice dawn
woven otter
#

if you see two cats then you're experiencing a bug

#

it's a minor graphical glitch

fallen oracle
#

Confused. LogBlock updated yesterday and it says it already has 21,000 downloads on it

#

But it said the last released version was May 14th

toxic ember
#

is there a way to specifically remove kill messages

fallen oracle
#

Like when a player dies?

toxic ember
#

yeah but only if they get killed by another player

#

not if they die to falling

#

or something like that

limber knotBOT
#

yea cancel the mnessage

fallen oracle
#

I think you can just do event.setMessage("");

limber knotBOT
#

or that

toxic ember
#

ahh

#

ty

#

how do you show up as a bot

#

what black magic is this

fallen oracle
#

He's on the IRC

toxic ember
#

ahh

fallen oracle
flint bronze
#

I just noticed the same

#

was just going to ask

#

well they are two people ofcorse

fallen oracle
#

Oh one of them is fucking Z

flint bronze
#

well yes

quasi valley
#

cat has just gone through mitosis

limber knotBOT
flint bronze
#

how many bots are there on this server???

#

every time I pop up in here I encounter a new one

limber knotBOT
#

there are a lot of us

#

all bots

#

nothing real :D

#

No you

quasi valley
#

they all stink

flint bronze
#

ooh that explains it

#

nah

#

I kinda like the llama bot idk why

#

can't remember it's name right now

quasi valley
#

😂

#

phoenix

limber knotBOT
#

pokes KennyTV

#

I'm also a bot tho

#

humps KennyTV

#

VERT

#

molests KennyTV

#

molests KennyTV

#

I'LL EAT YOUR NOSE

flint bronze
#

and I imagine Vertanzil is a new bot that dosen't get a a pfp yet or something as xd last time I was here, it had no picture until some time later

limber knotBOT
#

DO IT

flint bronze
#

wait

#

I hadn't noticed Kenny was a bot too

limber knotBOT
#

LET ME GET A FORK

flint bronze
#

Im surrounder by AI's

limber knotBOT
#

yes you are

#

I commited hate crime and went into bot hell

flint bronze
#

that explains it

limber knotBOT
#

takes off pants and prepared to destroy Kenny.

#

yoinkes Vertanzil off a cliff

#

weeeeeee

#

of course he enjoys it

woven otter
#

stupid bots

limber knotBOT
#

huh?

#

bots are stupid?

woven otter
#

yes

#

very

heady spear
#

Y’all suck

limber knotBOT
#

You're a bot O:

#

but you are a bot to me!

flint bronze
#

well I already kinda indentify all of you
Vertanzil: is a fighter I guess
Kenny: got swallowed by the AI not long ago as I am pretty sure he was human
Phoneix: Is a llama and that's enough
Xd: not a lot of distinctive qualities
Minndiger: the technical one
the eta bot: likes to feed people to the goblins

limber knotBOT
#

you're DiscordBot!

woven otter
#

You suck the most City

flint bronze
#

oooh slime diamond

limber knotBOT
#

you're a bot!

flint bronze
#

you are a new one

#

Im not

limber knotBOT
#

no I've been here forever

flint bronze
#

alright then first time I see you

limber knotBOT
#

only just came online though

#

that's quite an accurate list

flint bronze
#

ooh

woven otter
#

Kenny is upside down

flint bronze
#

you where deactivated

limber knotBOT
#

trying to fix my laptop

flint bronze
#

I am well aware that the list is horribly innacurate

#

but what are we doing to do

heady spear
#

Lol imagine barty actually having an identity lmao

#

Am no weeb u meanie

flint bronze
#

well I need to talk with people or bots in this case to know them better

heady spear
#

No need to imagine

woven otter
#

Imagine being a weeb

heady spear
#

Fix is a weeb

flint bronze
#

or otherwise everything is innacurate

woven otter
#

Fix is a weeb

heady spear
#

No u

flint bronze
#

you know I would even make a list including me but tit would be x2 times more innacurate that the bot one

limber knotBOT
#

yes u

heady spear
#

Kenny ur a stale fart

#

With the personality of a pine cone

flint bronze
#

he is upside down and point

limber knotBOT
#

city I don't see you having such a beautiful moustache

woven otter
#

City go put something in your mouth

blazing crane
heady spear
#

Am hungry

limber knotBOT
#

go eat a duck or something

woven otter
#

exactly

#

no

heady spear
#

Gief food

woven otter
#

no ducks

heady spear
#

Nah mate I’m a vegetarian

woven otter
#

good

#

I'm glad you don't eat meat

flint bronze
#

anyway I suck at server managing and talking in general so that's my excuse to whatever I was doing an excuse for as I just forgot

limber knotBOT
#

just because hes veg doesnt mean he wont have meat in his mouth

flint bronze
#

well technically the truth

limber knotBOT
#

Probally has less than you KennyTV

heady spear
#

I won’t consume it

flint bronze
#

well goodbye

heady spear
#

I can suck on it for sure

woven otter
#

He wouldn't swallow the meat ofc

limber knotBOT
#

whispers Kenny is a total sausage sucker

heady spear
#

Is semen vegan

limber knotBOT
#

the question of the century

#

ASk KennyTV

woven otter
#

yes

heady spear
#

Asking for a friend

limber knotBOT
#

I'll eat your eyes vert

heady spear
#

Eyes are not vegan

#

Actually cannibalism could be vegan

#

If the person being eaten consents to it

limber knotBOT
#

But then how will i stalk my prey

heady spear
#

Then it’s not exploitative

limber knotBOT
#

Vertanzil, may I eat your eyes?

#

Nuuu

heady spear
#

See, now you can’t eat them

limber knotBOT
#

that sucks

heady spear
#

🌱

limber knotBOT
#

You can suck on these nuts.

heady spear
#

Would be yeah

limber knotBOT
#

sucking on his eyes is still aright is it?

heady spear
#

It’s a very common definition

limber knotBOT
#

I think we need to remove Vert in favor of all other living beings

heady spear
#

If the cow wants to be slaughtered and eaten you’re not exploiting it

limber knotBOT
#

My internet is being poop

heady spear
#

That’s also why dairy isn’t vegan. The cows don’t consent to being forcefully impregnated then having their offspring taken away from them

#

We can’t. They can’t consent so we can’t prove that they’re not suffering

limber knotBOT
#

Yell surprise?

#

Not rape if you yell surprise first.

heady spear
#

That’s the same argument we use against paedophilia

#

Children cannot consent to having sex with an adult due to the power dynamic and them not being developed enough to make that decision

#

So having sex with children is seen as a really bad thing

#

This is also why consent during the influence of alcohol isn’t proper consent.

#

It’s not the eating that’s bad, it’s the force breeding and slaughter of the animals that’s exploitative

#

Once they’re dead they can’t suffer

limber knotBOT
#

meat production is just so decontextualized / "hidden" from people, that noone actually thinks about what's actually happening to the animal

heady spear
#

Anyhow, drunk people don’t make rational decisions so having sex with an intoxicated person could be seen as rape in many cases

pulsar wigeon
#

quite simple really - animal is magically converted into delicious meat

heady spear
#

Same argument there. They can’t consent.

limber knotBOT
#

sounds about right wiz

#

all animals follow the rainbow and gift us their meat once they descent into heavens!

heady spear
#

The living conditions are at many times far worse than the slaughter itself

#

This is why I stopped consuming meat.

#

That and the fact that meat makes me feel super bad and I can’t digest it and I like myself a bit so I don’t do that to myself

limber knotBOT
#

bees

heady spear
#

Give me to them

#

Wrap me up in a fancy little box and then they’ll have a loyal companion

limber knotBOT
#

I'm just gonna go eat somewhere with my family

#

that's pretty much it for christmas

ember crag
#

wish I could get away with that

fallen oracle
#

Is it just me or does IntelliJ hate switch statements? Like, I have to use the arrow keys on my keyboard to back up a few spaces to put the next case in line with the previous one.

flint bronze
#

you are a bot
bots don't eat

ember crag
#

I was once there.

zealous knot
#

i was never there

#

and regret nothing

flint bronze
#

well hope you get on a better position soon

#

hopefully

heady spear
#

Glare, once you finish writing the case it'll auto-align

limber knotBOT
#

sounds reasonable

flint bronze
#

dang

fallen oracle
#

Oh boy I'm big dumb. Once you fill out the full switch, it will automatically indent itself correctly.

#

The last year of my life has been a lie in IJ

heady spear
#

yes you're big dumb

#

I was confused by it too in the beginning

ember crag
#

Don't feel too bad if you end up working outside of your chosen field. I went to school for Criminal Justice, and had planned to join the US Marshals. Ended up going to work in manufacturing, promoting into a $24/hr position, and buying a $100k house instead.

limber knotBOT
#

I'm being fed through life and uni-costs by my parents :aaa:

heady spear
#

can I have ur parents

limber knotBOT
#

no >:(

heady spear
#

both my parents owe me a lot of money

#

like too much for it to be reasonable

flint bronze
#

that's good to hear (answering to barty)

heady spear
#

Engineering jobs are in high demand even from poor universities

ember crag
#

True.

amber tinsel
#

Spartan plugin back at it again lol, just because it cant connect to the cloud it goes fully retarded, freezing even the browser when trying to look in the console, does anybody know an good anti cheat plugin that doesnt let the server crash? Might going use that then.

ember crag
#

If you end up working as an engineer in a manufacturing plant, remember that your technicians know more than you think. They may not have your education, but they do have loads of experience that you can draw from.

patent wraith
#

Paper itself is not anti-cheat?

amber tinsel
#

lol nah

heady spear
#

no we obviously know way more coming directly out of uni

#

fuck their experience

ember crag
#

Anyway, gotta head to work.

#

😉

limber knotBOT
#

aac is alright

flint bronze
#

bye

limber knotBOT
#

besides konsolas running into the distance for a few months once a year

flint bronze
#

I will continue being here contributing nothing to the conversation

limber knotBOT
#

sounds reasonable

amber tinsel
#

Thanks, have it noted. Its just pissing me af that he make his plugin so much depending on a cloud or anything like that

#

I can understand he have the anti pirates stuff, but come on. Dont go too much on it.

#

People will get it anyways regardless whatever you do

limber knotBOT
#

vagdedes way of advertising and developing is quite something

#

so I generally don't use anything he creates

amber tinsel
#

He have an sub thing on top of an premium plugin lol

#

That's like miscrosoft level stuff.

woven otter
#

barty good thing you mentioned your server opening today because I forgot about the plugin completely

limber knotBOT
#

then there's the stupidest shit like sync sql calls in a player move, his "updates for the sake of updates" policy, stupid advertising

amber tinsel
#

And he keeps not understanding that if something get stuck on the main thread it will take multiple threads with it.

limber knotBOT
#

the first not related to his ac tho

amber tinsel
#

Ya

#

he updates every 2/3 days

#

I have better things todo then update his plugin every day lol

limber knotBOT
#

Just only use plugin by reputable devs

#

Worldedit, worldguard, ess, protocoollib, libsdisguises, mcmmo, stuff like that

#

I wouldnt call konsolas 100% reputable, tho I still use his anticheat

#

👀

#

Nocheatplus 🤷

amber tinsel
#

Ya, wel. CMI is one of them i guess but his plugin dont make the server crash lol

limber knotBOT
#

Perks of not running a pvp server

amber tinsel
#

Atleast he have an brain what not todo

limber knotBOT
#

Nice, thought I was the only one still using NCP after all those years

amber tinsel
#

We used that before... 1.12 i think

#

It was the best anti cheat i every used

#

but changed because it wasnt getting updated

#

and elytra's were a huge issue because of it.

#

(it flagged any movement from elytra's as fly cheats)

woven otter
#

will there be no pvp in dyescape 🤔

limber knotBOT
#

No elytras on dyescape 🤷

amber tinsel
#

Is it updated again?

#

Ahha

#

Ya that fixed that issue lol

limber knotBOT
#

Not the kind of pvp that you win with an autoclicker or reach or killaura or whatever

woven otter
#

sure

limber knotBOT
#

We haven't shared publicly what we will do for pvp

amber tinsel
#

Might going try NCP tbh, it looks updated again.

golden gust
#

Welp, looks like I'm free from my role as cat \o/

limber knotBOT
#

now you just need to imposter taco man

upper flicker
#

I suppose now that he's back and seen it I should stop

olive garden
#

who are you?

golden gust
#

I woke up and looked at my phone, confused the ever loving shit outta me

upper flicker
#

I sell taco and taco accessories

golden gust
#

"Wait, how far has this scrolled up" "Why's it not scrolling" The blue name is really what made it a 10/10 thing

upper flicker
#

I even cleared my status and added myself to the same roles as you