Guide Testing environment for testing Paper plugins

rogermiranda1000

New member
Nov 16, 2022
2
1
1
As a plugin developer I'm tired of testing the same thing again and again every time I change one small part of the code, just to make sure that I've not broken the code. That's why I've been developing an automated testing environment for Minecraft plugins.

WatchWolf will automatically start the required (according to the test file) servers and clients, and then you can interact with both the server and each of the clients from the same file.
You can see a video showing an example (whitelist a player & send a message) here.

Currently WatchWolf is an a very early-stage of development, but I plan to start a beta near January.
You can join the WatchWolf Discord server to stay tuned with the development.