第三方整合Integrations
皆為選用軟依賴。未安裝時對應欄位為 null,不影響其他功能。
| 插件 | 提供 |
|---|---|
| LuckPerms | /player 的 rank |
| CMI | /player 的暱稱、顏色、遊玩時長、AFK;/punishments 的警告、禁言、監禁 |
| Vault | /player 的 balance |
| DiscordSRV | /player 的 discord、/status 的成員數 |
| PlaceholderAPI | /placeholders 端點 |
/placeholders 是唯一會派工到主執行緒的端點(多數 expansion 需存取 Bukkit API),
已設逾時上限保護,逾時回 504。
All optional soft dependencies. When a plugin is missing its fields are null and
nothing else breaks.
| Plugin | Provides |
|---|---|
| LuckPerms | rank on /player |
| CMI | Nickname, colours, playtime and AFK on /player; warnings, mutes and jails on /punishments |
| Vault | balance on /player |
| DiscordSRV | discord on /player, member count on /status |
| PlaceholderAPI | The /placeholders endpoint |
/placeholders is the only endpoint that dispatches to the main thread, since most
expansions need Bukkit API access. It is bounded by a timeout and answers 504 if it
expires.