Mit get banned after this but yolo.
---------------------------------------------------
So ive been working on a plugin that will allow you to take a screenshot of someone's screen if you think there hacking
so i just started working on it a few hours ago.You will do !screenshot (player name) and it will load up Gyazo of that.Now this can be used for any server not just deathrun.This will be good for Promod , Deathrun , Etc.Hope it come's out good.Thank You
---------------------------------------------------
// Made by Zoomify. // main() { level thread onPlayerConnect(); } onPlayerConnect() { for(;;) { level waittill("connected", player); player thread onPlayerSpawned(); } } onPlayerSpawned() { self endon("disconnect"); level endon("game_ended"); for(;;) { self waittill("spawned_player"); self iprintln("^6Server is running ScreenOMatic v1"); } }