Skip to content

Developer Sound Incident

ludgart edited this page Jan 13, 2021 · 1 revision

Developer Sound Incident

To simplify the events, the interface offers ready-made sounds. A uniform plugin can be created using the templates.
In later versions, the server owner can change the structure.

The following sounds are available:

Success

// When something was successful, example a purchase
CompatibleSound.playSuccessSound(player);

Error

// When something failed, example a purchase
CompatibleSound.playErrorSound(player);

Changed

// When something changed, example a setting
CompatibleSound.playChangedSound(player);

Teleport

// When the player changed the location
CompatibleSound.playTeleportSound(player);

Information

Server Owner

Developer

Clone this wiki locally