{"id":145830,"date":"2026-06-08T20:34:18","date_gmt":"2026-06-08T17:34:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/"},"modified":"2026-06-08T20:34:18","modified_gmt":"2026-06-08T17:34:18","slug":"soundpoints","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/","title":{"rendered":"SoundPoints"},"content":{"rendered":"<p># SoundPoints<\/p>\n<p>**SoundPoints** is a unique plugin for Minecraft servers running on Paper, designed to enhance your world with customizable sound points and mob spawning. It supports both vanilla Minecraft mobs and custom mobs from the **MythicMobs** plugin, allowing you to create immersive atmospheres with eerie sounds or dynamic mob spawns. Perfect for adding surprises or ambiance to your server!<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Features<\/p>\n<p>&#8211; **Customizable Sounds**: Configure Minecraft sounds with adjustable volume, pitch, and hearing radius.<br \/>\n&#8211; **Mob Spawning**: Spawn vanilla Minecraft mobs or custom MythicMobs, either a single type or a random selection from a list.<br \/>\n&#8211; **Flexible Activation**: Set fixed or random delays between point activations.<br \/>\n&#8211; **Mob Behavior Control**: Enable or disable AI and configure mobs to float to the surface with customizable speed.<br \/>\n&#8211; **User-Friendly Management**: Intuitive commands with clickable coordinates in chat for easy teleportation.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>1. Download the `SoundPoints.jar` file from GitHub Releases or Modrinth.<br \/>\n2. Place the `.jar` file in your server\u2019s `plugins` folder.<br \/>\n3. Restart your server to generate the `config.yml` file in the `plugins\/SoundPoints` directory.<br \/>\n4. Edit `config.yml` to customize sounds, mobs, and points (see example below).<br \/>\n5. (Optional) Install the **MythicMobs** plugin to enable spawning custom mobs.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Requirements<\/p>\n<p>&#8211; **Minecraft Version**: 1.21 (or compatible).<br \/>\n&#8211; **Server Software**: Paper.<br \/>\n&#8211; **Optional Dependency**: MythicMobs (for custom mob spawning).<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfae Usage<\/p>\n<p>### Commands<\/p>\n<p>| Command                     | Description                              | Permission          |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/setsoundpoint`            | Creates a point at your current location | `soundpoints.admin` |<br \/>\n| `\/pointslist`               | Lists all configured points              | `soundpoints.admin` |<br \/>\n| `\/pointslist <id>`          | Shows details for a specific point       | `soundpoints.admin` |<br \/>\n| `\/pointslist teleport <id>` | Teleports to a specific point            | `soundpoints.admin` |<br \/>\n| `\/reloadsoundpoints`        | Reloads the plugin configuration         | `soundpoints.admin` |<br \/>\n| `\/forceactivate <id>`       | Force-activates a specific point         | `soundpoints.admin` |<br \/>\n| `\/delpoint <id>`            | Deletes a specific point                 | `soundpoints.admin` |<\/p>\n<p>### Permissions<\/p>\n<p>&#8211; **`soundpoints.admin`**: Grants access to all commands (default for operators only).<\/p>\n<p>Assign permissions using a plugin like LuckPerms:<br \/>\n&#8220;`<br \/>\n\/lp user <player> permission set soundpoints.admin true<br \/>\n&#8220;`<\/p>\n<p>### Example Configuration<\/p>\n<p>&#8220;`yaml<br \/>\npoints:<br \/>\n  &#8217;01&#8217;:<br \/>\n    cords: 0.0, 0.0, 0.0, world<br \/>\n    type: scream<br \/>\n    cooldown: 60<br \/>\n    random: true<br \/>\n    min_timeing: 30<br \/>\n    spawn_mob: true<br \/>\n    type_mob:<br \/>\n      &#8211; salmon<br \/>\n      &#8211; cod<br \/>\n      &#8211; SkeletonKing # Custom MythicMobs mob<br \/>\n    updraft_to_air: true<br \/>\n    speed_updraft: 1.0<br \/>\n    ai: true<\/p>\n<p>type_sounds:<br \/>\n  scream:<br \/>\n    sounds:<br \/>\n      &#8211; sound: ENTITY_GHAST_SCREAM<br \/>\n        tonality: 1.0<br \/>\n        volume: 100<br \/>\n        hear_blocks: 100<br \/>\n      &#8211; sound: ENTITY_ALLAY_DEATH<br \/>\n        tonality: 0.4<br \/>\n        volume: 100<br \/>\n        hear_blocks: 100<br \/>\n&#8220;`<\/p>\n<p>**Explanation**:<br \/>\n&#8211; This point triggers every 30\u201360 seconds.<br \/>\n&#8211; Plays a combination of `ENTITY_GHAST_SCREAM` and `ENTITY_ALLAY_DEATH` sounds.<br \/>\n&#8211; Spawns a random mob (`salmon`, `cod`, or the custom MythicMobs mob `SkeletonKing`).<br \/>\n&#8211; Mobs float to the surface with a speed of `1.0` and have AI enabled.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf1f Why Use SoundPoints?<\/p>\n<p>&#8211; **Enhance Atmosphere**: Add eerie sounds to caves, oceans, or custom biomes.<br \/>\n&#8211; **Dynamic Events**: Create engaging events with vanilla or custom MythicMobs spawns.<br \/>\n&#8211; **Player Surprises**: Delight or spook players with unexpected mob spawns and sounds.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcda Documentation<\/p>\n<p>For detailed configuration and advanced usage, check the full documentation on the GitHub Wiki.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Support<\/p>\n<p>Encounter an issue or have a suggestion?<br \/>\n&#8211; Create an issue on GitHub.<br \/>\n&#8211; Leave a comment on Modrinth.<br \/>\n&#8211; Contact the developer on Discord.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc License<\/p>\n<p>All rights reserved by the author.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A plugin that lets you create points in the world with customizable sounds and mob spawning.<\/p>\n","protected":false},"featured_media":145831,"template":"","meta":{"_minecraft_slug":"soundpoints","_minecraft_project_id":"Qwy6eBrU","_minecraft_author":"GetSweet","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":128,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"soundpoints.zip","_minecraft_size_bytes":42174,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T19:03:47.014119Z","_minecraft_date_created":"2025-04-18T02:33:31.997989Z","_minecraft_date_modified":"2025-09-25T23:29:03.452421Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/soundpoints","_minecraft_icon_attachment_id":145831,"_minecraft_imported_at":"2026-06-08T17:34:19+00:00","_minecraft_import_hash":"250d5bb54aa8a623adde77beda891034","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,866,127,129,91,123,92],"mod_loader":[130,132,134],"minecraft_version":[62,37,73,74,38,78,79,80,81],"class_list":["post-145830","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-minigame","mod_category-paper","mod_category-spigot","mod_category-storage","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SoundPoints - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SoundPoints - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A plugin that lets you create points in the world with customizable sounds and mob spawning.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/\",\"name\":\"SoundPoints - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/soundpoints-icon-f0315cad1f6fdfffad504c3607f0e3c20236a7bd_96.webp\",\"datePublished\":\"2026-06-08T17:34:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/soundpoints-icon-f0315cad1f6fdfffad504c3607f0e3c20236a7bd_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/soundpoints-icon-f0315cad1f6fdfffad504c3607f0e3c20236a7bd_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/soundpoints\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SoundPoints\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SoundPoints - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/","og_locale":"en_US","og_type":"article","og_title":"SoundPoints - Minecraft","og_description":"A plugin that lets you create points in the world with customizable sounds and mob spawning.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/","name":"SoundPoints - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/soundpoints-icon-f0315cad1f6fdfffad504c3607f0e3c20236a7bd_96.webp","datePublished":"2026-06-08T17:34:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/soundpoints-icon-f0315cad1f6fdfffad504c3607f0e3c20236a7bd_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/soundpoints-icon-f0315cad1f6fdfffad504c3607f0e3c20236a7bd_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/soundpoints\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"SoundPoints"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/145830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/145831"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=145830"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=145830"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=145830"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=145830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}