Jump to content

Wild Shadow's Wishlist

  1. More information about "Sound Library Api"

    $19.99

    Sound Library Api

    Sound Library Api allows you to store  & play recorded sounds for players, attach them to npcs, trigger them via in-game events

    Use Sound Library API Encoder which allows you to convert any audio file to our own format (after converting the file, rename it and move it to /data/SoundLibraryApi):
    Sound Library Encoder
    Configuration:
    { "Scheduled message interval (seconds)": 900.0, "Speaker Distance (The higher the number, the further away is the speaker resulting in a quieter voice)": 5.0, "Audio events": { "ScheduledMessage": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": true, "Audio files": [ "placeholder1", "placeholder2" ] }, "Welcome": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": false, "Audio files": [ "placeholder1", "placeholder2" ] }, "PatrolHelicopter": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": true, "Audio files": [ "placeholder1", "placeholder2" ] }, "Airdrop": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": true, "Audio files": [ "placeholder1", "placeholder2" ] }, "CargoShip": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": true, "Audio files": [ "placeholder1", "placeholder2" ] }, "Chinook": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": true, "Audio files": [ "placeholder1", "placeholder2" ] }, "CrateHack": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": false, "Audio files": [ "placeholder1", "placeholder2" ] }, "MissionStarted": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": false, "Audio files": [ "placeholder1", "placeholder2" ] }, "MissionFinished": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": false, "Audio files": [ "placeholder1", "placeholder2" ] }, "MissionFailed": { "Enable audio event": true, "Global audio event (set false in order to be heard only by the player that triggered the audio event)": false, "Audio files": [ "placeholder1", "placeholder2" ] } } } Language:
    { "NoPermission": "<color=#e3e3e3>You do not have permission to use this command</color>", "AlreadyRecording": "<color=#e3e3e3>You're already recording. Please save or cancel your previous recording before starting a new one.</color>", "InvalidAddSyntax": "<color=#e3e3e3>Invalid Syntax. Ex: <color=#de8732>/sl add soundname</color></color>", "AddAlreadyExists": "<color=#e3e3e3>This sound already exists. </color><color=#e3e3e3>Please add <color=#de8732>overwrite</color> to your arguments to allow overwriting an existing sound.</color><color=#e3e3e3>Ex: <color=#de8732>sl add {{0}} overwrite</color></color>", "AddRecording": "<color=#e3e3e3>You can now start recording.\n</color><color=#e3e3e3>The recording will automatically start once your start sending audio.\n</color><color=#e3e3e3>Once you have completed you can use <color=#de8732>/sl save</color> or <color=#de8732>/sl cancel</color>.\n</color><color=#e3e3e3>You can listen to your recording using <color=#de8732>/sl play</color>\n</color><color=#e3e3e3>If you want to rerecord your recording use <color=#de8732>/sl reset</color></color>", "NotRecording": "<color=#e3e3e3>You're not currently recording.</color>", "RecordingSaved": "<color=#e3e3e3>We have saved your recording as '{0}'</color>", "CanceledRecording": "<color=#e3e3e3>We have canceled your recording</color>", "ResetRecording": "<color=#e3e3e3>Your recording has been reset.</color>", "PlayInvalidSyntax": "<color=#e3e3e3>Invalid Syntax. Ex: <color=#de8732>/sl play soundname</color> - to play the sound with the given name.</color>", "NoSoundFileFound": "<color=#e3e3e3>No sound file found with name '{0}'</color>", "HelpText": "<color=#e3e3e3>Allows players to record sound that can be played back to a player\n<color=#de8732>/sl add soundname</color> - to start the creation of a new sound.\n<color=#de8732>/sl npc add hookActionType fileName</color> - to add one or more filenames to a human npc (hook action types are: <color=#de8732>OnUseNPC/OnEnterNPC/OnLeaveNPC/OnHitNPC</color>)\n<color=#de8732>/sl npc remove hookActionType fileName</color> - to remove a filename from a human npc (hook action types are: <color=#de8732>OnUseNPC/OnEnterNPC/OnLeaveNPC/OnHitNPC</color>)\n<color=#de8732>/sl save</color> - to save your recorded sound.\n<color=#de8732>/sl reset</color> - to clear your current recording.\n<color=#de8732>/sl cancel</color> - to cancel your recording and not save.\n<color=#de8732>/sl play</color> - to player your current recording back to you.\n<color=#de8732>/sl</color> - to view this help text again.</color>", "AudioMessagesHelpText": "<color=#e3e3e3><color=#66B2FF>/audio send playerName audioName</color> - Sends an audio message to a player</color>\n<color=#e3e3e3><color=#66B2FF>/audio sendall audioName</color> - Sends an audio message to everyone on the server\n<color=#e3e3e3><color=#66B2FF>/audio sendlooped playerName audioName 2 (loop times amount)</color> - Sends a looped audio message to a player\n<color=#e3e3e3><color=#66B2FF>/audio sendalllooped audioName 2 (loop times amount)</color> - Sends a looped audio message to everyone on the server\n<color=#e3e3e3><color=#66B2FF>/audio files</color> - Shows a list of all audio files on the server\n<color=#e3e3e3><color=#66B2FF>/sl</color> - Shows the help page for the Sound Library API\n<color=#e3e3e3><color=#66B2FF>/audio help</color> - Shows these help messages", "PlayingText": "<color=#e3e3e3>Playing the file with the name of <color=#de8732>{0}</color></color>", "PlayingAudioMessageText": "<color=#e3e3e3>Playing the file with the name of <color=#66B2FF>{0}</color></color>", "InvalidTarget": "<color=#e3e3e3>Invalid target, try using his steamid/name</color>", "NullFileName": "<color=#e3e3e3>This file name is null, use /audio files</color>", "AvailableFileNames": "<color=#e3e3e3>Available files:\n<color=#66B2FF>{0}</color></color>", "FileNameNotFound": "<color=#e3e3e3><color=#66B2FF>{0}</color> does not exist, use <color=#66B2FF>/audio files</color></color>", "NpcNotFound": "<color=#e3e3e3>Couldn't find any human npc, make sure you have created one using <color=#de8732>/npc_add</color> and you are looking at it!</color>", "InvalidHookActionType": "<color=#e3e3e3><color=#de8732>{0}</color> is invalid, list of hook action types:<color=#de8732>\nOnUseNPC\nOnEnterNPC\nOnLeaveNPC\nOnHitNPC</color></color>", "NpcSoundAdded": "<color=#e3e3e3><color=#de8732>{0}</color> was added and will play when <color=#66B2FF>{1}</color> is triggered</color>", "NpcSoundRemoved": "<color=#e3e3e3><color=#de8732>{0}</color> was removed from this NPC!</color>", "FileNameAlreadyAdded": "<color=#e3e3e3><color=#de8732>{0}</color> was already added to this NPC!</color>" } Human NPC Integration example:
     
    { "Npc Data": { "303133854": { "Action type of the npc & Filenames that are played": { "OnUseNPC": [ "testing", "testing" ] } }, "986905907": { "Action type of the npc & Filenames that are played": { "OnEnterNPC": [ "testing" ] } }, "1543143931": { "Action type of the npc & Filenames that are played": { "OnHitNPC": [ "messagesound" ] } }, "1205925446": { "Action type of the npc & Filenames that are played": { "OnUseNPC": [ "testing", "pop" ], "OnHitNPC": [ "testing" ] } }, "45461627": { "Action type of the npc & Filenames that are played": { "OnUseNPC": [ "messagesound" ], "OnHitNPC": [ "messagesound" ] } }, "942954162": { "Action type of the npc & Filenames that are played": { "OnHitNPC": [ "waveeffect", "messagesound" ], "OnEnterNPC": [ "messagesound" ] } } } }
    Recording & Playing Audio Files Video:
     
    Human NPC Integration Video:
     
    Permissions:
    soundlibraryapi.use - In order to use /sl
    soundlibraryapi.audio - In order to use /audio
    Console Command:
    audio.message
  2. More information about "Arena Lobby 1"

    $29.99

    Arena Lobby 1

    A lobby with up to 49 teleporters for your events/arena server (Designed to work with the arena plugin)
    Each area has a sign to add a game mode and another above each portal for the map or event name/image
    You can change all of the colours to any of the 7 available with just a click and drag.
    There is a parkour course around the edge of the lobby leading to the area above the stage
  3. More information about "PvP Combat Logger"

    $9.99

    PvP Combat Logger

    The Ultimate PvP Combat Logger is a high-performance administration tool designed for busy servers. It doesn't just show you what happened; it analyzes how it happened. By tracking long-term player statistics and using an advanced suspicion scoring system to detect wallbangs, robotic timing, and impossible accuracy, it gives your admin team the intelligence they need to find and stop cheaters effectively.
    ⭐ Key Features 
    High-Performance by Design: Engineered for servers with 200+ players, this plugin will not lag your server. It uses an optimized, queue-based caching system and non-blocking asynchronous webhooks to ensure smooth performance even during the most intense PvP action. Long-Term Player Statistics (The Cheater's Downfall): A cheater can get lucky once, but they can't hide a pattern. The plugin saves a permanent record for every player, tracking crucial stats over their entire playtime Weapon-Specific HSP: Instantly see if a player has an impossibly high headshot rate with automatic weapons like the AK or MP5. Suspicion Scoring & Flags: Our intelligent analysis engine automatically flags suspicious actions and adds points to a player's permanent Accumulated Suspicion Score. Wallbang Detection: Detects hits that travel through terrain, rocks, or building objects. Robotic Timing Analysis: Catches the unnaturally consistent firing intervals of scripts and macros. Impossible Accuracy: Flags players landing multiple hits while airborne or sprinting. Lang range kill: Flags suspicious long-range kills that happen at night or in dense fog. In-Game Admin Intelligence Command: Give your admins the power to make data-driven decisions instantly without leaving the game. 📌Commands
    /checkplayer <name or steamID> - Checks specific player combat log score in-game 📜Permissions
    pvpcombatlogger.admin - Required for admin ⚙️ Configurations
    💬Support

  4. More information about "Basements"

    $29.99

    Basements

    Basements lets players build underground rooms beneath their bases. Place a hatch on your foundation and dig straight down into a hidden basement with walls, ceilings, and full building privileges. Great for stashing loot, setting up secret bunkers, or just adding extra space.

    Readme Link - Click Here for Instruction and Documentation
    👆Highly recommend reading the FAQ section!
    BUILD
    Build basements easily from your tool cupboard. Just place an entrance to get started. 

    EXPAND
    Expand your basement by drilling underground. But don't forget to bring a headlamp - its dark down there!

    TRAVERSE
    Place multiple entryways, building out your labyrinth of tunnels beneath your base. 


    DECORATE
    All deployables, electricity, and storage items can be placed in your basement. Take advantage of your new space!

    RAID
    Nothing is safe in Rust, including your basement. If all the entrances are destroyed, then the basement is too. Any loot below will float to the surface. Protect the entrance at all costs!

  5. More information about "Boston: New Land"

    $39.90

    Boston: New Land

    In the near future, the planet decided to rid itself of a large population, a factory and other infrastructure that poses a danger to its environment. Gravity, water level and climate have changed. An epidemic broke out, which took the lives of the remnants of the population and turned them into mutants (NpcMovingControl plugin). Those who survived went into habitation under the water, sometimes swimming out for a breath of fresh air (the UnderwaterGuard plugin), they guard the flooded monuments very much, which contain excellent loot, but to get to it, you need to make great efforts. On this map you will find many beautiful monuments, in the air, on the ground, under water. Also on the map there are several custom places to build your base in the form of unusual rocks, terrain terrain, icebergs and caves, they are marked X. And now several decades have passed since the latest events on this island and it has become a New Land for new settlers in the form of players on your server, I hope everyone will survive, good luck playing on this map.
    Features:
    Prefab Count: ~50к prefabs Size: 4000 A lot of interesting locations to explore Marketplaces and recycler have been added to fishing villages Railway Optimal FPS A large number of places for the construction of foundations in the form of unusual rocks, caves, landscape and icebergs Custom plugin NpcMovingControl, who disguises scientists and zombies, as well as controls them in his radius (by Adem) Custom plugin  UnderwaterGuard (by Adem) This map is constantly supported and updated for the current version of the game with all updates! How can I view the map?
    You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an "administrator” and without any difficulties you will be able to fly around the map and fully familiarize yourself with it.
                                       
    Custom Monuments:
    Boston City Valley of Bridges Quarantine Zone Frozen Research Base Buttsville City Falcom Prisone The ISS Crash International Space Station Bills Farm Hydroelectric Power Station Graveyard of Ships Sunken Oil Rig Roadside Market Ore Deposits Bridge Many interesting places to build a base marked X Monument Facepunch:
    Launch Site Missile Silo   Junkyard Harbor 1 and 2 Arctic Research Base Satellite Dish Airfield Bandit Camp Outpost Giant Excavator Pit Train Yard Water Treatment Power Plant Military Tunnel The Dome Sewer Branch Ranch Fishing Village 1,2,3 (Modified version) Lighthouse Underwater Lab Railway HQM, Sulfur, Stone Quarry Roadside Monument Radtown Water Well Ziggurat
1.9m

Downloads

Total number of downloads.

8.9k

Customers

Total customers served.

131.4k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.