-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
config.yml
221 lines (153 loc) · 6.37 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
##################################################
## ##
## _____ _ _ _____ _____ _ ##
## / ____| | | |_ _|/ ____| | ##
##| | __| | | | | | | (___ | |__ ___ _ __ ##
##| | |_ | | | | | | \___ \| '_ \ / _ \| '_ \ ##
##| |__| | |__| |_| |_ ____) | | | | (_) | |_) |##
## \_____|\____/|_____|_____/|_| |_|\___/| .__/ ##
## | | ##
## |_| ##
##################################################
##################################################
# Looking for Item Names? #
##################################################
# https://tinyurl.com/okqdcvo #
##################################################
## Tag in chat before text in chat from shop. e.g [GUIShop] Purchase Successful.
prefix: '[&cGUIShop&f]'
## Command used to open shop, DON'T PUT A /
buy-commands:
- 'buy'
- 'shop'
## Command to open sell inventory, DON'T PUT A /
sell-commands:
- 'sell'
## Command registration options
##
## If 'INTERCEPT', the commands will be intercepted and executed.
## Will not conflict with other plugins' commands, but does not support tab completion.
##
## If 'REGISTER', the commands will be registered with the server and will be formally recognised.
## Tab completion supported. Possibility of conflicts with plugins with the same commands.
##
## If 'NONE', neither of the above will happen. Intended for users who wish to use the commands.yml.
## Of course, the /guishopuser commands will still work.
commands-mode: 'REGISTER'
############ Language settings ###############
#No permission message
no-permission: '&cNo Permission!'
#Disabled world message
disabled-world: '&cYou cannot use the shop from this world!'
#Disables the Physical Back Button that appears in the shop inventory.
disable-back-button: true
#Disables the Escape to go Back functionality.
disable-escape-back: false
#Rightclick an item in the shop to open an alternate sell GUI
alternate-sell-enable: false
#The message for the amount you lose, E.G Cost, Or Price
cost: '&7Price'
#The message for the amount you get back AKA. Sell or Returned
return: '&7Sell'
#The 1st line of the message on shop items
line1: '&8To sell, click the item in your inv.'
#The 2nd line of the message on shop items
line2: '&6Must be the same quantity!'
#The 3rd line of the message on shop items
line3: 'Click to buy item of quantity'
#The 4th line of the message on shop items
line4: 'Shift+Click to buy 1 item'
#The text back button in the shops
back: '&cBack'
#The item the back button will be!
back-button-item: 'RED_STAINED_GLASS_PANE'
#The messaged displayed before the item amount.
purchased: '&fA purchase was made, and &c$'
## The second message displayed when you purchase an item.
## E.G 54$ Taken from your account.
taken: '&f was taken from your account.'
## The words displayed before the amount needed.
not-enough-pre: '&fYou need &c$'
## The words displayed AFTER the amount needed.
not-enough-post: '&f to purchase this!'
## Text displayed before item name.
sold: '&fYour items were sold, and &a$'
##Second message when buying, Words AFTER the amount
## E.G 54$ "Added to your account"
added: '&f was added to your account.'
#When something magical goes wrong?
something-wrong: '&fSomething went wrong, contact an admin.'
#Message displayed when a player tries to sell blocks not matching the quantity.
in-stacks: '&fPlease sell in stacks of &c'
#Message when a player cannot sell a certain item.
#{count} can be used to display the amount of non sellable, returned items.
cant-sell: '&f({count}) item(s) failed to sell and have been returned to your inventory.'
#Message when a player cannot buy a certain item.
cant-buy: '&fSorry, you are not able to buy that item.'
#When a player has a full inventory
full-inventory: '&cPlease empty your inventory!'
#The currency symbol
currency: '$'
#The suffix after the currency. E.G Dollars. Yen, etc.
currency-suffix: ''
#The title of a sign that players can click to open shop
sign-title: '[&cGUIShop&f]'
#Do want players to be able to access the shop ONLY using the sign?
signs-only: false
signs-only-message: '&cYou can only access the shop by clicking a [&cGUIShop&f] sign!'
#Enable sound on purchase
enable-sound: true
#Purchase sound effect (You can find them here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html)
purchase-sound: 'ENTITY_PLAYER_LEVELUP'
#Enable in-game creator.
ingame-config: true
#Enable dynamic pricing
dynamic-pricing: false
#Enable DEBUG mode
debug-mode: false
#The overall shop menu title.
menu-title: "Menu {page-number}"
#The text displayed where {page-number} appears.
menu-shop-pagenumber: "&f> Page: &e{number}"
#The title of a specific shop inventory
shop-title: "Menu &f> &r{shopname}"
#The title of the sell inventory
sell-title: "Menu &f> &rSell"
#The title of the quantity inventory.
qty-title: "&4Select Amount"
#The title of the alternate sell GUI, if enabled
alt-sell-title: "Menu &f> &rSell"
access-to: "&aAccess to Commands:"
buy-lore: "&fBuy: &c{amount}"
sell-lore: "&fSell: &c{amount}"
free-lore: "&fBuy: &aFREE"
cannot-buy: "&cCannot Purchase"
cannot-sell: "&cCannot Sell"
forward-page-button-name: "&rNext page"
backward-page-button-name: "&rLast page"
#Used in the alternate sell GUI
alt-sell-indicator-material: 'GOLD_INGOT'
alt-sell-add-material: 'GREEN_STAINED_GLASS_PANE'
alt-sell-remove-material: 'RED_STAINED_GLASS_PANE'
alt-sell-quantity-1: 1
alt-sell-quantity-2: 10
alt-sell-quantity-3: 64
alt-sell-increase-title: '&aIncrease quantity by {amount}'
alt-sell-decrease-title: '&cDecrease quantity by {amount}'
alt-sell-confirm-material: 'EMERALD_BLOCK'
alt-sell-cancel-material: 'REDSTONE_BLOCK'
alt-sell-confirm-name: '&a&lConfirm'
alt-sell-cancel-name: '&c&lCancel'
alt-sell-not-enough: '&cYou do not have {amount} such items to sell.'
# Disabled worlds users cannot use GUIShop
disabled-worlds:
- 'Test'
# Enable if you want to seperate each head by UUID when determining sell price.
# Setting to false will make all heads worth the same amount.
# You must have atleast 1 head in your shops to set the sell price of all heads.
skull-uuid-selling: true
################################
## Developed by pablo67340 ##
## If you need any support ##
## discord.gg/zeVh2M9H8q ##
################################