Skip to content

Commit ec0da66

Browse files
add enchant permission
1 parent b92611c commit ec0da66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

api/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ bukkit {
277277
description = 'Gives access to giving ParallelItems.'
278278
setDefault('FALSE')
279279
}
280+
'parallelutils.enchant' {
281+
description = 'Gives access to using ParallelItems enchants'
282+
setDefault('FALSE')
283+
}
280284
'parallelutils.test' {
281285
description = 'Gives access to the test command'
282286
setDefault('FALSE')

0 commit comments

Comments
 (0)