Change logs
The main page is always up-to-date with the latest changes! This is the changelog since the first, public version.
Update 1.4
1. Optimized code for the alternative time setter
This comes from an improved usage of regex and some small optimizations. My first tries showed an improvement of around 10 percent. I was surprised when I notized that the new method also gets optimized by the Java JIT (Java tries to "translate" often used code into native machine code) a lot better. 100 iterations and more only took half the time than my first method used from version 1.0 to 1.3. Note that this results may vary from machine to machine.
2. The location of the block can now be set relative to the command block. This is done by putting a letter in the first case of a direction (X, Y, Z)
Update 1.3
- Internal code clean ups
- - Fixed the caveats from the alternative time setter:
- 0s now works
- XtYt -> will now recognize X+Y time units instead of Y time units (t = "s" or "m" or "h")
Update 1.2
1. Delays can now be set more comfortable
2. Two or even more commands affecting one single block at the same time won’t conflict and pick up the correct old block
Update 1.1
1. You can now specify the block id! So this plugin should now actually be named as "Block Timer" :-)
2. When a command is not correctly used/typed there will be now potion splashes (but still notes in the console)
3. When a command is not correctly used/typed the note in the console now also has the worldname in it (missed it in v1.0)