Hey guys, how would i make it so every 30 minutes it would spawn a chest block. I know you have to create a task and use SchedualRepeatingTask but I have no idea how to do this, I tried looking at other threads but it's confusing. Please can you provide me some code thanks!
To make task repeat every 30 minutes do 30 * 60 * 20 and then use setBlock() to spawn chest block. Is it that hard?