Skip to content
/ strobo Public

内部で使ってるサーバーサイドFabric用のやつ

License

Notifications You must be signed in to change notification settings

uTen2c/strobo

Repository files navigation

Maven metadata URL

Strobo

内部で使ってるサーバーサイドFabricのいろいろライブラリ
基本的に最新バージョンでしか開発したくないので最新バージョン以外はサポートする気はない

Feature

  • イベントリスナー, 多少のイベント
  • BrigadierのKotlin DSL
  • サーバーサイドに最適化されたアイテムの実装
  • サーバーサイドに最適化されたスクリーンハンドラーの実装
  • タスクスケジューラー
  • ユーティリティ

Gradle

repositories {
    // ...
    maven("https://uten2c.github.io/repo")
}
dependencies {
    // ...
    modImplementation("dev.uten2c:strobo:VERSION")
    // include("dev.uten2c:strobo:VERSION")
}

Styling

./gradlew ktlintApplyToIdea addKtlintFormatGitPreCommitHook

About

内部で使ってるサーバーサイドFabric用のやつ

Resources

License

Stars

Watchers

Forks