Skip to content

Releases: macjuul/CHExodius

Update 2.3.0

Choose a tag to compare

@macjuul macjuul released this 10 May 18:35

This release is for Minecraft 1.9.4 compatibility

New functions:

  • center_chat_message(String message)
  • set_entity_ai(Entity id, Boolean ai)
  • get_entity_ai(Entity id)

New events:

  • entity_combust

Update 2.2.3

Choose a tag to compare

@macjuul macjuul released this 17 Feb 00:29
  • Updated to CommandHelper 3.3.2
  • Added support for lores in user_input items

Update 2.2.2

Choose a tag to compare

@macjuul macjuul released this 28 Nov 18:45
  • Fixed CArray.push() to now include a target (Fix for build #2980)

Update 2.2.0

Choose a tag to compare

@macjuul macjuul released this 01 Sep 20:15
  • Added set_entity_advanced_spec(Entity UUID, Spec array)
    • Currently only supports ignited and NoAI (Suggested by Jason Krause)