2016-12-08 18:31:10 +01:00
|
|
|
annotation.processing.enabled=true
|
|
|
|
annotation.processing.enabled.in.editor=false
|
|
|
|
annotation.processing.processors.list=
|
|
|
|
annotation.processing.run.all.processors=true
|
|
|
|
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
2016-12-30 23:39:11 +01:00
|
|
|
application.title=PlanLite
|
2016-12-08 18:31:10 +01:00
|
|
|
application.vendor=Risto
|
|
|
|
build.classes.dir=${build.dir}/classes
|
|
|
|
build.classes.excludes=**/*.java,**/*.form
|
|
|
|
# This directory is removed when the project is cleaned:
|
|
|
|
build.dir=build
|
|
|
|
build.generated.dir=${build.dir}/generated
|
|
|
|
build.generated.sources.dir=${build.dir}/generated-sources
|
|
|
|
# Only compile against the classpath explicitly listed here:
|
|
|
|
build.sysclasspath=ignore
|
|
|
|
build.test.classes.dir=${build.dir}/test/classes
|
|
|
|
build.test.results.dir=${build.dir}/test/results
|
|
|
|
# Uncomment to specify the preferred debugger connection transport:
|
|
|
|
#debug.transport=dt_socket
|
|
|
|
debug.classpath=\
|
|
|
|
${run.classpath}
|
|
|
|
debug.test.classpath=\
|
|
|
|
${run.test.classpath}
|
|
|
|
# Files in build.classes.dir which should be excluded from distribution jar
|
|
|
|
dist.archive.excludes=
|
|
|
|
# This directory is removed when the project is cleaned:
|
|
|
|
dist.dir=dist
|
2016-12-30 23:39:11 +01:00
|
|
|
dist.jar=${dist.dir}/PlanLite.jar
|
2016-12-08 18:31:10 +01:00
|
|
|
dist.javadoc.dir=${dist.dir}/javadoc
|
|
|
|
endorsed.classpath=
|
|
|
|
excludes=
|
2016-12-15 17:25:54 +01:00
|
|
|
file.reference.AdvancedAchievements-4.0.2.jar=C:\\Users\\Risto\\Documents\\NetBeansProjects\\AdvancedAchievements\\target\\AdvancedAchievements-4.0.2.jar
|
2016-12-29 18:44:35 +01:00
|
|
|
file.reference.craftbukkit-1.11.2.jar=D:\\Minecraft Servers\\Buildtools\\craftbukkit-1.11.2.jar
|
2016-12-08 18:31:10 +01:00
|
|
|
file.reference.Factions.jar=D:\\Minecraft Servers\\TestServer\\plugins\\Uusi kansio\\Factions.jar
|
|
|
|
file.reference.MassiveCore.jar=D:\\Minecraft Servers\\TestServer\\plugins\\Uusi kansio\\MassiveCore.jar
|
|
|
|
file.reference.mcMMO.jar=D:\\Minecraft Servers\\TestServer\\plugins\\Uusi kansio\\mcMMO.jar
|
|
|
|
file.reference.PlaceholderAPI.jar=D:\\Minecraft Servers\\TestServer\\plugins\\Uusi kansio\\PlaceholderAPI.jar
|
1.6.0 - New Data Structure, API changes, data handling changes, Player Logger Hook, Info Command
- Changed data format to include the Type the data is for easier
analysis (Of Future data and API Using plugins)
- API Changes:
- Hook moved to com.djrapitops.plan.api
- Hook now returns HashMap<Strring, DataPoint>
- added DataPoint to ..plan.api
- added DataType Enum to ..plan.api
- New format uses: data.put("XXX-Key", new Datapoint(String data,
Enum(DataType) datatype));
- Depricated getData(String playername) that returns old format of data,
still returns correct format
- Depricated getAllData(String playername)
- Move to get(All)Data(String name, boolean [anything]) to get the new
format of data.
- Added Player Logger Hook
- Added Info Command that gives version, hooks and checks for new
version.
- Check for new version upon startup
2016-12-19 16:30:08 +01:00
|
|
|
file.reference.PlayerLogger_v1.0_.jar=D:\\Minecraft Servers\\TestServer\\plugins\\Uusi kansio\\PlayerLogger[v1.0].jar
|
2016-12-08 18:31:10 +01:00
|
|
|
file.reference.SuperbVote-0.3.2.jar=D:\\Minecraft Servers\\TestServer\\plugins\\Uusi kansio\\SuperbVote-0.3.2.jar
|
|
|
|
file.reference.Towny.jar=D:\\Downloads\\Towny.jar
|
|
|
|
file.reference.Vault.jar=D:\\Minecraft Servers\\TestServer\\plugins\\Vault.jar
|
|
|
|
includes=**
|
|
|
|
jar.compress=true
|
|
|
|
javac.classpath=\
|
|
|
|
${file.reference.OnTime.jar}:\
|
|
|
|
${file.reference.EssentialsX-2.0.1.jar}:\
|
|
|
|
${file.reference.Towny.jar}:\
|
|
|
|
${file.reference.Vault.jar}:\
|
|
|
|
${file.reference.Factions.jar}:\
|
|
|
|
${file.reference.MassiveCore.jar}:\
|
|
|
|
${file.reference.mcMMO.jar}:\
|
|
|
|
${file.reference.SuperbVote-0.3.2.jar}:\
|
|
|
|
${file.reference.PlaceholderAPI.jar}:\
|
1.6.0 - New Data Structure, API changes, data handling changes, Player Logger Hook, Info Command
- Changed data format to include the Type the data is for easier
analysis (Of Future data and API Using plugins)
- API Changes:
- Hook moved to com.djrapitops.plan.api
- Hook now returns HashMap<Strring, DataPoint>
- added DataPoint to ..plan.api
- added DataType Enum to ..plan.api
- New format uses: data.put("XXX-Key", new Datapoint(String data,
Enum(DataType) datatype));
- Depricated getData(String playername) that returns old format of data,
still returns correct format
- Depricated getAllData(String playername)
- Move to get(All)Data(String name, boolean [anything]) to get the new
format of data.
- Added Player Logger Hook
- Added Info Command that gives version, hooks and checks for new
version.
- Check for new version upon startup
2016-12-19 16:30:08 +01:00
|
|
|
${file.reference.AdvancedAchievements-4.0.2.jar}:\
|
2016-12-29 18:44:35 +01:00
|
|
|
${file.reference.PlayerLogger_v1.0_.jar}:\
|
|
|
|
${file.reference.craftbukkit-1.11.2.jar}
|
2016-12-08 18:31:10 +01:00
|
|
|
# Space-separated list of extra javac options
|
|
|
|
javac.compilerargs=
|
|
|
|
javac.deprecation=false
|
|
|
|
javac.external.vm=true
|
|
|
|
javac.processorpath=\
|
|
|
|
${javac.classpath}
|
|
|
|
javac.source=1.8
|
|
|
|
javac.target=1.8
|
|
|
|
javac.test.classpath=\
|
|
|
|
${javac.classpath}:\
|
|
|
|
${build.classes.dir}
|
|
|
|
javac.test.processorpath=\
|
|
|
|
${javac.test.classpath}
|
|
|
|
javadoc.additionalparam=
|
|
|
|
javadoc.author=false
|
|
|
|
javadoc.encoding=${source.encoding}
|
|
|
|
javadoc.noindex=false
|
|
|
|
javadoc.nonavbar=false
|
|
|
|
javadoc.notree=false
|
|
|
|
javadoc.private=false
|
|
|
|
javadoc.splitindex=true
|
|
|
|
javadoc.use=true
|
|
|
|
javadoc.version=false
|
|
|
|
javadoc.windowtitle=
|
|
|
|
main.class=player.analytics.main.Main
|
|
|
|
manifest.file=manifest.mf
|
|
|
|
meta.inf.dir=${src.dir}/META-INF
|
|
|
|
mkdist.disabled=false
|
|
|
|
platform.active=default_platform
|
|
|
|
run.classpath=\
|
|
|
|
${javac.classpath}:\
|
|
|
|
${build.classes.dir}
|
|
|
|
# Space-separated list of JVM arguments used when running the project.
|
|
|
|
# You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
|
|
|
|
# To set system properties for unit tests define test-sys-prop.name=value:
|
|
|
|
run.jvmargs=
|
|
|
|
run.test.classpath=\
|
|
|
|
${javac.test.classpath}:\
|
|
|
|
${build.test.classes.dir}
|
|
|
|
source.encoding=UTF-8
|
|
|
|
src.dir=src
|
|
|
|
test.src.dir=test
|