————————————————————————
Duels v2.1.0
Please regenerate your config & messages to see new options. For more information, continue reading.
What's New?
- Sounds! With this update, you will be able to attach sounds to any messages from Duels. The section below was added to the updated configuration -
Code (Text):
Sounds:
+ # To hear the sound in-game, use the command /duels playsound [name]
+
+ # Name of your sound
+ countdown-ongoing-sound:
+ # Configure your sound here
+ sound:
+ type: BLOCK_NOTE_PLING
+ pitch: 0.95
+ volume: 3.0
+
+ # When a message in the list is sent to player, the sound will play.
+ # Only messages from Duels will play the sound.
+ # Broadcasts (such as on-match-end) is not supported.
+ on-messages:
+ - '&7Starting in &f5 &7seconds!'
+ - '&7Starting in &f4 &7seconds!'
+ - '&7Starting in &f3 &7seconds!'
+ - '&7Starting in &f2 &7seconds!'
+ - '&7Starting in &f1 &7second!'
+
+ countdown-end-sound:
+ sound:
+ type: BLOCK_NOTE_PLING
+ pitch: 0.5
+ volume: 3.0
+
+ on-messages:
+ - '&7Duel starting now!'
- AttributeModifier support for kit items. This took literally forever, but it's implemented. If your kits are not working properly after updating, I recommend re-generating kits.json file. Sorry for the loooong wait @Mithrandir
- Some changes for future add-ons I have in mind. ;^)
That's all for this update. If you're experiencing any issues, please PM me about them. Thanks for downloading!