Auto build number + helpHeader config
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user