Know issue: can not save/load preference
- Add the
siderbar
manabar position. - Add commands to modify mana supply.
- Change the
manabarPattern
config field format. - Change the
manabarPattern
config field tomanaPattern
. - Change the
manaCharacters
config field tomanaCharset
. - Change the
manabarType
config field tomanaRenderType
. - Change the
manabarPosition
config field tomanaBarPosition
. - Change the
manabarColor
config field tomanaBarColor
. - Change the
manabarStyle
config field tomanaBarStyle
. - Fix the bossbar sprite not being updated when the player has more than 128 mana characters when using the
character
render type.
If Pentamana 0.5.0 is installed, it is recommended that changing the manabar position to something other than bossbar or setting the visibility to false before updating.
- Add the
manabarPattern
config field. - Add commands to set manabar pattern.
- Add
/manabar ...
. - Rename the
manaCharacters
config field tomanaCharacter
. - Fix
/mana reset
not reset manabar color and style. - Fix not applying defaults to manabar position, manabar color, manabar style.
- Fix empty text in command feedback when setting a mana character with siblings or style.
- Fix not update manabar immediately after changing manabar type and manabar position.
- Add the
bossbar
manabar position. - Add the
none
render type. - Add the
isCompression
,bossbarColor
,bossbarStyle
config field. - Add commands to set mana display character compression.
- Add commands to set mana bossbar color and style.
- Change the
flex_size
render type tocharacter
. - Rename the
manaFixedSize
config field tocompressionSize
. - Remove the
fixed_size
render type. - Fix not stop display manabar immediately after setting visibility to false.
- Fix not display manabar immediately after setting visibility to true.
- Fix spelling
numeric
asnumberic
.
- Fix config file defaults are not set but mod defaults when initialize.
- Fix
An unexpected error...
when reloading when themanaCharacters
config field is set. - Change the
manaCharacters
config field format. - Change the
forceManaEnabled
config field toisForceEnabled
. - Change the
enabled
config field toisEnabled
. - Change the
display
config field toisVisible
. - Change the
display
sub command tovisibility
.
Moved from scoreboard-based to CCA. Eliminated the huge perfermence costs occured from 0.3.8.
- Add the ability to set multi-character as 1 mana character.
- Add the
pointsPerCharacter
config field. - Add the
percentage
render type. - Add a command to set the mana points to be considered as 1 mana character.
- Added commands to reset individual preference values.
- Change the max definable mana character type index and mana character index from 2147483647 to 255.
- Change the max custom status effect amplifier from 2147483647 to 255.
- Change when applying defaults from real time to when initialize, set and reset. (Defaults from config file are applied when set and reset only, may be fixed in the future)
- Change the
manaChars
,manaColors
,manaBolds
,manaItalics
,manaUnderlineds
,manaStrikethroughs
,manaObfuscateds
config fields tomanaCharacters
. - Change render types' index.
- Rename the
forceEnabled
config field toforceManaEnabled
. - Rename the
enabled
config field tomanaEnabled
. - Rename the
display
config field tomanaDisplay
. - Rename the
renderType
config field tomanaRenderType
. - Rename the
fixedSize
config field tomanaFixedSize
. - Fix manabar regeneration not being smooth when using the
fixed_size
render type. - Fix the
reset
subcommand reset mana characters only. - Reverse the inability to set whitespace or empty character as mana character made in 0.3.0.
- Remove the
maxManaCharIndexForDisplay
config field.