Paws4Luv's Wishlist
-
VoiceLimiter
By Cobalt Studios in Plugins
Description
The VoiceLimiter plugin is a powerful tool for Rust servers that allows you to restrict the range of player voices. You can adjust the radius to your requirements in the configuration file to enhance the player experience on your server. Players have the option to select their voice range from four choices: Whisper, Normal, Loudly, and Scream. The server administrator can set the radius for each of these options in the configuration file.
Features:
- Players can choose their voice range (Whisper, Normal, Loudly, Scream), and the administrator can configure the radius values in the configuration file.
- Players can use the "/voice show" command to display their current voice range as a sphere. They have two options to open the display: either as a permanently visible GUI or by using the "/voice" command.
-In the GUI, the active voice range is highlighted with different colors (Whisper = Green, Normal = Yellow, Loudly = Orange, Scream = Red).
-There's an option to manually open the GUI with the "/voice" command. In this case, images representing the selected voice range are displayed. These images disappear after a configurable time (default is 10 seconds).
Commands:
/voice: Opens the main menu of the VoiceLimiter plugin.
/voice show: Displays the player's current voice range as a sphere.
/voice increase <amount>: Increases the voice range by the specified amount (cannot exceed the maximum value set in the configuration).
With the VoiceLimiter plugin, you can tailor the interaction among players on your Rust server by controlling the range of their voices. This plugin contributes to making the gaming environment on your server even more dynamic and enjoyable, enhancing the overall player experience.
-
Photo Sender (Discord)
By the-bandit in Plugins
Your players will be able to publish images at any time on your discord server using the polaroid of the game and thus its location the name of the server on which the player will play.
Plugin language : EN , FR
Image format for sending: 854x480 (limited due to rust)
Type of format for sending: .png
Contents :
SendPhotoDiscord.cs Permissions oxide :
oxide.grant group default SendPhotoDiscord.use oxide.grant group vip SendPhotoDiscord.vip Permissions carbon:
carbon.grant group default SendPhotoDiscord.use carbon.grant group vip SendPhotoDiscord.vip
Install : rust\oxide\plugins\SendPhotoDiscord.cs
Config : rust\oxide\config\SendPhotoDiscord.json
{ "List Channel Discord (webHooks URL) Max (8) !": { "1": { "Url webHooks": "follow the tutorial", "Name": "Channel 1" }, "2": { "Url webHooks": "", "Name": "Channel 2" }, "3": { "Url webHooks": "", "Name": "Channel 3" } }, "Url avatar ( https://exemple.com/?id={SteamId} )": "", "Enable location": true, "Enable server name": true, "Enable map name": true, "Enable server ip": true, "Enable comments": true, "The minimum limit of letter to comment": 3, "Photo limit per player": 3, "How long should the player wait": 600, "Photo limit per VIP players": 1, "How long should the VIP player wait": 10, "Save photos to inventory": false, "The text ( Localization )": " > :triangular_flag_on_post: Location : **{PositionPlayerCordinat}** \n", "The text ( server name )": " > :mega: Server : **{NameServer}** \n", "The text ( map name )": " > :map: Map : **{NameMap}** \n", "The text ( server ip )": " > :desktop: Ip : **{IpServer}**:**{PortServer}** \n", "The text ( comment )": "\n {CommentairePhoto} " } Tutorial webHooks :
restart the plugin for any modification of the SendPhotoDiscord.json file
oxide.reload SendPhotoDiscord
-
Bot Purge Event
Supports Economics & Server Rewards
You can use either or, both at the same time if needed, or both set to false.
The Event
Challenge your players and have them compete for the most amount of NPC/Bot kills for the duration of the event.
The highest scoring player will earn the loot and bragging rights.
Features
Headshot "Crunch" Lets your players know its time to take out some bots.
Leaderboard tracker, counts kills of your top players, and also counts down the time.
(Kill counter sits on right side of compass.)
Tie breaker implemented to randomly decide a winner, on delay for Dramatics 😉
At the end the winner will receive whatever loot you specified in the table. (Skinning and Custom names in config)
And now you can reward them Economics balance or Server Rewards Points.
The Winner will now be logged Via Discord and state if it was a tie breaker or an uncontested win.
Commands
/Purge - Manually Starts the event
/PurgeEnd - Manually End
These commands may vary due to what you set in config.
Start and end can be executed from Rcon
HUD USERS
HUD CONFIG ADDITION
Your color and Icon taste may differ.
Feel free to Change it.
, { "Hook OnEventStart": "OnBotPurgeEventStart", "Hook OnEventStop": "OnBotPurgeEventEnd", "Name": "BotPurgeEvent", "Active color": "#f02020", "Icon": "https://cdn.discordapp.com/attachments/1131387423838961747/1149341840391278642/BOTPURGEEVENTICON.png", "Color": "#A020F0", "Enable": true }
HUD .cs File Custom Events ADDITION
private void OnBotPurgeEventStart() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name); private void OnBotPurgeEventEnd() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name);
RUNNING COMMANDS
Use {id} to target your player who won.
Config ex.
{ "Leaderboard Options": { "Enable Leaderboard UI?": true, "Leaderboard UI Anchor Min": "0.5 1", "Leaderboard UI Anchor Max": "0.5 1", "Leaderboard UI Offset Min": "250 -150", "Leaderboard UI Offset Max": "450 0", "Leaderboard UI Font": "permanentmarker.ttf" }, "Event Options": { "Enable Scheduled Events?": true, "Purge Command": "purge", "Purge End Command": "purgeend", "Min Random Event Interval in Seconds": 3600, "Max Random Event Interval in Seconds": 7200, "Minimum Players to Start Event": 2, "Event Duration in Seconds": 600, "Enable Start FX?": true, "Enable Chat Countdown?": true, "Chat Countdown Interval in Minutes": 5, "Webhook URL (Leave blank to disable)": "" }, "Reward Options": { "Enable Winner Commands?": true, "Winner Commands": [ "inventory.giveto {id} rifle.ak 1", "inventory.giveto {id} paper 10" ], "Enable Economic Payout?": true, "Economic Payout Amount": 100.0, "Enable Server Rewards Payout?": true, "Server Rewards Payout Amount": 100, "Enable Winner Items?": true, "Min Items to Give": 1, "Max Items to Give": 2, "Winner Items": [ { "Shortname": "blood", "SkinID": 0, "Probability (0-1)": 0.8, "Custom Name": "", "Minimum Amount": 10, "Maximum Amount": 20 }, { "Shortname": "bleach", "SkinID": 0, "Probability (0-1)": 0.2, "Custom Name": "", "Minimum Amount": 1, "Maximum Amount": 3 } ] } }
Lang ex.
{ "EventActive": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event has started! <color=#884808>Kill</color> as many bots as you can!", "EventAlreadyRunning": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event is already running.", "EventNotRunning": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event is not currently running.", "NoPermissionStart": "[<color=#880808>BOT PURGE EVENT</color>] \nYou don't have permission to start the Bot Purge Event.", "NoPermissionEnd": "[<color=#880808>BOT PURGE EVENT</color>] \nYou don't have permission to end the Bot Purge Event.", "ManuallyEnded": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event was manually Ended.", "NoParticipants": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Event has ended! Unfortunately, no one participated.", "CountdownText": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event will end in <color=#880808>{0}</color> minute(s).", "WinnerAnnounce": "{0}", "TieMessage": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event has ended! There was a tie among <color=#880808>{0}</color> players with <color=#880808>{1}</color> kills.", "TieWinnerMessage": "[<color=#880808>BOT PURGE EVENT</color>]\nThe winner was randomly selected: <color=#880808>{0}</color> with <color=#880808>{1}</color> kills!\n", "HasEnded": "[<color=#880808>BOT PURGE EVENT</color>] \nThe Bot Purge Event has ended!", "EndMessage": "[<color=#880808>BOT PURGE EVENT</color>]\n\nBot Purge Rewards\n\nThe Winner is <color=#880888>{0}</color> with <color=#884808>{1}</color> kill(s)!", "RewardMessage": "\n<color=#880848>{0}</color> <color=#888808>x</color> <color=#088848>{1}</color>", "EconomicRewardMessage": "\n<color=#880888>{0}</color> received <color=#bb9b65>$</color><color=#85bb65>{1}</color>!", "PlayerEarnedMessage": "\n<color=#880888>{0}</color> earned:\n{1}", "ServerRewardsMessage": "\n<color=#880888>{0}</color> also received <color=#85bb65>{1}</color><color=#bb9b65> RP</color>!" }
Thank you!
Any questions or suggestions feel free to reach out, thank you for viewing - Wrecks
-
Daily Rewards
Daily Rewards is a strong tool for Rust admins who want to keep their players engaged until the end of the wipe. You can provide your gamers with distinct daily rewards for logging in with this plugin. This way, you not only liven up gameplay, but also encourage longer playtime. With Daily Rewards, don't lose the chance to draw in new players and keep returning ones! 🎁 🎮
🌟 Features of Daily Rewards
Beautiful and user-friendly interface Daily rewards for logging Motivating players to stay in the game longer Retention of players until the end of the wipe Compatibility with many plugins Edit rewards and config via in-game interface (no JSON editing required) By default, the plugin supports English, Russian, and Chinese languages Cooldown time before receiving an award Saving rewards in the plugin's inventory Do not receive rewards from inventory while in the build block, raid block, or combat block
🎮 Commands
daily – open daily rewards interface dailyrewards.wipe – wipe of player data dailyrewards.top [format: csv, empty (default)] [limit (10 is default)] – get a list of players with the day their award. dailyrewards.manage – manage daily reward settings dailyrewards.manage playtime set <steam_id> <amount> – sets the playtime for the specified player. dailyrewards.template [fullscreen/inmenu] [target_template] – sets the interface template for daily rewards.
Parameters: [fullscreen/inmenu]: Type of interface template to set. Valid values: fullscreen or inmenu. [target_template]: For the inmenu template, you must specify the template number (1 or 2).
🛡️ Permissions
dailyrewards.use – allows you to open the DailyRewards menu dailyrewards.edit - allows you to enable edit mode
🎥 Video
📚 FAQ
Q: Where can I see an example of a config?
A: Config
Q: How do I add DailyRewards to the ServerPanel menu?
A: You can do this directly from the ServerPanel in-game:
1. Open the ServerPanel menu in-game.
2. If you have permission to edit, switch the panel to edit mode so you can see the blue "EDIT CATEGORY" and "EDIT PAGES" buttons.
3. Choose the category where you want DailyRewards to appear and click the "EDIT CATEGORY" button for that category.
4. While you are in this category in the ServerPanel, click the "EDIT PAGES" button to create a new page (or edit an existing one) for DailyRewards.
5. For that page, set these exact parameters:
Type: Plugin Plugin Name: DailyRewards Plugin Hook: API_OpenPlugin 6. Save the changes. The DailyRewards button will now appear in the ServerPanel in the category you selected.
-
Genie
Adds a Genie Lamp to the game, which you can unwrap and receive an award. This will greatly diversify the game on your server. My advice is to add them to your underwater crates and use Dynamic Config to set up rewards over the course of the wipe
Commands
genie.give [targetId] (give a lamp)
Permissions
You can set permission in config, for example: "Permission to rub the lamp": "genie.use",
Config
{ "Genie Image": "https://i.imgur.com/aNIcQzk.png", "Enable opening progress?": true, "Work with Notify?": true, "Delay to receive": 5.0, "Update Frequency": 0.1, "Opening effect (empty - disable)": "assets/bundled/prefabs/fx/gestures/lick.prefab", "Progress effect (empty - disable)": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab", "Finish effect (empty - disable)": "assets/prefabs/misc/xmas/presents/effects/wrap.prefab", "Permission to rub the lamp": "", "Genie lamp Settings": { "Display Name": "Lamp", "ShortName": "xmas.present.small", "Skin": 2540200362 }, "Awards": [ { "Type": "Item", "ID": 1, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "wood", "Skin": 0, "Amount": 3500, "Chance": 70.0 }, { "Type": "Item", "ID": 2, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "stones", "Skin": 0, "Amount": 2500, "Chance": 70.0 }, { "Type": "Item", "ID": 3, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "leather", "Skin": 0, "Amount": 1000, "Chance": 55.0 }, { "Type": "Item", "ID": 4, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "cloth", "Skin": 0, "Amount": 1000, "Chance": 55.0 }, { "Type": "Item", "ID": 5, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "lowgradefuel", "Skin": 0, "Amount": 500, "Chance": 50.0 }, { "Type": "Item", "ID": 6, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "metal.fragments", "Skin": 0, "Amount": 1500, "Chance": 65.0 }, { "Type": "Item", "ID": 7, "Image": "", "Title": "", "Command (%steamid%)": "", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "metal.refined", "Skin": 0, "Amount": 150, "Chance": 65.0 } ], "Drop Settings": [ { "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Chance": 50 }, { "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_2.prefab", "Chance": 5 }, { "Prefab": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab", "Chance": 5 } ] }
VIDEO
- #genie
- #genie lamp
- (and 9 more)
