diff --git a/.gitignore b/.gitignore index 7be1d85bc..2126d7440 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /.classpath /.project /.settings +/dependency-reduced-pom.xml # netbeans /nbproject diff --git a/Changelog.txt b/Changelog.txt index 2c4822073..5956356e4 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -9,6 +9,9 @@ Key: Version 2.0.00 = 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 diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 35272e821..85ae9db47 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -489,8 +489,8 @@ Commands: ### Particles: # These settings determine if fireworks should get launched when a player activates/deactivates an ability - Ability_Activation: true - Ability_Deactivation: true + Ability_Activation: false + Ability_Deactivation: false # Determines if the fireworks should be a large ball or a small one LargeFireworks: true diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 3fcebe205..30d5b08cd 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -12,7 +12,7 @@ description: > author: nossr50 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 softdepend: [CombatTag, HealthBar] load: STARTUP