We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664550e commit f5d62cbCopy full SHA for f5d62cb
platform/platform-bukkit-impl/src/main/kotlin/taboolib/platform/BukkitCommand.kt
@@ -90,7 +90,7 @@ class BukkitCommand : PlatformCommand {
90
// ClassCastException: Cannot cast java.lang.String to net.kyori.adventure.text.Component
91
pluginCommand.setProperty("permissionMessage", permissionMessage)
92
} catch (ex: ClassCastException) {
93
- pluginCommand.setProperty("permissionMessage", Component.text(permission))
+ pluginCommand.setProperty("permissionMessage", Component.text(permissionMessage))
94
}
95
// 注册权限
96
fun registerPermission(permission: String, default: PermissionDefault) {
0 commit comments