Hey!
Some people have been having some issues with the sounds in the config.
So I will make a little guide for you
The sounds 1.9 are the default sounds when you install the plugin
Code (Text):
#Sound part is used to play a sound when someone is very close to a player that has Force Field enabled.
#Enable or disable the sound. Set it to true or false.
EnableSound: true
#Sound needs to be as a String (Name). You can find Sound names at
#1.8: https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Sound.
#1.9 & 1.10: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#NOTE: Some of the sounds from 1.10 cannot be used for 1.9 as those sounds were not released in 1.9 yet.
#Keep that in mind!
Sound: 'ENTITY_CHICKEN_EGG'
#Volume is the volume of the sound. Default is 2.
Volume: 2
#Pitch is what note the sound will be. The higher the number, the higher the note will be.
#It can be between 0 and 2. Default is 0.5.
Pitch: 0.5
So if your using 1.8 and you want the sounds to work change this for the default sounds
Code (Text):
#Sound part is used to play a sound when someone is very close to a player that has Force Field enabled.
#Enable or disable the sound. Set it to true or false.
EnableSound: true
#Sound needs to be as a String (Name). You can find Sound names at
#1.8: https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Sound.
#1.9 & 1.10: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#NOTE: Some of the sounds from 1.10 cannot be used for 1.9 as those sounds were not released in 1.9 yet.
#Keep that in mind!
Sound: 'CHICKEN_EGG_POP'
#Volume is the volume of the sound. Default is 2.
Volume: 2
#Pitch is what note the sound will be. The higher the number, the higher the note will be.
#It can be between 0 and 2. Default is 0.5.
Pitch: 0.5
So for 1.8 your default sound would be
Sound: 'CHICKEN_EGG_POP'
and for 1.9 the default sound would be
Sound: 'ENTITY_CHICKEN_EGG'
You can make the sounds anything on the lists
The full list of sounds for 1.8 can be found here:
https://github.com/Attano/Spigot-1.8/blob/master/org/bukkit/Sound.java
The full list of sounds for 1.9 and 1.10 and 1.11 can be found here:
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
And for the messages when enabling and disabling if you want to make it look more like Mineplex you can change the default message to
'&9Forcefield> &7Enabled'
'&9Forcefield> &7Disabled'
That's it for today more updates coming