Auto build number + helpHeader config

This commit is contained in:
Gabriele C
2015-11-29 14:27:44 +01:00
parent d6df921841
commit 109c85f4dd
8 changed files with 99 additions and 19 deletions
+2
View File
@@ -45,6 +45,8 @@ DataSource:
# Enable this when you allow registration through a website
mySQLWebsite: false
settings:
# The name shown in the help messages.
helpHeader: AuthMeReloaded
sessions:
# Do you want to enable the session feature?
# If enabled, when a player authenticates successfully,
+1 -1
View File
@@ -3,7 +3,7 @@ authors: [${pluginAuthors}]
website: ${project.url}
description: ${project.description}
main: ${mainClass}
version: ${project.version}-b${env.BUILD_NUMBER}
version: ${project.version}-b${buildNumber}-t${build.time}
softdepend:
- Vault
- PermissionsBukkit