From 3b67b59303ed139a5f5689cf3e618415a1d64278 Mon Sep 17 00:00:00 2001 From: Gryph667 <38962974+Gryph667@users.noreply.github.com> Date: Fri, 18 May 2018 15:37:40 -0400 Subject: [PATCH 1/4] Update SmallShip.craft --- Movecraft/types/SmallShip.craft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Movecraft/types/SmallShip.craft b/Movecraft/types/SmallShip.craft index 7fe615c..964059e 100755 --- a/Movecraft/types/SmallShip.craft +++ b/Movecraft/types/SmallShip.craft @@ -116,7 +116,7 @@ flyblocks: 35: - 10.0 - 40.0 - 54: + [54,146]: - 0.0 - 5.0 145: # anvils are OP armor, so limit it -- 2.30.2 From 385f43167b2b8b005e493f096f7b1b78864a35e0 Mon Sep 17 00:00:00 2001 From: Gryph667 <38962974+Gryph667@users.noreply.github.com> Date: Fri, 18 May 2018 15:41:06 -0400 Subject: [PATCH 2/4] Update Boat.craft --- Movecraft/types/Boat.craft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Movecraft/types/Boat.craft b/Movecraft/types/Boat.craft index 9ac97a4..f517571 100755 --- a/Movecraft/types/Boat.craft +++ b/Movecraft/types/Boat.craft @@ -116,7 +116,7 @@ flyblocks: 35: - 10.0 - 40.0 - 54: + [54,146]: - 0.0 - 5.0 145: # anvils are OP armor, so limit it -- 2.30.2 From dfdfa0f718526236c4185c8cc84876863e5ac58b Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Fri, 18 May 2018 21:43:29 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2b9d16..35ad038 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # PluginConfigs This repository contains all the config files for the currently loaded plugins. + +More significant changes should be done via pull requests (PRs). This way it can be discussed better and it's more visible when it is actually implemented. -- 2.30.2 From a7d3dc49aaeff6d4b74aaed9b152f08b80d46cd0 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Fri, 18 May 2018 21:58:46 +0200 Subject: [PATCH 4/4] Enable Essentials integration in Towny This will also apply Essentials teleport delays in Towny teleports. --- Towny/settings/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Towny/settings/config.yml b/Towny/settings/config.yml index e693569..d1e184a 100755 --- a/Towny/settings/config.yml +++ b/Towny/settings/config.yml @@ -423,7 +423,7 @@ plugin: fake_residents: '[IndustrialCraft],[BuildCraft],[Redpower],[Forestry],[Turtle]' # Enable using_essentials if you are using cooldowns in essentials for teleports. - using_essentials: 'false' + using_essentials: 'true' # This will attempt to use Register (if present) # Then it will attempt to access iConomy 5.01 directly -- 2.30.2