Hi, so I have this whole map created for my friends. It starts of in a jail cell and I am using the admin tools plugin to stop people from breaking blocks. So the plugin I need is something similar to what the hunger games has. I want how the player cannot move in the beginning of the game. So there should be a countdown for the plugin (like u can set time to like 1-3minutes). After the countdown the player is unfrozen and can move around. So this is basically the freeze player or locktime plugin i need. Thank you! ~But here is something extra. At the countdown (if possible) I would like to be able to disappear like 16blocks when the countdown sets off. (These blocks are the exits to the jail cells). So when the countdown finishes and the player is unfrozen, I would like the 16blocks to disappear and then the players can escape the jail and go through the other stuff I have made outside the jail. And when the server is restarted the blocks should reappear. THANK YOU VERY MUCH, MARIO123.
Like you want an adventure map server? You can make your request with addHandler and $playerobject->blocked = false; I think that is what you want. You can make the things reappear with a .sh script and a zip file, which you unzip. But delete the world folder before you unzip the .zip. Otherwise it won't work properly.
This plugin is possible but will take some time As @SuperChipsLP said, you can use $playerobject->blocked = true; to freeze the players. In order to make blocks disappear, you will need to find the exact coordinates of the blocks and change the blocks to air blocks. @Falk please move the thread to plugin requests