Initial work on greeting/farewall title support for areas

This commit is contained in:
Mike Primm 2020-05-25 01:14:20 -05:00
parent 2be20f4c78
commit 14f55bd6a8
14 changed files with 269 additions and 19 deletions

View file

@ -1 +1,3 @@
/build/
/.gradle/
/bin/

View file

@ -60,9 +60,6 @@ shadowJar {
}
archiveName = "Dynmap-${parent.version}-forge-1.15.2.jar"
destinationDir = file '../target'
manifest {
attributes 'FMLAT': 'dynmap_at.cfg'
}
}
shadowJar.doLast {