Add build date to startup info & plugin.yml, thankyou to paid users, more information to premium jar file check and expose more buyer information for the unseen future

This commit is contained in:
libraryaddict
2019-02-16 16:57:07 +13:00
parent 08dfbe3282
commit 6d64f44b15
4 changed files with 195 additions and 48 deletions

View File

@@ -36,6 +36,8 @@
<properties>
<build.number>unknown</build.number>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>dd/MM/yyyy HH:mm</maven.build.timestamp.format>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>