Bird'sEye 1.0 Features: Teleport up a configurable amount of blocks, default 20, landing on a generated block, default glass. Get a good look around, when you're done, get back down safely and the block will be removed. Commands: /be up /be down PERMISSIONS: birdseye.use DOWNLOAD: Jar Src NOTE: You cant use up to go above Y 128 and you can't use down to go below Y 5 Changelog: 1.0 Release, with features above
s0 instead of having to fly up to see you do /be up and it teleports on (default 20 blocks up) glass block in the sky to see
@moeyoko What part of it don't you get? It's pretty simple... It puts you up a configurable amount of blocks, then takes you down when your done. And vise-versa for going down. (Not to sure about the latter..)
If its possible it would be neat to be able to enter the number you want when you type "/be up" such as "/be up 30" would put you 30 blocks up. Easy to get different vantage points then.
Only tpyed in /be... Code: 2011-12-18 19:27:56 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'be' in plugin BirdsEye v1.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715) at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457) Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.nerdycast.BirdsEye.BirdsEye.onCommand(BirdsEye.java:96) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 12 more