appear. Level 2 is standard use (Basic Gameplay events show up.). Level 3 is standard debug use. Levels 4-5 are spammy debug modes. Also fixed Stained Clay color displays and Hardened Clay material name outputs.
7 lines
421 B
XML
7 lines
421 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project name="TwosideKeeper.makejar" default="makejar" basedir=".">
|
|
<target name ="makejar" description="Create a jar for the TwosideKeeper project">
|
|
<jar jarfile="TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
|
<jar jarfile="D:\Documents\Test Server\plugins\TwosideKeeper.jar" includes="**/*.class,**/*.yml" basedir="bin"/>
|
|
</target>
|
|
</project> |