### Building Towny with Ant (Shell) Source: https://github.com/townyadvanced/towny/blob/master/README.md For older branches, this command uses Apache Ant to clean the project and build the Towny plugin JAR. The command will exit the Towny directory and create a 'lib' folder alongside it, where the 'Towny.jar' file will be placed. Note that Ant is deprecated, and its functionality is not guaranteed for all older branches without modifications. ```Shell ant clean jar ``` -------------------------------- ### Building Towny with Maven (Shell) Source: https://github.com/townyadvanced/towny/blob/master/README.md This command utilizes Apache Maven to perform a clean build and package the Towny plugin. The resulting plugin JAR file will be generated and placed within the 'target' directory inside the Towny project folder. ```Shell mvn clean package ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.