IGN:McSkpye35 MAP: KitPvP Suggestion: Could the staff think about putting in a /heal timer in the scoreboard?
Support, even if it's just a /checkheal command or this idea of putting the heal timer in a scoreboard, people should be able to check how long they have until their next heal without accidentally /heal ing prematurely
It would be a bit weird to have a heal timer on a scoreboard for a player who doesn't have the /heal perms. Unless you can somehow limit it to the players who actually have the permission then sure I support this.
Created a command for this, as I don't know what scoreboard plugin is being used. I'm sure Swift can create a cooldown, given he probably knows what scoreboard plugin is being used. @Swift Spoiler: Code and notes for Swift Utilized Essential's own code in this class: https://github.com/EssentialsX/Esse...c/main/java/com/earth2me/essentials/User.java Method: healCooldown() You will get an error on 'getPlayer()'. It's code from a library I use. You can replace that with the CommandSender as Player. Code was a bit rushed. It's a headstart in case you wanna implement this in a scoreboard. https://pastebin.com/yt9spXXs
honestly I had created this actually around a few months ago with similar features like you had. I have given this to crew already once it was finished so it's up to him on what gamemodes he plans to use it on. I did recommend kit and op as the two since they're the main pvp ones.