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

Releases: sya-ri/EasySpigotAPI

Release v2.2.0

14 Mar 06:35
41d85ea
Compare
Choose a tag to compare

🔥 Feature

  • 過去バージョンへの明示的な対応を追加 UnsupportedMinecraftVersion #48
  • Sound playSoundLegacy を追加
  • Particle spawnParticleLegacy を追加

Release v2.1.0

14 Mar 02:35
96d91de
Compare
Choose a tag to compare

🔥 Feature

  • Sound extension.kt を追加 #46
  • Particle extension.kt を追加 #47

Release v2.0.1

10 Mar 13:35
ad6a963
Compare
Choose a tag to compare

🐾 Change

  • Config sender 無しで読み込めるようにした #45

Release v2.0.0

07 Mar 19:32
d415a6f
Compare
Choose a tag to compare

🐾 Change

  • パッケージを変更 #38
    • Event / Register -> Event
    • Util / * -> *

以下の置換を実行することで対応できます。

com.github.syari.spigot.api.event.register -> com.github.syari.spigot.api.event
com.github.syari.spigot.api.util -> com.github.syari.spigot.api

🔧 Fix

  • Config setUnsafe を使っている箇所を修正

Release v1.8.0

07 Mar 18:45
a088c5b
Compare
Choose a tag to compare

🔥 Feature

  • NMS 追加 #41
  • Util / Component hoverItem の追加 #42

🗑️ Delete

  • Config ConfigSoundDataType の削除 #36

Release v1.7.1

07 Mar 09:56
e67a7c9
Compare
Choose a tag to compare

🗑️ Delete

  • Config DefaultConfig を使っていない config() の削除 #44

Release v1.7.0

07 Mar 09:02
41ba571
Compare
Choose a tag to compare

🔥 Feature

  • Config setNull を追加 #39
  • Config ConfigDataType に追加
  • Config DefaultConfigAction を追加 #43

❌ Deprecate

  • Config setUnsafe, getUnsafe, getUnsafeList を非推奨に変更 #40

🗑️ Delete

  • Command CommandTab::Element::add を削除 #22

Release v1.6.1

06 Mar 05:36
e7d0383
Compare
Choose a tag to compare

🔧 Fix

Util / Item Paper環境で editLore で色がつかないバグを修正

Release v1.6.0

03 Mar 14:22
d0f5980
Compare
Choose a tag to compare

🔥 Feature

  • Config ConfigDataType に追加
    • SoundByName #34
    • SoundByKey #33
    • SerializableItemStack #26
    • SerializableInventory #24
  • Util / Component TextComponentBuilder を追加 #23

🔧 Fix

  • Util / World Coordinate から ConfigurationSerialization を削除 #37

Release v1.5.1

02 Mar 16:39
7a77861
Compare
Choose a tag to compare

🔥 Feature

  • Scheduler bukkitRunnable を追加
  • Config CommandTab::Element::addAll を追加 #21
  • Config existsConfig を追加 #27
  • Config ConfigDataType に追加
    • EnchantmentByKey #28
    • EnchantmentByName #30
  • Config stringToLocation 等の関数を public にした #29

❌ Deprecate

  • Command CommandTab::Element::add を非推奨に変更 #40

🔧 Fix

  • Command * を使ったワイルドカードが動作しない問題を修正 #5
  • Config Null Error が出ないデータタイプを修正 #20