Initial commit

This commit is contained in:
Michael Ziluck
2019-05-28 19:59:48 -05:00
commit d22f155fb3
14 changed files with 911 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
database:
hostname: localhost
port: 3306
username: root
password: password
database: AltitudeTag
timeout: 100
description: 'Altitude Connection'
+9
View File
@@ -0,0 +1,9 @@
prefix: "§3[§bFortuneBlocks§3] §f{message}"
usage_message: "§6§lUSAGE §e» §f{usage}"
error_message: "§4§lERROR §c» §7{message}"
success_message: "§2§lSUCCESS §a» §f{message}"
no_permissions: "You don't have permission to do that."
no_sub_access: "You don't have access to any sub-commands."
reload: "Reloaded the config and lang files."
header_footer: "&7&m-----------------------------------"
only_players: "Only players can run that command."
+4
View File
@@ -0,0 +1,4 @@
main: com.alttd.altitudetag.AltitudeTag
name: AltitudeTag
version: ${project.version}
author: Michael Ziluck