mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Update wrong permission being used.
This commit is contained in:
parent
c6bc94604c
commit
d3f7776908
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ class CustomAnvil : JavaPlugin() {
|
|||
private const val bstatsPluginId = 20923
|
||||
|
||||
// Permission string required to use the plugin's features
|
||||
const val unsafePermission = "ca.unsafe"
|
||||
const val affectedByPluginPermission = "ca.affected"
|
||||
// Permission string required to bypass enchantment conflicts test
|
||||
const val bypassFusePermission = "ca.bypass.fuse"
|
||||
// Permission string required to bypass enchantment conflicts test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue