File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -113,20 +113,14 @@ include-offlineplayer-for-command: false
113113include-offlineplayer-list : false
114114
115115# What economy provider should QuickShop use?
116- # If you need to use Multi-Currency feature
117- # You need to install the eco plugin supported listing there
118- # and change to corresponding type
119- # 0=Vault
120- # 3=GemsEconomy with Multi-Currency on
121- # 4=TNE with Multi-Currency on
122- economy-type : 0
116+ economy-type : 2147483647 # JpsCore
123117
124118# Whether to use decimal format to display money.
125119use-decimal-format : false
126120
127121# The decimal format to display money in.
128122# The default is #,###.##
129- decimal-format : " #,###.## "
123+ decimal-format : " #,###.#"
130124
131125# Allow QuickShop to send alerts when someone tries to make a displayItem exploit.
132126send-display-item-protection-alert : false
@@ -203,8 +197,7 @@ limits:
203197# -Etc...
204198shop-blocks :
205199 - CHEST
206- - TRAPPED_CHEST
207- - ENDER_CHEST
200+ - BARREL
208201
209202shop :
210203 # The cost to make a shop.
Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ authors:
3939 - harry0198
4040 - efekurbann
4141 - tdiant
42+ - gray27/JPS
4243description : Economy Shops plugin
44+ depend :
45+ - JpsCore
4346softdepend :
44- - Vault
4547 - Reserve
4648 - PlaceholderAPI
4749 - NoCheatPlus
You can’t perform that action at this time.
0 commit comments