Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 1.96 KB

hide-scoreboard-numbers-1.17+.md

File metadata and controls

74 lines (56 loc) · 1.96 KB

⬜ Hide Scoreboard background and numbers

Hide scoreboard numbers

{% tabs %} {% tab title="After" %} With ItemsAdder {% endtab %}

{% tab title="Before" %} Without ItemsAdder {% endtab %} {% endtabs %}

1.20.3 and greater clients

{% hint style="warning" %}

  • Works only on Minecraft 1.20.3+ clients
  • Works only on Minecraft 1.20.3+ servers!
  • Doesn't edit the rendertype_text shader files, it doens't any shader {% endhint %}

{% code title="config.yml" %}

effects:
  hide-scoreboard-numbers: true

{% endcode %}

{% hint style="info" %} This option doesn't require /iazip to be toggled on/off.
You can change this value and simply run iareload to apply. {% endhint %}

Any client version

{% hint style="warning" %}

  • This feature works only on Minecraft 1.17+ clients
  • Server version doesn't matter
  • Edits the rendertype_text shader files {% endhint %}

{% code title="config.yml" %}

effects:
  hide-scoreboard-numbers-old-clients: true

{% endcode %}

{% hint style="warning" %}

Warning

This option is definitive and cannot be turned on/off in-game.
You have to disable it in the config.yml and regenerate the pack again to enable/disable it (using /iazip). {% endhint %}

Hide background

{% hint style="success" %}

  • Works in all Minecraft versions
  • Doesn't edit rendertype_text shader to work. {% endhint %}

Plugin: AnimatedScoreboard

{% content-ref url="../compatibility-with-other-plugins/compatible/animatedscoreboard.md" %} animatedscoreboard.md {% endcontent-ref %}

Plugin: Scoreboard-revision (outdated)

{% content-ref url="../compatibility-with-other-plugins/compatible/scoreboard.md" %} scoreboard.md {% endcontent-ref %}