A 1.18.1 plugin for your next minecraft challenge
Requirements:
If you have both of the above requirements you can skip to cloning the git repo and generating the plugin files.
If you haven't installed git on your system go and do so it is REQUIRED for setting up a working build environment.
IntelliJ IDEA is an integrated development environment and used to generate the plugin, if you haven't used it before we will need to download and install it.
-
Make sure that you have installed Git and IntelliJ IDEA.
-
Clone the repository:
git clone https://github.com/KampfZomby/Minecraft-Timer-Plugin.git
-
Open IntelliJ IDEA and download the Minecraft Development plugin
-
Open the project and build it
Pull the latest changes from this repository.
With a command line it is as easy as:
git pull
listener/
all features that are waiting for something like someone joining are heretimer/
includes everything related to the timerPlugin.java/
main file
/timer
opens a menu/timer resume/start/run
to start the timer/timer pause/stop
and pause the timer/timer set <time>
set the timer to a specific point/timer reset
, now the timer is 0/timer show/hide
shows the counter above the hotbar or not/timer mode
make the timer count forward and backward
Feel free to contribute as long as it helps the plugin to get better