mirror of
https://github.com/PlaceholderAPI/Javascript-Expansion.git
synced 2025-05-23 02:19:04 +00:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
function hp() {
|
|
return Math.round(parseInt('%player_max_health%') * 100) / 100;
|
|
}
|
|
hp(); |