#off-topic
1 messages · Page 32 of 1
maybe they just delete all of the String-based things everywhere and only use Componenets, would probably be good honestly lol
Oh so if they hard fork it's like "we don't care if our api matches spigot anymore"?
yes that's the entire point
The majority of spigot users/devs swear by that api too but it has plenty of flaws. And even md_5 complains when you use methods that aren't accessible by the api.
literally all it means is that they don't have 100% compatibility with Spigot's API

Also it was mentioned in the post but I never really thought of it but if they hard fork then won't it become like sponge?
And the majority moving back to spigot/puffer fish/etc?
Well, the majority of people are already using Paper
Ye
and also it would not change drastically at first, so there'd be basically no reason to go back to Spigot
But I mean like if 90% of their plugins break
no, most small plugins will only support paper instead
that's what you do when there's an 80% market share API and a < 5% market share API
There's a reason why a crap ton of people don't use Velocity. Even though it's pretty good in the long run, it just doesn't support all the plugins you need.
They can't post on spigotmc
It'll probably be at least a year or so after paper might become the norm again after it hard forks
People maybe using paper but the plugins are still mostly spigot/bukkit api.
If paper was to make their own api/lib it might take awhile for users to move back to paper.
That's not analogous
Velocity was never a hard fork of anything
it was just created from nothing to be a better proxy
Hence Hangar, we start the transition slowly
jesus christ it will not
Fair, but same concept. You can't use a lot of plugins on it due to the compatibility of em.
i think you have a fundamental misunderstanding dkim
there's not going to just be one day where every single plugin breaks and the world erupts into chaos
OK how about this part then
If they remove send message string
Then the majority of spigot plugins will break
yeah that's why they're not going to do that at first
the things I listed aren't first steps
it's a long, long, long term plan
years in the making, and with years to come
Oh ok
Although wb sponge?
Isn't that like a spigot alternative? (I don't use it so I don't really know what it is)
likely they'll get everyone off of SpigotMC ASAP, then announce a hard fork, and not change anything for a few months
give people time to migrate over
This may be stupid but does paper make any money at all?
Hangar is in closed beta btw.
a known place where to get new plugins, etc.
Someday™️ lmao
Sponge was never Spigot compatible (or at least not that I know of)
this is a very unique situation I think you guys are misunderstanding a lot lol
I wonder if puffer fish would also follow papers hard fork
you should really read that person's blogpost about it
it answers basically all of your questions, including that one
Ye ik
But I'm saying
They should rewrite paper in rust
lmao
Sponge was suppose to be the "modded server" api. At the time spigot had a lot of limitations where mods needed a server api to access.
Definitely lol
They aren't going to just be like "let's release this and remove get offline player(string)"
it just seems the winner of the mod race is Fabric
Though they are going to be having Paper Plugins, which will be interesting.
sadly there's so much infrastructure setup for the Bukkit-based way of life
A much more extended API to access internals.
give us mixins and clientside support
man Paper should just introduce Fabric compat
What happened to bukkit
How come spigot didn't die like bukkit?
Bukkit got DMCA'd
Oh
Spigot is literally the same project just without the legal liability
Lol
Yeah. I'm hoping to offer a decent api one day.
Currently working on my own yaml and json libs.
Uhhhhhhhhh
oh snap that opens a lot of doors
wait they gettin rid of the library downloader 😔
sharing libraries in a central place is like, one of the best things md5 has ever done
Can't tell if you're kidding or not.
i guess the Maven Central bandwidth thing is bad but still, makes me sad lol
maybe we're not talking about the same thing?
That's literally why Forge got a letter from Maven Central
i mean how you can declare libraries in the plugin.yml and have it download them to a central location to be shared
same way libraries work in like linux distros
Yeah
What is the point of Maven Central if not to distribute libraries? that's what I wanna know
Well they ask that you mirror it if you're constantly downloading the same stuff.
but I mean people aren't, that's the whole point is that you can download any library
Hence why for like Guilds it hits my mirror to serve the bandwidth and my Nexus just pulls from upstream once
Maybe it could be a system like it checks in the mirror, if not found, resorts to mvn central
Bc mirror might not be updated
i mean i just feel like they could be caching so much of this stuff and it would be super easy
Idk if they're fully removing it. I've discussed with Owen possible things like checksum checking and adding in mirrors.
like i'm trying to think if any other package managers don't let you download packages when you need them
I will say it was useful, just not the best execution.
I think that should certainly be looked at
Ah reminds me of that one time that a package manager app had like a dos attack built in
Accidentally
if nobody ever shaded anything into a plugin again besides their own shit, that would be a dream
and a very space efficient one at that lol
Gradle?
That’s already how mirrors work lmao
Oh
They’re lazily loaded
Oh that makes sense...
You don’t just copy the whole repo
this is bs
int pairExp = (int) ((long) entry.get("exp"));
i guess Paper could just host their own?
i dunno i still don't see why Maven Central doesn't want to serve packages, its sole job
Manjaro dosed the aur a while back if that’s what you mean
I know SkinRestorer accidentally ddosed GitHub I think it was.
😵💫
Wb like the files that say what the latest version js
Are they able to? Isn't the whole point of it downloading the libs to get around the dmca on minecraft?
wait what... for real?
Update checker prob
Those only exist for snapshots, and idk exactly. I expect there’s some caching policy
we are not talking about the same things lmao
i'm talking about Spigot's libraries list in plugin.yml that will download Java dependencies from Maven Central at runtime so that you don't have to shadow them into your plugin jar
We are talking about spigot plugin yml libraries feature
That star said 1 second before me
Nah I get what you're talking about I'm just saying that's one case of why they were downloading the libs.
We’re talking about spigot library loader btw
no you don't, and no it's not lol
Mc jar
this has nothing to do with DMCA or copyright
Wasn't that a debate about it being bad as it targets the main maven repo, which maven doesn't allow?
Ah ok my bad
yes that's what we're discussing right now. My point is that A. it's a good thing as it reduces total filesize and stops huge plugin jars and B. Maven Central's sole purpose in existence is to serve packages, so I don't understand why it wouldn't be allowed to use them to obtain packages
They just don't like the load it may cause I guess
Serving packages for a developers local repo isn’t the same as acting as a CDN for free for potentially millions of servers
I can't see it causing that much more load, there's not that many minecraft servers all things considered
Which is kinda understandable... Mirrors can be made and I feel like md_5 could easily make a mirror for spigot to target
do they not already act as a CDN basically?
Eventually they will probs add a pay wall for their api
i guess someone needs to make Maven Central's job and become a CDN?
Yes but the scale is different
well then this is obviously an untapped market lol
perhaps it is
somebody set up some caching servers
If you can figure out the logistics go ahead
But why would I pay when I could host my own mirror
i mean how do sites like jsdelivr and stuff work
that's exactly the same thing except like 10 million times more
there are way more website visits than Minecraft servers downloading dependencies a single time per update lol
I think they use stuff like CF to cache things
yes which is why the js ecosystem needs stupidly powerful and expensive CDN networks
yeah so we don't even need that much
Tho JSDelivr doesn't like it too if you use them as a cheap image hosting
Btw
How do apt, mvn central, AUR, etc have the money to host?
Donations? Maybe financed by state?
Ads, donations etc..
central is run by sonatype
Like where does the internet archive gets its money?
They host BILLIONS of site snapshots with files and everything
Yes, when I was working on slimjar we asked them about it and they pointed us to a page on the website pretty much saying "please don't do that" lol
There's no ads tho
So unless it's owned by a company it's gotta be donations or smth I havent thought of
Linux repos are often decentralised to a degree
The main page has ads doesn't it?
yeah lots of mirrors for Linux stuff
There might be a few “official” repos paid for by some foundation or sponsors, but often you’ll be using mirrors
i have vivid memories of doing mirrorlists in pacman and stuff lol
Universities often provide Linux repo mirrors
Oh u mean main page
Idk I havent gone to it
But the majority of ppl won't go to the main page
Perhaps that's the main reason maven wants you to use mirrors? Reduces calls -> Less money to pay
let's get universities in on Java dependency hosting
Would make the most sense
That’s exactly the reason lol
It’s the only rational reason
yeah lol
I expect it costs a fair bit to run already
i feel like Paper could pretty easily setup their own mirror though
I personally like Jitpack and what it does tbh
They already do
realistically people download dependencies like, once per plugin update max right
Everyone using it as a CDN would probably multiply the costs by 10
it is not often that new dependencies are downloaded
Simply allows me to have my code on a repo without having to deal with publishing it to MCentral and having to wait up to an hour to process
Should be instant
And I can even define my own group ID for it
Or near instant
Tbh hosting a simple reposilite for projects is very easy and cheap, no need to jitpack
Or for even faster, could use sonatype url
yeah having your own repo >
Just to clarify, you are doing custom yaml/json implementations that will be worse than current ones while not working on your actual server software?
Then it's literally instant
Jitpack works about 30% of the time and makes stinky artifact ids
I just use it because I know it and it's free for me without the need of any account (Except GitHub but I had that way before making API stuff)
But if ur gonna set the gradle and all that the might as well just use like mvn central, no?
Stinky artifact IDs?
ugly
Idk what you mean with that
Hard to figure out at first but for the rest it's just copy paste
Unless this is what mavencentral does, there needs to be a site that just provides links between other repos/repo sites. (Simplistic explanation)
com.github.blah 🤢
What?
Wdym
Hosting your own doesn't have nearly the same requirements as central but yeah sure if you want, some might prefer to just host their own anyways
You can customize it
(Simplistic explanation)
Like here
So basically like what was said above host the repo your self but have others be able to access your repo via this site.
DNS?
so a mirror list
Self hosted repos >>>
real
Just requires a TXT file for git.<domain>.<tld> that points to your GitHub Account
Yeah that’s a lot of rffort
yeah literally DNS lmao
When I could just host my own and have total control
I loved nexus but I love reposilite even more
At least it isn't ugly anymore 😉
^
Some what yeah. But the full repo as well as direct download
Requires vps + domain + users adding own repo (mvn central ftw)
What
you're literally describing DNS, no?
I don’t care + I don’t care + I don’t care
Yapper idk what your trying to say
mvn central requires approval and shit
yep
Why wouldn't anybody have that?
yeah so just host your own
I literally have a jitpack mirror on reposilite because it shits ifself so often
GitHub packages was interesting, but it doesn't allow anonamous downloads which sucks and kinda destroys the entire purpose of a hosting like that
Ye
I'm just saying the first time is tough but after that it's good
I’m pretty sure it does nowadays
man i'm reading the paper plugin PR Glare linked above, some cool stuff here
no more defining commands in the yml, you define them in code and they work with reloading and everything 😌
Hmm trying to find a way to explain it better... yes like a mirror but more like proxy if that makes sense.
Request -> Main site -> self hosted repo -> Main Site -> Response
I think somehow you’ve explained it less
what would be the point of having Main site as a proxy
I wouldn't do that
Bc what if someone submits a malicious one
Malicious mirror
Less storage fees
I like the definition of a separate file.
It would finally allow me to have a single module for Spigot and Paper, getting rid of duplicate code while not having BS stuff like downloading kyori adventure for paper...
why not just have your self hosted directly accessed
Single site, encrypted headway
yeah no I'm pretty hyped
"Encrypted headway"?
For people wanting to home host
Same. The new /pl list looks promising too.
i don't think home hosting would ever be a good idea
Home hosting a mirror used by who knows how many people
and using a proxy maven artifact server to tunnel into your home network is a bizarre proposition
i figured what he meant was like a way to not have to define repositories in your gradle config
just one website that had a big list of where all the artifacts were and could just send you there
that would actually be slightly useful
So main site would just be the link so requests come in and it collects from the repos linked to it no connection between the repos and the "requester"
Oh i see
so yeah literally a proxy for no reason
What about duplicate artifacts and troll artifacts?
for a product that already has massive bandwidth costs and constraints
sure, let's tunnel all downloads through this service, i'm sure that'll be a good idea lmao
I mean just like any site moderation would be needed. By person and/or automated.
Moderated. Users can report.
Maven Central but with the unreliability of tunneling into your desktop PC
Maven central with out its own storage 😉
Like brister said mirror. But no direct connection from requester to repo
What's the point of that?
If you have any questions, let me know. 🙂
I’m the author of the PR.
java.net.ConnectException: Connection timed out: connect
idk where to ask tbh i hope this channel is right
im trying to host my server on my pc (localhost) and it's been working but since 1 month i keep getting thiswhenever i try to run it, server is 1.19 anyone has any idea how to fix it.. been googling for hours
Security for self hosting....
@young mortar ^^
Didn't know if you wanted to ask questions about library loading to Owen
oh snap
What extra security would that bring?
I explained that already
"No connection between requester and repo"?
Also those had to be stored in ram because you said no storage, so what about many users requesting different packages at the same time?
I mean not really, I just hope that Paper can host their own mirror of Maven Central or something so that we can keep and hopefully dramatically encourage the use of listing dependencies somewhere and having them downloaded and shared in a central location
That's what I just said?
Oh yeah Is that paper plugin site out yet?
What advantages would that provide?
Closed Beta from what Glare said earlier
@elfin heath Do you have any input on this? I know we had talked about at one point allowing users to specify what reposed to download them from but that was mid last year so I don't think it really went anywhere. I do know you said that this would kind of replace our system for what I was working on for Paper.
i thought paper repo mirrored central already?
I'm pretty sure they do
As said, closed beta alpha, but pss, don't tell anyone 👀, you can check it here: https://hangar.papermc.io/
oh wow it actually looks quite nice, looks very similar to Modrinth lol
Vue is an interesting choice, maybe I should learn that too lmao
haha, so true
Vite + Svelte + SvelteKit + Tailwind is simply the best combo you can get
have you looked at Astro?
it has taken ahold of me recently for its focus on server side generation/rendering, easy markdown support, nice server-only component framework, and general JS framework interoperability
I have. TBH, it looks quite awesome
I haven't had the chance to use it yet though
Astro is heavily inspired in Svelte if I recall correctly
yeah lotta good stuff
it also seems like a very good choice for a site like the ones i work on where you have mostly static content and just a few pages of interactivity
my big thing is now that I'm going to need to migrate away from just pure Django to using Django as the backend and having a completely separate frontend, and all the challenges that involves
especially difficult because I've never done it before lol
yeah ik
so i can use one framework per page 😌
great way of learning I suppose!
I still haven't figured out which I will use for my personal website
whenever I do it
still have other projects to finish lol
Outside of MC ofc, since my bukkit skills completely suck
lol
I can try forever, I will keep sucking xd
some people just stay at their level and can't evolve
I am stuck at dumb level
¯_(ツ)_/¯
I even wanted to contribute to some OS projects
but like, they do everything so pretty and god damn organized and following all god damn principles that I don't even dare to touch it
lol
I vaguely remember us maybe talking about that? Would be an interesting proposition.
cleaned up the keyboard a little bit
so sad qwertyiop is too many characters wide for an mc menu
@coarse vale nested coming in clutch for backspacing
'backspace':
material: paper
slot: 6
nbt_ints:
- 'CustomModelData:5'
display_name: 'Backspace'
click_requirement:
requirements:
length:
type: '>'
input: '%string_length_{deluxemenus_meta_keyboard_STRING_}%'
output: 1
deny_commands:
- '[meta] remove keyboard STRING s'
- '[openguimenu] keyboard'
click_commands:
- '[meta] set keyboard STRING %nested_3_string_substring_0,{math_0:_{string_length_{deluxemenus_meta_keyboard_STRING_S}}-1}_{deluxemenus_meta_keyboard_STRING_S}%'
- '[openguimenu] keyboard'
How did I do for my first ever GUI title? (I didn't make the beautiful gamemode icons)
what if it was colored in white/anything
I feel the same color as background makes it a little hard to read
also I mean the text itself
Also, you want to keep consistent with shadows
So if your menu (vanilla menus do this) has the light coming from the top left, you want the lighter part to be on the top and the left side (not just top) and the shadows on the bottom and the right side
I'm looking at the header and I see only the top with light, which gives an interesting effect, but I wonder how it would look if the light was also on the left side
Could look better, could look worse 🤷♂️
but you see the icons do the same thing
If you look at my keyboard (edited now) I swapped the slots completely (just rotated them 180 degrees essentially) and it makes them look like buttons that are popping out instead of slots that are indented
but I bet if I swapped the shadows on the outside of the menu itself it would look like slots again iinstead of buttons 
Well, the text shadows play into that as well I suppose
I really am no graphic artist, nor do I really understand everything I'm saying, but 🤷♂️
I’ll try to tweak it and see how it goes!
are you doing a keyboard in DeluxeMenus? x)
https://www.reddit.com/r/technicallythetruth/comments/10zstqg/your_tesla_is_not_in_your_house/j87kfpq?utm_medium=android_app&utm_source=share&context=3 lmao, sounds like smth americans would do, and not only them sadly LOL
lmao
Has anyone bought Hogwarts Legacy?
bought and no
oh bruh
dark souls but midder
thinking about getting it
and more antisemetic
but not sure
lego harry potter went hard
what's the game even about
About creating your own Wizard or something
wizard
Yes and I think it drops in a few months tho
Thats most of the time the case with Epic Games
ew it's on epic
Not necessarily if I am correct
probably not that fast, is it not new?
Dyling Light 2 is now 50% off btw on Epic
Yes, but Epic Games has that sometimes
its on steam
Thanks I guess.
Yep. MiniDigger even tagged me on the Paper server and said he agrees with most points (Except with Spigot still being the more popular choice)
Someone btw shared some funky bugs in discord... Really love one of them being, that the tag is being moved to inside the message
(tried) to tweak it to your suggestions CJ
lol
I think I did a poor job on this but it's whatever, I'm still experimenting 😛
the title is hard to read though
white, black is fine
Gotcha, ty!
with white you have a light color on a very light background
Blame CJ for that
I tried to fix some shadowing but it looks a bit off imo now, the text is nicer though
Same.
When Satisfactory came to Steam did I yeet the Epic Store from my PC
yw
Guys, can you recommend me a good hosting (vps)
?hosting
Free:
- Openshift: https://www.openshift.com/
2gb of memory, automatically expires after 60 days, but you can resubscribe as often as you'd like. - Heroku: https://heroku.com/
No CLI or SSH, no file access, might make your app sleep if you reach monthly uptime limit. - AWS (Free tier) https://aws.amazon.com/free/
Free tier containers from Amazon, expires in 12 months - Google Cloud Platform (Free tier) https://cloud.google.com/
Free tier google cloud servers
For more see: ?hosting-free
Paid:
- OVH: https://www.ovh.com/us/vps/
Full VPS starting at $3.49USD/month, choice of OS, high reliability. - Digital Ocean: https://m.do.co/
Starting at $5/month (USD), you can have your own server with 20GB SSD Disk, and 512MB Memory. - Linode: https://www.linode.com/
Starting at $5/month (USD), you can have a server with 20GB SSD Disk, and 1GB memory - Vultr: https://www.vultr.com/
Starting at $2.5/month (USD), you can have a server with 20GB SSD Disk, and 512MB Memory - Time4VPS: https://www.time4vps.eu/
Starting at €0.66/month, get 20GB Storage, 512MB Memory, 0.5TB Bandwidth, and Daily/Weekly backups.
Various Linux OS distributions, IP addons and instant cPanel/WHM licenses. - VIRMACH: http://virmach.com/
Full Windows and Linux Desktop VPS starting at $7USD/month and $10USD/month respectively. - Sloppy: https://sloppy.io/
Starting at 5$/month (USD) You can have 500MB Memory, 1TB Transfer per month and 16GB of storage. Extra
storage and ram can be bought. - Bithost: https://bithost.io/
Just a forwarder to DO, but here you can pay with crypto currencies like bitcoin, dogecoin, etc
For more see: ?hosting-paid
?hosting-paid
Paid:
- OVH: https://www.ovh.com/us/vps/
Full VPS starting at $3.49USD/month, choice of OS, high reliability. - Digital Ocean: https://m.do.co/
Starting at $5/month (USD), you can have your own server with 20GB SSD Disk, and 512MB Memory. - Linode: https://www.linode.com/
Starting at $5/month (USD), you can have a server with 20GB SSD Disk, and 1GB memory - Vultr: https://www.vultr.com/
Starting at $2.5/month (USD), you can have a server with 20GB SSD Disk, and 512MB Memory - Amazon(AWS) Lightsail: https://amazonlightsail.com/
Starting at $5/month (USD) (first month free), you can have your own server with 20GB SSD Disk, and 512MB Memory. - Time4VPS: https://www.time4vps.eu/
Starting at €0.66/month, get 20GB Storage, 512MB Memory, 0.5TB Bandwidth, and Daily/Weekly backups.
Various Linux OS distributions, IP addons and instant cPanel/WHM licenses. - VIRMACH: http://virmach.com/
Full Windows and Linux Desktop VPS starting at $7USD/month and $10USD/month respectively. - Sloppy: https://sloppy.io/
Starting at 5$/month (USD) You can have 500MB Memory, 1TB Transfer per month and 16GB of storage. Extra
storage and ram can be bought. - Bithost: https://bithost.io/
Just a forwarder to DO, but here you can pay with crypto currencies like bitcoin, dogecoin, etc - Galaxygate https://www.galaxygate.net/
Starting at 3$/month (USD), get 15GB of storage, 1GB of ram, and unmetered bandwidth. - Hetzner: https://www.hetzner.com/cloud
Starting price €2.99/month, good choice of OS, 1 vCPU, 2 GB RAM, 20 GB SSD storage, 10 TB traffic - Revivenode: https://revivenode.com/dedicated.html
Starting price $4/month, you get 1 CPU Core, 2 GB RAM, 12 GB SSD NVME storage
lmao #1070594800950194237
They probably meant 500 or 5000
lets hope so
just laughing at the latest post in #1070594800950194237
If you do paid work people just scam or server is full p2w so it's just easier do everything for free
the issue isn't even the people asking for that amount
the issue is devs accepting those amounts and making it the default
Taking the value of the market
Issue is minecraft servers dont make profit and most cases owner pays those custom plugins
Labor theory of value moment
Hi Emily
who's Emily?
Oh sorry. You're definitely not Emily
Without your mustache, you look a lot like...
Ah well nevermind then!
yeah I shaved
Do you play chess?
Ah, well if you never decide to get back into it hmu.
I'll keep that in mind
Ever*
visual confusion
Is there a way to edit the time on this potion icon?
So instead of it being light gray it could be a different color?
Couldn't find it in the en_us lang file (where night vision was)
not without a mod
That looks amazing!
plot is the same as flashpoint but kinda weird to see kara instead of a skinny superman xd
@daring bear Hey nice menu!
You should checkout using deluxemenus meta to store data
would be a lot faster than javascript for sure
What did yall think of TF trailer?
Amazing, I'm glad the brought the original batman back and also Ben Afleck ❤️ and why is there a Supergirl instead of Superman 😮
Thanks! That helped a lot. I saw in your keyboard menu you opened the menu again after the user clicked on something and I was wondering why dont you just use refresh. What an smart idea. I normally just used refresh for my menus, if someone spam clicked an item with refresh it caused tps drops.
Didnt the main actor do sh@?
Uh, Ezra Miller aka Flash? Yeah, I've heard that too
Such a shame tbh, he's doing good as Flash
I prefer the series show actor
Multiverse. Different people play different characters
Oh definitely. Marvel didn't do it any favors with the general public in the movies either
Yeah
I hope DC will produce some good quality shit, maybe this way marvel will start doing the same again smh
The Batman and Black Adam were great imo
In Gunn we trust 🙏
Everyones allowed their own opinion. While I disagree with the latter, im glad you enjoyed it
This year I think we get 4 movies, The Flash, Aqua Man, Shazam 2 and .. one more
Blue Beetle
costume looks insane
Custome?
Ahh, yes, is great!
And looks like next year they will release some joker movie and in 2025 The Batman 2 ⭐ 🦇
Its weird being excited for more DC films (Flash, Aquaman, Blue Bettle), than Marvel films (Guardians, Antman) this year
Because they sold themselves 
But MAYBE antman will be ok, Black Panther 2 was fine imo
Yea but their shows have not been too bad. Some misses afaik but generally ok IMO
I'm HYPED for Secret Invasion and Loki Season 2
I'm seeing it for Jonathan Majors personally
no thats Paul Rudd. Majors is Kang
Oh yea 😮
you should watch Loki before you watch Antman
It's worth it 🙏
Yeah ik
I wanted to watch them in order, but I fall behind, I didn't expect to release a new show every 2 months smh
Yea. I haven't watched a Marvel show since Moon Knight, they've become overwhelming. Holiday special was pretty good tho
Mhm
I'm holding off of some of them until I see them have effects in the movies. So i'll watch She Hulk when she appears in the next film but I just don't see a reason to see it now
That show is ass
I've read and heard conflicting things but overall consensus is not very good
Is unacceptable for a studio as big as them to release such bullshit, story and effect wise
Is the topic marvel? 👀
Cause I am probably the biggest marvel fanatic in this server
lol
😬
You have been outfanned I am sorry 🙂
wrong, it's me.
Nha, it's impossible.
I can legit answer any questions about the mcu
I'm intrigued by Ironheart, liked her a lot in BP2, Echo just doesn't seem like it has a reason for existing tho IMO
tbh quite disliked the suit...
excited either way but eh... hope they change the suit.
Also, Echo is directly related to Hawkeye and Daredevil
I know but I still don't see a reason for her own show. Just include her in Daredevil or something
Nothing against the actress, but the character didn't give off vibes of being able to hold an entire series for her short appearance in Hawkeye
Echo = Maya btw
I mean, why not?
She's been a support character in the comics
Not everyone needs a spinoff. She Hulk (I haven't seen it) from what i've heard is proof of that
so, giving her the spotlight wouldn't look that bad tbh
Just because she could get a spinoff doesn't mean she should
What type of "fanatic" are you if you haven't even watched everything, pf...
That is true, although, I think it will fit a lot.
She will probably take the mantle of Ronin
Wouldn't be surprised
Also, She-Hulk was nothing out of this world, true, it was fun to what IMO, CGI wasn't the best, sure. But funnily enough they admit it in the last episode (no spoilers)
It quite followed her comics tbh
Another thing we gotta keep in mind is that everything is related and there for a reason in Marvel.
Look at Ms. Marvel and Shang Shi, directly related to antman quantumania
Together with Loki ofc
uhh how lol
you are not informed xD

The rings from shang-shi and the "thing" that ms. marvel uses (forgot the name), are actually advanced technology from the quantum realm, from the quantumania trailers, you can easily see the same technology being used
Yea but I just don't see another reason, as i've said, to see She Hulk for at least another year until she appears again.
With, funnily enough, the same type of writing written in it
Ms. Marvel however I should probably watch this spring some time.
She will appear in the next captain america soooo
captain marvel* no?
agreed, was quite different than the other shows though.
I'd be surprised. already too many villains in that film
Captain America new world order
nop, she will appear in captain america, the cast was already revealed
ah
yeah, she-hulk ^^
Do you need to watch anything before loki?
The only series I will ever stan till the day I die is a Wong Show 🙏
why would she-hulk be the villain? xD
for Quantumania? not rly
Preferably Infinity War and Endgame
In terms of shows
I think it should be centered on Sam and establishing him. Not feature a bunch of other characters
You don't exactly NEED to watch anything before Loki, but if you want a bit of context, I would watch Endgame, which automatically includes infinity war
But to watch infinity war you need to watch thor ragnorok
Think it will, I mean, we don't know.
Just know that Hulk and She-Hulk will be present. Or at least they are in the cast.
Yeah I've watched them two times, is only the shows that I haven't seen yet, and multiverse of madness
multiverse of midness
Finsih Wandavision if you watch DS2
basically, watch everything 😂 welcome to the MCU
Yeah, ik, the old style comedy was hard to digest for me
oh for me too
Especially the first 2 episodes
but that's just the first 3 eps
It gets better
It gets out of that style after
episodes 3-6 are where it peaks imo
yeah
the ending was a bit boring
real
6 yea
yeah
most of them are 6
Good
She hulk is 9 right
I swear Loki is a masterpiece
THE SCORE
Yup, looks good
yes
which of them
de IMDb one of Rotten Tomatoes?
I mean both are good
IMDb could be better but welp
I am actually going to rewatch Loki rn
just cause why fking not
ignores the fact I already watched it 5 times
Except that moon knight opening song
but near
YES
moon knight was a snore after the first few episodes
although Loki soundtrack is also pog
its incredible how they can take the most interesting ideas and make them boring
Oscar Isaac tho 🔥
can kinda agree
Yea I hated the ending. Generic cgi
Loki Soundtrack by Natalie Holt. Arranged and Orchestrated by Yours Truly.
💿 Stream on Spotify, Apple Music & More! ► https://lnk.to/LokiTVA
🎧 Loki SPOTIFY PLAYLIST ► https://spoti.fi/3h87m3j
♫ MARVEL EPIC MUSIC PLAYLIST ► https://bit.ly/2NUGuVB
♫ Support my work on Patreon (HQ Mp3 & Wave)►https://www.patreon.com/samuelkimmusic
👍 Buy me some Co...
Loki my beloved
fr
it was starting out like a psychological mystery and then just turned into boring generic marvel cgi adventure
same with wandavision to a lesser degree
Best outro of all series: https://www.youtube.com/watch?v=183tEhupiSQ
Marvel Studios’ “Loki” features the God of Mischief as he steps out of his brother’s shadow in a new Disney+ series that takes place after the events of “Avengers: Endgame.” Tom Hiddleston returns as the title character, joined by Owen Wilson, Gugu Mbatha-Raw, Sophia Di Martino, Wunmi Mosaku and Richard E. Grant. Kate Herron directs “Loki,” and ...
like PLEASE make a show where it doesnt end with the good guy beating up the bad guy
Wabdavision had a good mystery IMO and the benefit of being the first show and no expectations going in
kinda already exists
Ms. Marvel cough
yeah thats what i mean, the mystery was good but the payoff was boring
TRUE ms marvel solos
I'll have to give it a watch
Ngl, all marvel shows have exceeded my expectations
She-Hulk was low af sooo, it happened to be nicer than I thought lol
WAIT, thoughts on what's the best movie of Phase 4?
I think we might all agree Shang-Shi... (Chi*)
shang chi or spiderman, but neither is saying much
shang chi had a boring ending once again
and spiderman was mostly fanservice
I don't remember well but I liked the movie
Shang-Chi Final Battle
Scene From The Movie: "Shang-Chi and the Legend of the Ten Rings" (2021)
Movie CLIP [4K ULTRA HD]
• Original title: "Shang-Chi and the Legend of the Ten Rings"
• Release date: September 3, 2021
• Country: United States
• Director: Destin Daniel Cretton
• Genre: Superhero, Action, Adventure, Fantasy, Comedy
• Budget: $175 ...
It's marvel, CGI is life
yup
Thor, anyone? 
I think that can easily be placed at the bottom of the list xD
was Shang-Chi's final battle boring cgi to you? 👀
yes
don't remind me of that one
genuinely the worst marvel film ever made
good
im ngl
thats the second
black widow is overhated
Only thing good about Black-Widow was the intro.
it wasnt that bad
I enjoyed it as an origin story but... cgi... was awful
cgi in thor was decent...
no it wasnt lmfao
trust me, it was lmao
it wasnt a very cgi heavy story though
no it was not
have u seen the fucking floating head meme
idk how's possible, they had one scene with CGI and they fucked up very bad 
all the armour theyre wearing looks fake as shit
it's just a gross colourful mess
there are things in Thor that are CGI and you don't even know about it, cause they are so very well made lmao
bad as fuck, I agree bm
yeah true
such as?
can't really compare one scene with an entire movie
yeah lmfao
if you're gonna tell me their helmets were cgi i know because they looked shit
let me find the video
fuck you clyde
ha
Still don't think it deserves the last place in the list tbh
it certainly does, period
it really does
there's nothing good about that movie 
it was an excruciating watch
I regret going to cinema for it, but that's the only reason it was almost acceptable to watch
lmao look what I found online
wakanda forever in F tier??
cmoon, BP2 wasn't that bad 🤣
ive not seen it but surely its not that bad
yeah was also surprised
BP2 is one of the actual decent movies of Phase 4
Spiderman and doctor strange in D and E
lmao
that's all the 30 movies
looks like not much
yea
but it's 30 movies....
I saw hulk and I was like "how did I miss that one??"
over 80 hours of movies
I wouldn't count it tbh
I usually don't
Hulk was very early in the MCU and legit has nothing to do with the MCU...
but welp
hulk doesnt count yeah imo
in what show did they add the villain from hulk, she-hulk?
yea
this is my tier list I think
ah nvm, looks like that's closer to the comics
MY favorite being Captain America: The winter soldier
best movie of the whole mcu, change my mind
I would put it between E and D, Thor.
Wdym?
Check mark and X?
the gui's slots dont look like a normal minecraft inventory
I have a magic wand to make GUIs
Nah just kidding it’s an illusion
It’s two rows, and the check mark and X are two different textures
So
The top of the check is separated from the bottom
Giving the illusion that the gui icons are centered
I can provide a better example as soon as I get on my PC if you want
so its a custom texture pack/
how did you give it functionality so that when you click on it it does something?
since its just a blank space and not an inventory slot technically (?)
Oh it’s an item in a slot
or maybe it's 3 rows and the rest of the slots on the 3rd row have just been changed by the texture pack to look like background
Which is actually the outdated way of doing it now it seems
But, you can now set a slot to AIR and give it click commands
Which is a new feature
Nah it’s 2 rows
Ill send a non texture pack image of it soon
Should help
Here @lucid river
Then there is just two separate item textures for the check mark
The top half of the check is slot 0, then the second half is slot 9
It's just an illusion to make it look like the GUI is a custom size lol, works well though
oh
This ^
BP 2 and Spiderman were my personal favorites
Actually the reason I don't use [refresh] is because you have to open the menu again if you want the title to update
But for your menu I would normally use [close], so if [openguimenu] is working for you with no tps drops that is great to know!
because people hate that
happens often
Oooh thanks for the reply, I dont want to bother you, but can you maybe give me a tip what I can do about this? #1074711151495094292
I'll take a look, getting ready to leave atm
Ah no worries then, You can always take a look when youre available again :D
Hey @mellow root if you didn’t make the work in #showcase please do remove it it’s only work that you made which can be showcased
@mellow wedge DAMN
😂
Woah @mellow wedge
I want that menu. @mellow wedge gib
😂
Actually, is that done in DM really?
Never thought DM would be that advanced, or allow such advanced things
Ye it is and fairly sure its on github
lemme find it rq
wth, it looks like something unnecessarily complex and idk why, performance heavy?
dont think its that bad
Wouldn't it be more beneficial to do it as a plugin?
probs javascript?
JS expansion
what js code did u use?
Youd need to ask CJ
It's actually already in the discord 🙂
check the keyboard showcase for that menu, and here is the edited enter button
https://paste.helpch.at/xiturokamu.lua
@mellow wedge we should prob add these to the templates on the wiki
ya
and it requires JS so it might be useless for people to see 😂
it can prob used for stuff
I was gonna make a kit maker in DM using yalls stuff
just for a fun of it
Heck yeah
we can do it without js
wait
The armor wouldn't be dyed for a preview which would be quite sad
we could always make an expansion
shouldnt be hard at all
script was so easy so
yeah might as well
but probs for not using an expansion atm
I think it needs to be individual basis or have format support
like %hextorgb_ff% gives 255
not %hextorgb_ffff% gives 255, 255
because ffff is obv not 255
as long as that still works for the rgb part
‘ARRESTED DEVELOPMENT’ is being removed from Netflix on March 15, including the 2 seasons that Netflix produced itself.
See what other TV shows are being removed from Netflix: https://t.co/7IyIHC9pc4
%conversion_16:10_FF%
oh wtf
don't even know what series that is
lol
but common L from netflix
I am so proud of myself
I might actually be able to make a color changing GUI per player
Doesn't sound to hard as long as the list of colors is hard coded.
Let me guess: White font image you made and you prefix it with a color?
Mhm
I forgot that's a thing
It is beautiful 🤩
thats cool though
I'm currently still improving it but I wanted to show off an early version regardless
I knew about this because when I was adding custom font images to a sign using copy-paste, the symbol was dark since IA auto-prefixes its emojis with &f
Yeah. I knew that as well but I unfortunately tend to forget a lot
@mellow wedge? 👀
Neat, tho it looks a tiny bit misaligned?
Like when I f.e. look at the right or at the bottom, it seems like it's not a full pixel there?
Yeah defo, that's what I still gotta fix
I have like 3 days of experience with packs
So this is all very new to me (aligning fonts and all)
Yeah. My only experience is with IA. I don't know the exact dimensions for the negative fonts it uses, but I usually have a -8 one applied
Ah yeah I don't even have IA lol
I played around with it a lot. Had quite a lot of fun making custom entities when that feature came out.
I want to try to make a hyper customizable experience in game
Just for QoL that no one cares about but appreciates lol
I really want to also make custom gestures, but only having the player model to animate is.... eh...
Fair enough
We had a bunch of emotes made more MCCosmetics
But alas that seems to be quite dead
At least for now
there is player animator
I mean that's cool and all but like
it's kinda sus that you only have that on menus
and not overall guis
since you can't customize that per player, the players inventory, etc.
so it kinda gets out of sync if that makes sense?
what?
you can make so it works for even vanilla guis on renamed chests etc etc btw
now that is something I am interested in knowing how you do it.
for vanilla guis like anvil, player inventory, etc?
Okay it's not 😂
idk about the player one
Why did I think you can use PAPI for lang files
probably the player one is not possible (?)
Well this is for a lobby server tbf
uhh, you could listen to some listeners n stuff
still doubt you can have different player inventory, etc.
any vanilla gui can only have one fixed texture
to my knowledge
You might be able to put in a fake textured item or something
The only idea I had was to alter the "Crafting" text in the lang files
It would def. open lots of room for customization if they were also able to be customized, you could do "themes" for your players lol
But that's going to get complicated quick
And you can't use papi in mc's lang file
And the text in inventories is client side I'm guessing?
@strange estuary #ecloud-updates message
Sick
so either way, it's a fixed texture
Did you see my GUI CJ?
[meta] set rgb-value STRING %nested_conversion_16:10_{string_substring_0,2_{deluxemenus_meta_keyboard_STRING_}}%,%ascii_32%%nested_conversion_16:10_{string_substring_2,4_{deluxemenus_meta_keyboard_STRING_}}%,%ascii_32%%nested_conversion_16:10_{string_substring_4,6_{deluxemenus_meta_keyboard_STRING_}}%
It's a super neat concept - if I can figure out more about it
This is to set the meta from a 00FF00 input format to 0, 255, 0 format @strange estuary
.
suppose only way you could achieve multiple textures for vanilla guis is via a mod. (closes topic)
Yeah I'm sure less-odd colors would look good
oh wait i see waht you're doing
I just like having presets for people xD
you're doing it for people choose their own outlines
Rn I need to make 5 more textures for each row of GUI
concept
Mhm
It's absolutely beautiful
Excessively long, just as nested placeholders should be
also, you don't need ascii i found
only if you want a space at the END/START of meta
[meta] set rgb-value STRING %nested_conversion_16:10_{string_substring_0,2_{deluxemenus_meta_keyboard_STRING_}}%, %nested_conversion_16:10_{string_substring_2,4_{deluxemenus_meta_keyboard_STRING_}}%, %nested_conversion_16:10_{string_substring_4,6_{deluxemenus_meta_keyboard_STRING_}}%
no ascii 
Very very cool
i honestly think rgb to hex would be more useful in general
easy to do with conversion 😉
@blazing oar
Solved it
Here's how you do it (at least for the player inventory):
Make a custom model data of a leather armor piece
Make the leather armor piece the same shape as the GUI
Put the leather armor piece somewhere
Color it with the same placeholder
This wouldn't work for say a survival server without giving up a slot or something, but it's technically possible
Heck you could even find a clever way to clone someones item when they open a GUI, replace their item with the color, then replace it back to their item when it's closed or something
It's overly complicated for non-player inventories, but it's cool that it's possible regardless
Items can spand beyong their own slot?
hmm
That's actually sick ngl...
opens possibilities for things like "Themes"