How to a Spigot/Bukkit plugin for Minecraft Part 4: Adding the functionality

Ethan Roberts
4 min readJun 14, 2020

In the previous part of my tutorial series, we created a command. This command would output “Hello World” when executed.

What do we want to achieve?

With my plugin I want to let the player fly (like in creative) when running the command. You need to have your idea in mind with the next…

--

--