Restart Minecraft PVP?

Mo
12

Hey I'm currently building my private PVP map at Minecraft. I also use command blocks to make them as professional as possible. But I wonder if there's a way (a command?) To remove or replace the blocks placed or removed by the players. Example: At Bedwars on Hypixel there are not any employees after every round to dismantle the whole wool blocks etc. In my PVP map I would also like to (quickly) reset the map to the map itself, so that a new round can be started right away.

Am

You don't do that with Command Blocks lol

Mo

How come?!

Am

With plugins

Mo

Do you know any What are they called?

Bi

With plugins I'm here it would be better you can make a localhost server

Bi

There are enough plugins on e.g. Spigotmc just search google for a bedwars plugin

Bi

You can build the map out of blocks that can't be placed and if the match is over all sandstone blocks will be replaced by air (eg "fill [cordian]] [cordian] [cordian] [cordian] [cordian] Kordiante] air replace sandstone ") is an example that I hope I could help. Otherwise you can set up a Minecrtaft server and set up plugins there, which can be found e.g. At SpigotMC

Be

How big is your map.

If it is not larger than 32768 blocks you can use the https://minecraft-de.gamepedia.com/...fehl/clone. Then you can clone the original map with every restart and overwrite the old one. You then have two maps, one so to speak, in which the players play and the original, which is cloned.

But make sure that you place the maps far enough apart if you make a mistake when placing them, as you can't undo the command.

Cr

What is a PVP map? If it is Bedwars I can help you very quickly, because I have already implemented Bedwars (in a slightly modified form) with Minecraft Commands.

sl

/ clone or / setblock

/ clone only works with smaller maps, and / setblock you have to do anew for each block on the map

Mo

Thanks, but with which command do I use the copied arena somewhere else?