Pretty cool. Not many have the balls or the patience to actually try and compete with Spigot or Paper, but hats off to you for doing it! I'd contribute if I could, but I don't know rust :/
i love the memes and humor in these but to give constructive feedback: ngl you sound like you recorded this just after your alarm went off on a monday morning ^^ Still a funny video though! I hope making videos doesnt distract you from working on Pumpkin. I'm really excited about it.
Something tells me the difference in performance is mainly the lack of security patches and anti exploit features built directly into Minecraft server distributions like paper or bukkit and what not, but none the less this is an impressive technical feat and the building blocks for something truly sick.
I actually found out about Pumpkin before, but i didn't know you also made a video. Very nice Project. I myself tried to make a minecraft server before but i didn't really had the motivation to finish it. I also wondered if I could somehow manage it to create an api to load java mods if I would ever get it somehow working. I'm very excited how Pumpkin will develop. Grüße
Great video man! Amazed how this is actually not that bad of a software either. But PLEASE turn up the volume of your voice or something, I can barely make out what youre saying
so cool ! Also a great video and it's just the first one wow ! someone already spotted it but yeah the monotone voice is... unexpected ? if i knew rust i would help you (maybe in thousand years)
That's such a cool idea, I hope this keeps on going. This is like the stuff that should have happened ages ago but no one really did it. But you are doing it and I find it to be very cool
like the name but i like pumkins too XD so yeah maybe that is the reason i wish you good luck with the software i hope it is going to be big if it is dont forget me XD
I actually started doing the same thing just recently. I also built it in rust (of course) but i have only basic stuff like ping and status working this far, so no joining yet, but i enjoyed it this far. I got stuck for so long on writing strings with such a minor detail, so it took me quite long to get there until i figured out i could enable more logging in the client, because other client implementations in python etc. worked, but the actual client just said internal error while decoding. That was so annoying and took me hours just to find something that made me write strings with 2 bytes offset😅 the fix was done in seconds after i realized what was wrong xD
The problem with writing new server software is the lack of adoption. All the plugins are written for bukkit/spigot/paper and unless you're able to make them work (unlikely) then you won't find many people willing to jump ship. It's a shame because we're stuck on unoptimized software, but the plugin ecosystem has already developed around it. I wish you luck regardless.
@@TOZAI’d hope that a secondary scripting language (Micropython, ChaiScript, JS) is added. Lua is painful for some people with its syntax (including me.)
Bukkit was released in 2010 and actually there was even a predecessor called hMod. Bukkit was already starting to get replaced by Spigot in 2012. Both have been striked in 2014 and only Spigot came back after strike by switching to their build kit so no idea how you came up with 2013.
@@GraphiceNerd uhm i download the server software and i love coding but that..... heelpppp..😅😂 is ther another simpler way (im sorry my english is so bad becouse im from germany😅)
People make forks of the vanilla software instead of writing custom software because the players want the same behaviour as the vanilla software has. If you would make everything work the same as it works in the vanilla software the performance issues that exist would still be there because most things that can be optimized without changing behaviour have been optimized. The only problem with the current vanilla software is that it is written in java, which could be compiled to machine code.
Jooo… I saw a very big TH-cam make an video about this. th-cam.com/video/meup98Okxwk/w-d-xo.htmlsi=F2OoWFmztDU75LWQ It should interest you if you didn’t already see it
"Why?" - "No idea".
Holy shit, this is unbelievably hilarious. I think Pumpkin is an awesome name, and this is a cool project, all the best!
Hell yeah, keep doing it man you are literally insane!
Haha thanks. I will try my best :D
Pretty cool. Not many have the balls or the patience to actually try and compete with Spigot or Paper, but hats off to you for doing it! I'd contribute if I could, but I don't know rust :/
Hey. Thanks :D. Rust is great!. I recommend looking at the Rust Online book, Its great for learning the Language. Good Luck ❤️
I'm excited to see where Pumpkin goes! Already running it ;)
i love the memes and humor in these
but to give constructive feedback: ngl you sound like you recorded this just after your alarm went off on a monday morning ^^
Still a funny video though!
I hope making videos doesnt distract you from working on Pumpkin. I'm really excited about it.
Thanks haha. Ye i have a monotone voice in general. I will try my best next time. ty :D
Exactly what I imagine somebody who decided to rewrite the entire minecraft server engine in Rust.
Something tells me the difference in performance is mainly the lack of security patches and anti exploit features built directly into Minecraft server distributions like paper or bukkit and what not, but none the less this is an impressive technical feat and the building blocks for something truly sick.
I actually found out about Pumpkin before, but i didn't know you also made a video. Very nice Project. I myself tried to make a minecraft server before but i didn't really had the motivation to finish it. I also wondered if I could somehow manage it to create an api to load java mods if I would ever get it somehow working. I'm very excited how Pumpkin will develop. Grüße
Great video man! Amazed how this is actually not that bad of a software either. But PLEASE turn up the volume of your voice or something, I can barely make out what youre saying
so cool !
Also a great video and it's just the first one wow !
someone already spotted it but yeah the monotone voice is... unexpected ?
if i knew rust i would help you (maybe in thousand years)
Thanks haha, Yeah my great voice 😅
That's such a cool idea, I hope this keeps on going. This is like the stuff that should have happened ages ago but no one really did it. But you are doing it and I find it to be very cool
Thanks you so much ❤️
I recommend turning up your mic volume a lot for the next video.
I will haha. Thanks :D
@@GraphiceNerd I also just noticed that we both have "nerd" in our channel names! 😆
Your right haha
@@GraphiceNerd :D
@@GraphiceNerdalso your voice is monotone so try speaking with more inflection, kinda hard to understand u
something says me that you are german
:D
Another german guy! 😂
@@GraphiceNerdsomething says me that he lives in BaWü.
Jk I don’t think that he lives there.
BTW: the spigot pronunciation kills me
super underrated, nice work!
Thank you very much 🙂
Thanks for all your hard work!
❤️
so awesome. inspiring me to learn rust
That is realy amazing, it could actually revoltionize mc multiplayer
Thanks. I hope it will :D
1:06 - how did my broken head player get in this video lol.
keep going! 💪
🔥❤️
please make more videos on this! this is the type of thing im really interested in
I will. When i have time, Currently pretty busy working on Pumpkin :D
@@GraphiceNerd awesome! love the dedication to this project. Wish you the best of luck!
You are underrated!
Thanks 😁
like the name but i like pumkins too XD so yeah maybe that is the reason i wish you good luck with the software i hope it is going to be big if it is dont forget me XD
5:30
Liquidbounce spotted ❗🤯
😅
hopefully this becomes the next server software
I hope that as well
Your voice is very satisfying
"How do you know that I'm german?"
I am too
I actually started doing the same thing just recently. I also built it in rust (of course) but i have only basic stuff like ping and status working this far, so no joining yet, but i enjoyed it this far.
I got stuck for so long on writing strings with such a minor detail, so it took me quite long to get there until i figured out i could enable more logging in the client, because other client implementations in python etc. worked, but the actual client just said internal error while decoding. That was so annoying and took me hours just to find something that made me write strings with 2 bytes offset😅 the fix was done in seconds after i realized what was wrong xD
keep going don't give up.
❤️
Sehr cooles Projekt und dann noch in Rust. Ich hab als Open Source Minecraft Server Software bis jetzt nur Cuberite gekannt
Danke sehr :D
Nice Video. What IDE do you use for Rust?
Hey. Im using Zed
The problem with writing new server software is the lack of adoption. All the plugins are written for bukkit/spigot/paper and unless you're able to make them work (unlikely) then you won't find many people willing to jump ship. It's a shame because we're stuck on unoptimized software, but the plugin ecosystem has already developed around it. I wish you luck regardless.
cool project imma star the repo
🙂
In what language are you planning to do plugins? Rust, Java or maybe Lua?
Its not 100% sure, We wanted to use WASM (multiple languages supported). But its a pain, Now im thinking of using Rust
@@GraphiceNerd yea, wasm is really hard to implement, but i heard that lua is relatively easy to implement in rust
@@TOZAI’d hope that a secondary scripting language (Micropython, ChaiScript, JS) is added. Lua is painful for some people with its syntax (including me.)
@@GraphiceNerd maybe add java for the people that already can program in java because they made already plugins :)
Good luck!
Thanks!
This is dope
I wonder if Pumpkin is even doing anything with world spawn chunks. I guess without saving chunks it doesn't matter
solid video 👍
Ty 🙂
Bukkit was released in 2010 and actually there was even a predecessor called hMod. Bukkit was already starting to get replaced by Spigot in 2012. Both have been striked in 2014 and only Spigot came back after strike by switching to their build kit so no idea how you came up with 2013.
nice work!
Thanks😁
1:06 oh hey i know some of those people
gonna use your core for my 60 mb "server"
Can we get the wikipedia article link what you just read at 5:13? And also for the github gist file?
Hey. Its wiki.vg wiki.vg/Protocol :D
Pumpkin chain
2:00 Spaigot
yooo Pumpkin ?!
7:07 freelook is banned on hypixel 🤓👆
Edit: it seems that was recorded in 2021 so I guess it wasn't banned yet, oh and great video and project!
Hey, I was using replay mod. So its not a game advantage.
Thank you 🙂
i wonder how it gonna do in ARM CPUs but first i need to know if there's some ARM version
You can just compile it for ARM
@commander3494 nice
cool
is it possible to add plugin development support ?
Yes, I plan to add Plugin support. But its currently not there yet
krass
Danke :D
it took me some time to understand your speaking english
french detected, launching missile
🤔
Oooo very fast
Krankes, video ich versuche mich gerade an einem Websocket in C. Aber ich wäre fast eingepennt. Bisschen mehr Enthusiasmus. Kuss
Gute Englisch
Danke danke 😅
I HATE THE REGISTRY DATA PACKET
Is this Win 7? XD
Nope, Linux Gnome :D
@@GraphiceNerdWhich distro? OpenSuSE? (I use NixOS personally)
The volume 😭 pls i literally cant hear anything unless my computer is at 100% volume
Sorry. I also noticed that its way too quiet. Will try to fix then i make a new Upload
i dunno, looks like a pineapple to me
Hmm wie weiß ich das du deutsch bist?
Haha, Kleiner Akzent :D
U must add plugins 😭😭
I will :D
@ thaankksss🥳🤩
Can you show how to code a simpler version?
I mean... What do you understand under an Simpler version ?
@@GraphiceNerd uhm i download the server software and i love coding but that..... heelpppp..😅😂 is ther another simpler way (im sorry my english is so bad becouse im from germany😅)
People make forks of the vanilla software instead of writing custom software because the players want the same behaviour as the vanilla software has. If you would make everything work the same as it works in the vanilla software the performance issues that exist would still be there because most things that can be optimized without changing behaviour have been optimized. The only problem with the current vanilla software is that it is written in java, which could be compiled to machine code.
Pole spotted or?
Your monologue was so lifeless that it was impossible to listen to it
people who play video on 1.5x ----------->
No one does this. Your dopamine receptors are long gone
Jooo…
I saw a very big TH-cam make an video about this.
th-cam.com/video/meup98Okxwk/w-d-xo.htmlsi=F2OoWFmztDU75LWQ
It should interest you if you didn’t already see it
Already saw it. But thanks
Did you see that a youtuber covered your project? /watch?v=meup98Okxwk
You mean Theo right ?. Yep im so Happy he discovered it :D