fixed plugin.yml main class, formatting
This commit is contained in:
parent
be78675c6d
commit
d9d041e4e1
@ -85,7 +85,7 @@ public class DiscoParty {
|
|||||||
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user