Version 1.2.1 changes:
- Added sound settings into settings.yml. Now entering and exiting portals will play the sound effect of your choosing!
Code (YAML):
# Sets the sound effect when a player uses a portal # Full list of valid sounds can be found here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
# Set to the following to disable entry sound # entrysound: "-" entrysound: "ENTITY_ITEM_PICKUP" entryvolume: 100.0
entrypitch: 1.0
# Set to the following to disable exit sound # exitsound: "-" exitsound: "ENTITY_ITEM_PICKUP" exitvolume: 100.0
exitpitch: 1.0