CobbleSweeper

CobbleSweeper

1481 次下载
最近更新8 个月前
Cleans up pokemons and items, sweeping up the game to hel...

A really-really simple addon that helps you clean up wild pokemon in your world, excluding player owned Pokemon, wild legendaries, UBs, Paradox mons, shiny Pokemon, and wild Pokemon in battle. This addon also cleans up items after it cleans up all of the wild Pokemon to ensure no mess will be left.

How do I modify the timer?

  1. Go to data/winds/function and open up warn3m.mcfunction,
  2. Change the 150s to any number you'd like, since the datapack adds 30s as the base. If you want for example :,

change it to 10 minutes 10 minutes = it'll be 510s + 30s

  1. Modify the text to also follow the change :,

tellraw @a {"text": "Something is slowly approaching in 10 minutes..", "color": "red", "bold":true}

  1. Save the file,

What about the 30s timer?

  1. Open up warn30s.mcfunction,
  2. If for example you want to change it to 1 minute, it'll be 50s. 10s is used by the final warning in warn10s.mcfunction,
  3. You also want to modify the text to follow the change,
  4. Save the file,

How do I add more pokemon to exclude from getting cleaned up?

  1. Open up blownaway.mcfunction,
  2. Add this line :,

,nbt=!{Pokemon:{Species:"cobblemon:x"}} change the x to any pokemon you would like to exclude For example I want this certain pokemon to be excluded, modify the file like this ...,nbt=!{Pokemon:{Species:"cobblemon:ironcrown"}},nbt=!{Pokemon:{Species:"cobblemon:cyndaquil"}}] You can always add more there should be no limits

  1. Save the file

**How to edit the distance?**
Change this argument in blownaway.mcfunction into 
(example) : "distance=50.."

本站是资源分享站,资源均来自于互联网和用户自发分享,仅供学习和交流使用。如有版权问题,请联系管理员删除。

评论区 (0)

登录 后才能发表评论

暂无评论

快来发表第一条评论吧!