Closed DavidTheExplorer closed 1 year ago
Will you merge this? or are you waiting for me to do anything? 😅
you should make it backward compatible by adding one more method for the old single entity method that uses the new one like; playRepeatedly(plugin, Collections.singleton(entity), volume, pitch, repeat, delay);
Done. I fixed the original commit so now there are 2 versions of the method.
@CryptoMorin Any updates?
I'm busy right now. I can merge it if you want, but I won't be able to publish a new version.
I'm developing a plugin where a sound should be sent to all online players, which currently can be done using:
But this is really bad because it creates a task per player, instead of 1 task for all players.