[COMMONS] Bugfixes, cleanup, and a much-needed clownfish tweak

- Fixes bug that caused non-shop items (like the mob tosser) to not work if the Shop plugin is not already installed
- Finally makes the fucking clownfish something that can be turned down in the sound settings by having it play the sound at the Player sound category
This commit is contained in:
Video
2023-03-11 00:55:02 -07:00
parent 5332dc88cd
commit 2e7756ed0f
2 changed files with 35 additions and 34 deletions

View File

@ -11,6 +11,7 @@ import me.totalfreedom.totalfreedommod.api.ShopItem;
import me.totalfreedom.totalfreedommod.util.Groups;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.Particle;
import org.bukkit.block.Block;
import org.bukkit.block.data.BlockData;
import org.bukkit.entity.Player;