Added /c spawn <entity stack> [location] [amount] - Spawns a stack of entities at the target location.
Added /c message <player> <message> - Works just like the vanilla /tell. Made for plugins (like Essentials) that override that command. Also works with color codes.
Added /c rawmessage <player> <message> - Works similarly to /c message, but does not put the name of the sender in front of the message.
Added /c setdata <entity> <data> - Sets the data of an entity with the same syntax of the data in /c spawn
Added /c safeteleport <entity> <location> - Similar to /c teleport, but will always teleport the person on top of a block with enough space, and never onto lava or cactus.
Variables
Added the @lr variable. It accepts no parameters (for now) and works like @e, returning the last entity that activated redstone.
Funtionality
Config files will now automatically update when you update LogiBlocks. You no longer have to delete the config to generate the new config values.
Every command on the server is now filtered. No real difference if you're not a developer.
Added && and & syntax. Using <command> && <command> will now execute both commands in that order (i.e. /say blah && say bleh will say blah and then say bleh on the next line).
You get improved feedback if you use a command and it fails, and it will no longer spout the usage back every time you use a command.
Spawning paintings and itemframes will not work. Looking to fix this in next version.
Ocelots are called "ozelot" and fireworks are called "FireworksRocketEntity". I'll fix this in the next version.