File Details
RichardsPartyPlay(Forge)
- B
- Aug 28, 2022
- 37.09 KB
- 193
- 1.18.2+3
File Name
RichardsPartyMod(Forge)-1.1-1.18.2.jar
Supported Versions
- 1.18-Snapshot
- 1.18.2
- 1.18.1
- 1.18
Bugfixes:
Fixed a bug where the player could still die when heailing:
procedure changed, the player must have more health then the other player needs, only then the player will heal him/her completly instead of healing a couple of hearts at a time, (more efficient)
example:
healer has 15 HP
player1 has 13 HP
player2 has 16 HP
20-13=7 / 20-16=4 / 7+4=11, both players would be healed to max health (if player 1 would have only 1 HP then he would be skipped (20-1=19) and only player 2 would be healed)
Added in dynamic command suggestions, the commands can have 4 suggestion providers:
-All the players using the mod + on-line players - the player
-All members of the player' party - the player
-All players in the player' list - the player
-All members of the player' party who are also on-line - the player
To avoid annoying command argument errors, if there are no suggestions to give, "Player" will appear