Skip to content

Commit

Permalink
Updated default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezl committed Aug 18, 2024
1 parent b356b73 commit 0d5b175
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ private void updateToV3() {
" # for more information.",
" Decimal: '" + plugin.getConfig().getString("Damage Indicator.Format.Decimal") + "'",
" # Distance in Y axis from the entity where we should spawn the damage indicator",
" # A distance of 2 is recommended for 1.8 servers",
" Distance: 1.6",
" # List of disabled entity types that shouldn't spawn damage indicators",
" # See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html",
Expand Down Expand Up @@ -181,7 +180,6 @@ private void updateToV4() {
" # for more information.",
" Decimal: '" + plugin.getConfig().getString("Damage Indicator.Format.Decimal") + "'",
" # Distance in Y axis from the entity where we should spawn the damage indicator",
" # A distance of 2 is recommended for 1.8 servers",
" Distance: " + plugin.getConfig().getDouble("Damage Indicator.Distance"),
" # List of disabled entity types that shouldn't spawn damage indicators",
" # See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html",
Expand Down Expand Up @@ -265,7 +263,6 @@ private void updateToV5() {
" # for more information.",
" Decimal: '" + plugin.getConfig().getString("Damage Indicator.Format.Decimal") + "'",
" # Distance in Y axis from the entity where we should spawn the damage indicator",
" # A distance of 2 is recommended for 1.8 servers",
" Distance: " + plugin.getConfig().getDouble("Damage Indicator.Distance"),
" # List of disabled entity types that shouldn't spawn damage indicators",
" # See https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html",
Expand Down

0 comments on commit 0d5b175

Please sign in to comment.