Fireworks from ability activation will be Opt-In, updates to strings

This commit is contained in:
nossr50 2018-12-24 19:05:46 -08:00
parent 55a69006bf
commit 6ec61ecb76
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/.classpath /.classpath
/.project /.project
/.settings /.settings
/dependency-reduced-pom.xml
# netbeans # netbeans
/nbproject /nbproject

View File

@ -9,6 +9,9 @@ Key:
Version 2.0.00 Version 2.0.00
= Fixed an interaction between Tree Feller and Stripped Wood = Fixed an interaction between Tree Feller and Stripped Wood
! Fireworks no longer fire by default for ability activation/deactivation
! Website has been changed and the MOTD string relating to it reflects this
! Discord link added to mcMMO command
! Updated misc strings relating to mcMMO ! Updated misc strings relating to mcMMO

View File

@ -489,8 +489,8 @@ Commands:
### ###
Particles: Particles:
# These settings determine if fireworks should get launched when a player activates/deactivates an ability # These settings determine if fireworks should get launched when a player activates/deactivates an ability
Ability_Activation: true Ability_Activation: false
Ability_Deactivation: true Ability_Deactivation: false
# Determines if the fireworks should be a large ball or a small one # Determines if the fireworks should be a large ball or a small one
LargeFireworks: true LargeFireworks: true

View File

@ -12,7 +12,7 @@ description: >
author: nossr50 author: nossr50
authors: [GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking] authors: [GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking]
website: www.spigotmc.org/resources/mcmmo.2445/ website: https://github.com/mcMMO-Dev/mcMMO
main: com.gmail.nossr50.mcMMO main: com.gmail.nossr50.mcMMO
softdepend: [CombatTag, HealthBar] softdepend: [CombatTag, HealthBar]
load: STARTUP load: STARTUP