- Видео 53
- Просмотров 1 129 343
CodedRed
США
Добавлен 5 апр 2019
Hello, fellow coders!
Dive into the realm of Spigot Plugin Development with me, CodedRed! Through my in-depth tutorials, I aim to bolster the skills of aspiring plugin developers and enrich the Minecraft community with innovative features. Let's craft a remarkable gaming experience together!
Here are some resources to ignite your coding journey:
Connect on Discord: discord.gg/gqwtqX3
Explore the Spigot Developer Hub: hub.spigotmc.org/
AutoSpigotBuilder Script: github.com/CodedRedGIT/AutoSpigotBuilder
Grab skins at MineSkin: mineskin.org/gallery/1
Decode with MiniDigger's MapViewer: minidigger.github.io/MiniMappingViewer/#/
With a blend of thorough explanations and unique insights, my videos are designed to make plugin coding comprehensible and engaging. Subscribe and let’s code the extraordinary!
Dive into the realm of Spigot Plugin Development with me, CodedRed! Through my in-depth tutorials, I aim to bolster the skills of aspiring plugin developers and enrich the Minecraft community with innovative features. Let's craft a remarkable gaming experience together!
Here are some resources to ignite your coding journey:
Connect on Discord: discord.gg/gqwtqX3
Explore the Spigot Developer Hub: hub.spigotmc.org/
AutoSpigotBuilder Script: github.com/CodedRedGIT/AutoSpigotBuilder
Grab skins at MineSkin: mineskin.org/gallery/1
Decode with MiniDigger's MapViewer: minidigger.github.io/MiniMappingViewer/#/
With a blend of thorough explanations and unique insights, my videos are designed to make plugin coding comprehensible and engaging. Subscribe and let’s code the extraordinary!
Coding a Clickable NPC | Packet Reader | (Ep. 2) Spigot 1.17.x
Wow, no wonder why y'all wanted to see an updated version of this... 1.17 NMS really ruined the packet reader :( In this video, I went over how I manage to perform clickable packet events with a packet reader. However, there are many other ways to handle a clickable packet event! I will hopefully make videos on the other ways soon but below I listed other techniques.
Other ways to handle custom packet events:
1: Use papermc spigot fork API.
- In papermc there is an event called "PlayerUseUnknownEntityEvent" which detects unknown entity events. However, when using this event it will only work for servers running paper!
2: Use ProtocolLib!
- ProtocolLib is a great API for packets, check this...
Other ways to handle custom packet events:
1: Use papermc spigot fork API.
- In papermc there is an event called "PlayerUseUnknownEntityEvent" which detects unknown entity events. However, when using this event it will only work for servers running paper!
2: Use ProtocolLib!
- ProtocolLib is a great API for packets, check this...
Просмотров: 10 734
Видео
Creating a Corpse Entity | (Ep. 1) Spigot 1.17.x
Просмотров 13 тыс.3 года назад
Today we are talking about dead bodies! Wait... I mean sleeping NPCs! This is an awesome feature to add to your minigames! It is fairly easy however with all the changes with Spigot it can be challenging. I did first code this in 1.16, the code for that version is in a Pastebin below. I hope you all do enjoy this video, I haven't recorded a coding tutorial in a while so it may take a little to ...
How to use IntelliJ with NMS and Maven | Spigot 1.17
Просмотров 21 тыс.3 года назад
Another IntelliJ video! In this video, I go over how to use NMS with Maven in IntelliJ! It is super easy but can be confusing to new devs. This will be the last IntelliJ video for a while, the next videos will be all about CODE! Links JetBrains Toolbox: www.jetbrains.com/toolbox-app/ Java 16 Download: www.oracle.com/java/technologies/javase-jdk16-downloads.html Buildtools: www.spigotmc.org/wiki...
How to set up IntelliJ for Spigot 1.17 with Maven
Просмотров 19 тыс.3 года назад
Woo, an IntelliJ video! In this video, I go over how to completely set up IntelliJ. The video is targeted at people new to IntelliJ. I show you how to download/use plugins, use maven, add dependencies/repositories and build your project! I hope you all enjoy this video, many more to come! Links JetBrains Toolbox: www.jetbrains.com/toolbox-app/ Java 16 Download: www.oracle.com/java/technologies/...
Introduction to Reflection | (Ep. 10) Advanced 1.16.x Spigot Coding
Просмотров 9 тыс.3 года назад
Introduction to Reflection! In this video, I go over reflection in the best way I could explain it. This should help you understand what you are actually doing and will let you be able to use more packets and NMS reflection in the future! We start by creating a simple auto cobblestone gen collector that uses the PacketPlayOutBlockBreakAnimation along with reflection. I do hope you all enjoy thi...
Custom Persistent Data Types | (Ep. 9) Advanced 1.16.x Spigot Coding
Просмотров 6 тыс.3 года назад
Time to continue our talk about Persistent Data Containers! In this episode, I talk about custom persistent data types. This allows us to save whole custom objects to the containers. This way, we can get more data out of our container without having to save multiple values or even multiple namespaced keys. I hope you all enjoy this video, see y'all in the next one :) NOTE: This came out in 1.14...
Persistent Data in Blocks | (Ep. 8) Advanced 1.16.x Spigot Coding
Просмотров 11 тыс.3 года назад
Time to learn Persistent Data Containers! This tutorial goes over a very basic persistent data container that holds the owner of a chest and does not allow other users to open the chest. I hope this tutorial helps you all understand PDC. More to come about Persistent Data Containers, but I figured since this in my first tutorial about it we should start off simple. Thank y'all! NOTE: This came ...
Custom Images on Maps | (Ep. 7) Advanced 1.16.x Spigot Coding
Просмотров 8 тыс.3 года назад
I'm back! New videos every Monday and Friday! I hope y'all do enjoy this video about how to put custom images on maps. I show a very simple example by translating a png link to a custom map! This is a super cool addition to any plugin or server! You can make truly custom rewards, stat info, banners, and more. Please join my discord server to request video topics! Happy to be back. ➣➣➣ ImageMana...
Custom Player Skins | Christmas Special | Spigot 1.16
Просмотров 11 тыс.4 года назад
Merry Christmas and Happy Holidays! I hope everyone is having a jolly day filled with many new tech gifts :D In this video, I quickly go over how to change the player's skin on the JoinEvent, it is so easy! This code will work in older versions if you use reflection or abstract classes to get the versions NMS imports. Thank you all very much, more videos coming soon. P.S I lost all my settings ...
Coding Herobrine | Halloween Special | Part 2
Просмотров 4,1 тыс.4 года назад
Part 2 is here! Finish coding your spooky Herobrine and learn how to do some awesome effects with NPCs! I hope y'all enjoyed this plugin, more videos coming soon! (Bedwars is in the works!) P.S I lost all my settings for my video editor so it may take me a few videos to get it perfect again. Thank you for watching :) ➣ MineSkin: mineskin.org/gallery/1 ➣ NPC Videos: ruclips.net/video/Ema8_qxQAXM...
Coding Herobrine | Halloween Special | Part 1
Просмотров 6 тыс.4 года назад
Happy Halloween! This is part 1 of the coding Herobrine Halloween Special! I hope you all enjoy this episode and learn something new :D I went over a nice NPC and PacketSender class in this video and in the next we will code the Handler class that manages the whole Herobrine event! Stay safe see y'all in the next one. ➣ private GameProfile getSkin() { // Skin #994316404 generated on Feb 6, 2020...
Coding a Custom Textures Plugin | (Ep. 4) Advanced 1.16.x Spigot Coding
Просмотров 32 тыс.4 года назад
Wooo! Custom textures finally :) Since this is my first custom textures video, I made it pretty simple. There is definitely a lot we can do with textures as well as multiple ways to apply it to a player but first, we need to learn the basics. In this video, I explain how a texture pack works, how we make our own, and finally how to apply it to a player with a plugin! In addition, I explain how ...
Coding a New Natural Mob | (Ep. 3) Advanced 1.16.x Spigot Coding
Просмотров 14 тыс.4 года назад
In this episode, I talk about how to spawn a custom mob naturally into your world! It is very simple, just uses an event but you need to make sure you code it correctly or lag may occur. When making the "spawning chance" I recommend making it very low however, this ultimately depends on the mob! I hope you all enjoy this video, many more coming soon :) [CHALLENGE CODE] In this video, I challeng...
Coding a Custom Creature | (Ep. 2) Advanced 1.16.x Spigot Coding
Просмотров 20 тыс.4 года назад
In this episode, I talk about custom mobs in a bit different way. This time we extend the EntityCreature class and not the specific entity! This way we're able to have one class for all the entity types we want to modify :) Please note: The pathfinder goal used for this video was featured in a past episode, it was made for "walking" entities and not flying ones :) Custom Pathfinder goal video: ...
Coding a Tag Plugin | (Ep. 1) Advanced 1.16.x Spigot Coding
Просмотров 17 тыс.4 года назад
Welcome to Season 3! I'm back with more videos! Thank you all for the patience this past ~3 weeks, I am super happy to return with new plugin tutorials and series. The Bedwars series is coming soon! But until then I will be releasing episodes to this series :D Thank you all for your suggestions and comments. I love this community and am happy to help new coders! Please feel free to join the Dis...
Advanced Spigot Coding | Paint Plugin | (Ep. 11) Spigot 1.16
Просмотров 5 тыс.4 года назад
Advanced Spigot Coding | Paint Plugin | (Ep. 11) Spigot 1.16
Advanced Spigot Coding | Attribute Modifier | (Ep. 10) Spigot 1.16
Просмотров 12 тыс.4 года назад
Advanced Spigot Coding | Attribute Modifier | (Ep. 10) Spigot 1.16
Advanced Spigot Coding | Hex Color Codes | (Ep. 9) Spigot 1.16
Просмотров 17 тыс.4 года назад
Advanced Spigot Coding | Hex Color Codes | (Ep. 9) Spigot 1.16
Advanced Spigot Coding | Multiple Version NMS | (Ep. 8) Spigot 1.15/1.16
Просмотров 16 тыс.4 года назад
Advanced Spigot Coding | Multiple Version NMS | (Ep. 8) Spigot 1.15/1.16
Advanced Spigot Coding | Animated Tab | (Ep. 7) Spigot 1.15
Просмотров 14 тыс.4 года назад
Advanced Spigot Coding | Animated Tab | (Ep. 7) Spigot 1.15
Advanced Spigot Coding | Custom Pathfinder Goals [Pet Plugin] | (Ep. 6) Spigot 1.15
Просмотров 16 тыс.4 года назад
Advanced Spigot Coding | Custom Pathfinder Goals [Pet Plugin] | (Ep. 6) Spigot 1.15
Advanced Spigot Coding | Removing Pathfinder Goals | (Ep. 5) Spigot 1.15
Просмотров 5 тыс.4 года назад
Advanced Spigot Coding | Removing Pathfinder Goals | (Ep. 5) Spigot 1.15
Advanced Spigot Coding | MySQL Part 2 | (Ep. 4) Spigot 1.15
Просмотров 14 тыс.4 года назад
Advanced Spigot Coding | MySQL Part 2 | (Ep. 4) Spigot 1.15
Advanced Spigot Coding | MySQL Part 1 | (Ep. 3) Spigot 1.15
Просмотров 22 тыс.4 года назад
Advanced Spigot Coding | MySQL Part 1 | (Ep. 3) Spigot 1.15
Advanced Spigot Coding | Custom Creeper Explosion | (Ep. 2) Spigot 1.15
Просмотров 8 тыс.4 года назад
Advanced Spigot Coding | Custom Creeper Explosion | (Ep. 2) Spigot 1.15
Advanced Spigot Coding | Custom Mobs | (Ep. 1) Spigot 1.15
Просмотров 39 тыс.4 года назад
Advanced Spigot Coding | Custom Mobs | (Ep. 1) Spigot 1.15
How to make a Spigot 1.15+ plugin (Ep27) Implementing Vault
Просмотров 11 тыс.4 года назад
How to make a Spigot 1.15 plugin (Ep27) Implementing Vault
How to make a Spigot 1.15+ plugin (Ep26) Using Dependencies (PAPI)
Просмотров 9 тыс.4 года назад
How to make a Spigot 1.15 plugin (Ep26) Using Dependencies (PAPI)
How to make a Spigot 1.15+ plugin (Ep25) BossBars
Просмотров 17 тыс.4 года назад
How to make a Spigot 1.15 plugin (Ep25) BossBars
How to make a Spigot 1.15+ plugin (Ep24) Animated Scoreboards
Просмотров 12 тыс.4 года назад
How to make a Spigot 1.15 plugin (Ep24) Animated Scoreboards