add bypass level check permission and update README.md

This commit is contained in:
alexcrea 2024-02-03 00:23:03 +01:00
parent 181dbbb1e4
commit 737d955e9f
5 changed files with 22 additions and 9 deletions

View file

@ -19,7 +19,10 @@ class UnsafeEnchants : JavaPlugin() {
// Permission string required to use the plugin's features
const val unsafePermission = "ue.unsafe"
// Permission string required to bypass enchantment conflicts test
const val unsafeBypassPermission = "ue.bypass.fuse"
const val bypassFusePermission = "ue.bypass.fuse"
// Permission string required to bypass enchantment conflicts test
const val bypassLevelPermission = "ue.bypass.level"
// Item Grouping Configuration file name
const val itemGroupingConfigName = "item_groups.yml"
// Conflict Configuration file name