Update spawn and shop locations for new map

This commit is contained in:
AlexTheCoder 2017-06-15 23:09:34 -04:00
parent 21d05b383b
commit 5829b720a8

View File

@ -437,10 +437,10 @@ public class ClansManager extends MiniClientPlugin<ClientClan>implements IRelati
new Location(Spawn.getSpawnWorld(), -25, 200, 390),
// East Spawn
new Location(Spawn.getSpawnWorld(), 34, 200, -393),
new Location(Spawn.getSpawnWorld(), 8, 200, -365),
new Location(Spawn.getSpawnWorld(), -25, 200, -393),
new Location(Spawn.getSpawnWorld(), 8, 200, -424)
new Location(Spawn.getSpawnWorld(), 34, 206, -393),
new Location(Spawn.getSpawnWorld(), 8, 206, -365),
new Location(Spawn.getSpawnWorld(), -25, 206, -393),
new Location(Spawn.getSpawnWorld(), 8, 206, -424)
);
List<Location> welcomeHolograms = Arrays.asList(
@ -448,10 +448,10 @@ public class ClansManager extends MiniClientPlugin<ClientClan>implements IRelati
new Location(Spawn.getSpawnWorld(), 8, 200, 399),
new Location(Spawn.getSpawnWorld(), 0, 200, 390),
new Location(Spawn.getSpawnWorld(), 8, 200, 381),
new Location(Spawn.getSpawnWorld(), 8, 200, -384),
new Location(Spawn.getSpawnWorld(), 0, 200, -393),
new Location(Spawn.getSpawnWorld(), 8, 200, -402),
new Location(Spawn.getSpawnWorld(), 17, 200, -393)
new Location(Spawn.getSpawnWorld(), 8, 206, -384),
new Location(Spawn.getSpawnWorld(), 0, 206, -393),
new Location(Spawn.getSpawnWorld(), 8, 206, -402),
new Location(Spawn.getSpawnWorld(), 17, 206, -393)
);
for (Location location : jumpOffHolograms)
@ -933,7 +933,7 @@ public class ClansManager extends MiniClientPlugin<ClientClan>implements IRelati
recipients.clear();
}
@EventHandler
@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
public void disableObsidian(BlockBreakEvent event)
{
if(event.getBlock().getType().equals(Material.OBSIDIAN))