mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Initial commit
This commit is contained in:
commit
e53f9cc88c
14 changed files with 939 additions and 0 deletions
11
src/main/resources/plugin.yml
Normal file
11
src/main/resources/plugin.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
main: io.delilaheve.UnsafeEnchants
|
||||
name: UnsafeEnchants
|
||||
version: 1.0.0
|
||||
description: Allow all enchants to be combined
|
||||
api-version: 1.18
|
||||
load: POSTWORLD
|
||||
author: DelilahEve
|
||||
permissions:
|
||||
ue.unsafe:
|
||||
default: true
|
||||
description: Allow player to combine "unsafe" enchants
|
||||
Loading…
Add table
Add a link
Reference in a new issue