PlayMoreSounds v2.4.2.2

Details

  • Filename
    PlayMoreSounds.jar
  • Uploaded by
  • Uploaded
    Oct 28, 2018
  • Size
    193.21 KB
  • Downloads
    2,485
  • MD5
    c498a19d8a6734e1d3b563cb8550e623

Supported Bukkit Versions

  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2
  • CB 1.7.9-R0.1
  • 1.8.3

Changelog

Changes:

2.4.2.2:

  • Removed PlayerJump debug messages.

2.4.2.1:

  • Added CrossWorlds boolean to radius.
  • Added PlayerBan event: Plays a sound when a player is banned.
  • Added PlayerJump event: Plays a sound when a player jump.
  • Added PlayerKicked event: Plays a sound when a player is kicked from the server.
  • BugFix: Addons was generating config everytime it was enabled.
  • BugFix: Critical bugs on Updater.
  • BugFix: Languages were being reloaded even if /pms reload command wasn’t executed.
  • BugFix: PerRegionSounds can only be loaded if RegionEnter or RegionLeave is enabled.
  • BugFix: String not found when you create a new region.
  • Finally rewrite and updated internal language. (No more String not found.)
  • [API] Added getInterval() to ReproduceSoundEvent.
  • [API] Added getListeners() to ReproduceSoundEvent. (Requires UseHardMethods enabled)
  • [API] Added setSound(String), setVolume(Float), setPitch(Float) and setLocation(Location) to ReproduceSoundEvent to change the sound values.
  • [API] EnterRegionEvent and ExitRegionEvent are now being called on teleport.