From 75ea990bb8fd992d72475d25ddafc3ec0fcda3ee Mon Sep 17 00:00:00 2001 From: Brettflan Date: Sat, 19 Oct 2013 22:44:03 -0500 Subject: [PATCH] Release 1.7.6 --- pom.xml | 4 ++-- src/main/resources/plugin.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1afcf3d..d879de8 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.wimbli.WorldBorder WorldBorder - 1.7.5 + 1.7.6 WorldBorder https://github.com/Brettflan/WorldBorder @@ -30,7 +30,7 @@ org.bukkit bukkit - 1.6.2-R0.1-SNAPSHOT + 1.6.4-R0.1-SNAPSHOT org.dynmap diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 69495d4..3de4d53 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: WorldBorder author: Brettflan description: Efficient, feature-rich plugin for limiting the size of your worlds. -version: 1.7.5 +version: 1.7.6 main: com.wimbli.WorldBorder.WorldBorder softdepend: - dynmap @@ -29,7 +29,7 @@ commands: / wshape [world] - override shape. / wshape [world] - same as above values. / wrap [world] - can make border crossings wrap around. - / [world] fill [freq] [pad] - generate world out to border. + / [world] fill [freq] [pad] [force] - generate world to border. / [world] trim [freq] [pad] - trim world outside of border. / bypass [player] [on/off] - let player go beyond border. / remount - delay before remounting after knockback.