TheAfroOfDoom / omegaflowey-minecraft-remastered

MIT License
3 stars 1 forks source link

♻️ replace player-selectors with macro UUIDs/volume bounds #225

Closed TheAfroOfDoom closed 5 days ago

TheAfroOfDoom commented 5 days ago

Summary

most of our player selectors (esp @as weren't bounded by anything, so stuff like sounds were playing to every player in the world regardless of location).

these are now bounded to their specific contexts (e.g. bossfight music/sounds only playing to the active player + spectators)


Supplemental changes