diff --git a/README.md b/README.md index a927c45..abfec15 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,12 @@ Now it is time for _you_ to try out this wonderful plugin. Simply install, creat The key features of this are: +* Dynmap integration * Gates with and without frames * Gates consisting of portal blocks and gates made of air (so called hidden gates) * Gates with destinations in different worlds * Gates with custom shapes (gates can look any way you want) +* Riding through gates *The Craft Inc. Corporation won't take any responsibility for seasickness, memory loss and sudden suffocation in walls while traveling with one of our gates! diff --git a/changelog.md b/changelog.md index c0b4d68..e0d69c4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## 2.4.0 ## +* Resolved issues with closing gates (special thanks to THCFrosD) +* Added support for riding through gates (with horses, mine carts, pigs and boats) +* Dynmap integration (extra plugin) + ## 2.3.0 ## * Added a command for setting the exit and opening a gate at once. * Enabled the ability to change the gate block material. diff --git a/doc/Commands.md b/doc/Commands.md index 2fc2e63..a65444e 100644 --- a/doc/Commands.md +++ b/doc/Commands.md @@ -1,6 +1,12 @@ +* __/gate allowRiding, ar [id]__ +Update a gate so players can travel through it while riding. + * __/gate close, c [id]__ Closes a gate to prevent players from using it. +* __/gate denyRiding, dr [id]__ +Update a gate so players can NOT travel through it while riding. + * __/gate delete, del, remove [id]__ Removes the gate from the game. diff --git a/doc/Configuration.md b/doc/Configuration.md index b18f09b..47036eb 100644 --- a/doc/Configuration.md +++ b/doc/Configuration.md @@ -41,11 +41,13 @@ be displayed. * __gateTeleportNoPermissionMessage__ -A string value going to displayed every time when a player enters a gate and is not -allowed to use that gate. Will only be displayed if _showTeleportNoPermissionMessage_ +A string value going to displayed every time when a player enters a gate and is not allowed to use that gate. Will only be displayed if _showTeleportNoPermissionMessage_ is set to _true_. +* __gateTeleportVehicleNotAllowedMessage__ +A string value being displayed when a player tries to go through a gate while riding when riding through this gate is disabled. Will only be displayed if _showTeleportNoPermissionMessage_ is set to _true_. + * __showTeleportNoPermissionMessage__ A boolean (_true_ or _false_) determining wether the _no permission message_ will be displayed.