Best english Ive read in 2017 I am proud Anyhow I didnt download it but... how does it work? Like, it takes screenshots for you?
For the love of God, you aren't supposed to use apostrophe to pluralize. I tried the plugin, it dies on startup: Code (Text): [06:58:29 ERROR]: Error occurred while enabling BetterCamera v0.1 (Is it up to date?) java.lang.ClassCastException: me.NiekGC.BetterCams.Main cannot be cast to org.bukkit.event.Listener at me.NiekGC.BetterCams.Main.onEnable(Main.java:47) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-54ec0b8-1ac133e] at java.lang.Thread.run(Unknown Source) [?:1.8.0_73] Also, I decompiled it first to be sure it wasn't doing anything sketchy. Instead of doing "Bukkit.dispatchCommand((CommandSender)s, (String)"minecraft:kill @e[type=ArmorStand,name=BCam,r=2]");" you really should just do that programmatically. You wouldn't have to dick around with command rules then.
Someone already wrote a plugin that takes an image as seen by the player and displays it in-game on a map(s).
I remember using a plugin that used a dispenser as a camera. If a user with the correct permissions wanted to, they could run a command so they can see out of that dispenser. It was a pretty cool plugin for one of our events.... but if you've created something similar, it isn't the slight bit unique.
https://www.spigotmc.org/resources/cameraobscura.32288/ You really need to watch the sample video. Looks like it's for 1.9 and above. You can probably find older versions on Bukkit.