mxcrafttp to cubetp
This commit is contained in:
17
target/classes/config.yml
Normal file
17
target/classes/config.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
CubeTP:
|
||||
## MySQL
|
||||
sqlHost: '127.0.0.1'
|
||||
sqlPort: 3306
|
||||
sqlDB: 'changeme'
|
||||
sqlUser: 'changeme'
|
||||
sqlPass: 'changeme'
|
||||
## CubeTP
|
||||
# Material used by the plugin to create a TP cube.
|
||||
# Must be a block. Exemple: 'IRON_BLOCK' 'REDSTONE_BLOCK'
|
||||
# Don't change it if you added tp cube in your world, they will stop working.
|
||||
# I might add an update command in the future, until then, don't change it if it's not a new world.
|
||||
cubeMaterial: 'GOLD_BLOCK'
|
||||
## TomeOfPortal Reagent
|
||||
# Material of the reagent used to create a Tome of Portal.
|
||||
# Any item can be used. You will need one in your inventory to create a Tome of Portal at a tp cube.
|
||||
tomePortalReagent: 'BOOK'
|
||||
4
target/classes/plugin.yml
Normal file
4
target/classes/plugin.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
name: CubeTP
|
||||
version: '1.0-SNAPSHOT'
|
||||
main: ovh.mxg.cubetp.CubeTP
|
||||
api-version: '1.20'
|
||||
Reference in New Issue
Block a user