#general
3141 messages · Page 1152 of 4
abusing 3 sec invincibilty be like
Sounds like a significant time commitment that I can’t make 😂😂
fucking half of that goes to a fucking gpu
kicked for "you have exceeded your number of connections per hour. please try again later"
these 3 secs arent enough for me to connect
i remember when i was isolating i set myself a goal to make a new minigame every 2-3 days. i failed on the 3rd minigame but you can go try @iron zephyr
also mini thanks for helping me set the ssh thing up
yeah back here #general message
Mini will always find a way to let himself drink more beer.
of course
now i gotta implement it in production 
isn't it like splash healing potions and golden apples or something
might just be the potions
ok, ill try that
weakness potions iirc
lmao
does it have to be a splash though?
ofc
i think it can be normal as well
no it cannot
Zombie Villager won't be able to get the effect
Mini, how do you make a fletching table?
alright i think im ready to make a proper login system after watching a tom scott video
lets find out if i can
ah zombie villager have a spawn egg, thats easier
nevermind it has to be one of these three
just use oauth for login and dont store passwords at all
Guys
is it not rn?
I've found beauty
bet
Please tell me
I don't have any words to describe my disappointment
How many times have you reeaaallly wanted to go for a pee, but, been unable to because literally 0 action and "it's coming, any minute"
except im authenticating machines, not people
Only to sit through minutes of crap, and have to run to the bathroom after waiting due to the imminent risk of peeing oneself right as the actually actually kicks back up again
0 because I don't go in cinemas
You never cease to disappoint me with your roast attempts
Cinemas are dumb
Yea, I never really bother with cinemas
This papermc discord 2.0 we dont have irl friends here
I just have these things called friends where we chill around on the sofa, maybe grab some scran, light up a few joi... erm... sandwiches, and enjoy
looks like I have to leave then
oh wait I want to still see Cat wanting to get rid of me
What
cat wants to get rid of everyone
implying I care enough about you to get rid of you
lol
its like a weekly thing that he tries to close the door behind me and lock it
Lock u in the paper discord cuz u cant leave
cat just wants to shit on everyone's rugs
^
Cat needs therapy at this point
i tried, they gave up

That explains a lot of things
that still doesn't explain why you don't go do something that won't hurt your mental health as much as being here
are you stuck in a basement? 👀
we are his therapy :huggles:
i just got an advent calendar today
cant wait to get diabeetes from eating 10 chocolates
So you just gave up on him. That's just sad
wat
Cat needs therapy at this point
i tried, they gave up
we are his therapy :huggles:
god help us
starts handing out 🍺
is that how your therapy works
ah there we are, much better
you just give beer until their mental health stabilizes?
or until their liver fails
proven to work perfectly all the time
So Proxi became a bully, Cat wants to shit on everyone's rugs, and Mini is giving people therapy by giving them beer
I love this server
The cure for depression is alcohol poisoning
yeah i dont think so
meows
pp smoll
Is Java some kind of GAME to you?!
yes
its fun cause you guys don't know what I am doing
I never know what anyone is doing.
big boi
It’s a fork of JavaScript
yes mini what are you doing
Apparently he’s tracing stacks.
idk, maybe the project is already ded again
ded project
skript 2.0 
As if there aren't enough Skript-like plugins already
mini fix MM i cant send <3's to my mc wife 
whats wrong with MM?
brocc breaks fun

I've always gone with the external case + internal ssd because they're a little cheaper usually
downside is they're less durable
doesn't answer my question - asking for product recommendations :p
ok, screw my idea
ill go with grakkit instead
it seems nice
after I fixed a ton of issues in their default config
oh i thought you were asking if people recommended one type over the other
self
its JS
SO?
self is pretty common
self
@waxen panther so any to recommend?
i have an enclosure made by UGREEN with an intel 660p (i think, not too sure on the exact model)
UGREEN one comes with usb-c to usb-c though so, if dont need that there's probably cheaper ones
back in my day we just had a command to route all input to a beanshell interpreter
ah yes
beanshell
that reminds me too much of work
our cms has a beanshell
and I need to use it to fix dum mistakes ppl make
my project is ded
@cosmic raft I’ve used a few of the Sabrent ones to good success. It seems like none of them are made by quality companies and they’re all just kinda meh. The Sabrent ones seemed the least shitty.
I do know OWC makes an enclosure but it’s pricey.
Actually the OWC one isn’t that pricey compared to the other decent ones
Fits 2.5-inch hard drives or SSDs. Features a heat-dissipating, fanless design for cool, quiet operation. Built for fast-transfer and secure storage.
$40 without drive. The others tend to be $20-30 if there’s not shit.
Can't avoid AsMedia. 
AssMedia
@quasi valley hi
@viral hornet hi
@worn ember hi
@viral hornet hi
@twin lagoon 🥺
@viral hornet hi
@coarse lily hi 
Haha
every time I see your name I want a chicken pot pie
That’s the idea.
Hi
Hi
magical web hook person
yes, I am not a dumcordian
ewwwww
here i have something better
(ns cljeval
(:require [bukkitclj.api :refer [def-command message]]
[clojure.string]))
(def-command {:name "cljeval"
:permission "cljeval"}
(fn [sender label args]
(if (> (count args) 0)
(let [code
(try
(read-string (clojure.string/join " " args))
(catch Exception e
(message sender (str "Failed to parse: " (.getMessage e)))))]
(message sender (str "" (pr-str
(try
(eval code)
(catch Exception e
(str "Failed to eval: " (.getMessage e))))))))
(message sender "You must provide code to evaluate"))))
runs
my turn
(fn whois
([] (whois *author*))
([u] (if (number? u) (recur (*users* u)) (let [
presence (u :presence)
pcolor ({"ONLINE" [110, 242, 77] "IDLE" [237, 207, 61] "DO_NOT_DISTURB" [209, 50, 52] "OFFLINE" [178, 178, 178]} (presence :status))
fmt (-> (java.time.format.DateTimeFormatter/ofPattern "yyyy-MM-dd HH\\:mm\\:ss") (.withZone java.time.ZoneOffset/UTC)) ]
(as->
(embed-create (u :nick) (str "Created: " (.format fmt (-> u :id (bit-shift-right 22) (+ 1420070400000) (java.time.Instant/ofEpochMilli))) "\nJoined: " (.format fmt (u :joined)))) $
(embed-thumb $ (u :avatar))
(apply embed-color $ (if (= "STREAMING" (-> presence :activity :type)) [89 54 149] pcolor))
(if (some? (presence :activity)) (embed-field $ (str/capitalize (-> presence :activity :type)) (or (if (some? (-> presence :activity :stream_url)) (str "[" (-> presence :activity :name) "](" (-> presence :activity :stream_url) ")") (-> presence :activity :name)) "Nothing") true) $)
(if (= "STREAMING" (presence :activity)) (embed-field $ "Stream Link" (presence :streamurl) true) $)
(if (> (count (u :roles)) 0) (embed-field $ "Roles:" (->> u :roles (map *roles*) (map :id) (filter (fn [id] (not= id (*guild* :id)))) (map (fn [id] (str "<@&" id "> (ID: " id ")"))) (str/join "\n")) false) $))))))
:p
that can definitely be writter in a nicer way
is this what hell looks like?
yes Z
Oh
simple just jelly
why would i be jelly of that 

dong you say
bluely remember freighter
yse!
scheme based declarative system configuration is going to be implemented there soon
:^)
i understood like 3 of those words
it's both
wtf
who wrote that as-> macro fuckery
should get stabbed into eye
or should at least step on a lego with full force
*should step on a british plug
or that
no tbh ain't US plug worse?
i remember a picture where dude stepped iphone charger into his heel
lol
...how
iphone chargers r dumb square
more plugs are flat so the prongs don't even stick up if the plug is lying on the floor
AU looks like an actual weapon
UK plug is perfectly designed to lay on the floor progs up
I meant like the ones on the right there
meanwhile apple charger here
And, I mean, you'd literally have to be stupidly crazy and like, full foot force to do that I'd thing
both even
Yea, it's not like they even point up
that picture is a travel adaptor which shows that it's ultra thicc, real british plugs are like 1/2 the depth, meaning that prong up or down is generally how they sit
wouldn't more pins make it hurt less?
spreading out the impact etc
like the way you can stand on like 1000 pins and not feel anything
Thing is that US plugs more lie down on their body vs really sticking up
So, god knows
nebraska
idky but I consider that 'nuff said
Man that room, lol
Nebraska high school senior Julia Pechar, 18, was watching Netflix in her messy bedroom when she leaped up to get popcorn and landed on the charger
Image isn't as bad as I expected
what the fuck my dude https://owo.whats-th.is/Gkte2PP.png
@cosmic raft bit better: https://paste.gg/p/mikroskeem/2c1435711c0c4eb6865b8a0e57bf9c7e
technically could get rid of (as-> ...) and make wrapper macros for embed-* fns but eh
if conditions in threading macros are always pain in ass
k-9?
mhm
Hey, this is a pretty basic question but if I have a server running on adress:25511 can I use a dns record to forward it to a domain and connect without the :25511 at the end? I already have another server running on my ip so can't change the port to 25565
yes
look into srv records
Oh great, how would I do that?
SRV records
thanks!
WTF whose room is that?
read up like 10 messages
that nasty girl who punctured her foot with a charger
Oh yikes.
bruh
I didn't click that bit.
i thought i was messy
But that's a messy room.
i still am, but less so
bruh that doesn't sound epic
it ate an unattended edible, not the owner's fault lmao
bruh if I left out edibles and my dog ate it then its my fault
she put it somewhere up high and went to use the restroom for 30 seconds, came back and that cat had attacked
i think she did bake it yes
the cat just looks so confused lol
thats when the fun was just beginning
♪ ♫ ♬ Waiting for cyberpunk 2077, oh, When you would be here on my SSD.
Waiting for tonight, oh, I've dreamed of this game for so long. ♬ ♪ ♫
IIRC ingesting weed is poisonous for dogs, probably the same for cats
Yeah the combat was always gonna be crap from what we heard in the previews
I’m waiting on patches for it as well
I'll just refund it if it comes to that
I heard you need to use today nvidia drivers
if you have nvidia
Yeah that’s why I’m staying away, I can tolerate bugs to an extent but not if it’s killing vibes
Im probably going to wait for a couple weeks, maybe 3
hopefully by then theyve got it figured out
barty didn't you think cyberpunk was for neckbeard pc users anyway?
even then, it looks pretty nice I can tolerate some stuff
the combat being all bullet sponge is annoying but meh
I was planning to do a stealth type play through like I did with deus ex
got to have at least one issue I guess, still worth
deus ex was amazing
I mean it probably is not good for them, but it was an accident
One of the best stealth games and it’s not even advertised as such
It's not like she wanted to get her cat high
She wanted to get high lol
And the cat was like "nope"
Yeah, I'm sad it didn't sell too well. I would've loved a sequel
It had a sequel
the world was really good and so were the side missions
yeah, i meant the most recent dues ex
I haven’t played that one yet
i think dues ex has had tonnss of games
I was referring mostly to human revolution or we
Although my doggo who passed in October was deteriorating pretty badly, and I'd give her CBD and sometimes some smokey smoke to relieve her pain and it helped
Deus Ex: Mankind Divided was the one i was talking to specifically
Miss that girl 
but they're all good
I won’t judge but everything I know about cannabis and dogs is that it’s literal poison to them when ingested, don’t know about inhaled
Yeah I still need to play that one
Well, she was dying anyway. It seemed to let her walk on her own for a little while and I wanted to give her that freedom
So, oh well. Even if you do judge me, I don't care
(Or anyone)
If you guys need a not cyberpunk game to play I’m really getting into Tsushima now
If you guys need a not cyberpunk game to play there's this cool game called Minecraft
playing the game is hardly amusing these days
adding things to the game is more enjoyable in fact
or strangling it until it works
maybe sometimes, when you really feel beating asses of cheaters premade with your premade full of pure noob luckers in hive bedwars
but even that gets annyoing in a long run
seems like hive fucked up at some point with their anticheat, kids are playing with various annoying cheats and won't be detected, ruining experience for everybody smh
I just append my random salt to my passwords/keys before hashing them, right?
or what else do i do with the salt
Append yes
kids these days smh
Can prepend as well, as long as it gets hashed with the password
def create_server(self, hostname : str, secret_key : str):
salt = binascii.hexlify(os.urandom(50))
secret_key += salt
self.cursor.execute("INSERT INTO machines (Hostname, Secret Key, Salt) VALUES (?, ?, ?)", (hostname, secret_key, salt))
this is fine then, right?
oop
i didnt hash it
lol
If you hash then it looks fine to me
def create_server(self, hostname : str, secret_key : str):
salt = binascii.hexlify(os.urandom(50))
secret_key += salt
secret_key = hashlib.sha512(secret_key)
self.cursor.execute("INSERT INTO machines (Hostname, Secret Key, Salt) VALUES (?, ?, ?)", (hostname, secret_key, salt))
``` yup so im done
does it still use that dumb earth map
nou
When is Mars map coming out
Is it novel?
100+ plugins and mlg, I have yet to find any other meme serbur
ew irc pleb
irc and pleb are two terms that cannot be mixed together
My agent duck will be in contact with details about our 2 year term contract for use of Mars map
dota

but at least it's more honest
defense of the ancient
HOTS or awesomenauts are where it's at for mobas IMO
Awesomenauts being the best
HOTS is so unbalanced its not even fun to play
who wouldn't like a smash bros. themed moba
with HOTS I don't have to think about a shop so I give it that
you dont have to think at all
and it's not the same map and it has objectives in most maps
exactly
in a game I don't wanna think if it doesn't involve playing c:
go play cod if you dont want to think lol
lol, I like team based role games tho
i like complex games with a steep learning curve
heard about it, never got into it
maybe
Eve is like leaving the real world because you don't wanna think and then waking up in another real world to go to work and manage your finances
does anyone even trade stuff in tf2 anymore
Oof I tried eve on pc and didn't like it too much
is eve on other platforms?
you need like 5 pages of refined metal to trade anything nowadays
Yeah they are on mobile now
mobiles a diff ecosystem though
there's like a ton of menus
Correct
how could you even play on phone
Play csgo ded
My corp won 2nd place in the recruitmen video competition so we have our own custom skins in the game.
Steepest learner curve you'll ever play in a game
that's my only complaint about eve is too many windows in my UI, but then again I guess it doesn't matter when space is just a bunch of dots anyways
It's literally a right angle that's the curve for csgo
It goes from shitters to gods real quick
I like objectives other than "eliminate enemy team"
i dont have low ping so i'm dead before i even see them lul
Rip
my computer can't run fps games :^)
I like fps, usually faster and 3D is phun
AoE2
and also, Minecraft is fps c:
not if you press f5
i do sometimes
crosshair smack dab on the head
I play in F5 frequently :)
Everybody: Spinal Fluid
Me an intellectual: B R A I N W A T E R
smort
brain broth
talking about that mind juice
2012-04-17T21:24:36Z is exactly when I made my Minecraft account, apparently. This would put me at.. 7 years old when I first made my Minecraft account!
God I'm old now :D
I'm ancient by your standard
I pirated the game up until like.. 2016?
banned

my uncle works at mojang and he's going to ban you!
my uncle works for the internet and he's going to ban you!
oh can he get me al gore's signature?
Okay you can CLEARLY see a difference between a 20 players server & 100 players server according on what you win
sadly not, he spends all day protecting the internet box
oh hello broc

i love it
Kek somebody is butthurt
That's like picking the smallest dick size and then complaining about getting kicked for having a small dick
It was your fucking choice man, why are you complaining?
epic CDPR own americans everywhere 😎 /s
I really needed that invite: https://posili.me/i/2020-12-11_00-17-23.png

what project?
My 🗑️.
krusic rtp

If I made RTP it wouldn't cause issues.

Just a shell script that would read latest.log and execute /tp (user) random random random.
Good.
Correct.
now we're talking
I will now consider making that for April 1st.
Sounds better than that plugin that allows you to run sudo commands from the minecraft server
make a new virus for april 1st
pizza time
MFW the download site still uses v1. 
does someone might know a plugin that fits for a server with Christmas festivity theme?
think kash already had something on that locally for moving it to v2
Like with snow effect and santa maybe
Just give everybody kitty cannon perms
Just wanted to see an example of getting latest.
@viral hornet has a GREAT christmas plugin that he HIGHLY recommends
So is there no way of just simply saying latest and I have to write a unholy mess gain?
https://www.spigotmc.org/resources/winter-snow-hub-spawn-1-8-1-11-compatible-free.2384/reviews
https://www.spigotmc.org/resources/christmas-snow.1979/
https://www.spigotmc.org/resources/fallensnow.72956
Found these so far
doesn't kangarko have a winter plugin?
.g github kangarko
(DiscordBot) https://github.com/kangarko -- kangarko (Matej Pacan) · GitHub: "Matej Pacan kangarko.. https://mineacademy.org. Learn how to code your own Minecraft plugins, build highly-customized servers from the ground up."
That's why I have him saved.
Ok I'll see if he has any
""""""""""famous"""""""" 
sure
Out of all 60+k paper servers on 1.16, he was the only one to complain about the java 11 move
I have Jakarta 11
wait, did he complain? I saw him ask for the toggle
Avoid his stuff at all cost, wtf
oh
yeah, the kangarko was more of a joke 🙂
Has he done anything wrong?
He inpersonates everything that is wrong in this community
Everything.
Oh and he tried to so me
to sue?
Cause I ad blocked his forum banners 😂
I mean personality aside, is there issue with performance / reliability of software?
That's all i care
The plugins are written by childs without supervison
most of his stuff isn't open source right?
He doesn't write software himself anymore
idk if this Winter plugin is
Ok rip I'll just go back to the others 3 then 😫
And it's enough to stay away from it
then there's mineacademy...
im not sure if he fixed the stuff we put in the doc but
the whole thing was pretty 
MemeAcademy Written by your favorite Minecraft shittalkers, check out an actual academy that’s worth your time (not sponsored) Introduction It started with the repugnant banners that cropped up across SpigotMC: kangarko has been peddling a Minecraft coding course called MineAcademy for about a...
aww, the ad block thread was taken down mini?
should wait 23 December
lmao yeah having spigots jar and like every premium plugin ever on his repo was pretty funny
probably machine, spigot staff are cowards 😠
The thing is that like if i see a big huge plugin with thousands of downloads i would 100% automatically download that instead of the small ones i send before
Basically misleading resource
if kangarko is really bad
I don't get how if his code is bad he keeps getting like hundred of thousand of downloads
nice forum posts, pretty graphics, lots of features
Also. It works.
people on spigot dont really know or care if a plugin has good code
it's a premium plugin with pretty graphics and a lot of people who download it
It works, and is one of the ones more packed with features for better or worse, but code quality from what I've seen of him is concerning to say the least for somebody teaching others
Who's todd
A God!
our god
Download skyrim?
just behind terry davis
Daily.
Download skyrim?
I'm gonna make a Paperacademy
Where I teach you how to make paper.
But real paper for drawing on and stuff.
processed tree
Make a paper company
It's sad i don't know Java
learn it then
Then learn it
jetbrains academy is really good
But i know Julia
I know a Julia.
can't i make plugins with it
She lives in DC.
I'm sure Kaitlin is nice too
Mhhhhhhhhhhhh

So who's gonna send me money to renew mineacademy.net
Broke.
when does it run out
June 15th 
mineacademy.com is for sale.
what is his site? .org?
I've been looking at Kotlin and it's weird compared to my standards
although it is more similar to Julia than java
its a pile of 
Don't worry, it's weird by everybodies standards
Like u can't write stuff after return in function

Yeah that's not true, lol
I always thought Kotlin was a good name.
Online ide, kek

Hey simp
i mean intellij runs a webserver on localhost 👀
If you tell it to
it does by default
Because you told it to
lol
fun printWolf() {
println("wolf")
}
fun sum(a: Int, b: Int) {
return a + b
printfWolf()
}
``` this doesn't work
if you mean i installed the ide, yes
oh
Eight years later I build a company now pronounced the biggest in the entire Minecraft space. The second is the company that made the game itself.
that would not work in java either
Wtf should that code do, lol
i dont think thats valid in any lang
ohh yeaaa baby!! built for gamers !!
NOO ITSLL FRI UR BRAIN
5G doesn't work in my area and my phone won't connect to 4G unless I restart it with wifi off
It's so annoying
Which webserver you even referring to, there are multiple ones 😂
fun sum(a: Int, b: Int) {
try {
return a + b
} finally {
printWolf()
}
}
Fixed
So I get no mobile data in my house
thats cursed
Thank yoy
Yea, 5G deployment is slow 😦
we're lucky that england is about 10cm big
I mean, that doesn't work in java either
5g is also stupid
so
i dont need 5g speeds tbh
5G will save baby kittens from trees and bring us world peace. Or so the marketing says.
4g is already more than enough for me
5G feels kind of stupid.
i dont think anyone needs it
I can't even turn off 5G on my phone
I'm pretty sure putting shit after the return statement gives you a nice big cup of UB in C
5G makes a lot of sense imho
It's super heavy on battery draw and we barely see proper LTE speeds.
Like, moreso for the heavy areas like town centers
Ahahah C is so bad luckily we haven't studied it
and its not even that great for routers cuz it doesnt penetrate walls well
That, too.
Back in my hometown, mobile broadband was literally a joke, like, literal dialup speeds on 3/4G, forgot what I was on then
I worked hard to get 5ghz wifi on my toilet!
My phone has no option to turn off 5G for whatever reason. Default Android options are missing. Thanks Verizon
Like, 6 years ago or something, iirc
That sounds like a network issue not a tech issue
well you have a bigger band yes, but thats about the only benefit
ok game awards has live persona music on rn though which is extremely important
Weeb
persona isn't a weeb game 😠
shut up weeb
It's a heavy area, more cells woulda helped defo, but, getting them approved is an entire process
I can only imagine the dread of tryna get 5G in preston
thats what she said
dota moment
Saying that, what's good is all the phone carriers over here generally tend to get along
😠
lmao
so maybe Christmas looks more uwu
no it's trash
Am downtown cologne, i get 100 down easily, up to 300 down if I am lucky
ok rip
t e r r i b l e
I don't need more on my fucking phone
my mobile speeds are faster than my home connection, what a time to be alive
epic rural 4g
No support
we won’t help you with issues
u have to ask notch
no support
yes support
Check out my Speedtest result! How fast is your internet? https://www.speedtest.net/my-result/a/6813426164
version
Oof. I'm 84.7 down 20.2 up right now.
no only medium
4G in this area of liverpool
it's really nice
@void void people don't like to offer support unless you're using the latest version of Paper.
We didn't reset the build numbers back then
Ur slow
So, that covers like 1.8-1.12.2, so, yea, high build number is expected
Pebblehost
Your download link was literally 1.12.2
Is the issue of your slowness
Yeah why are you showing us 1.12.2 then you penguin
1.13+ is also generally heavy af
What is going on
There is no "that version" for paper
nm wbu chew
Give me a penguin
Right now
So what's your issue, Omar?
What
Fuck off mate
Is this a troll at this point
We get it you can use markdown
322 is the latest version; if you want a newer version of 1.16.4, you'll either need to wait or develop a time travel machine.
good luck
Move off pebblehost
Optimise your server
1.6.4 has no laggs

Too many variables to know for sure.
1.4.7 is the best
thogg don't caare
Stop spamming
Sounds like a them issue
and cool, welcome to modern minecraft

You've given us nothing to work with, not even timings.
Use ViaVersion - Viarewind
That plugin is shit uninstall it
go to jail do not pass go
It's slows ppl down
wtf is happening
Why are people asking for help in general
?kick @void void Stop spamming and read.
OmarHanyKasban#7096 was kicked | Stop spamming and read.
Epic
that was
Wolf time
Dude thought we was finna laugh
I think they just just join general *shrug
super stressful
its big brain time
?kick @lean kiln ur mom
Us
our mom
they dmd me
Who
omg jmp
God
the one cat kicked
😂
lmfao
Tell them to dm me I got them
ok
Oh no
Gotta collect evidence somehow
proceeds to delete server
you cant perma ban dum dums thats not paper 2.0
Select Disk 1
Select Partition 1
DELETE
Might have a few bans to revoke...
its ok just dont do it again
How many bans are total right now
?barns
MFW I write the whole update script, but my internet has other things in mind: 
only 482
Stop using putty
V redu
Real man use termius
482 seems both like not that much and a lot at the same time.
nightwolf
how many of those are wiz?
oh ye rigt
If your SSH client has a Pricing tab, I'm not interested.
Ok
openssh ❤️
does ssh in cmd
How much does openssh cost
How many lootboxes until I unlock SSH?
So OpenSSH. 
is it?
It's called open for a reason.
idk what it uses
I have a spare one for you 🥺
Yes, openssh is the defacto ssh
i type ssh and it works, i dont ask questions
There is a better protocol than ssh
At least 6
tmux is how I roll
Mobile client doesn't tell me
damn, what? Disney has 10 star wars series, and 10 marvel series in production?
that seems like a ton of content
disney? milking? what?
yeah right? 🤑
I hope that includes the Lego movies. 
i like the Mandalorian tbh
I mean, I'm all for it. I'll watch it all for sure
super pumped for WandaVision, that looks like a trippy show
yeah who ever came up with that name be tripping
well I mean... thats what its about. ||Vision died, and the show takes place, in large part, in the scarlet witches head afaik||
since when does disney own marvel?
since a while ago
ded how far out of reality are you
fokin hell
the mouse rules it all
ik about the spiderman controversy hmm yeah ig i did know then
fuck disney tbh
pixar, how could I forget that
I mean... the content is generally pretty darn good. so yeah
on their way to ruin cinema
well covid went a long way to killing actually going to a theater
then they proceed to milk it till no one watches anymore
see I don't think that will happen... people aren't gonna stop watching tv or movies
thats not the point, good series/movies have an end
and bear in mind, idk the release dates for these shows, this might be over the next 7 years or something
yeah for sure.
just milking stuff for 14 seasons is stupid
but take star wars for example, the mando is something pretty different from what we had before, and I think the main saga is done and dusted (original, prequels, and sequels)
yeah cuz they finally realized they ruined it forever
but I'm totally down for expanding the star wars universe and telling other stories.
they don't all have to relate to one another
sure
one of the shows takes place at the end of the High Republic which was like 500 years before a new hope
i still dont think disney should be allowed to own that many companies lol
oh ok, well that a whole different thing 😆
as long as they dont shove their agenda into the daughter companies i dont really care what they do as long as its good
yeah, I mean thats how it works. If the products continue to be good, and so far, they have been, on average, pretty darn good, people will watch and they'll continue existing
I mean, some of the stories tie pretty directly in to main saga. They're is an obi-wan show with ewan mcgregor, and hayden chritsensen returning as anakin (but really as Darth Vader), guessing that ties in somewhat
yeah yikes, disney is spending the money all over the place here
Over the next few years, roughly 10 Marvel series, 10 StarWars series, 15 Disney live action, DisneyAnimation, and Pixar series, plus 15 all-new Disney live action, Disney Animation, and Pixar features will be released directly on @DisneyPlus
(oh btw, remnants of the big explosion yesterday)
It'll buff out
yeah, totally hoping to see a successful landing by the end of the year
would be amazing
Can confirm. Just needs the battery replaced and we can try again.
Someone in Everyday Astroanut's chat said something about doing this. So I did it.
Oh god this is amazing
Yep, saw that
Lol you do know what that's from right?
Love that book
The whale in the book has a much longer conversation on the way down though 
Then a sudden wet thump. And silence. 
silly simple, books dont talk
dont worry, i'm just insulting you
Okay rights-but-not-really-rights guy

in 4 years
4 years it is
actually 3 i think, it took them over a year to form a coalition lul

yeah, having only 2 parties is one thing, having 7 is another
He did it for the money?
(Like we all.)
yes but why the hell is that their move
i watched the first half
then i saw a 2 hour rust video released
so am watching that now
gal gadot is so fucking hot
big time
I mean the audio clearly isnt from the book. but yeah, I understood the reference
hmm, I don't see that type in here Chivitos
It's not on this dc
oh is that the discord store channel type?
iirc it has something to do with buying games on the discord store
who TF at discord thought it was a good idea to add a store...
adding store seems to be like adding stories to stuff
I know it's missing quite a few parts. It's from the 2005 movie adaptation
the one with martin freeman right?
yeah, for sure. iirc its a pot of petunias and a whale
is what the two missiles turn into
ah gotcha
yay among us won
tail should've been stomach, and then he rambles on about the wind, and then his tail, and then starts talking about the ground
cool cool
but in the movie he just said tail and then ground and splat
multiplayer game
yeah ok, I mean.... what else could win?
idk they had shit like valorant and warzone in there
I watch among us highlights on youtube sometimes, its pretty entertaining content
I think I didn't really pay attention lol
ye the game is so big rn
it's bring people in that aren't even connected to the gaming community so
it was a pretty obvious win
and what a simple idea for a game too. came out like 2 years ago afaik
i just want hades to win everything
my one thing is.... how have the developers not added a way to hide the join code? every streamer has to have something blocking it at the bottom
It's on vv dc
city come to incendo xx
no
yes
is the category best new multiplayer game?






