Minecraft_Gitpod
Frame work to develop minecraft plugin at GitPod
How to Build
├── Server
│ ├── run.sh
│ ├── <spigot-bukkit.jar> # <- you have to install it.
└── ngrok
├── run.sh
└── <ngrok> # <- you have to install it.
-
install Spigot.jar inside
/Server
. and install ngrok inside/ngrok
. -
run two .sh files each console.
-
go Pod and execute
mvn install
-
it automaticly create plugin inside
/Server/plugin
-
reload minecraft Server.
-
connect minecraft with url provide by
ngrok
.