Releases: sya-ri/EasySpigotAPI
Releases · sya-ri/EasySpigotAPI
Release v2.2.0
🔥 Feature
- 過去バージョンへの明示的な対応を追加
UnsupportedMinecraftVersion
#48
Sound
playSoundLegacy を追加
Particle
spawnParticleLegacy を追加
Release v2.1.0
🔥 Feature
Sound
extension.kt を追加 #46
Particle
extension.kt を追加 #47
Release v2.0.1
🐾 Change
Config
sender 無しで読み込めるようにした #45
Release v2.0.0
🐾 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
🔥 Feature
NMS
追加 #41
Util / Component
hoverItem の追加 #42
🗑️ Delete
Config
ConfigSoundDataType の削除 #36
Release v1.7.1
🗑️ Delete
Config
DefaultConfig を使っていない config() の削除 #44
Release v1.7.0
🔥 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
🔧 Fix
Util / Item
Paper環境で editLore で色がつかないバグを修正
Release v1.6.0
🔥 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
🔥 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