PC-24 - Update Spawn Island Hologram

This commit is contained in:
Shaun Bennett 2016-03-28 13:55:37 +11:00
parent 9ff7e2da82
commit fa0594b5db
1 changed files with 8 additions and 2 deletions

View File

@ -25,8 +25,14 @@ public class LeaveSpawnGoal extends ObjectiveGoal<ClanObjective>
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