Pillagers Expanded
A plugin that completely overhauls the pillager patrols in Minecraft
This is a personal project that I was inspired to build after running my own minecraft server and wanting to add another in-depth system that rewards players who enjoy PvE. The code uses object-orientated programming in Java to create a Minecraft plugin built ontop of the Bukkit plugin API, specifically paper which is a fork of spigot. It depends on WorldEdit and uses its developer API to place bases. Adds additional pillager patrols in Minecraft by having patrols that are stored in memory and saved to disk on server shutdown. These persist, spawn when in range, and travel between outposts. Also adds the ability to spawn in new "bases" as an alternative to the existing outposts in the game. The plugin also enables the upgrading of outposts and patrols via a leveling system.
The plugin is currently released.