software development
-
Permissions – Minecraft Plugin Development Ep. 3 (2022)
X
Video Information Server owners who use your plugins are going to want the ability to manage who can use what features that you offer for example here whenever i place on a torch a diamond block spawns instead and of course server owners might want this to only be allowed to certain people who Have bought a rank or some other type of requirement in order to do this we can use something known as permissions and it’s actually pretty simple so if i go over into my code here i’m simply listening for whenever a block is placed if… Read More
-
How to use configuration files – Minecraft Plugin Development Ep. 4
X
Video Information Hey everyone this is alex from wornoffkeys.com and in this video i’m going to be showing you how to create your own configuration files for your minecraft plugins before we start i want to quickly mention that i’m going to be making my own server live here on youtube so if you’re interested in Watching how that works as well as interact in public beta testing head over to blockblast.net it should send you to a page like this one where you can join the discord server for more information so there’s actually a decent amount of things… Read More
-
Custom Items – Minecraft Plugin Development Ep. 5 (2022)
X
Video Information Creating custom items in your spigot plugins is actually fairly simple if you’re new to java then you might struggle to follow along with my minecraft tutorials don’t worry though i have a complete java course that you can watch for free by signing up for a free trial of skillshare this course has Around 50 videos and nearly 4 hours of content that are all designed for the beginner so if you’re new to java then this is the perfect place to start go ahead and click on the link in the description or in the pinned… Read More
-
Introduction – Minecraft Plugin Development Ep. 1 (2021)
X
Video Information Hey everyone this is alex from wornoffkeys.com and welcome to episode one of my minecraft plugin development series in this video we’re going to be installing our ide which is just a fancy text editor to actually write our code and convert that into a minecraft plugin we’re also going to be setting up a Basic local server on your computer and then trying to run a very basic plugin but before we get into that it’s really important that you already know the basics and the fundamentals of the java programming language because i won’t be diving… Read More