View difference between Paste ID: YiFaqw7j and gyHjtnKd
SHOW: | | - or go back to the newest paste.
1
# Plugin by GotoFinal: https://github.com/GotoFinal
2
#   database: YAML/SQLITE/MYSQL
3
VERSION: 1
4
database: yaml # not used yet
5-
addDefaultEffects: false
5+
addDefaultEffects: true
6
auto-save_players: 5
7
auto-save_effects: 0
8
taskSpeed: 300
9
builderEscape: '@' # not used yet
10
defaultShop: EG_ShopOne
11
openBuffShopCmdAliases: # not used yet
12
- buffShop
13
- openShop
14
message:
15
  noPermissionMessage: No permissions!
16
  noMoneyMessage: '&cYou do''t have required items and/or money.'
17
  buyMessage: '&aYou bought selected item!'
18
MySQL: # not used yet
19
  hostname: localhost
20
  username: root
21
  password: '1234'
22
  database: database
23
  prefix: GTbs_
24
  port: 3306