- Added two new functions:
lsr:util/add_life_to_player
→ Adds a life to the player that executes it.lsr:util/remove_life_from_player
→ Removes a life from the player that executes it.
Full Changelog: v2.1.1...v2.2.0
- Reversed to older version to fix non-working changes made in the previous version, v2.1.0.
Full Changelog: https://github.com/LluisJM/Life-Series-Recreation/compare/v2.1.0...v2.1.1
- Operator status is now checked every game tick instead of having to press a button.
Full Changelog: https://github.com/LluisJM/Life-Series-Recreation/compare/v2.0.0...v2.1.0
Changelog
Operator commands and menus
- Almost all operator actions are now triggered using
trigger
scoreboard objectives. - There are now menus as an alternative to running said scoreboard objectives.
Fixes
- The last player killable by a Boogeyman leaving no longer causes the Boogeyman to be cured.
- Fixed other minor bugs.
Translation support
- An optional resource pack can now be enabled, adding 7 languages that replace the default English.
- Catalan
- Czech
- French
- Spanish
- LOLCAT
- Pirate Speak
- Shakespearean English
Full Changelog: https://github.com/LluisJM/Life-Series-Recreation/compare/v1.0.0...v2.0.0