Skip to content

Instantly share code, notes, and snippets.

@tmad40blue
Created February 9, 2016 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmad40blue/ca54190f0ec4281117fa to your computer and use it in GitHub Desktop.
Save tmad40blue/ca54190f0ec4281117fa to your computer and use it in GitHub Desktop.
EntityScripter sample config file.
properties:
set_entity_type: "zombie"
set_custom_name: "muffin"
set_custom_name_visible: true
set_silent: true
potion_effects:
speed:
duration: 999
amplifier: 20
ambient: false
particles: true
set_equipment:
boots:
material: "diamond_boots"
durability: 40
name: "&4potato"
chance_of_dropping: 100
lore: "&3Lorem Ipsum Dolor\nSit Amet"
chestplate:
material: "diamond_chestplate"
durability: 100
name: "&3muffin"
lore: "&2the chestplate from the \nheavens"
chance_of_dropping: 100
helmet:
material: "banner"
name: "VIVA LA ERAVETH"
set_baby: true
set_health: 0.5
set_despawnable: false
spawn_naturally:
set_on_highest_block: true
world: "world"
chance: 100
tick:
particles:
flame:
y: 0.3
xd: 0.3
yd: 0.3
zd: 0.3
speed: 0.01
count: 30
receive_damage:
send_message:
to: "@a"
msg: "&4ouch"
on_death:
particles:
drip_lava:
y: 0.5
xd: 0.3
yd: 1.3
zd: 0.3
count: 50
send_message:
to: "@damager"
msg: "&4You killed me you heartless monster :'("
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment