mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
add config menu/command name & permission. also edit version number.
This commit is contained in:
parent
321a2b1cc8
commit
6e0d1037bc
6 changed files with 54 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
main: io.delilaheve.CustomAnvil
|
||||
name: CustomAnvil
|
||||
prefix: "Custom Anvil"
|
||||
version: 1.3
|
||||
version: 1.3.0-alpha-1
|
||||
description: Allow to customise anvil mechanics
|
||||
api-version: 1.18
|
||||
load: POSTWORLD
|
||||
|
|
@ -18,8 +18,11 @@ commands:
|
|||
#- acreload # anvil config reload
|
||||
#- careload # custom anvil reload
|
||||
- carl # custom anvil reload
|
||||
test:
|
||||
description: test cmd
|
||||
customanvilconfig:
|
||||
description: open a menu for administrator to edit plugin's config in game
|
||||
permission: ca.config.edit
|
||||
aliases:
|
||||
- configanvil
|
||||
|
||||
permissions:
|
||||
ca.affected:
|
||||
|
|
@ -34,6 +37,9 @@ permissions:
|
|||
ca.command.reload:
|
||||
default: op
|
||||
description: Allow administrator to reload the plugin's configs
|
||||
ca.config.edit:
|
||||
default: op
|
||||
description: Allow administrator to reload the plugin's configs in game
|
||||
|
||||
# soft depend on old name so I can disable it if it is on the same server
|
||||
# as it is the old name for this plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue