
SoundPlayer
Set a region to play a vanilla sound on enter or a custom made sound/music using items adder or other methods. 1.21+
1.1.2
release22 декабря 2025 г.Added
-
Support for region sound playback modes:
ON_ENTERLOOPINTERVAL'used for SoundEffects'
-
New command to change a region’s playback mode without recreating it:
/player setmode <region> <mode> -
Optional per-player sound toggle:
/player toggle -
Volume and pitch configuration per region (region.yml)
-
Loop delay configuration per region (in ticks)
-
Tab completion for:
- Region names
- Sound modes
- All valid Minecraft sound IDs, including music discs
Changed
- Region sounds can now replay on a configurable loop or interval instead of only playing once
- Region playback behavior is now configurable after creation
- Region data now persists playback mode and loop timing in
regions.yml - Command structure standardized under
/player(aliases preserved)
Fixed
- Looping sounds no longer overlap or layer on top of each other
- Music discs and long-duration sounds now replay correctly
- Sound playback stops reliably when leaving a region or disconnecting
- Active region state now restores correctly after server restart
Notes
- Loop and interval timing is measured in ticks (20 ticks = 1 second)
- Existing regions remain compatible and do not need to be recreated
- If using a long sound in LOOP mode set delay a few seconds longer than the sound
Region Sound Player 1.21+
release10 декабря 2025 г.Support for recent update versions.
Region SoundLooper-IA Compatable
release4 декабря 2024 г.Soundlooper
Version: 1.0
Author: XCaNiNeX
Overview
Soundlooper is a lightweight plugin that lets you create custom sound regions on your server. Play immersive sounds when players enter specific areas like hubs, spawn points, or mini-games. Configure regions, sounds, and messages easily using commands.
Commands
Set Region Corners
-
/looper pos1
Set the first corner of the region at your location.- Example:
/looper pos1
- Example:
-
/looper pos2
Set the second corner of the region at your location.- Example:
/looper pos2
- Example:
Create and Manage Regions
-
/looper set <name> <sound> [message]
Create a region with a name, sound, and optional enter message.- Example:
/looper set spawn_area ENTITY_PLAYER_LEVELUP Welcome to spawn!
- Example:
-
/looper play <name>
Activate the region.- Example:
/looper play spawn_area
- Example:
-
/looper stop <name>
Deactivate the region.- Example:
/looper stop spawn_area
- Example:
-
/looper remove <name>
Delete the region permanently.- Example:
/looper remove spawn_area
- Example:
Plugin Management
/looper reload
Reloads the plugin’s configuration and region data.- Example:
/looper reload
- Example:
How It Works
- Define a region: Use
/looper pos1and/looper pos2to set corners. - Create a region: Use
/looper set <name> <sound> [message]to save it. - Activate: Use
/looper play <name>to start the sound when players enter the region. - Manage: Use
/looper stopto deactivate,/looper removeto delete.
Configuration
regions.yml: Stores all defined regions, sounds, and messages.active_regions.yml: Tracks active regions across restarts.
Compatibility
- Minecraft Version: 1.21+
- Dependencies: None
Enjoy creating immersive soundscapes on your server with Soundlooper! 🎵
