Eminem’s new album MUSIC TO BE MURDERED BY http://smarturl.it/MTBMB
http://eminem.com
http://facebook.com/eminem
http://twitter.com/eminem
http://instagram.com/eminem
http://eminem.tumblr.com
3141 messages · Page 488 of 4
Eminem’s new album MUSIC TO BE MURDERED BY http://smarturl.it/MTBMB
http://eminem.com
http://facebook.com/eminem
http://twitter.com/eminem
http://instagram.com/eminem
http://eminem.tumblr.com
(Amaranth) Eminem - Darkness (Official Video) - length 6m 6s - 255,424 likes, 4,557 dislikes (98.2%) - 464,002 views - EminemVEVO on 2020.01.17
Oh hell the new album comes out today
Like, probably 2 or 3 hours ago :P
Huh, whole album got uploaded to youtube too
I hate Eminem
can I safely send messages to the player or console from within async context?
Shouldn't be any issues sending a message to the console
does anyone think about how the little boy was probably the first rice cooker invented
:^)
hm..
what url would I need to fill in
I want all the servers that run the plugin to recieve a notification for updates
that was good leaf ngl
I didn't get it
do you know what little boy is?
who is minidigger after all?
He's the channel alcoholic
mini who are you
eletro called me mini yesterday
im not a mini you stupid
i'm a mega
always mega
mega doubt

mini is small
i know aikar is small
While checking we could see that the IPMI IP is not responding to ping and KVM is not loading.
msg from reliablesite tech
reliable
We need to check this by onsite technician to resolve the issue. Unfortunately onsite technician is not available at the moment.
then he tried to sell me a port speed upgrade 😄
Hungary sends aid for the hungry
Mini u have belly u just exhale all your air
monitor flies off the desk
Mini cant drown bcuz he have his belly as a floating (idfk what they are called)
When most people are working out, they're counting down how many burgers they've just ran off
Mini? He's counting crates
😂 😂
is it still recommended to use that Villager Optimiser on 1.15.1?
Yo
o what a smile
glad i opened those in incognito
👀
Just went thru the whole new Eminem album
pretty sure it stops amazon from sending you ads for what you last looked at
Man darkness is amazing
Eminem’s new album MUSIC TO BE MURDERED BY http://smarturl.it/MTBMB
http://eminem.com
http://facebook.com/eminem
http://twitter.com/eminem
http://instagram.com/eminem
http://eminem.tumblr.com
(MiniDigger) Eminem - Darkness (Official Video) - length 6m 6s - 639,999 likes, 12,727 dislikes (98.1%) - 3,887,583 views - EminemVEVO on 2020.01.17
Yeah dropped earlier today
But that single is amazing, the vid especially and the message
that one was good, uinaccomaodating was good, not a fan of lock it up
on to the next one
who is eminem

Ayo simple
like skittle but chocolate


Cat being productive? Did somebody gift him a new battery?
i didn't even know he was the dev of McMMO
he's a dev on mcmmo yeah
nossr started adding people when he came back
nossr is the original iirc
nossr 
he was wise and left mc
:(
When did he leave?
originally?
yeah
fuckkkk a while ago
so who maintained mcmmo while he was away?
is he still mod here, or did he just log out disc
he's offline
o
a string of people making bad decisions if you listen to him rant about the code 
Oh god
alright cat
the codebase is a 10/10 aneurism-fest
api bridge, basically
what are we bridging to
paper 

are you shimming mcmmo on top of its own api or something
Basically, there is two versions of mcmmo with their own "API"
monkaS
soon™️ to be 3
soon™️
And some level of, I'd much rather maintain 1 set of API accessors than two
(given that we're also apparently working on other plugins too, nossr started on some guilds stuff)
.addcmd 927 https://xkcd.com/927/
😄
since it keeps coming up
.git
actually does xD's thing work
We need that one too 😉
(DiscordBot) xkcd: Simple Answers (11 November 2013) | http://xkcd.com/1289
(DiscordBot) xkcd: Standards (20 July 2011) | http://xkcd.com/927
Yea, it's pretty...
writing a discord bot is just moving further and further up the list
"but z paper has like 75,000 open issues"
yeah but discord bot
wanna toy with jda this weekend or something \o/
use javacord
no
tell me if its good or not
javacord is fucking garbage
jda v javacord is like some dumb holy war
and people flame you regardless of which you choose
Jda
Limbo should be coming up later today probably
kash, settle the score
He probs..ofc
javacord is bae
100% kash
jda is garbo
0% docs
lmfao ^
:D
lmfao
If you pick JDA you're right
says the robot cat who has been running off of just one battery for the last few weeks
go to the store, get some batteries
nou
he's battery is too low for that
if there was a rust lib I'd use that
node.js is bae ❤️
but it wasnt around in a useful state when I needed it
s/bae ❤️ /bad/
rip
if you pick jda you pick this shit: https://github.com/DV8FromTheWorld/JDA/blob/master/src/main/java/net/dv8tion/jda/api/hooks/ListenerAdapter.java
Java wrapper for the popular chat & VOIP service: Discord https://discordapp.com - DV8FromTheWorld/JDA
Florian Spieß
but idc if the impl is ugly
tf is that name
that's the api
plenty of ugly impls
lol
javax 🤮

lmfao
individual methods you override make for some clean code in your stuff
and its clearly fast enough
I mean, no matter which one you look at, you kinda understand why kash made his own...
^
if someone had a reason beyond "reeeee" that'd be great
LMAO!!!
the code has docs :D
javacord performs 30% faster would be a good reason to switch
javacord lets you write cleaner code would be a good reason
what I don't get is why it doesn't just call the event methods directly throughout the code and needs a generic onEvent method...
"reee look at this so ugly" not so much
lol
I prefer how javacord's event system works ¯_(ツ)_/¯
sometimes it do be like that
I wrote my own api+impl because I didn't like the api's in jda/javacord/discord4j. don't like overriding methods to listen to events in jda, javacord was dead with lots of issues when i was looking for something, and discord4j uses reactive stuff that i didn't want to use at the time
and it was easy to write my own
i mean its just a rest api isnt it
no
yea so it shouldnt be terribly hard to write an api
it's websockets too
https://github.com/KyoriPowered/polar/blob/master/src/main/java/net/kyori/polar/gateway/Gateway.java
this is 99% of it
it's one of those cases where making your own API wouldn't hurt, it's just the legwork to do so
Kash's looks interesting given the others... for me it's between JDA and polar 
and the other reasoning for making my own
is i don't care for all the voice shit and lots of other junk
mine does what i need
ah so thats what the polar repo is in kyori
i see
yeah I try and avoid the voice shit as much as possible
should add a text to speech bot that announces everything in #paper-github
just because

it's official, I just had my last class ever
time for class
nevermore

get your stinger away from me

judging intensifies

electronicbee
what are we looking at kash
where
twilight?
yes
yes
good deduction, duck
i know words are hard for you duck
wow that's rude
I don't think you can correct a correction :D
s/fuck/upsidedown people
Correction, <KennyTV> dum upsidedown people
yes u did it
k
whose email ends in vip.126.com
k
it was instantly flagged as spam
obviously
the payment is horrendously late
chinese?
yea them chinese with the number domains lmao
k
also he's registered as "Chinese Painting and Handwriting Friendship Station" on paypal which I find to be fantastic

china's just on a whole 'nother level
oh motherfucker
I used the wrong credit card
magma wen stream
yes I want to see you fuck up transactions live
yes I want to see simple and vic give you more bits
just had classes from 9 am to 5 pm
I'm mentally checked out
besides I'm not doing a livestream of me editing footage
which is what I need to do next
guys @fallen oracle and I have a noob question, @fallen oracle go
Smh
So we have our banner project, right? A library we're using is on Java 8 (and so is our spring projects) but they have a test branch that require > 8. If we compile that and try to use that, will that cause problems for us in our java 8 projects even though we're not directly interacting with it / making changes?
I think I worded that right.
¯_(ツ)_/¯
Wow what a noob question. It's so noob, I'm not even gonna bother answering it.
incredibly nooby
so you your main src is java 8
and your test src is java 124921421?
did I read that correctly?
Us: Java 8
Random Gradle Dependency Main: Java 8
Random Gradle Dependency With Possible Fixes In It: Java 9+
yeah but pvp in java 1361547913 sucks
yes it will cause problems if you want to depend on it
java class files are versioned
just a oof question, which cms look this site? https://support.hypixel.net/ ?
it look more worldpress customized
that moment when you reload the plugin from async context with your plugin by accident
it's kayako
I corrupted a lot of files
that was not just a chat support?
That looks like the kotlin K
trust me, it's kayako :p
coach?
If I die, know that I only love tacos, none of y'all
the only thing I could use when Im flying coach is a drink
which you can coincidentally not usually get in coach
so load up in the airport
The seat next to me is empty
So that's pretty great
Okay we're taking off now byyyeeeee
l8r g8r
we dont love you
hmm
yeah
that definitely doesn't give it away too ec
i just know what kayako looks like :P
hi @shell vine
this is fun
yes
Alright, well. Just listening to the new Eminem album cover to cover. Was alright.
See ya'll when I have 10k followers.
Brian explain to me how you can physically post that stuff.
His butt is buff
Even dropped a little link to my mlm, livinghealthywithbrian.com, where YOU can be a sales representative for Living Healthy with Brian for only $49.99 for a starter package or $99.99 for a PRO package! Imagine having a side job making MONEY for your family! Just buy my packages, and then sell them to other people! They contain goodies like juices, oatmeal packets, and healthy recipes!
wait, I messed that up, you're supposed to break the news that it's an mlm last.
imagine if my plugin auto updated at 00:00
and the users never knew it did
that'd be too illegal to implement
commits a warcrime against KennyTV
Would you like to have a side job making sustainable money for your family? How about being able to sell amazing juices, oatmeal, and healthy recipes, to your friends and family? What about special discounts for amazing meals and recipes!? Hi, I'm Brian, owner and CEO of Living Healthy with Brian. Today, you can take control of your life. I know, I know, you think to yourself "I'm just a middle aged white woman! How am I supposed to make an income?" well I'm here to say that YOUR dreams can come true today! With Living Healthy with Brian, you buy packages from us, and you become a reseller and sell them to your friends and family. You can even become a certified Representative of Living Healthy with Brian! Just call now and speak to our agents who are standing by about our starter and pro packages! For only $49.99 for a starter or $99.99 for a pro package, you can begin reselling our amazing products, juices, oatmeal, healthy recipes, tips and tricks, to other people! Just call now.
Brian
Yes?
Shut the fuck up
sign me the fuck up
throws a tin of sporuts at simple
Not gonna lie, I'd rather buy 6 pro packages than buy the MineAcademy course.
who the fuck would buy that
I have no clue
kids
Kids don't have 600 dollars though
it costs that much? lol i havent actually looked at it
I can't seem to find the actual pricing anywhere on their website, is that part of their tactic?
Yes, it's normally 600 dollars. He says he never does sales, but I don't think it has ever been priced 600 dollars though.
Seems like to "get started" you first have to make an account, which I'd guess ropes you into it.
I think that is his tactic.
The site used to say something like that even, but I think he removed that part.
Does anyone have any info about the actual quality of the course, though? It says something about 1:1 tutoring and stuff like that. The guy behind it has made some decently successful plugins. While not worth $600, if you've got infinite money then maybe having a guy who actually knows how to make plugins 1:1 tutor you isn't that bad?
Then again you can get a plethora of information on how to do it for free....
I have checked out the free trial: tl;dr not worth 600 dollars.
The free trial doesn't cover everything of course, but that's based on what I looked at during the free trial.
wAIT WAIT WAIT
Did that mother fucker just make refrence to the manchester bombins
bomings
Which?
Brian
Yeah?
I think md69pineapplehead might be right
about..?
well do you know his phrase
no, what is it?
Power outage yay
lol git fukd
whenever I get an actual computer definitely something I'll budget for is a separate power box thing, what are those called? somehow I forgot.
ups
UPS
uninterruptible power supply
some people also just say 'apc' which is a brand that is... mostly good
just borrow your dad's car battery
lmao
I can sleeeppppp
md's favorite quote, duck
What is this trash song
Hello nerds
Godam
Would this be a concise way of having a toggle key if the only info you have is if the button is pressed or not, per tick?
if (kbToggleNoVelocity.isPressed()) {
if (!wasToggleNoVelocityPressed) {
isNoVelocityEnabled = !isNoVelocityEnabled;
if (isNoVelocityEnabled) {
e.player.addChatMessage(new TranslatableText("text.brianclient.activated_no_velocity"), true);
} else {
e.player.addChatMessage(new TranslatableText("text.brianclient.deactivated_no_velocity"), true);
}
}
wasToggleNoVelocityPressed = true;
} else {
wasToggleNoVelocityPressed = false;
}
that is disgusting formatting, why Discord, why?
Lol
at wiz: that might be the reason I associated it with him but deep down I knew it was from you
so bored
gonna throw in one controversial question in here. What are some good alternatives to sublime?
VSCodium, Atom, NotePad++, and if you want CLI then Vim or something.
My go-to is VSCodium, it looks nice, works nice, and works as both a programmy text editor and a regular text editor, with support for a ton of formats (via extensions).
NotePad++ is eww. I mean I used to use it but moved away from it
I've never used it but people said it's good, I think it's windows only so..
I honestly can't imagine using THIS(v) kind of interface while coding but hey what works for you works for you.
I only use Notepad++ for editing YAML, properties, CSV, JSON and XML files that are not related to a project. Else it's just an IDE from JetBrains for me.
Give VSCodium a shot, no weird telemetry, looks nice, and opens decently fast.
on my poor little 2012 Macbook it opens in 5 seconds.
5 seconds 
My pc is older than 2012, though. But IJ loads in 1-2 minutes, so how bad can it be.
I'll give it a shot sometime.
I mean I guess it would be faster than sublime now 🤔
#freddiemercury #meme #queen
It's just VSCode without all the telemetry (and in my opinion) nicer branding.
(Vertanzil) Freddie Mercury goes Fly Fishing with his Mama (ASMR) - length 1m 20s - 27,776 likes, 516 dislikes (98.2%) - 283,574 views - Jasonafex on 2019.11.08
notepad++ is a text editor with some basic ide features
not an ide
similar to vscode just with less extensions
what would you use Z
I don't like to use windows-only software
as Im often not on windows
but np++ is pretty nice otherwise as a text editor
subl, np++, vscode
vim
vim good
vim cross platform
hmm I guess could actually try vscode. was thinking of vim too
VSCode is pretty good when I used it for C++ in uni, but I still prefer IDEs, so I moved to CLion for that.
vscodium, not vscode
I mean I prefer IDEs too it's just for the small stuff mostly
binary releases of VS Code without MS branding/telemetry/licensing
well telemetry can be disabled in even vscode
the rest is just branding issues
dunno if I'd go out of my way for that versus changing the settings file
maybe it's just my imagination, I'll give vscode another shot then
vscode/ium are pretty quick for electron
actually probably the fastest Ive seen for electron
but that damn qualifier still sticks around
it's very nicely installed if you have macos brew cask install vscodium cannot believe how long I went without homebrew
homebrew is wonderful
not quite as nice as some of the linux package managers but certainly a very very welcome addition
I thought it'd be awful because like "oh man having all the downloads in one place that's weird I don't want another app store"
want it on everything
but it's like an extension instead of the only way you can download apps
unfortunately on windows the best the community has come up with seems to be chocolatey
which is just... pretty bad
being able to just run brew upgrade and having all of your outdated things update without individually searching for them is wonderful
I do not like windows at all, can't imagine using it as a main os
I'm just a consistency nut so the fact that there's 3 places to find settings and all the apps look different is just awful to me
instead of fixing their current stuff they just add new stuff on top of it and I don't like it
what's your main os, z?
archlinux + gnome
macOS for office stuff and proprietary crap that will never come to linux. UNIXy goodness with some software support
and Windows is still the best option for managing ... Windows
so I end up using all three on a very regular basis
i use vscode on my windows laptop for latex but that's pretty much the only thing
most things it's just not worth the resources it takes
did you make a meme just for this
first panel shouldn't have "github repository" on it
frig
it should be in her fist, hidden
hardcoded color codes
then once she opens her fist then you show "github repository" on the plate
fix that then I'll review it
just that class
Bukkit.getScheduler().runTaskTimerAsynchronously(this, updater::checkForUpdates, 0L, 12000L);
```I call this in my onEnable
restart > reload
restart is broken
so is reload
honestly I suggest spit out a message that says Please restart to complete installation.
alright just saying you're probably gonna have people who are like "why is memory getting so high when I do your update??" or "why is obscure thing broken?"
okay so why can't you download the update and replace the old version without reloading
you can do that?
not realllllllly
well
but you probably shouldnt trigger reloads without explicitly asking
especially given how many other plugins will break if you reload
you definitely can't on windows right?
I dont remember if it locks the file still
I thought that was fixed in newer versions of java now
but idk
so you unload your plugin from the server and classloader, then via a scheduled task replace the jar and then enable the plugin?
i haven't tried in forever
best of both worlds
all tasks from your plugin are cleared at disable
poorly
you can disable/enable stuff programmatically
there's classloaders and other stuff to dela with as well
i'd do some experimenting to see if you can replace the jar while the server is running, and do that at /most/
the general best advice is to just tell them to restart
stop increasing your support burden
"well this classloader replace doesnt work on this forked version of openj9 I run on my templeos computer on powerpc"
👀
also your notification thing will throw an exception if the player quits before the checker completes
i'm going to patch my hotspot build to fail on your class exclusively
hex, I think we all agree, it's best to just tell your players to restart, that's the route I'd go anyway
also whole plugin or just updater.java do you want us to focus on?
are you suggesting that's not what I said, brian
You have a small pp
you are a small pp
throws a cabbage at KennyTV
throws TehBrian at Vertanzil
woo
you're new here
DUCKY!
turns Kenny right side up
how thoughtful
i get a surge of adrenaline from the anxiety of watching a conversation and hoping it doesn't devolve into furry roleplay
it's the only drug i need
hm..
smh furry
makes kenny ping wiz
wait did my image get removed
lol
or didn't I post it in this channel
did I post a meme in here a minute ago
don't worry i can still see it and appreciate how wrong you are
I wonder if I can schedule a task that doesn't get removed when I unload my plugin
well
I can disable my plugin
schedule a task that overrides the jar and then enable my plugin
why
why
okay so part 1 is whether or not your plugin can cleanly be disabled without any issues
it can
no seriously
yes seriously, don't
well, the guy who is collaborating with me is working on a feature which I am kinda waiting for to finish so yeah I have nothing else to do
@Override
public void onDisable() {
configHandler.save(configFile);
disableLogic.forEach(Runnable::run);
}
the registered listeners should be auto disabled
actually
not sure about my commands
yeah it would be likely
actually
I can probably do reflection hacks
then work on making your server restart faster
I don't have issues with that
i'll just tell you, if i had a plugin that used reflection hacks to fuck around with the reload process i wouldn't want to use it
^
well, as long as you handle stuff properly there won't be issues
reflection hacks
handle stuff properly
never trust yourself to handle stuff properly
that's a big assumption for anyone to make
especially for you
ah I just remembered why nothing was working and then I remembered I broke backwards compatibility
only like 20 people are using my plugin so its fine
how does that make any sense at all
well
the change I made really improves performance
since my project is still not very widely used
jetp
hear me out
because
wait I never broke backwards compatibility
in any release up until now*
How would strafing be implemented?
addVelocity only takes in deltas for the 3 coords, no directions or vectors.
what is this
wdym 'deltas for the 3 coords'? That sounds exactly like a vector to me
duck how would an image server actually be setup?
php script
I saw that yeah but how is that not a vector
I suppose it is a vector
yeah it is a vector
that's his choice of words I guess
god knows what you are actually trying to do
You can just get the forward vector and compute XZ tangent
okay so are you trying to get the player to move in a circular fashion?
i.e tangent = (-forward.z, 0, forward.x) or flip signs for opposite direction
can't get cheaper than that
If you want to account for the Y value, you could take a cross product instead
if you've got a motion vector you add to it the cross product of it and their -y velocity
as in sideways = forward.crossProduct(new Vector(0, 1, 0));, (0,1,0) because that's the UP axis used by Minecraft
But I'd bet you don't want to account for the Y
And actually, you'll have to normalize the tangent so I suppose it's not free after all
I just want a way for players to have wasd but faster, so I was thinking that I'd use uhjk and have them go super fast like that, so I'd need strafing and the such.
Also scratch the cross product, the Y makes no difference because you'd be normalizing the result anyways
But now I'm thinking maybe I'd just have them use wasd and press a button to multiply their speed or something like that.
Wouldn't be as fun though.
so you were inspired by leaf?
yup,
Well, the tangent should do the trick
what do you have rn
But really I'd have a single method that takes as a parameter the forward/strafe/up-down values
Because you shouldn't apply forward & strafe individually
that'd end up with a faster diagonal movement
Does anyone have know how the latest builds for paper 1.15.1 do in terms of performance with large player counts? Are there still massive performance problems with any more than 60 players on a server? (With properly configured configs)
you can hold 60 without problems with sane plugins using paper api and proper configuration
without too many problems at least 👀
oh my gosh
bc on 1.14.4 builds they have tons of performance issues with tons of players
well then 1.15 won't be your saving angel, but it's a bit better than 1.14 for what it's worth
Are latest 1.15.1 builds able to handle 500+ players or no chance?
depends on what they're all doing
Say for a skyblock
unlikely
not even 1.8 can handle 500 in a survival environment without REALLY HARD optimizations lol
outside of a 500 player chatroom its probably not going to work
^
and old versions really wouldnt do that scale either, and 1.14+ has really gotten worse
so yeah the answer is pretty much no
500 player chatroom? sounds like a good time
pretty much just irc all over again
Just out or curiosity what happen when setting viewdistance to 0 do 🤔
everything explodes?
just gauging improvments since currently working with a 1.12.2 custom jar with a lot of changes so probs not viable
Man no fun
What really is holds back the current versions in terms of perf?
Mob chunkload iirc ¯_(ツ)_/¯
not even remotely the same system
optifine might still tick it, though in new versions it wouldnt need to
that'd be an easy change for a jar mod
yes
mojang is getting there with java
there are now chunks that don't tick but they still arent sent for rendering
it looks like that's where they're going
their renderer likely wouldnt have played nicely though either
Rip pc
but I know they're working on that as well
Hello everybody,
This mod adds support for HD textures and a lot of options for better looks and performance.
Doubling the FPS is common.
You can fol...
that too I think
valhalla would solve a lot of these issues
well, certainly reduce GC pressure a ton
the GC is usually doing pretty well on the client
but it hasnt exactly gotten better since 1.8
a lot of the systems have gotten more featureful and expanded to allow more and better stuff in the future
has valhalla come any further since like 2018
Z750 what do you guys commonly get reported in timing reports to be causing lag on 1.15.1?
they've done multiple prototypes to explore how they want to implement it
afaik they've settled on the one they want to use going forward and now its just time to start
Probably still a ways away though
is there any way I can schedule a runnable that doesn't get taken out of the scheduler when the plugin is disabled?
no
I forget what it's called but there's a law that states software is getting slower faster than the rate hardware is getting more powerful
and if you find a way, don't tell me because that's a bug and I'll fix it
dylan can you just be a normal human being and work on features instead of making your plugin a stupid hack
^
be nice
harsh but partially true
wow thomas the tank engine memes
I'd rather you spend this time on adding cool new features rather than trying to go around just telling your players to restart
that's gru that's not thomas the tank engine
he's kinda doing what devon did some time back - asking fantastic questions, ignoring reponses/criticism, asking again
close enough
LOL
yall don't care about quality of life updates
yes
Ur blind tho
does anyone else want a hoodie that says "i pollute metaspace" on it
i'll pay shipping
Nice
suffer
😂
you don't deserve it
I have an updater in a plugin as well, but I don't encourage hacky reloading and just tell people to restart
He confessed his love for mlp
irc bridge stopped working
and copy the contents to an array
and via reflections do hacks
did it now
don't say I never did anything for you
thank you
Z750 you're too nice
I think he's just perfect
top quality plugin
nice
some ping wiz, quickly
iT iS bUiLd On ToP oF wOrLdEdIt
its great when it somehow removes blocks you placed by hand no where near the selection when you set blocks
@pulsar wigeonyyyyyy hope this wont ping him if it does yall know what will happen
i fucking write multipley
Hex can you see my chats in #paper?
@atomic plazaniccattttt
lol nice one edok
irc isn't working for me thonk
oh thats awful
i blame @pulsar wigeon for ruining FAWE
i don't think i'll tell him
you dont even have to tab complete
poor @muted coral
did you just ping him twice
no i wrote wizjanyyyyyyy and it ping wiz instead lol
may god have mercy on your soul
wrong, kenny
he banned me
from?
what
report this bug to discord pls
discord might have some bigger problems right now lmao
frog
want to try out my client?
i miss being able to kick people from discord but also that's probably too much power for someone who hates discord users
oh yeah look at me
superior irc user here
🔥 🍂
what kind of name is steamfrog
leaf can you see my messages?
I use slack
no, lead can't read
you have as many braincells as you do characters in your username
kenny
no I can't read either
what
what do I do so that IRC works for me again
F
you need to be identified with services
i must have a lot of braincells
but I am
look at the hampster go
I can't do /msg nickserv
what am I supposed to do here
did my account get deleted?
who on earth decided that irc accounts get deleted
ban every discord user
discord is great
I don't like irc
well we don't like you
tencent owns part of discord and all discord data is sent directly to motherland china
what is not to love
what's up
alright seems like TehBrian was taken by me logging on before
so I have TehBrian_
that's enough of that.
lets be real what isnt partly owned by tencent?
ah yes
yeah that plugin obviously is made by a German
what else could it be if not German
I'm not partly owned by tencent
give it time
brian thats what the chinese want you to think
I can understand German partly
huh
I'm ashamed to be of the same origin as that plugin author
what's your origin?
I'm German, so uh
now im not an expert but something tells me that that plugin reload cant be very healthy for the server?
👀
the plugin is literally 2 classes
😦 I'm sorry my master wiz
hey 2 classes is a lot
you're getting outsmarted by someone named hentaimaster i think it's time to let it go
I'm not sure I can even count that high
lol
and you still understand that reload=bad
did tencent kick me?
good enough :aaa:
it literally says so on every page for every plugin ever
i trust people who are smarter than me
pf, there's no such thing as smurt poopl on the interwebs
owo
just don't trust anyone~~, except for me~~
i actually had to take my friend's op because he kept /reloading the server
just make an alias for a self kick command lmao
hacks
remember im not that smart
add an alias in the commands.yml for "reload" to "kick @p", voilà :aaa:
oO
only stuff i caught was "pedo" and "boolean for male and female"
ok
I will leave restarting up to the user
my updater now simply fetches the file and puts it in the plugins/update folder
sounds like someone found the obvious