We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92611c commit ec0da66Copy full SHA for ec0da66
1 file changed
api/build.gradle
@@ -277,6 +277,10 @@ bukkit {
277
description = 'Gives access to giving ParallelItems.'
278
setDefault('FALSE')
279
}
280
+ 'parallelutils.enchant' {
281
+ description = 'Gives access to using ParallelItems enchants'
282
+ setDefault('FALSE')
283
+ }
284
'parallelutils.test' {
285
description = 'Gives access to the test command'
286
0 commit comments