Tobias Ottenweller
b676af278d
Display a not allowed while riding message.
2014-02-05 20:23:59 +01:00
Tobias Ottenweller
a579209037
Do call the exit changed method of the gates manager.
2014-02-05 20:16:16 +01:00
Tobias Ottenweller
ca74b2e3ed
Removed invalid to do notes.
2014-02-05 20:15:56 +01:00
Tobias Ottenweller
6924e36249
Added soft-depend for multi-world plugins
2014-01-27 09:51:57 +01:00
Tobias Ottenweller
f8f31640ef
Added gate change listener interface used for dynmap.
2014-01-26 14:29:28 +01:00
Tobias Ottenweller
c80b0f0f68
Fix not persistent allow/deny riding flag.
2014-01-19 21:01:28 +01:00
Tobias Ottenweller
2bd8b0ff03
Fixed broken migration for old storage versions.
2014-01-06 17:28:59 +01:00
Tobias Ottenweller
a613b1933a
Send messages to players when executing allow/deny riding commands.
2014-01-06 17:21:43 +01:00
Tobias Ottenweller
d8fff26c9e
Added a allow riding attribute to the gate class. Added code to guaranty compatibility. Added two new commands for setting the riding attribute.
2014-01-06 17:13:02 +01:00
Tobias Ottenweller
0c13d0d3e3
Fix for missing clone of pig attributes.
2013-12-29 09:51:26 +01:00
Tobias Ottenweller
29592823b6
Bumped version to 2.4.0-DEV
2013-12-29 09:50:14 +01:00
Tobias Ottenweller
56c6af02b1
Keep velocity when teleporing boats and minecarts. This commit completes issue #10
2013-12-28 16:43:18 +01:00
Tobias Ottenweller
8b873a6d60
Added support for vehicles.
2013-12-28 15:11:12 +01:00
Tobias Ottenweller
e36519c246
gitignore updated.
2013-12-28 15:10:30 +01:00
Tobias Ottenweller
125d327a0d
Updated bukkit dependency.
2013-12-28 10:25:09 +01:00
Tobias Ottenweller
6c8658f7c5
Fixed typo. Did some cleanup.
2013-12-28 10:24:55 +01:00
Tobias Ottenweller
14041f8cd7
Updated bukkit dependency to 1.7.2-R0.1-SNAPSHOT.
2013-12-08 16:21:18 +01:00
Tobias Ottenweller
bb4a41e782
Readme updated. #2
2013-11-26 09:21:01 +01:00
Tobias Ottenweller
82df684c22
Readme updated.
2013-11-26 09:16:14 +01:00
Tobias Ottenweller
7f89917e81
Updated version to 2.3.0.
version2.3.0
2013-11-24 12:55:47 +01:00
Tobias Ottenweller
a1cb0102f8
Changed the executing phase of deployment script.
2013-11-23 15:31:27 +01:00
Paul Schulze
5af520f8ea
include mcstats in jar file when packaging with maven
2013-11-23 15:11:13 +01:00
Tobias Ottenweller
28cacfdb19
Updated the changelog and other documents for the upcoming 2.3 release.
2013-11-16 17:54:33 +01:00
Tobias Ottenweller
757d6b5a48
readme updated.
2013-11-16 15:40:53 +01:00
Tobias Ottenweller
056b8896a6
Updated bukkit depency.
2013-11-16 15:40:45 +01:00
Tobias Ottenweller
12a0bba6cc
Print the names of nearby gates when executing /gate nb.
...
Fixed a serious bug when trying to print a very long title.
Made the info command work without a supplied gate id. It then will print information about the closest gate. (Issue #13 )
2013-09-17 17:57:31 +02:00
Tobias Ottenweller
e9a454182a
Added the ability to change gate block types. Issue #26 .
...
Refactoring: Added a ConfigurationUtil class. Moved all configuration keys into it.
2013-09-15 17:09:17 +02:00
Tobias Ottenweller
260cabc509
Small typo fix.
2013-08-07 16:40:59 +02:00
Tobias Ottenweller
0b29936958
Changed some text getting displayed while executing the info command.
2013-07-27 12:03:38 +02:00
Tobias Ottenweller
efc30d0ae0
Added the nearby command. Issue #12
2013-07-24 10:39:37 +02:00
Tobias Ottenweller
f4111fb34f
Added a URL and license to the pom file.
2013-07-21 19:29:12 +02:00
Tobias Ottenweller
37bce23e3d
Updated a description inside the plugin.yml.
2013-07-18 12:09:50 +02:00
Tobias Ottenweller
d5ff63c163
Added Plugin Metrics.
2013-07-16 12:09:20 +02:00
Tobias Ottenweller
e60c735153
Removed the .settings folder.
2013-07-16 12:08:24 +02:00
Tobias Ottenweller
013fad2b95
Added a license header to the exitopen
command class.
2013-07-11 22:35:55 +02:00
Tobias Ottenweller
5ace80e6d1
Added an exitopen
command. This command will set the exit location of a gate and open it afterwards.
2013-07-11 22:35:01 +02:00
Tobias Ottenweller
42b293e6bc
Updated the pom file:
...
* Updated (craft-) bukkit dependencies to 1.6.2-R0.1-SNAPSHOT
* Bumped version 2.3.0-DEV
2013-07-11 22:33:38 +02:00
Tobias Ottenweller
54545a9ee1
Updated the change log.
version2.2.1
2013-07-10 22:14:55 +02:00
Tobias Ottenweller
560bbf0394
Updated the pom file for version 2.2.1
2013-07-10 22:02:19 +02:00
Tobias Ottenweller
2150cc66d0
Changed the event priority of the player teleport listener to MONITOR
.
2013-07-10 22:02:05 +02:00
Tobias Ottenweller
7673c3f674
Changed to event priority of the block break listener to MONITOR
. This will resolve issues with third party protection plugins. See issue #25 .
2013-07-10 20:43:52 +02:00
Tobias Ottenweller
577531db5e
Updated the pom file for version 2.2.0
version2.2.0
2013-07-06 17:14:11 +02:00
Tobias Ottenweller
3739ee6c5a
Added a toString method to the SimpleLocation class.
2013-07-06 17:13:46 +02:00
Tobias Ottenweller
2d830b2f9f
Fixed a bug where players got teleported at the old location of a gate when a new location has been set.
2013-07-06 17:13:28 +02:00
Tobias Ottenweller
02fd7a4916
Added missing whitespace character.
2013-07-06 15:42:29 +02:00
Tobias Ottenweller
e21089d8c7
Removed a newline character.
2013-07-04 12:47:28 +02:00
Tobias Ottenweller
fc488e7f31
Remove portal blocks at the old location of a gate when setting a new location.
2013-07-04 10:19:57 +02:00
Tobias Ottenweller
e8f23078f1
Check for case insensitivity while loading gates from disk.
2013-07-04 10:08:59 +02:00
Tobias Ottenweller
9ec2b91181
Typo fix.
2013-07-01 20:46:23 +02:00
Tobias Ottenweller
478095190a
Added newlines toe the change log.
2013-07-01 13:50:02 +02:00