forked from MagicBane/Server
stronghold islands?
This commit is contained in:
@@ -344,4 +344,11 @@ public class StrongholdManager {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//=====================================NEW STUFF
|
||||
|
||||
public static void initStrongholdIslands(){
|
||||
Zone island1 = new Zone(501,new Vector3fImmutable(-60032,615,45055),"Stronghold 1");
|
||||
ZoneManager.addZone(island1.getObjectUUID(),island1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user