This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
104 lines (74 loc) · 3.54 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
###############################################
# #
# DonatorExpress Config #
# #
###############################################
# More detailed information is avaialble on our wiki at https://aman207.net/wiki/DonatorExpress
# If you still don't know whats going on here, you can send a support ticket via https://aman207.net/support
# no registration required
# Want metrics enabled? Great leave it as it.
metrics: true
# Do you want to be notified about new updates? Great leave it as is. Otherwise, make update-check false
# Note: this will not download any updates, it will just notify you on login
update-check: true
# This will disable the plugin if a connection to the database can not be made at any time while the server is online
# You need to restart your server in order to re enable the plugin
disable-on-database-error: false
# Available languages:
# English (en), French (fr), Spanish (es), Dutch (nl)
# Reload the server for the language change to take effect
language: en
# Database username, password, host, and name of the database go here.
# If you are using cpanel, make sure that you have allowed outside connections to the database
# Otherwise, you will get a NullPointerException
# If you are using kloxo, you are out of luck. Sorry. kloxo does not allow for outside connections to its
# databases
db-username: ''
db-password: ''
db-host: 'localhost:3306'
db-name: 'donate'
# When a player runs the /donate confirm command, this is displayed to the entire server.
# %player represents the player
# %amount represents the amount of tokens
# and %currency represents the currency name
# Don't want a message? Delete everything in the ' ' then.
donate-message: '&2%player has just spent %amount %currency'
# Where is your webportal located? This is used for user prompts
portal-location: 'www.example.com/donate'
# The name of the currency that you are using
currency-name: Tokens
# How much does it cost to buy 1 token?
# How much does it cost to sell 1 token?
# If this doesn't apply to you, no need to change it
# Note these two options require vault
costToBuyToken: 0.0
costToSellToken: 0.0
# Logging options
# Prints out all actions that the plugin makes to startup.log
log-startup: false
# Logs all exceptions and errors to error.log
log-errors: true
# Logs all user actions to info.log , Including all commands sent, packages did and didn't get bought
# permission denied errors, and sign interaction
log-user-actions: true
# Logs all admin actions/commands related to DonatorExpress to admin.log
log-admin-commands: true
# Inventory options
# Here you can configure the global options for your inventory
# Package placement in the inventory, item's and descriptions as well as commands to be executed
# when someone clicks on an item in the inventory, are all configured in the package specific .yml files
# Shall the inventory be enabled?
inventory-enable: true
# What shall the name of this inventory be?
inventory-name: 'DonatorExpress'
# How many slots shall this inventory have?
# Acceptable values, 9, 18, 27, 36, 45, 54
inventory-slots: 9
# What command shall be used to pull up the inventory menu?
# For example, if you type in inventory below, the command to open up the inventory will be /donate inventory
# Note: This is also used on signs for pulling up the inventory menu
inventory-command-name: show
# The prefix that you wish to use. Be sure to put a space at the end
prefix: '&c[DonatorExpress] '
# Don't change this please
version: 1.9