mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 12:46:04 +01:00
Remove debug
This commit is contained in:
parent
cf874bd301
commit
3e5e77aa3a
@ -1,8 +1,6 @@
|
||||
package net.citizensnpcs.commands;
|
||||
|
||||
import org.bukkit.ChunkSnapshot;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import net.citizensnpcs.Citizens;
|
||||
import net.citizensnpcs.api.command.Command;
|
||||
@ -30,14 +28,6 @@ public class AdminCommands {
|
||||
Messaging.send(sender, " <7>-- <c>Written by fullwall and aPunch");
|
||||
Messaging.send(sender, " <7>-- <c>Source Code: http://github.com/CitizensDev");
|
||||
Messaging.send(sender, " <7>-- <c>Website: " + plugin.getDescription().getWebsite());
|
||||
ChunkSnapshot cs = ((Player) sender).getLocation().getChunk().getChunkSnapshot();
|
||||
for (int y = 79; y < 79 + 16; y++) {
|
||||
for (int x = 0; x < 16; x++) {
|
||||
for (int z = 0; z < 16; z++) {
|
||||
System.out.println(x + " " + y + " " + z + " " + cs.getBlockType(x, y, z));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Command(
|
||||
|
Loading…
Reference in New Issue
Block a user