ShowcasesMC

[Skript] MineResetSK

May 27th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #MineResetSK by Showcases
  2. #So basically this skript is to replace MineResetLite because MRL is not 1.14.1 yet.
  3. #It would be hard to mix ores with it but you would probably have to use /setblock for that. I use this skript for my server "Earned" It is a Mining PvP server.
  4.  
  5. options:
  6. pr: &a&lShowcases &7ยป&r
  7. node: showcases.command.
  8.  
  9. command /resetmine1:
  10. permission: {@node}reset
  11. trigger:
  12. make console execute command "/fill 39 1 -64 33 5 -59 minecraft:stone"
  13. broadcast "{@pr} &8Mine1 &7has been reset."
  14.  
  15. every 3 minutes:
  16. make console execute command "/resetmine1"
Advertisement
Add Comment
Please, Sign In to add comment