divios / DailyShop

Spigot plugin. Fully configurable shop with daily offers. NBT & multi-currency support and more!
https://www.spigotmc.org/resources/daily-shop-free-random-items-shop-customizable-items-timer-nbt-support-and-more.86907/
29 stars 15 forks source link

Allow us to change the word "Vault". #123

Closed KieranCR closed 2 years ago

KieranCR commented 2 years ago

Honestly the fact that it says "You sold x of item for 999.99 Vault" is pretty annoying. It would be great if we could change this or even remove the word entirely. If vault is being used it would be good if we could use the $ sign before the amount it sold/bought for.

divios commented 2 years ago

Hi! You can already do that with this.

In your particular case (on settings.yml):

econ-names:
   Vault: "$"
divios commented 2 years ago

Also you can edit the entire message on lang.yml, under lang.messages.buy_item and change it as you see fit.

KieranCR commented 2 years ago

Ahh I looked but obviously not hard enough. Sorry! Thank you for letting me know I really appreciate the fast response :)