mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-03 08:16:40 +00:00
Fishnets and Baubles
This commit is contained in:
0
build/resources/main/config.yml
Normal file
0
build/resources/main/config.yml
Normal file
14
build/resources/main/db.properties
Normal file
14
build/resources/main/db.properties
Normal file
@ -0,0 +1,14 @@
|
||||
# The SQL driver to use.
|
||||
driver=jdbc
|
||||
# The type of database to use.
|
||||
databaseType=mysql
|
||||
# The database host.
|
||||
host=localhost
|
||||
# The database port.
|
||||
port=5432
|
||||
# The database file name.
|
||||
databaseFile=database.db
|
||||
# The database username.
|
||||
username=admin
|
||||
# The database password.
|
||||
password=default
|
10
build/resources/main/plugin.yml
Normal file
10
build/resources/main/plugin.yml
Normal file
@ -0,0 +1,10 @@
|
||||
name: Traverse
|
||||
version: '1.0.0'
|
||||
main: mc.unraveled.reforged.plugin.Traverse
|
||||
api-version: 1.19
|
||||
authors: [ SimplexDevelopment ]
|
||||
description: "A plugin designed for the Unraveled: Reforged server."
|
||||
website: https://github.com/SimplexDevelopment/Traverse
|
||||
depend: [ Vault ]
|
||||
softdepend: [ EssentialsX, EssentialsXSpawn ]
|
||||
|
Reference in New Issue
Block a user