mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
change permission and update gitignore
This commit is contained in:
parent
60dd28024e
commit
181dbbb1e4
4 changed files with 10 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue