“TabooLib 6”的版本间的差异
来自Purtmars Wikipedia —— 普特莫斯维基
(建立内容为“缩略图|TabooLib 6.0 依赖导图”的新页面) |
|||
第1行: | 第1行: | ||
− | [[File:t6.png|缩略图|TabooLib 6.0 | + | [[File:t6.png|缩略图|依赖导图 (Map)]] |
+ | <span style="color: rgb(200,200,200);font-size: 14px">This page defines guidelines for writing Minecraft plugins based on TabooLib (6.0).</span><br> | ||
+ | 本文定义了基于 TabooLib (6.0) 编写 Minecraft 插件而提供的指导性准则和建议。 | ||
+ | |||
+ | = 开始 = | ||
+ | <span style="color: rgb(200,200,200);font-size: 14px">From 2021.06 TabooLib-SDK will bring its own GitHub Actions build task.</span><br> | ||
+ | 自 2021.06 起 [https://github.com/taboolib/taboolib-sdk TabooLib—SDK] 将自带 [https://github.com/taboolib/taboolib-sdk/actions GitHub Actions] 构建任务。 | ||
+ | |||
+ | <span style="color: rgb(200,200,200);font-size: 14px">Windows platform</span><br> | ||
+ | Windows 平台: | ||
+ | '''gradlew''' clean build | ||
+ | |||
+ | <span style="color: rgb(200,200,200);font-size: 14px">maxOS or Linux platform</span><br> | ||
+ | macOS 或 Linux 平台: | ||
+ | '''./gradlew''' clean build | ||
+ | |||
+ | <span style="color: rgb(200,200,200);font-size: 14px">The build files will be saved in the ./build/libs directory.</span><br> | ||
+ | 构建文件将会保存在 '''./build/libs''' 目录中。 | ||
+ | |||
+ | = 构建文件 = | ||
+ | 本文所使用的代码均在 [https://github.com/TabooLib/TabooLibDemo GitHub] 开源,项目中所使用 '''Kotlin''' 代码应遵循 [https://kotlinlang.org/docs/coding-conventions.html Kotlin Coding Conventions] 规范。 | ||
+ | |||
+ | 基于 TabooLib 6.0 所编写的插件需添加最低 1.6 版本的 TabooLib Gradle 插件。 | ||
+ | |||
+ | <span style="color: rgb(200,200,200);font-size: 14px"></span><br> |
2021年7月1日 (四) 16:02的最新版本
This page defines guidelines for writing Minecraft plugins based on TabooLib (6.0).
本文定义了基于 TabooLib (6.0) 编写 Minecraft 插件而提供的指导性准则和建议。
开始
From 2021.06 TabooLib-SDK will bring its own GitHub Actions build task.
自 2021.06 起 TabooLib—SDK 将自带 GitHub Actions 构建任务。
Windows platform
Windows 平台:
gradlew clean build
maxOS or Linux platform
macOS 或 Linux 平台:
./gradlew clean build
The build files will be saved in the ./build/libs directory.
构建文件将会保存在 ./build/libs 目录中。
构建文件
本文所使用的代码均在 GitHub 开源,项目中所使用 Kotlin 代码应遵循 Kotlin Coding Conventions 规范。
基于 TabooLib 6.0 所编写的插件需添加最低 1.6 版本的 TabooLib Gradle 插件。