Menambah permission

This commit is contained in:
2026-04-14 18:38:38 +07:00
parent 9db8123021
commit 9553f23863
3 changed files with 374 additions and 0 deletions
@@ -0,0 +1,13 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-ping"
description = "Enables the ping command without any pre-configured scope."
commands.allow = ["ping"]
[[permission]]
identifier = "deny-ping"
description = "Denies the ping command without any pre-configured scope."
commands.deny = ["ping"]
+43
View File
@@ -0,0 +1,43 @@
## Default Permission
Default permissions for the plugin
#### This default permission set includes the following:
- `allow-ping`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`bluclas:allow-ping`
</td>
<td>
Enables the ping command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`bluclas:deny-ping`
</td>
<td>
Denies the ping command without any pre-configured scope.
</td>
</tr>
</table>