LoginSignup
7
4

More than 5 years have passed since last update.

【Kotlin】Spigot プラグイン 参考リンク集

Last updated at Posted at 2019-03-14

KotlinでSpigot プラグインを作るにあたって参考にしたサイト一覧です。Kotlinでの解説サイトは非常に少ないので、Javaも含めてまとめてみました。サイトは適宜追加していきます。おすすめのサイトもあれば教えてください。

開発環境構築・導入

Kotlin reference http://kotlinlang.org/docs/reference/
環境構築手順解説 https://qiita.com/ReyADayer/items/ca3f42dbb5b59d150f7e
IntelliJ IDEAのインストール https://pleiades.io/help/idea/install-and-set-up-product.html
gradleの設定 https://www.spigotmc.org/wiki/how-to-use-kotlin-in-your-plugins/

参考になるかもしれないGithubソース

KotlinPlugin(小規模) https://github.com/deanveloper/KotlinPlugin
TitleManager(中規模) https://github.com/Puharesource/TitleManager
Dynmap(大規模) https://github.com/webbukkit/dynmap

Javaだけど見たほうが良いサイト

Spigot公式(英語) https://www.spigotmc.org/wiki/spigot-plugin-development/
Spigot API https://hub.spigotmc.org/javadocs/bukkit/overview-summary.html
bukkit公式 開発チュートリアル(英語) https://bukkit.gamepedia.com/Plugin_Tutorial
bukkit公式 開発チュートリアル(日本語訳) https://mcmodding.jp/modding/index.php/Plugin_Tutorial
Bukkitプラグインの作り方講座 http://densyakun.hateblo.jp/entry/2018/02/10/231339
Bukkitプラグイン制作講座 https://jyn.jp/bukkit-plugin-development-1/

7
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
4