Updated Scripts (markdown)

Daniel Saukel 2020-12-03 20:55:10 +01:00
parent 7190e50fa9
commit e1a0553296

@ -67,41 +67,6 @@ items:
type: IRON_SWORD type: IRON_SWORD
damage: 55 damage: 55
amount: 1 amount: 1
# For more information about the Caliburn item serialization format,
# please have a look at the Caliburn wiki:
# https://github.com/DRE2N/CaliburnAPI/wiki/Custom-item-script
- ==: de.erethon.caliburn.item.ExItem
type: "DEFAULT"
material: "STICK"
amount: 3
name: "&4CustomName"
lores:
- "&4This is the first line."
- "&6This is the second line."
itemFlags:
- "HIDE_ATTRIBUTES"
- "HIDE_ENCHANTS"
enchantments:
"PROTECTION_ENVIRONMENTAL": 4
"THORNS": 1
attributes:
nameOfFirstAttribute:
type: "GENERIC_ATTACK_DAMAGE"
slots:
- "MAIN_HAND"
- "OFF_HAND"
- "HEAD"
- "TORSO"
- "LEGS"
- "FEET"
operation: "ADD_NUMBER"
amount: 8.5
nameOfSecondAttribute:
type: "GENERIC_MOVEMENT_SPEED"
slots:
- "OFF_HAND"
operation: "ADD_NUMBER"
amount: 8.5
# Whether the class should have a dog as a pet. # Whether the class should have a dog as a pet.
dog: true dog: true