PC-24 - Update Spawn Island Hologram
This commit is contained in:
parent
9ff7e2da82
commit
fa0594b5db
@ -25,8 +25,14 @@ public class LeaveSpawnGoal extends ObjectiveGoal<ClanObjective>
|
|||||||
protected void setup(Player player, TutorialRegion region)
|
protected void setup(Player player, TutorialRegion region)
|
||||||
{
|
{
|
||||||
getObjective().getPlugin().addHologram(player,
|
getObjective().getPlugin().addHologram(player,
|
||||||
getObjective().getPlugin().getPoint(region, ClansMainTutorial.Point.SPAWN).add(0, 1, -3),
|
getObjective().getPlugin().getPoint(region, ClansMainTutorial.Point.SPAWN).add(0, 1.5, -6),
|
||||||
C.cGoldB + "Welcome to Clans Beta!", C.cWhite + "Walk forward to Start Tutorial");
|
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
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user