Ep1. Creating A Velocity Plugin - Velocity Plugin Tutorial

In the first video of this series we will be creating our first Velocity plugin for Minecraft's Velocity mod. Velocity is a proxy like BungeeCord allowing you to connect Minecraft servers together.
I will be using a different, faster and simpler structure than other tutorials and save you a lot of time.
By the end of this video you will have a plugin ready and working with methods similar to what you are used to in Bukkit (onLoad, onEnable and onDisable).
== RESOURCES ==
VelocityPluginTemplate: github.com/kangarko/VelocityP...
== COURSES ==
Learn Java & Minecraft Plugin Development: mineacademy.org/project-orion...
Forge Modding: mineacademy.org/forge-mastery...
#coding #code #tutorial #money #developer #java #minecraft #minecraftplugin #bukkit #spigot #spigotmc #paper #paperspigot #programming

Пікірлер: 4

  • @Poreyy
    @Poreyy2 күн бұрын

    That's a nice template. I usually create project templates from scratch because the Minecraft Development Plugin contains quite a lot of outdated stuff, such as Maven plugins, for instance.

  • @peninja_
    @peninja_2 күн бұрын

    So what is the point of making a velocity plugin? What would I use a Velocity Plugin for?

  • @spgaming1272

    @spgaming1272

    Күн бұрын

    any plugin that needs to manage some kind of state across multiple server instances

  • @norius_tv

    @norius_tv

    Күн бұрын

    You can Velocity use like BungeeCord for multiple servers on your network