Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Releases: sya-ri/EasySpigotAPI

Release v1.5.0

27 Feb 16:11
0800e1f
Compare
Choose a tag to compare

🔥 Feature

  • Config ConfigDataType の追加
  • Util / Item アイテム関連の拡張関数を追加 #17

Release v1.4.0

26 Feb 11:17
cc67b10
Compare
Choose a tag to compare

🔥 Feature

  • Util / String String::toColor, String::toUncolor を追加 #16
  • Util / World Coordinate を追加 #14
  • Util / World Region を追加 #15
  • Config Vector を追加 #9

Release v1.3.4

21 Feb 07:42
5744fd1
Compare
Choose a tag to compare

🔥 Feature

  • Config CofigDataType に UUID を追加 #4
  • Config CustomConfig::sendMessage を追加 #7
  • Command CommandCreator に permission を追加 #6

Release v1.3.3

19 Feb 11:09
e69d3c2
Compare
Choose a tag to compare

🔧 Fix

  • Config 無条件で default で上書きする問題を修正

Release v1.3.2

19 Feb 09:17
48042b2
Compare
Choose a tag to compare

🔧 Fix

  • Config default で NullPointerException が発生する問題を修正

Release v1.3.1

16 Feb 17:41
f904eea
Compare
Choose a tag to compare

🔧 Fix

  • Config configDirectory の戻り値を Map<String, CustomConfig> に修正

Release v1.3.0

14 Feb 16:14
e41989c
Compare
Choose a tag to compare

🔥 Feature

  • Config コンフィグを簡単に読み込むことができます。

Release v1.2.1

12 Feb 13:37
bcea787
Compare
Choose a tag to compare

🔧 Fix

  • Scheduler 非同期スケジューラと同期スケジューラが async に対応していないバグを修正

Release v1.2.0

11 Feb 16:16
4531b1e
Compare
Choose a tag to compare

🔥 Feature

  • Command コマンドを簡単に作成できる。
  • Scheduler スケジューラを簡単に使うことができる。

Release v1.1.0

10 Feb 17:45
d1d2e9c
Compare
Choose a tag to compare

🔥 Feature

  • Util / UUID クラス UUIDPlayer, UUIDEntity を追加
  • Util / UUID 関数 uuid, uuidOrNull を追加