BattlePlugins / BattleArena

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
https://docs.battleplugins.org/shelves/battlearena
GNU General Public License v3.0
21 stars 23 forks source link

Set health=20 on Start does not work #131

Closed Poldi-de closed 3 months ago

Poldi-de commented 3 years ago

When a player has 4 hearts in normal gameplay and joins a game, he will start with 4 hearts, even if

health=20

is set, which should give full health on game start and restore it when the game is finished. (PaperMC 1.16.5, Default Config, No other plugins)

supawiz6991 commented 3 years ago

Troubleshooted this and confirmed that it is a bug.

  1. If player enters arena with less that 20 health and health: 20, players health is not increased. Same goes for hunger.
  2. If player enters arena with full hunger and hunger:20 , hunger is reduced to half. Issue forwarded to dev's.