Files
netease-modsdk-wiki/docs/mcguide/28-电脑网络游戏/课程4:常见第三方库教程/31-TabooLib/2-TabooLib介绍.md
boybook 760c2dd9ad 2.6
2025-12-01 20:59:16 +08:00

22 lines
481 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
front:
hard: 入门
time: 10分钟
---
# TabooLib介绍
## 什么是TabooLib
TabooLib 正式创建于 2018/02/06, 为 MinecraftJava 版)提供一个跨平台的插件开发框架
旨在替代频繁的操作,以及解决一些令人头疼的问题。
+ 基于 Kotlin 独特的语法。
+ 仅占 30+ KB 插件体积。
+ 魔术般的工具。
## 使用TabooLib需要什么知识
1. 学会先开发Bukkit插件了解基本原理
2. 学会Kotlin基本语法