mirror of
https://github.com/songoda/EpicHeads.git
synced 2025-01-09 01:27:39 +01:00
83a77b3578
Replaced localization system with mine.
43 lines
1009 B
YAML
43 lines
1009 B
YAML
hide-no-perm-categories: true
|
|
free-in-creative: false
|
|
economy:
|
|
enabled: false
|
|
default-head-cost: 0
|
|
vault-eco:
|
|
enabled: true
|
|
item-eco:
|
|
enabled: false
|
|
item:
|
|
type: player_head
|
|
name: '&6Player Head Token'
|
|
lore:
|
|
- '&8Use in /EpicHeads!'
|
|
player-points-eco:
|
|
enabled: false
|
|
breaking-head-names:
|
|
enabled: true
|
|
attempt-hook-blockstore: true
|
|
similar-heads-in-cache: true
|
|
default-name: 'Decoration Head'
|
|
commands:
|
|
heads:
|
|
label: 'EpicHeads'
|
|
aliases:
|
|
- 'heads'
|
|
description: 'Get cool heads'
|
|
sub-commands:
|
|
# open menu is when no arguments are supplied
|
|
get: 'get'
|
|
search: 'search'
|
|
random: 'random'
|
|
help: 'help'
|
|
add: 'add'
|
|
hand: 'hand'
|
|
remove: 'remove'
|
|
rename: 'rename'
|
|
give: 'give'
|
|
cost: 'cost'
|
|
category-cost: 'categorycost'
|
|
item-eco: 'itemeco'
|
|
id: 'id'
|
|
reload: 'reload' |