From fa0594b5db0c2802a4d6b1d6e15ffd66b67360dd Mon Sep 17 00:00:00 2001 From: Shaun Bennett Date: Mon, 28 Mar 2016 13:55:37 +1100 Subject: [PATCH] PC-24 - Update Spawn Island Hologram --- .../clans/objective/goals/clan/LeaveSpawnGoal.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/tutorial/tutorials/clans/objective/goals/clan/LeaveSpawnGoal.java b/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/tutorial/tutorials/clans/objective/goals/clan/LeaveSpawnGoal.java index 242568b65..e903467cc 100644 --- a/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/tutorial/tutorials/clans/objective/goals/clan/LeaveSpawnGoal.java +++ b/Plugins/Mineplex.Game.Clans/src/mineplex/game/clans/tutorial/tutorials/clans/objective/goals/clan/LeaveSpawnGoal.java @@ -25,8 +25,14 @@ public class LeaveSpawnGoal extends ObjectiveGoal protected void setup(Player player, TutorialRegion region) { getObjective().getPlugin().addHologram(player, - getObjective().getPlugin().getPoint(region, ClansMainTutorial.Point.SPAWN).add(0, 1, -3), - C.cGoldB + "Welcome to Clans Beta!", C.cWhite + "Walk forward to Start Tutorial"); + getObjective().getPlugin().getPoint(region, ClansMainTutorial.Point.SPAWN).add(0, 1.5, -6), + C.cGoldB + "Welcome to the Clans Tutorial!", + " ", + "This will teach you the basics of Clans.", + "It will take about 5 minutes to complete.", + "You must complete it before playing Clans.", + " ", + "Walk forward to begin!"); } @Override