Skip to content

Ai-Akaishi/MobBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MobBar

Enable to use mob names like bossbar
モブの名前をボスバーのようにゲージとして簡単に使えるようにします。

動作確認済みバージョン / Verified minecraft versions

  • 1.17.1

使い方 / How To Use

基本 / Basics

  1. モブにバーの最大値(~1023)を設定します / Set the max value(<1024) of the bar.
scoreboard players set @s MobBarMax 10
  1. モブにバーの現在値を設定します / Set the current value of the bar.
scoreboard players set @s MobBarValue 3
  1. 関数を呼び出すとモブの名前が書き換わります / Call the function below, then the mob name will be updated.
function #mobbar:update

拡張 / Ex-Use

  1. モブにバーの最大値(~1023)を設定します / Set the max value(<1024) of the bar.
scoreboard players set @s MobBarMax 10
  1. モブにバーの現在値を設定します / Set the current value of the bar.
scoreboard players set @s MobBarValue 3
  1. ベースのフォーマットを指定できます。(任意) / You can specity the base format.(Optional)
    default: '{"text":"","color":"gray"}'
data modify storage mobbar:base_format set value '{"text":"prefix:","color":"#FF0000","font":"font"}'  
  1. アクセントのフォーマットを指定できます。(任意) / You can specity the accent format.(Optional)
    default: '{"text":"","color":"yellow"}'
data modify storage mobbar:accent_format set value '{"text":"","color":"#FFFFFF","font":"font"}'  
  1. バーの長さを指定できます。(任意) / You can specity the length of the bar.(Optional)
    default: 20
data modify storage mobbar:bar_length set value 10  
  1. 関数を呼び出すとモブの名前が書き換わります / Call the function below, then the mob name will be updated.
function #mobbar:update_ex

連絡はこちら / Contact

https://twitter.com/AiAkaishi

ライセンス / LICENSE

These codes are released under the MIT License, see LICENSE.

About

Enable to use mob names like bossbar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published