Releases: I-Al-Istannen/ImageWings
Animations
New Features
- _Animated wings_
- Two default example wings, one animated and one static
Changes you need to make
You need to add this above the parser
section in all .wingMeta
files:
# The type of the parser
# May be "animated" or "normal". Animated is an animated gif
parser_type: "normal"
Installation
Replace any existing PerceiveCore
or ImageWings
jar with the new one.
The ShaneCraftDev update :)
General
This build fixes bugs and introduces features suggested by ShaneCraftDev in his posts over on the forums.
Fixes
- It now generates the config
- The image is no longer mirrored
- Partly corrected the shifting of some particles (e.g. SUSPENDED_DEPT`H)
- Added an explaining message to the editor
- Auto complete for wings in the /edit command
New Features
- Config option to allow spawning the wings when the player ismoving
- A reload command, only reloading this plugin
- In the editor, the ArmorStand will now wear your head to make it clear where he is facing.
His direction is also locked now - Coloured particles!
You can colour some particles now (REDSTONE
,SPELL_MOB
,SPELL_MOB_AMBIENT
andNOTE
).
Let it generate a Template file and look at it, it is explained there.
A cheat sheet for noted can be found here. - Block crack particles
You can now set the block/item these effects use:BLOCK_DUST
,BLOCK_CRACK
andITEM_CRACK
What to do
Well, drop the new jar file in your plugins folder, replacing the old. That should be it.
Your old .wingMeta
files should still be valid.
First Snapshot
General
This is the first build which could be able to run without constant crashes ;)
It needs some testing however, to fix bugs and bad decisions as well as implement needed/wanted features.
How to do it
Installing
Well, you just download the two jar files (PerceiveCore and ImageWings) and drop them in your Plugins folder
Configuring
I made a small example wing, that you can use for testing and looking at how things look.
Just download the wing.png
and ExampleWing.wingMeta
and put them in the /plugins/ImageWings/images
folder. If the images
folder is not there, create it.
The .wingMeta
files are normal text files, you can edit them with any editor, though I would recommend one like NotePad++. The language is YAML
, if you want to activate syntax highlighting.
You can let the plugin generate a template for you by using the /imageWings generateTemplate <name>
command.
This will contain all the options and an explanation.
Commands
The main command is /imageWings
. You will probably want to use /imageWings help
as a start.
Like all commands, this is changable in the language file (explained in the config.yml)