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

Unsure if this is a bug or intended. Annoying... #146

Closed Mat95 closed 2 years ago

Mat95 commented 2 years ago

Why does everyone in game get spammed with Renovated messages each time shops restock? Shouldnt this be an admin permission and not something visible to everyone? If not why have all that random text in front of the custom lang.yml text of "Renovated items of shop menu"?

87f840583a212d61f1dc51e13e03492d

Mat95 commented 2 years ago

Issue not fully resolved <

Some bloke on spigot helped me with part of this issue do this: LEFT: BUY RIGHT: SELL announce_restock: false

Apparently version 3.8B broke the "DailyShop" part of messages throughtout the entire plugin. Selling/Buying/Restocking and anything else.

Running Version 3.8 shows what it should look like. 1531c22c9469d1a28b27ca1093706701

Sadly using an older version, You have to deal with this > bebf03dcf2b5fee4dfa1d0a1483e0a41

So one bug was fixed, But you introduced a new bug. I guess i will deal with it until its re-fixed. (First picture)

divios commented 2 years ago

Hi!

Yeah by default when a shop is restock it is announced, so players know when new items are available. You can override this "announce_restock: false" as you did

Also the weird text, as you also realize, is a problem with the gradient feature (im working on it)

Looking into the /ds sell exception too

divios commented 2 years ago

Hi! This build should fix it.