25 lines
685 B
YAML
25 lines
685 B
YAML
name: PlaceholderSigns
|
|
version: '${project.version}'
|
|
main: net.knarcraft.placeholdersigns.PlaceholderSigns
|
|
api-version: 1.19
|
|
depend:
|
|
- PlaceholderAPI
|
|
|
|
commands:
|
|
editSign:
|
|
usage: /<command> <line> <text> [text] ...
|
|
permission: placeholdersigns.edit
|
|
description: Changes the line of a sign without a text limit
|
|
|
|
permissions:
|
|
placeholdersigns.*:
|
|
children:
|
|
- placeholdersigns.edit
|
|
- placeholdersigns.placeholder
|
|
default: op
|
|
placeholdersigns.edit:
|
|
description: Allows a player to use the /editSign command
|
|
default: false
|
|
placeholdersigns.placeholder:
|
|
description: Allows a player to make signs containing placeholders
|
|
default: false |