#StickyCommands
Light-weight replacement for Essentials
- Powertools
- Player market
- Cross-server support
The default configuration for StickyCommands is below.
# The translation file you wish to use. (Default: messages.en_us.yml)translation-file: "messages.en_us.yml"worth-file: "worth.yml"allow-selling: true# Whether or not to automatically sell an item once listedauto-sell: true# Amount of time before being put into AFK mode (in seconds)afk-timeout: 300# Print debug statements to the consoledebug: false#The name of the server StickyCommands is running onserver: "lobby"database:
host: localhostport: 5432database: dbnameusername: rootpassword: roottable-prefix: stickycommands_# Maximum number of times postgres will try to reconnect before giving up.max-reconnects: 5# Use SSL?use-ssl: disabledStickyCommands is licensed under the MIT License.