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

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

View File

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