Hopefully fixed the "No position found" bug.

If dest > origin, any blocks past origin.size will drop you at dest[0]
Switched to scheduler instead of our own thread for closing gates and deactivating signs
No longer depend on Permissions, use it as an option. isOp() used as defaults.
This commit is contained in:
Drakia
2011-02-14 21:51:55 -08:00
parent b3044c6f03
commit d37adb90ee
4 changed files with 71 additions and 60 deletions

5
README
View File

@ -79,6 +79,11 @@ gate-folder - The folder containing your .gate files
=============
Changes
=============
[Version 0.10]
- Hopefully fixed the "No position found" bug.
- If dest > origin, any blocks past origin.size will drop you at dest[0]
- Switched to scheduler instead of our own thread for closing gates and deactivating signs
- No longer depend on Permissions, use it as an option. isOp() used as defaults.
[Version 0.09]
- Gates can now be any shape
[Version 0.08]