Mineuniverse
Log in Register
Plugins

SoundEffects

SoundEffect is a plugin and an API which make easy to create any sound effect by compiling all sort of existing sound already present in Minecraft.
by hexosse
Download Claim this project
651 downloads
0 likes
Updated Jun 30, 2026
0 hypes
General

SoundEffects

SoundEffect is a plugin and an API which make easy to create any sound effect by compiling all sort of existing sound already present in Minecraft.

Commands:

  • /SoundEffect PlaySound <sound> <volume> <pitch> : Play a sound
  • /SoundEffect CreateSimpleEffect <name> <sound> <volume> <pitch> [delay]: Create a simple effect
  • /SoundEffect CreateComplexEffect <name> : Create a complex effect
  • /SoundEffect AddSoundEffect <soundEffect> <soundEffectToAdd> [delay] : Add a sound effect
  • /SoundEffect PlaySoundEffect <soundEffect> <player> [x] [y] [z] : Play a sound effect
  • /SoundEffect SpawnSoundEffect <soundEffect> <world> [x] [y] [z] : Spawn a sound effect at location
  • /SoundEffect BroadcastSoundEffect <soundEffect> <world> [x] [y] [z] : Broadcast a sound effect
  • /SoundEffect ListSoundEffect : List of sound effect
  • /SoundEffect reload : Reload SoundEffect
  • /SoundEffect help : Display help

Permissions:

  • SoundEffect.admin : Give all access, default to OP
  • SoundEffect.play.sound : Enable player to play a sound
  • SoundEffect.create.soundEffect : Enable player to create any type of sound effect
  • SoundEffect.play.soundEffect : Enable player to play a sound effect

Messages:

All the messages sent by SoundEffect are configurable in the message.yml file. You can also create your own message file and change it in the config file. Feel free to send me any translation and I'll add it into SoundEffect.

Config:

The plugin use metrics and an integrated updater.
Both can be disable in config.yml

Tab completion:

All commands have a full tab completion with a detailed help.

API:

As it is designed as an API, you can add SoundEffect to your plugin using maven

    <repositories>
        <repository>
           <id>hexosse-repo</id>
           <url>https://raw.github.com/hexosse/maven-repo/master/&lt;/url&gt;
       </repository>
    </repositories>
   <dependencies>
        <dependency>
            <groupId>com.github.hexosse</groupId>
            <artifactId>SoundEffect</artifactId>
            <version>1.0.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

The API can be found in SoundEffectApi class.

SoundEffect-2.0.0.jar
MC 1.9, 1.11, 1.8.3, 1.8.1, 1.8, 1.12, 1.10
Release 2017-10-01 Get

More from hexosse

WorldEditCUI Forge Edition
915,537
AddLight
819,144
RandomItems
790
Chest locator
38,034
WorldEdit Structure Selector
30,474
Spawner locator
19,820

You Might Also Like

LegendaryMessages
Custom Join Messages
963,227
NoPhantom
Disables and prevents phantom spawning with minimal configuration, removing them from the server
998
Player Profile
Player Profile
996
HubClear
Plugin Request by: LightZz123 -- Clears player's inventory on command /lobby then teleports them to the hub
988
kCmds
kCmds - kCommands
986
PingMe
Legit just a /ping command.
986