Added "/pms restore" command to rsestore your configuration;
Added "/pms confirm" command to confirm something;
Added ConfirmOutdatedFileRestoration setting to configuration;
Added Volume to "ToggleSounds" configuration;
Added Volume and Pitch to "ReloadSound" configuration;
Added PlayCommandDefaultVolume setting to configuration;
Added PlayCommandDefaultPitch setting to configuration;
Added support for Chinese language; - by AndyYu
Added compatibility with Jobs: When a player join a job, the sound JobsJoin is played. When a player leave a job, the sound JobsLeave is played;
Added FurnaceExtract event;
Added BedEnter event;
Added BedLeave event;
Added AfkToggle event;
Added JobsJoin event;
Added JobsLeave event;
Renamed "messages.yml" to "eventmessages.yml";
Merged near sounds to normal sounds;
BugFix: The nearest sounds are played with normal sounds;
BugFix: Sometimes the teleportation particles were spawned incomplete or invisible;
BugFix: "/pms play" command was not sending NoPermission message;
BugFix: RegionEnter/RegionLeave was only playing if the file regions.yml has the configuration section of the region plugin;
BugFix: PerRegionSounds of WorldGuard was getting the wrong path of configuration sections;
BugFix: The sound of teleportation was not playing when crossing worlds;
BugFix: The plugin was lagging the server when PlayerJoinEvent was called;
BugFix: The plugin was registering unnecessary events;
BugFix: Sometimes PerEventMessages were not sent;
Now eventmessages.yml are generated only if the boolean "PerEventMessages" is enabled;
Now the distance of the NearestSounds is the volume of the sound;
Now the tab-completer show only the commands that you have permission;
Now instead of sending error message, the plugin send to console the exact error that was interrupting the sound playback;
Now if the message string of "language_custom.properties" is null, the plugin get automatically the message string of "language_en.properties" if its available. If its not, The plugin gets the language internally;
Fixed an updater available message repeating scheduler that was generating a 1 hour repeating scheduler at each update check;