Commit Graph

  • afe693d491 Bugfix: remove portal blocks when deleting a gate. Tobias Ottenweller 2013-06-23 17:27:57 +02:00
  • d4f33a1885 Do not cast to Double. Rather use Number. Tobias Ottenweller 2013-06-23 17:14:51 +02:00
  • b50a2b27d3 Bugfix: do not let the location command fail if previous location was invalid. Tobias Ottenweller 2013-06-23 17:09:39 +02:00
  • e88e03ed42 Removed a debug print. Tobias Ottenweller 2013-06-23 17:08:44 +02:00
  • 53e2be6be7 Bugfix: Only check distance between players in the same world! Paul Schulze 2013-06-23 15:32:33 +02:00
  • d29ad9a474 Removed some debug prints. Tobias Ottenweller 2013-06-21 21:36:47 +02:00
  • 4f89e20e6f Print reason when closing gate on save. Tobias Ottenweller 2013-06-20 23:07:10 +02:00
  • 563bdfe2fd Updated the change log. Tobias Ottenweller 2013-06-20 22:36:03 +02:00
  • 931cd1a520 Updated the build scripts. Bumped version to 2.2.0-beta. Tobias Ottenweller 2013-06-20 22:35:46 +02:00
  • b64f41ce0c Do not log "enabled" when gate storage file is corrupted. Tobias Ottenweller 2013-06-20 19:58:34 +02:00
  • 1e9b9905a5 Disable the plugin if storage migration is not possible. Tobias Ottenweller 2013-06-20 19:19:00 +02:00
  • d28bedb78e Better handling for invalid gate storage files. Tobias Ottenweller 2013-06-19 17:18:35 +02:00
  • e9c4583c3d Updated command classes to use better shortcut commands. (Issue #21) Tobias Ottenweller 2013-06-19 17:17:56 +02:00
  • 7a8e61104a Disable the plugin if the gate storage file is corrupted. Tobias Ottenweller 2013-06-19 14:25:31 +02:00
  • c764850ded Declared many arguments as final inside the GatesManager class. Tobias Ottenweller 2013-06-19 14:08:27 +02:00
  • f939e27464 Added a delayed block changes sending method. Tobias Ottenweller 2013-06-19 14:03:50 +02:00
  • ecd219fb2d Added parameter checks and final attributes to the FloodUtil class. Tobias Ottenweller 2013-06-19 13:42:16 +02:00
  • 99be2905be Added checks for broken gate frame blocks. Tobias Ottenweller 2013-06-18 19:53:04 +02:00
  • 9e36cf189b Added a configuration file. Made various classes read from the configuration. Tobias Ottenweller 2013-06-17 14:32:49 +02:00
  • 78283a4f34 Send block changes on command execution. Tobias Ottenweller 2013-06-15 15:33:01 +02:00
  • 1d08c79cff Check for non existing gate list while loading gates from disk. Tobias Ottenweller 2013-06-15 13:33:19 +02:00
  • cb0dec8b83 More distant portal blocks now get send to players. Tobias Ottenweller 2013-06-12 21:58:01 +02:00
  • 1968ccaaeb Added an authors file. Added a license section the each source file. Tobias Ottenweller 2013-06-05 13:00:29 +02:00
  • d23a9b7650 Added basic gate block sending mechanism. Tobias Ottenweller 2013-06-03 19:14:56 +02:00
  • e5ef266f04 Refactoring: created new packages. Tobias Ottenweller 2013-06-03 16:37:20 +02:00
  • 724e05e0a4 code and comment cleanup. Tobias Ottenweller 2013-06-03 16:19:51 +02:00
  • b18df58870 Refactoring of the LocationUtil class. Tobias Ottenweller 2013-06-03 16:09:26 +02:00
  • 7119c185e7 Version bump to 2.2.0-DEV Tobias Ottenweller 2013-06-01 15:07:03 +02:00
  • c740a5b111 Fixed a bug where gates did not work after chaining it's location. Tobias Ottenweller 2013-06-01 15:02:22 +02:00
  • 8bee74df89 Code cleanup. Tobias Ottenweller 2013-06-01 15:01:59 +02:00
  • b383ff89c6 Cleanup Tobias Ottenweller 2013-06-01 14:50:39 +02:00
  • fec999541e Removed the ChunkLoadListener. Tobias Ottenweller 2013-06-01 14:45:47 +02:00
  • 2ed611d995 Only teleport players once if they got pending teleport requests. Tobias Ottenweller 2013-06-01 12:43:39 +02:00
  • faabb2f9db Testing code for not working chunk load listener. Tobias Ottenweller 2013-06-01 12:29:28 +02:00
  • e6e6273147 Made chunk load listener handle multiple teleport requests with the same destination chunk. Tobias Ottenweller 2013-06-01 11:32:18 +02:00
  • 093778f2fb Added missing TeleportRequest class. Tobias Ottenweller 2013-05-26 14:52:15 +02:00
  • a5b34458c4 Make sure chunks are loaded before teleporting players. Tobias Ottenweller 2013-05-26 14:52:04 +02:00
  • 30d15c141e Refactored the Gate class: removed the fill and empty methods. Tobias Ottenweller 2013-05-26 14:03:18 +02:00
  • 3cac4e70cc Allow bigger portals. Portals cannot be made of portal blocks anymore. Tobias Ottenweller 2013-05-26 13:08:50 +02:00
  • 95446f1371 Throw an exception when the gates got stored with a newer version. Tobias Ottenweller 2013-05-26 13:03:22 +02:00
  • 8e860e90c6 code style. Tobias Ottenweller 2013-05-26 12:36:43 +02:00
  • d9194c7497 Added a storage migration class. Tobias Ottenweller 2013-05-26 12:36:25 +02:00
  • c3a24a940f Don't print block locations inside the info command. #2 Tobias Ottenweller 2013-05-19 12:04:03 +02:00
  • c62fb32e90 Don't print block locations inside the info command. Tobias Ottenweller 2013-05-19 12:03:45 +02:00
  • 580fda0273 Don't teleport if gates are closed. Tobias Ottenweller 2013-05-19 12:01:55 +02:00
  • 252292819f Removed an unused method. Tobias Ottenweller 2013-05-19 12:01:34 +02:00
  • 79dcd259dc Always use block locations when creating SimpleLocations to prevent offsets when comparing player and block locations. Tobias Ottenweller 2013-05-19 12:01:18 +02:00
  • 12fde472a2 Fixed a typo. Tobias Ottenweller 2013-05-19 12:00:07 +02:00
  • be3c541845 code style. Tobias Ottenweller 2013-05-19 11:59:47 +02:00
  • 6bd53a3fe6 Fixed typos. Tobias Ottenweller 2013-05-19 10:39:23 +02:00
  • a9be1eaa51 Updated the test-deployment script. Keep the version inside the filename. Tobias Ottenweller 2013-05-19 10:38:48 +02:00
  • dd492a7327 updated the test-deployment script. Tobias Ottenweller 2013-05-19 10:06:27 +02:00
  • 0230314c7e Added a little bit more logging. Tobias Ottenweller 2013-05-19 10:05:21 +02:00
  • 768d385915 Renamed PluginPlayerListener to PlayerMoveListener Tobias Ottenweller 2013-05-18 19:56:10 +02:00
  • 232305a871 Added some checks for null values to the GatesManager class. Tobias Ottenweller 2013-05-18 19:55:20 +02:00
  • 00573c2763 Added some documentation to the Gate class. Tobias Ottenweller 2013-05-18 19:54:43 +02:00
  • f1d623df60 Fixed a typo. Tobias Ottenweller 2013-05-18 19:54:17 +02:00
  • 040377cb36 Refactoring and code cleanup. Tobias Ottenweller 2013-05-18 11:26:45 +02:00
  • e9027900ce Refactored the BaseCommand class. Tobias Ottenweller 2013-05-18 11:11:10 +02:00
  • 34b1c7e0ce Removed the 'h' shortcut. Tobias Ottenweller 2013-05-17 21:58:05 +02:00
  • 987de39bf9 Merge branch 'master' of github.com:craftinc/craftinc-gates into development Tobias Ottenweller 2013-05-17 21:54:15 +02:00
  • 0e13f60122 Fixer a typo. Tobias Ottenweller 2013-05-17 21:28:56 +02:00
  • f2bfe27eba Removed debug print. Tobias Ottenweller 2013-05-17 21:24:57 +02:00
  • 7f8b8eee0f updated pom.xml to version 2.1.2 version2.1.2 Tobias Ottenweller 2013-05-17 21:14:36 +02:00
  • e0b30135cc Removed duplicate log message. Tobias Ottenweller 2013-05-17 21:14:19 +02:00
  • 1056fbf969 updated pom.xml Paul Schulze 2013-05-13 17:32:50 +02:00
  • 916dc1b3a1 Updated changelog. Tobias Ottenweller 2013-05-17 21:05:36 +02:00
  • 4b7fff2277 Fixed some typos Tobias Ottenweller 2013-05-17 20:53:36 +02:00
  • ed2683affc Fixed issue #18. Gates with 'null' as location did cause exceptions at many locations. Tobias Ottenweller 2013-05-17 20:13:49 +02:00
  • cac6eb6022 Fixed bug: When x or z was negative a player was teleported one block beside the real portal blocks. Paul Schulze 2013-05-13 17:48:09 +02:00
  • 67c8a15e46 Merge branch 'development' of github.com:craftinc/craftinc-gates into development Tobias Ottenweller 2013-05-16 09:53:29 +02:00
  • a984f3a3ea Updated README.md Tobias Ottenweller 2013-05-16 09:53:24 +02:00
  • f253dd4ccc Refactored the GatesManager. Added SimpleChunk and SimpleLocation classes. Made PluginPlayerListener use the gateByLocation method of the GatesManager. Tobias Ottenweller 2013-05-14 20:05:25 +02:00
  • 71031d0578 Fixed bug: When x or z was negative a player was teleported one block beside the real portal blocks. Paul Schulze 2013-05-13 17:48:09 +02:00
  • e30b82b74f added bukkit-testserver to gitignore scripts for automatic bukkit-testserver handling Paul Schulze 2013-05-13 17:33:27 +02:00
  • acf4c9002c updated pom.xml Paul Schulze 2013-05-13 17:32:50 +02:00
  • 4012a4ac15 Started working on issue #16: Tobias Ottenweller 2013-05-08 20:30:43 +02:00
  • 8c6718d13f Removed unused imports. version2.1.1 Tobias Ottenweller 2013-04-09 09:11:32 +02:00
  • 6a34d44f20 Updated change log and plugin.yml. Tobias Ottenweller 2013-04-09 09:11:22 +02:00
  • b196c53335 Display messages about disallowed usage of gates less frequent. Tobias Ottenweller 2013-04-08 21:32:15 +02:00
  • d54fd7f72e Removed some debug code. Tobias Ottenweller 2013-04-08 21:09:15 +02:00
  • cede47deab Rewrite of the list command. Tobias Ottenweller 2013-04-08 21:08:08 +02:00
  • 1ef178f6a0 Updated class path. (CraftBukkit 1.5.1 R0.1) Tobias Ottenweller 2013-04-07 19:33:07 +02:00
  • 802f8c07e3 Merge branch 'master' of github.com:craftinc/craftinc-gates into development Tobias Ottenweller 2013-04-06 12:08:21 +02:00
  • a8a95af497 Further refactoring of the list command. Tobias Ottenweller 2013-04-06 12:08:09 +02:00
  • 0af3631693 Removed unused imports. Tobias Ottenweller 2013-04-06 12:07:57 +02:00
  • 4d40b140fa Start work on refactoring the list command. Tobias Ottenweller 2013-04-05 21:51:18 +02:00
  • 8830355216 Updated the change log. Tobias Ottenweller 2013-03-26 20:59:18 +01:00
  • 3481c2a10f Bumped version to 2.1.0 version2.1.0 Tobias Ottenweller 2013-03-26 20:53:21 +01:00
  • a319f793b2 Removed unused import. Tobias Ottenweller 2013-03-26 20:52:10 +01:00
  • 6373f98894 Removed debug prints. Tobias Ottenweller 2013-03-26 20:49:48 +01:00
  • e49c5c0acb Updated classpath file. Tobias Ottenweller 2013-03-26 20:49:29 +01:00
  • a0bc62f767 Bumped version to 2.1.0-beta. version2.1.0-beta Tobias Ottenweller 2013-03-07 16:51:21 +01:00
  • 850fbf1515 Updated changelog. Tobias Ottenweller 2013-02-28 00:22:08 +01:00
  • b99ecec448 Added toString method for gates. Tobias Ottenweller 2013-02-26 14:17:01 +01:00
  • 3a7be837b5 Modified help string for exit command. Tobias Ottenweller 2013-02-26 14:16:51 +01:00
  • 1bfc886969 Further work for Issue #6. Tobias Ottenweller 2013-02-26 14:16:39 +01:00
  • 880071140a Started work on implementing a permission checking system for Vault. (Issue #6) Tobias Ottenweller 2013-02-26 12:50:02 +01:00
  • 5b1ac6e8f7 Added code to send messages when player enter a gate. (Issue #15) Tobias Ottenweller 2013-02-26 12:47:38 +01:00
  • 08906f6004 Fixed Vault permissions setup. Tobias Ottenweller 2013-02-23 19:53:05 +01:00