Skip to content

Releases: okocraft/Scoreboard

Version 4.4

01 Aug 02:36
fe3f08c
Compare
Choose a tag to compare
  • Add descriptions for config.yml and default.yml
  • Rename line to lines in board settings
    • line can still be used
  • Add length-limit setting for lines
  • Add example boards to example directory
  • Add new placeholders: %server_ram_used%, %server_ram_free% %server_ram_total% %server_ram_max%
  • Add permission checking to show custom boards (default board does not have the permission to show)

Version 4.3

09 Jun 12:15
f9e04da
Compare
Choose a tag to compare
  • Update dependencies
  • Implement component-based length checker
  • Some improvements from working on Folia

Version 4.2

08 Feb 20:08
d50d75e
Compare
Choose a tag to compare

Features

New Placeholders

  • %player_world% to show the name of the world in which the player is located
  • %server_online% to show the number of players on the server

Tab Completion for /sb show and /sb hide

Arguments of these commands are now tab-completable!

Improvements

  • Use Bukkit#getTPS instead of the reflection
  • Remove Bintray repository
  • Refactor Board/Line display and DisplayManager
  • Optimize replacing built-in placeholders and checking whether to call PlaceholderAPI
  • Optimize and clean up BoardLoader

Fixes

  • Some incorrect message keys
  • Some messages in en.yml

Others

  • Update paper-api to 1.19.3
  • Update annotations to 24.0.0
  • Update maven-jar-plugin to 3.3.0
  • Update maven-shade-plugin to 3.4.1

Version 4.1

20 Jul 00:04
cf7881f
Compare
Choose a tag to compare
  • Scoreboard now requires Java 17
  • Add permission (scoreboard.show-on-join) to show default board when player joined

Version 4.0

15 Feb 19:30
adea7da
Compare
Choose a tag to compare
release: version 4.0

Version 3.0

29 Sep 15:05
fd21adf
Compare
Choose a tag to compare
  • クラス, メソッドの整理
  • Super-Linter の警告内容を修正する

Version 2.0

05 Sep 06:15
Compare
Choose a tag to compare
[Version] 2.0

Version 2.0.2-SNAPSHOT

27 Aug 07:35
Compare
Choose a tag to compare
  • プレースホルダーが含まれている場合のみメインスレッドにて置換メソッドを実行する
  • config.yml で更新タスクを実行するスレッドの数を指定できるようにする (board.threads)
  • ソフト依存しているプラグインの 有効 / 無効 イベントのリスナーを追加する
  • 表示済みのボードを管理するセットが複数のスレッドから同時に操作・参照されないようにする

Version 2.0.1-SNAPSHOT

14 Aug 14:21
Compare
Choose a tag to compare
  • 同期処理をプレースホルダー適用のみにする
  • プレイヤーごと、タイトル・行ごとに更新タスクを分け、一度の tick にすべて更新しないようにする

Version 2.0-SNAPSHOT

13 Aug 20:12
Compare
Choose a tag to compare
  • 内部コードの書き直し (更新処理を非同期化)