New Feature & Adjustments
Before giving the information of this new update, I wanted to say thank you very much for the statistics record exceeding more than 530 players for 255 servers in total! This encourages me to continue the development of the plugin and this since 2016, without a few months, the plugin will be 5 years old and this is a long adventure that will continue!
Adjustments:
Fix some syntax text
Change the place of some text in config.yml
Removed /bim confighelp command
New Feature:
Feature asked by @SlimeDog = make it possible to add directional particle (Special Particle on BIM) like CLOUD, FLAME or PORTAL
Here the list of all supported particle:
Code (Text):
FIREWORKS_SPARK
CRIT
FLAME
CLOUD
CRIT
WATER_WAKE
EXPLOSION_NORMAL
CRIT_MAGIC
PORTAL
SMOKE_NORMAL
SMOKE_LARGE
ENCHANTMENT_TABLE
DRAGON_BREATH
END_ROD
DAMAGE_INDICATOR
TOTEM
SPIT
SQUID_INK
BUBBLE_POP
NAUTILUS
SOUL_FIRE_FLAME
SOUL
REVERSE_PORTAL
SMALL_FLAME
This new feature is independant of material particle (like Redstone block) so you can use normal blood and special particle or just one
Here is also the configuration of this part of the plugin:
Code (YAML):
# --------------------
# Special particle add Effect like flame, clouds, portals effect at every hit, you can disable material particle and use only special particle
# You can use both but avoid to put too much amount particle for both to avoid clients lag and avoid to see nothing on the screen when for pvp x)
EnableSpecialParticle
: false
# -
# -
SpecialHumanParticleName
: DAMAGE_INDICATOR
SpecialMobsParticleName
: SOUL
# -
# Working SpecialParticleName: FIREWORKS_SPARK, CRIT, FLAME, CLOUD, CRIT, WATER_WAKE, EXPLOSION_NORMAL, CRIT_MAGIC, PORTAL, SMOKE_NORMAL, SMOKE_LARGE
# ENCHANTMENT_TABLE, DRAGON_BREATH, END_ROD, DAMAGE_INDICATOR, TOTEM, SPIT, SQUID_INK, BUBBLE_POP, NAUTILUS, SOUL_FIRE_FLAME, SOUL, REVERSE_PORTAL, SMALL_FLAME
# -
# You can choose the amount of special particle for player and also for mobs
# Becareful avoid to put too much to avoid client lag and see nothing on the screen x)
# I Advise you between 10 and 20 but avoid more seriously ;)
SpecialHumanAmountParticle
: 10
SpecialMobsAmountParticle
: 10
# -
# -
# --------------------
--------
You must remove the config.yml or add this part in the config.yml for this version I recommend remove it and restart server
--------