mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
add bypass level check permission and update README.md
This commit is contained in:
parent
181dbbb1e4
commit
737d955e9f
5 changed files with 22 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue