Minecraft plugin which implements death when Player stepping on specific block!
DeathStep
Minecraft plugin which implements death when Player stepping on specific block!
First of all, clone the current repo with proceed code below. git clone https://github.com/viamane/DeathStep.git cd DeathStep
Now, open your terminal and make sure it follows DeathStep path.
After, you can execute the following command below into your terminal:
mvn clean package
Otherwise, you can use already pre-compiled .jar file, its located in the project folder!
NOTE This project currently supports only PaperMC, also this project tested in 1.20.1 version, so i don't know about others.
Please consider PaperMC documentaries to setup your server.