VirtusDevelops
  • VirtusDevelops
  • SimpleCrops
    • Commands and permissions
    • Configuration
      • Config
        • Hoe
        • Crop
      • Messages
  • HolograpicPlaceholders
    • Commands and permissions
    • Configuration
      • PAPi Examples
      • Placeholders
      • Signs Configuration
  • SimpleBeacons
    • Commands and permissions
    • Configuration
      • Config
  • SimpleHolograms
    • Configuration
  • HoloExtension
    • Configuration
Powered by GitBook
On this page
  • Database
  • Global

Was this helpful?

  1. SimpleCrops
  2. Configuration

Config

Information about config.yml

Database

database-engine: SQL # MYSQL / YAML
database:
  tablename: <TEXT> # DataBase table.
  address: <TEXT> # MySQL address and port <address>:<port>
  name: <TEXT> # Name of database.
  user: <TEXT> # User with access to that database
  password: <TEXT> # Database user password.
  timeout: <INT> #default 1800, database timeout time. (how long before connection is lost/refreshed)
  poolsize: <INT> #Not recommended to go over 10! Don't touch this if you don't know what this is.
  yaml-save-interval: <INT> # If using Yaml Storage system how often should data be saved to data.yml
  save-inverval: <INT> # interval how often data is synced with database (SQL, MySQL)
  updated: false # Just dont change this or it can break your database.

Global

use-metrics: <BOOLEAN> # Send data to servers for developer :3 Feel free to disable this. Default: true
debug: <BOOLEAN> # Default: false
PreviousConfigurationNextHoe

Last updated 5 years ago

Was this helpful?