CubeTP/target/classes/config.yml

17 lines
675 B
YAML
Raw Permalink Normal View History

2023-11-27 03:43:53 -05:00
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'