LazoYoung / CraftGames

Minecraft Paper plugin that enables you to make custom minigame scripts.
MIT License
2 stars 1 forks source link

Enhance CoordTag to display Block, Spawn tags as well. #91

Closed jupiter1390 closed 4 years ago

jupiter1390 commented 4 years ago
  1. after capturing a block tag, FALLING_SAND entity with glowing effect will spawn at the area for a brief moment, showing which exact block was captured
  2. option to show nearby blocktag/coordtag in range, showing them as 1) FALLING_SAND entity with glowing effect for block tags 2) ARMOR_STAND entity with glowing effect for spawn tags suppl) Particle effect is currently used to glow up area tags.
  3. teleporting to block tag will teleport you to exact center of the block tag(adding 0.5 offset to each x,y,z values for teleport)