Examples
WARNING
Please make sure you have read all the other tutorials before reading this one !
In this section, I will be guiding you through popular scenarios on the BUKKIT
platform
We will be creating some popular command examples as below.
📄️ GameMode Command
This is a simple example of how you could create a gamemode command in minecraft (using bukkit), along with its shortcuts (e.g: /gms, /gmc).
📄️ Kill Command
We will be recreating the command /kill , we will need to use TargetSelector parameter type provided by Imperat\
📄️ Rank Command
This example is very advanced and would require you to have some experience with Imperat and Java.