fixed plugin.yml main class, formatting
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user