snake fix
parkour radius increase
This commit is contained in:
parent
0564bd740a
commit
a315064a3f
@ -63,7 +63,7 @@ public class ParkourManager extends MiniPlugin
|
||||
"You will need to find the correct way through",
|
||||
"the ruins, overcoming many challenging jumps.",
|
||||
},
|
||||
4000, new Location(Manager.GetSpawn().getWorld(), 115,70,-10), 50));
|
||||
4000, new Location(Manager.GetSpawn().getWorld(), 115,70,-10), 60));
|
||||
|
||||
|
||||
_parkour.add(new ParkourData("Lava Parkour", new String[]
|
||||
@ -71,7 +71,7 @@ public class ParkourManager extends MiniPlugin
|
||||
"This parkour is HOT! It's so hot that you",
|
||||
"must keep sprinting for the entire course,",
|
||||
"or you will die in flames!"
|
||||
}, 1000, new Location(Manager.GetSpawn().getWorld(), -100,60,0), 50));
|
||||
}, 1000, new Location(Manager.GetSpawn().getWorld(), -100,60,0), 60));
|
||||
|
||||
_lavaParkourReturn = new Location(Manager.GetSpawn().getWorld(), -89.5,68,36.5);
|
||||
_lavaParkourReturn.setYaw(90);
|
||||
|
@ -198,7 +198,7 @@ public class Snake extends SoloGame
|
||||
{
|
||||
int start = 0;
|
||||
if (other.equals(player))
|
||||
start = 2;
|
||||
start = 4;
|
||||
|
||||
for (int i=start ; i < _tail.get(other).size() ; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user