change permission and update gitignore

This commit is contained in:
alexcrea 2024-02-03 00:13:00 +01:00
parent 60dd28024e
commit 181dbbb1e4
4 changed files with 10 additions and 16 deletions

View file

@ -18,8 +18,8 @@ class UnsafeEnchants : JavaPlugin() {
companion object {
// Permission string required to use the plugin's features
const val unsafePermission = "ue.unsafe"
// Permission string required to bypass illegal enchantment group
const val unsafeBypassPermission = "ue.unsafe_all"
// Permission string required to bypass enchantment conflicts test
const val unsafeBypassPermission = "ue.bypass.fuse"
// Item Grouping Configuration file name
const val itemGroupingConfigName = "item_groups.yml"
// Conflict Configuration file name