mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Fireworks from ability activation will be Opt-In, updates to strings
This commit is contained in:
parent
55a69006bf
commit
6ec61ecb76
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
||||
/dependency-reduced-pom.xml
|
||||
|
||||
# netbeans
|
||||
/nbproject
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user