Search the Community
Showing results for tags 'url'.
-
Version 1.4.1
72 downloads
HomeStereo is a Rust plugin that allows players to attach Portable Boomboxes to common base deployables and stream live internet radio. Instead of relying on default game audio, players can build a personal library of custom stream URLs, allowing them to manage and play their favorite internet radio stations directly through an interactive in-game UI. Internet Radio & Station Manager UI The core feature of HomeStereo is the custom station manager. When a player looks at the prefab of with an installed stereo, they can open a dedicated UI dashboard to add, edit, delete, and play internet radio streams. Personal Playlists: Stations are saved directly to the player's profile and organized in a paginated list for easy access. One-Click Playback: Players can swap between their saved stations on the fly without typing chat commands. Now Playing Interface: The UI actively displays the name and URL of the currently playing station. Player Onboarding: If a player's library is empty, the UI provides a quick-copy link to help them find compatible stream URLs. Server Owner Controls & Persistence HomeStereo is built to give admins full control over the audio environment while keeping items and data secure. Domain Whitelisting: Admins can restrict custom URLs to specific, approved domains (or disable custom URLs entirely) to prevent abuse. Stream Persistence: Custom URLs are saved to the server data. If the server restarts, the stereos will remember their assigned station and automatically resume playing. Item Requirements: Configure whether a physical Portable Boombox item is consumed upon installation, and easily bypass this requirement for specific players or VIP tiers using the homestereo.free permission. Flawless Refund System: The plugin tracks the exact InstallerID of whoever placed the radio. If an admin wipes all stereos using the provided commands, the boomboxes are automatically refunded directly to the original installers' inventories if online. Configurable Limits: Set hard limits on how many stereos a player can place in the world, and how many custom URLs they can save to their personal library. Supported Deployables You can configure exactly where stereos sit on each prefab, and enable/disable them individually in the config. By default, stereos can be attached to: Large Wood Boxes Tables & Beach Tables Fireplaces Tool Cupboards (Standard & Retro) Fridges Workbenches (Tier 1, 2, and 3) Repair Benches Wall Single Shallow Shelves Minimal On-Screen Prompts A non-intrusive UI appears in the bottom-right corner of the screen only when looking directly at a configured deployable: [Install HomeStereo] - Appears in green on empty compatible deployables. [Uninstall HomeStereo] - Appears in red to remove an existing stereo. [ ⋯ ] - Opens the main Station Manager dashboard. Commands /installstereo - Installs a stereo on the deployable you are currently looking at. /uninstallstereo - Uninstalls the stereo from the deployable you are currently looking at. /removestereos - (Admin) Removes all installed stereos across the server and issues refunds. Permissions homestereo.use - Required to install, uninstall, and manage stereos. homestereo.admin - Bypasses Tool Cupboard (TC) authorization, placement limits, and grants access to admin commands. homestereo.free - Allows players to install stereos without requiring a boombox in their inventory. Example Configuration:$4.99- 5 comments
- 2 reviews
-
- 1
-
-
- #home
- #poirtable
- (and 11 more)
-
Version 1.0.1
45 downloads
Url Copier grants you the ability to allow your players on your server to copy and paste any text you're sending them via a note when they issue a command, join the server or respawn (Can be disabled) Configuration: { "Commands & their text": { "website": "www.testwebsite.com" }, "Enable join text": true, "Enable respawn text": true, "Join text": "Text", "Respawn text": "Respawn Text" } Language: { "ReceivedNote": "You have received a note in order to be able to copy the text in it, check your inventory and use it in your browser!", "NotEnoughSpace": "You do not have enough space in your main inventory in order to receive the note, please free one slot!", "ReceivedNoteOnJoin": "Welcome! You have received a note in order to be able to copy the text in it, check your inventory and use it in your browser!", "ReceivedNoteOnRespawn": "You just respawned and received a note in order to be able to copy the text in it, check your inventory and use it in your browser!" } Permission: urlcopier.whitelist (If granted the player will not receive the note on Join/Respawn, will still receive when using commands)$5.00