1:09:35
Spigot Plugin Tutorial | External APIs
In this video, we go over external plugin APIs. We also go over how another plugin would hook into your API. It also covers using ...
10:07
Never Use The Spigot Scoreboard API Again!
The Spigot Scoreboard API can be incredibly complicated to learn, especially because it isn't designed for how most people use it ...
11:14
Menu API for Minecraft | ASMR Coding | Spigot / Paper 2023
Support me: https://github.com/sponsors/SimpleMineCode Discord: https://smcode.io/discord Code: https://smcode.io/code/ ...
5:25
Spigot Plugin Development - 66 - SimpAPI Introduction
In this episode, I introduce to you my new SimpAPI. This will allow you to make Spigot MC Plugins much more easily than before ...
38:51
Spigot Plugin Development - 89 - Packet Events Library
In this episode of the Spigot Minecraft plugin series, I show you how to use the Packet Events library to listen to and send packets ...
6:27
Today we are learning on how to created our first spigot plugin with Spigot API. Please be sure to check out our Discord for latest ...
11:10
Spigot Plugin Development - 25 - Using APIs (Plugin Dependencies)
In this episode, I show you how to use someone else's plugin API within your own plugin in IntelliJ & Maven. There aren't many ...
27:18
Spigot Plugin Development - 77 - Map API with Cute Pics
In this episode of the Spigot series, I show you how to use the Bukkit map API to make custom maps. You can draw images, text, ...
23:50
Spigot Plugin Development - 43 - Vault Economy API
In this episode, I show you how to use the Vault API to interact with economy plugins. After knowing this you can integrate your ...
30:05
Spigot Plugin Development - WorldGuard API
In this video, I show you how to use the WorldGuard API in a plugin. #minecraft #minecrafttutorial Code: ...
29:47
Spigot Plugin Development - 60 - Player Vault Plugin
In this episode, I show you how to make a player vault plugin. Each player gets their own personal inventory to store items which ...
13:50
Spigot Plugin Development - 8 - Command Arguments
In this video, I show you how to process and work with command arguments for your Spigot plugins. Command arguments allow ...
32:03
Spigot Plugin Development - 47 - QuarterMaster Part 2
In this episode, I show you how to integrate a MongoDB database with the Quartermaster plugin. We further add a LockUtils class ...
14:04
Spigot Plugin Development - 4.5 - Commands Part 1 🚰
In this episode of the Spigot Tutorial, I show you how to create commands for your plugins. I also show you how to create aliases ...
12:11
Spigot Plugin Development - 5 - Commands Part 2 🚰
This episode, I show you the second way to create commands for your spigot plugins. Separating them into classes makes things ...
13:59
Project Setup & First Plugin | Make a Spigot Plugin Using Spigot API [1]
Hello, in today's video, I'm going to be showing you guys how to create a Spigot plugin using Spigot API Join My Discord: ...
30:10
Making Minecraft Plugins Ep2 - Using Spigot API and Creating a Command
Hey guys, Kiwi here. Today I will be starting off my new series on making minecraft plugins with Spigot. I will be using IntelliJ and ...
1:08:38
Spigot Plugin Development - 87 - NPCs with Artificial Intelligence (OpenAI GPT-3)
In this video, I show you how to make a plugin that uses OpenAI's easy to use AI to have meaningful conversations with an NPC in ...
8:27
AuthMyProject | Bukkit/Spigot plugin
If you're a developer and you want to secure your project more than it currently is, this is something you may be interested in!
1:09:20
Spigot Plugin Development - 72 - Understanding NMS
In this video, I introduce you to the topic of NMS, which stands for net.minecraft.server and is the vanilla server code for Minecraft.