
Source | Change Log | Feature Request | Bug Report | Donate
Latest Release: v1.0 for Bukkit 1.7+
Soundcheck is designed to allow players, console users, and command blocks to trigger sounds and effects in-game using commands. These can be played at player locations or specified coordinates, and can be offset in any direction. The plugin also allows administrators to configure 'sequences' of sounds and effects.
Users of the Soundcheck plugin can:
plugins folder.Soundcheck has six permission nodes:
soundcheck.all - Grants all command permission nodes. (Default: op)soundcheck.command.soundcheck - Allows access to /soundcheck command. (Default: false)soundcheck.command.playsound - Allows access to /playsound command. (Default: false)soundcheck.command.playfx - Allows access to /playfx command. (Default: false)soundcheck.command.playefx - Allows access to /playefx command. (Default: false)soundcheck.command.sequence - Allows access to /sequence command. (Default: false)DeadHorses has five commands, /deadhorses (Alias /dh)
/soundcheck (Alias: /sc)
/soundcheck help - Show available commands./soundcheck reload - Reload configuration from disk./playsound <sound> [location]... - Play a specific sound. (Alias: /sound)/playfx <effect> [location]... - Play a specific effect. (Alias: /fx)/playefx <entity_effect> [player] - Play a specific entity effect. (Alias: /efx)/sequence <sequence> [location]... - Play a defined sequence. (Alias: /seq)The above commands, excluding /soundcheck each also accept the subcommands:
/<command> help - Show command usage information./<command> list - Show available sounds/effects/sequences.Sounds are in the format "SOUND_NAME:volume:pitch".
0.0 is silent, 1.0 is normal volume.0.5-2.0). 1.0 is normal, 0.5 is very low, 2.0 is very high.Effects are in the format "EFFECT_NAME:data:radius".
If no location is specified, it will assume the user's location. Locations can be defined using any combination of the following parameters:
<player_name> - Player: Will get the player's location<x,y,z> - Coordinates: Will get the location of the coordinates (e.g. '0,64.5,0')~<x,y,z> - Offset: Will offset the location by the coordinates (e.g. '~0,-4,0')Notes:
0,64,0 ~0,10,0' will result in '0,74,0').At startup, the plugin will create a default configuration file if none exists. This file is saved as config.yml and is located in plugins/Soundcheck. The configuration is used solely for defining sequences. The default configuration file provides detailed information regarding how to create new sequences.
This plugin is continually tested to ensure that it is performing correctly, but sometimes bugs can sneak in. If you have found a bug with the plugin, or if you have a feature request, please create an issue on Github.
Donating is a great way to thank the developer if you find the plugin useful for your server, and encourages work on more 100% free and open-source plugins. If you would like to donate (any amount), there is an easily accessible link in the top right corner of this page. Thank you!
This plugin utilizes Hidendra's Plugin-Metrics system. You may opt out of this service by editing your configuration located in plugins/Plugin Metrics. The following anonymous data is collected and sent to mcstats.org:
This plugin is released as a free and open-source project under the GNU General Public License version 3 (GPLv3). To learn more about what this means, click that link or read about it on Wikipedia.