Commit Graph

106 Commits

Author SHA1 Message Date
Tobias Ottenweller 50dad81876 Handle exceptions thrown by location deserialization. Move invalid gates (e.g. world does not exist anymore) into 'invalid_gates.yml' file. 2012-12-27 15:44:21 +01:00
Tobias Ottenweller 0cd67f3488 Updated project files and bukkit to version 1.4.5-R1.0 2012-12-27 12:03:48 +01:00
Tobias Ottenweller ed9aa2fa09 Let location serialization throw exceptions if a given world does not exist anymore. 2012-12-27 11:44:35 +01:00
Tobias Ottenweller 384c2b819d Small readme update. 2012-12-27 11:16:42 +01:00
Tobias Ottenweller 7e4e911a68 Updated read me. 2012-11-15 14:03:04 +01:00
Tobias Ottenweller 6b28b4dc8a Fixed broken Permissions section of the readme file. #2 2012-11-04 19:45:10 +01:00
Tobias Ottenweller e1dbb96ff4 Fixed broken Permissions section of the readme file. 2012-11-04 19:44:25 +01:00
Tobias Ottenweller e7e8f6ab8c Updated README. 2012-11-04 19:42:35 +01:00
Tobias Ottenweller bc92ce6707 Updated permissions and the 'plugin.yml'. 2012-11-04 19:42:22 +01:00
Tobias Ottenweller 9067f875ce Refactoring: org.mcteam.ancientgates -> de.craftinc.gates 2012-11-04 19:29:14 +01:00
Paul Schulze 139bfc7d54 mavenization
gitignore added maven target/ and intellij project stuff
simplified a return statement in PluginPlayerListener
added TODO in LocationSerializer (creating a world should not be done
there)
2012-09-30 12:41:02 +02:00
Tobias Ottenweller 9e3b6a6cdb better help description for the create command 2012-05-17 21:30:13 +02:00
Tobias Ottenweller bbe4b29073 introduction of plugin portal listener 2012-05-17 17:43:52 +02:00
Tobias Ottenweller 8375a390cc refactoring of block listener 2012-05-17 17:42:46 +02:00
Tobias Ottenweller 6e2fa9237a small plugin.yml update 2012-05-17 17:42:27 +02:00
Tobias Ottenweller 30d1ed1f9b fixed typo in read me 2012-05-17 17:42:11 +02:00
Tobias Ottenweller 09da38f354 removed debug print 2012-05-17 16:55:30 +02:00
Tobias Ottenweller 7be2f02e03 Commands refactoring 2012-05-17 16:44:59 +02:00
Tobias Ottenweller 107de7551c exception handling in player listener 2012-05-17 16:44:33 +02:00
Tobias Ottenweller 7f2c85e5cc unhide to setVisible 2012-05-17 16:44:09 +02:00
Tobias Ottenweller 1844df81f3 Gate will throw exceptions when something goes wrong 2012-05-17 16:43:51 +02:00
Tobias Ottenweller 69571ea511 BaseGate will throw exceptions when something goes wrong 2012-05-17 16:43:21 +02:00
Tobias Ottenweller 2ee725dc21 refactoring of command help 2012-05-16 23:17:13 +02:00
Tobias Ottenweller aa520bb36e refactoring of command info 2012-05-16 23:16:58 +02:00
Tobias Ottenweller afc7efcf26 refactoring of command list 2012-05-16 23:16:08 +02:00
Tobias Ottenweller 649777c939 refactoring of delete command 2012-05-16 23:00:04 +02:00
Tobias Ottenweller c5490270de changed setId method of gate class 2012-05-16 22:58:34 +02:00
Tobias Ottenweller d605e54a1c added validation before serialization 2012-05-16 22:45:54 +02:00
Tobias Ottenweller f5049ecdfb initial values for attributes of base gate 2012-05-16 22:45:40 +02:00
Tobias Ottenweller fc5752f840 refactoring of command close 2012-05-16 22:45:08 +02:00
Tobias Ottenweller cd42698928 removed command csf 2012-05-16 22:44:52 +02:00
Tobias Ottenweller 5f12bb5d99 refactoring of command create 2012-05-16 22:43:43 +02:00
Tobias Ottenweller 94404d74c6 some refactoring applied to BaseCommand 2012-05-16 22:43:27 +02:00
Tobias Ottenweller 259d2cd3c4 PlayerListener refactoring for real 2012-05-16 22:03:57 +02:00
Tobias Ottenweller d293eaf52d PlayerListener refactoring 2012-05-16 22:03:36 +02:00
Tobias Ottenweller b43ffd17df filled method in LocationSerializer 2012-05-15 22:19:18 +02:00
Tobias Ottenweller f7a86b3c6f Plugin: loading and saving gates 2012-05-14 22:05:54 +02:00
Tobias Ottenweller 3c5f37d170 small read me update (more coming later) 2012-05-14 22:04:54 +02:00
Tobias Ottenweller 297769181e refactoring: project workspace cleanup 2012-05-13 18:34:59 +02:00
Tobias Ottenweller 0a1d744f0c refactoring: removing references to gson 2012-05-13 18:29:52 +02:00
Tobias Ottenweller 181785c1b1 removing gson 2012-05-13 18:29:27 +02:00
Tobias Ottenweller 87e56742d4 refactoring: make plugin work for testing (no persistence yet) 2012-05-13 18:18:04 +02:00
Tobias Ottenweller 81e59b1eed refactoring: FloodUtil and TextUtil cleanup 2012-05-13 18:16:59 +02:00
Tobias Ottenweller 750a867d2f refactoring: commands now working again 2012-05-13 17:35:49 +02:00
Tobias Ottenweller 737ea7521e refactoring: corrected wrong getter method name in BaseGate 2012-05-13 17:34:28 +02:00
Tobias Ottenweller a07df19c40 refactoring: comment on Gate class 2012-05-13 17:06:08 +02:00
Tobias Ottenweller 7e300d9c03 refactoring: abstract Gate base class; native bukkit serialization 2012-05-13 17:05:31 +02:00
Tobias Ottenweller 3d6b5fe1c6 start of refactoring: removed Conf.java 2012-05-13 17:01:58 +02:00
Tobias Ottenweller 13e4d3608c plugin.yml update 2012-05-12 15:15:02 +02:00
Tobias Ottenweller df6a49ce2c added permissions: ancientgates.use, ancientgates.info, ancientgates.manage 2012-04-15 14:55:37 +02:00