First commit.
This commit is contained in:
commit
5f25889f84
16 changed files with 378 additions and 0 deletions
17
config.yml
Normal file
17
config.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
# ID of the block you should interact to enchant your armor
|
||||
enchant_block: 57 # 57 = diamond block
|
||||
|
||||
enable_enchanting: true
|
||||
# enables bad stuff when armor durability is low
|
||||
enable_curses: true
|
||||
|
||||
# messages for when you enchant the items (supports color with &)
|
||||
helmet_message: "&4I’m underneath your skin."
|
||||
chestplate_message: "&4I'm gonna make you suffer."
|
||||
leggings_message: "&4You'll never know what hit you."
|
||||
boots_message: "&4Look what you made of me."
|
||||
enable_insomnia_player_message_broadcast: true
|
||||
insomnia_player_message: "I can't sleep."
|
||||
insomnia_message: "&4Can't sleep. Can't breathe. Won't get no piece with me."
|
||||
chestplate_burn_message: "&4You won't make me disappear, until I make you."
|
||||
Loading…
Add table
Add a link
Reference in a new issue