45 Commits

Author SHA1 Message Date
Tobias Ottenweller
6c95483ea3 Updated bukkit dependecy. 2013-11-24 18:15:01 +01:00
Tobias Ottenweller
75cfa0cef2 Added a extra permission for world generation. Moved strings for the generation commands into the Message class. 2013-11-24 13:41:59 +01:00
Tobias Ottenweller
89fdd622ca Switched form listening to player login events to player join events. 2013-06-11 20:02:48 +02:00
Tobias Ottenweller
1a1cbab798 World generation is not working correctly. 2013-06-10 12:09:37 +02:00
Tobias Ottenweller
99b0e4a692 Second approach for generating padding around border. Still a not so great solution. 2013-06-09 19:14:49 +02:00
Tobias Ottenweller
50d165d3bb Added config variables and chunk generation padding to the Chunk Generator. 2013-06-09 12:22:40 +02:00
Tobias Ottenweller
4ec7f0f7ab Added a getCenter() method to all Border classes. 2013-06-09 11:46:09 +02:00
Tobias Ottenweller
c3ca060ef0 Added another todo. 2013-06-08 22:19:52 +02:00
Tobias Ottenweller
257d1f5110 Added a todo note. 2013-06-08 22:13:36 +02:00
Tobias Ottenweller
550db367c5 Simplified the Chunk Generator code. 2013-06-08 21:55:16 +02:00
Tobias Ottenweller
8592f4ada1 Made chunk generator generate chunks. (Code needs cleanup.) 2013-06-08 20:47:09 +02:00
Tobias Ottenweller
5b75b83c5b Implemented a world generator. The generator is currently not working! Unsolved problem: How to force bukkit to populate a chunk. 2013-06-08 16:18:09 +02:00
Tobias Ottenweller
de145b3a59 Merge branch 'development' of github.com:craftinc/craftinc-borderprotection 2013-06-05 21:17:05 +02:00
Tobias Ottenweller
3e975c3093 Updated the deployment script to work with my setup. 2013-06-05 21:16:31 +02:00
Paul Schulze
fa51e091f1 LICENSE.md simplified 2013-06-05 21:05:49 +02:00
Paul Schulze
49e5f61f19 removed readlink from test-deployment script 2013-06-05 20:56:34 +02:00
Tobias Ottenweller
cc9bd13b2e Created a command package and a class for each command. Note: all changes are UNTESTED! 2013-06-04 22:10:14 +02:00
Paul Schulze
2502975dc1 removed jar file from repository 2013-06-04 20:35:26 +02:00
Paul Schulze
2e8372e74f On the way to 2.0!
Added CircBorder and made it possible to implement more different border
types.
Still some bugs especially with the display of the border message!
2013-06-04 20:29:47 +02:00
Paul Schulze
e20a2c9084 version 1.1.1 1.1.1 2013-03-16 23:40:56 +01:00
Paul Schulze
bb32466902 bump to version 1.1.1 2013-03-16 23:27:38 +01:00
Paul Schulze
bbbe256718 Bukkit 1.5R0.1 compatible 2013-03-16 23:26:34 +01:00
Paul Schulze
53c29aa9a8 always make ddidderr, mice_on_drugs and Mochaccino ops on testserver 2013-03-16 23:25:51 +01:00
Paul Schulze
094b2f6dca automatic testserver deployment beta 2013-03-08 14:09:52 +01:00
Paul Schulze
62e7d558e6 maven dependencies (mainly bukkit) will now be copied to target/lib 2013-02-24 10:44:35 +01:00
Paul Schulze
8fd26b513a checkversion command 2013-02-24 10:29:26 +01:00
Paul Schulze
a83c0fbab0 LICENSE updated
minor code style improvements
2013-02-24 10:16:56 +01:00
Paul Schulze
6a218f97f0 Version 1.1
First version of basic update checker included
Event priorities for Move and Teleport listeners now HIGHEST
1.1
2013-02-23 22:16:44 +01:00
Paul Schulze
46d19fa35e border info message now shows if border is enabled or disabled 2013-02-20 16:32:12 +01:00
Paul Schulze
785dc10644 Version 1.0.3-1 1.0.3-1 2013-02-20 16:11:04 +01:00
Paul Schulze
c671f04f65 Security Fix: added missing permission check for enable/disable border 2013-02-20 15:59:58 +01:00
Paul Schulze
0176ec3a3a version 1.0.3
softdepend Multiverse-Core added (should resolve issue #7)
removed a system.out.println
fixed: now checks if border is null before trying to on|off
1.0.3
2013-02-20 11:59:28 +01:00
Paul Schulze
5bc660d392 Version 1.0.2
License information updated in all files.
version number in plugin.yml now comes from maven.
1.0.2
2013-02-16 17:59:05 +01:00
Paul Schulze
df37830bef Version 1.0.1 1.0.1 2013-02-10 02:30:58 +01:00
Paul Schulze
e11469618d better output on border creation 2013-02-10 02:28:56 +01:00
Paul Schulze
5463608c3d Version 1.0.0 with JAR 1.0.0 2013-02-09 23:49:52 +01:00
Paul Schulze
2481dd3fcf https://github.com/craftinc/craftinc-borderprotection/issues/1 done
(Ability to disable border definitions per world)
some bug fixes
2013-02-09 21:21:32 +01:00
Paul Schulze
d104f79830 on the way to 1.0.0
https://github.com/craftinc/craftinc-borderprotection/issues/6  fixed
(change storage mechanism)
bugfix: now player is always teleported to a place where he can stand
2013-02-09 19:50:52 +01:00
Paul Schulze
e03c30fa15 GPLv3 2012-10-06 16:25:37 +02:00
Paul Schulze
f24bb73bf7 simplified pom 2012-09-30 14:12:41 +02:00
Paul Schulze
19b8e12ff4 timeout for bordermessage
cancel teleport events if destination is outside border
0.9.9
2012-09-29 22:53:44 +02:00
Paul Schulze
a469f5a427 added craftinc.de link 2012-09-22 17:42:22 +02:00
Paul Schulze
0207b5e392 Merge branch 'master' of github.com:s1m0ne/craftinc-borderprotection 2012-09-22 16:43:16 +02:00
Paul Schulze
329508ab41 craftinc-borderprotection initial commit 2012-09-22 16:41:45 +02:00
Paul Schulze
ae5c44a543 Initial commit 2012-09-22 07:39:13 -07:00