imDMK / DoubleJump

✨️ Efficient double jump plugin with many features and configuration possibilities.
https://www.spigotmc.org/resources/doublejump-1-17-1-20-1.110632/
GNU General Public License v3.0
12 stars 2 forks source link

Way to disable specific message #42

Closed bobhenl closed 2 months ago

bobhenl commented 2 months ago

Description Hello, can you add way to disable specific messages, like doing this, please? jumpModeEnabledFor: ""

It currently throws error, in case we don't want to use messages. And when I use: jumpModeEnabledFor: "CHAT:" it makes empty lines in chat, only current way is to use: jumpModeEnabledFor: "ACTIONBAR:" But I guess it's not the optional solution

imDMK commented 2 months ago

Hello,

To disable notification, use NotificationaType: DISABLED

Regards.