Update wrong permission being used.

This commit is contained in:
alexcrea 2024-03-19 02:54:49 +01:00
parent c6bc94604c
commit d3f7776908
2 changed files with 3 additions and 3 deletions

View file

@ -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