fixed plugin.yml main class, formatting

This commit is contained in:
Gibstick 2013-07-19 21:03:19 -04:00
parent be78675c6d
commit d9d041e4e1
2 changed files with 3 additions and 5 deletions

View File

@ -85,7 +85,7 @@ public class DiscoParty {
newParty.setPeriod(this.period);
newParty.setRadius(this.radius);
newParty.setSheep(this.sheep);
return newParty;
return newParty;
}
List<Sheep> getSheep() {
@ -167,8 +167,6 @@ public class DiscoParty {
y = world.getHighestBlockYAt((int) x, (int) z);
loc = new Location(world, x, y, z);
//loc.setYaw(0);
//loc.setPitch((float) Math.random() * 360 - 180);
spawnSheep(world, loc);
}
}

View File

@ -1,5 +1,5 @@
name: DiscoSheep
main: gibstick.bukkit.discosheep.DiscoSheep
main: ca.gibstick.discosheep.DiscoSheep
authors: [Gibstick, RangerMauve]
version: 1.0.1
commands: