Tobias Ottenweller
|
3a7be837b5
|
Modified help string for exit command.
|
2013-02-26 14:16:51 +01:00 |
|
Tobias Ottenweller
|
1bfc886969
|
Further work for Issue #6.
|
2013-02-26 14:16:39 +01:00 |
|
Tobias Ottenweller
|
880071140a
|
Started work on implementing a permission checking system for Vault. (Issue #6)
|
2013-02-26 12:50:02 +01:00 |
|
Tobias Ottenweller
|
5b1ac6e8f7
|
Added code to send messages when player enter a gate. (Issue #15)
|
2013-02-26 12:47:38 +01:00 |
|
Tobias Ottenweller
|
08906f6004
|
Fixed Vault permissions setup.
|
2013-02-23 19:53:05 +01:00 |
|
Tobias Ottenweller
|
e54914bd22
|
Fix a null pointer exception if a certain world has no gates.
|
2013-02-23 19:52:41 +01:00 |
|
Tobias Ottenweller
|
606ea1d5c5
|
Updated the change log file.
|
2013-02-23 19:51:54 +01:00 |
|
Tobias Ottenweller
|
b072229914
|
small bug fix.
|
2013-02-20 14:45:16 +01:00 |
|
Tobias Ottenweller
|
0b8be1ec4b
|
PluginPortalListener clean up.
|
2013-02-20 14:38:02 +01:00 |
|
Tobias Ottenweller
|
1fef272af2
|
Fixed typos in plugin.yml.
|
2013-02-20 14:37:45 +01:00 |
|
Tobias Ottenweller
|
26927d35c2
|
Fix for Issue #14.
|
2013-02-20 14:32:37 +01:00 |
|
Tobias Ottenweller
|
c79a856907
|
New fix for Issue #8. Now using EntityPortalEnterEvent additionally.
|
2013-02-19 18:59:54 +01:00 |
|
Tobias Ottenweller
|
c25bb01aa1
|
Added missing command to readme file.
|
2013-02-19 12:52:49 +01:00 |
|
Tobias Ottenweller
|
68bf008bc4
|
Fixed typo
|
2013-02-19 12:49:33 +01:00 |
|
Tobias Ottenweller
|
638afcc82f
|
Updated the readme file. #2
|
2013-02-19 12:48:31 +01:00 |
|
Tobias Ottenweller
|
f020096126
|
Updated the readme file.
|
2013-02-19 12:43:45 +01:00 |
|
Tobias Ottenweller
|
a4ee78b88a
|
Updated setLocation and setExit aliases.
|
2013-02-19 12:43:12 +01:00 |
|
Tobias Ottenweller
|
f3a87516d6
|
Sort the output of the help command alphabetically.
|
2013-02-19 12:27:46 +01:00 |
|
Tobias Ottenweller
|
984069ff35
|
Added a change log file.
|
2013-02-19 11:45:00 +01:00 |
|
Tobias Ottenweller
|
0dacfaa79b
|
Additional work for Issue #8
|
2013-02-17 19:43:34 +01:00 |
|
Tobias Ottenweller
|
02262880da
|
Fixed stupid bug letting the closest gate method fail.
|
2013-02-17 19:39:15 +01:00 |
|
Tobias Ottenweller
|
9ce65ed26d
|
Removed unused class.
|
2013-02-17 14:59:40 +01:00 |
|
Tobias Ottenweller
|
db173521e4
|
Removed unused import.
|
2013-02-17 14:58:17 +01:00 |
|
Tobias Ottenweller
|
16095226f9
|
Fixed Issue #8
|
2013-02-17 14:56:48 +01:00 |
|
Tobias Ottenweller
|
3ea11da591
|
Refactoring: Moved code into LocationUtil and GateUtil.
|
2013-02-17 14:56:01 +01:00 |
|
Tobias Ottenweller
|
59fdb54a09
|
Fixed a bug where an already closed gate got used for teleporting.
|
2013-02-17 13:11:16 +01:00 |
|
Tobias Ottenweller
|
02b904a78d
|
Removed some whitespace.
|
2013-02-17 13:10:34 +01:00 |
|
Tobias Ottenweller
|
0117e7294a
|
Code style applied. Increased the maximum number of gate blocks to 40.
|
2013-02-17 13:10:11 +01:00 |
|
Tobias Ottenweller
|
1de6812eb6
|
Updated and simplified the command aliases.
|
2013-02-17 12:31:59 +01:00 |
|
Tobias Ottenweller
|
26e5b68a7d
|
Updated the 'senderMustBePlayer' attribute of all commands.
|
2013-02-17 12:20:04 +01:00 |
|
Tobias Ottenweller
|
f09b90f0a6
|
Code style applied.
|
2013-02-16 13:21:21 +01:00 |
|
Tobias Ottenweller
|
32f1cba2bd
|
Do not create yml configuration object on every save/load.
|
2013-02-15 23:38:04 +01:00 |
|
Tobias Ottenweller
|
56a5f828ee
|
Added log statements when gates get closed during serialization.
|
2013-02-15 23:36:14 +01:00 |
|
Tobias Ottenweller
|
cd0ebc3a7a
|
Added shouldPersistToDisk attribute to BaseCommand. Updated subclasses to reflect the new attribute.
|
2013-02-15 23:31:39 +01:00 |
|
Tobias Ottenweller
|
dd5a60cb2a
|
Updated classpath
|
2013-02-15 23:30:16 +01:00 |
|
Tobias Ottenweller
|
32fc475a8a
|
Fixed broken colored print for the create command.
|
2013-02-11 21:59:41 +01:00 |
|
Tobias Ottenweller
|
43f002032d
|
Removed unused import.
|
2013-02-11 21:59:11 +01:00 |
|
Tobias Ottenweller
|
cf2155ab40
|
Made ingame prints colored.
|
2013-02-11 21:06:10 +01:00 |
|
Tobias Ottenweller
|
b9e84b122d
|
Bumped version to 2.1.0-dev
|
2013-02-11 21:05:19 +01:00 |
|
Tobias Ottenweller
|
749c04f585
|
Fixed bug where renaming a gate did create a duplicate gate on save.
|
2013-02-11 19:27:09 +01:00 |
|
Tobias Ottenweller
|
dae92a0357
|
Merge branch 'master' of github.com:craftinc/craftinc-gates
|
2013-02-10 16:17:51 +01:00 |
|
Tobias Ottenweller
|
ca982f5ba9
|
Bumped version to 2.0.1a
version2.0.1a
|
2013-02-10 16:17:17 +01:00 |
|
Tobias Ottenweller
|
5b4036ac7c
|
Merge branch 'master' of github.com:craftinc/craftinc-gates
|
2013-02-10 15:40:28 +01:00 |
|
Tobias Ottenweller
|
bf1f2bcff2
|
Fixed loading of gates created by version 2.0.0
|
2013-02-10 15:40:18 +01:00 |
|
Tobias Ottenweller
|
ead21c0b79
|
Removed even more debug prints.
|
2013-02-10 14:10:40 +01:00 |
|
Tobias Ottenweller
|
ed58f762fe
|
Removed debug prints.
|
2013-02-10 03:56:50 +01:00 |
|
Tobias Ottenweller
|
59a7f4f80e
|
Fixed index out of bounds exception.
|
2013-02-10 03:56:00 +01:00 |
|
Tobias Ottenweller
|
58695cadd3
|
Added untested support for Vault permission handling.
|
2013-02-10 01:05:12 +01:00 |
|
Tobias Ottenweller
|
cab78c34cc
|
Updated classpath.
|
2013-02-09 23:16:21 +01:00 |
|
Paul Schulze
|
e407d2b9fa
|
added softdepend Vault
symlink of plugin.yml in resources
|
2013-02-09 23:14:41 +01:00 |
|