Jump to content

rogder dodger

Creator
  • Posts

    127
  • Joined

  • Last visited

Everything posted by rogder dodger

  1. Hey the plugin is designed to operate without causing issues when used with these plugins. However, it does not integrate or alter the functionality of these plugins. This means it shouldn't cause any issues with Helpful supply but it won't make those supply drops instant currently.
  2. rogder dodger

    Staging for Oct 2025

    Changed Status from Work in Progress to Fixed Changed Fixed In to 1.0.3
  3. rogder dodger

    Staging for Oct 2025

    @MrLiquidthis should be fixed with latest version. Thanks for reporting it
  4. rogder dodger

    Staging for Oct 2025

    Changed Status from Pending to Work in Progress
  5. When a new player types /redeemrecycler, the plugin gives them a recycler even if they have no credits. It looks like the plugin creates a new record for the player, sets their credits to the start_recyclers value, and then immediately spawns a recycler without checking if the balance is actually greater than zero. In my config I have start_recyclers set to 0, but brand new players can still redeem one for free. Once they’ve redeemed, their credits correctly go negative and then back to zero, but the players get a free Recycler... Steps to reproduce: Set start_recyclers to 0 in the config. Join as a fresh player with no prior data. Run /redeemrecycler. Observe that the player gets a recycler even though they had no credits. Expected behavior: If a player has zero available recyclers, the plugin should block the redeem attempt and show the “no recyclers” message instead of giving them a free one. Actual Behavior: Player who should have zero available recyclers gets a free recycler.
  6. Confirmed fixed, you are the best! thank you.
  7. sent
  8. It may have something to do with custom map markers being broken in maps edited with Rust Edit - apparently some translation changes to the maps in latest rust update. I am going to try and quickly remove the markers and reload the map
  9. Using this https://rustmaps.com/map/1884b14b78e34f87a9102044a710e72f
  10. rogder dodger

    Error Since Force Wipe

    04/09 19:36:51 | Loaded plugin BotReSpawn v1.4.2 by Steenamaroo 04/09 19:36:52 | Failed to run a 1.00 timer in 'BotReSpawn v1.4.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BotReSpawn.CheckMonuments (System.Boolean add) [0x00054] in <a0f6658ebdcc44fea78940c9c82cf46c>:0 at Oxide.Plugins.BotReSpawn.<OnServerInitialized>b__33_0 () [0x00043] in <a0f6658ebdcc44fea78940c9c82cf46c>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <112d89ea5d3348c8b949af0ab1a866d2>:0
    This is a fantastic map and my players have loved it - it's very well designed with amazing attention to detail and really cool locations to visit. Being a water based map added a load of interesting challenges on our PVE server and we'll definitely be using it again. The map maker is very responsive and helpful and has kept on top of updates which makes this a great choice for any server.
  11. rogder dodger

    can you also please

    Changed Fixed In to 1.0.1
  12. rogder dodger

    can you also please

    Changed Status from Pending to Not a Bug
  13. rogder dodger

    can you also please

    Hey Mr Liquid - the Latest name of the player is always shown under player name. If you're asking for player name history to also be stored and displayed in the embeds this would be something i'd have to think about for a later update. The plugin doesn't currently integrate with steam or battlemetrics other than providing a link to their profile.
  14. rogder dodger

    Multi server

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.0.1
  15. rogder dodger

    Multi server

    Hey @MrLiquid each discord embed shows the Server and the notes when a player is or added or removed from the watchlist. Also when they come online like below: You can see the server details are at the bottom of every embed. Watchlists are currently per-server. So if you wanted to add a player to watchlist on all of your servers you would do this on each server. It would be a great idea to consolidate this somehow to have watchlists share player lists and watchlisted players across servers and this is something i might think about for future updates.
  16. rogder dodger

    Suggestion

    So i can see that the players list has some players in there (9) - have you had more than 9 players join the server since the plugin was deployed? Again. Players are added to the players list when they first join the server so as time goes on that list will grow. I will look into adding the ability to manually add players to watchlist who are not on the player list from the UI but you can use the commands for now. If still unsure please DM me on Discord (im in the codefling discord) and i can help you more directly
  17. rogder dodger

    Suggestion

    Can you share a screenshot of what you see when you click "add player" in the UI? Also, if you could set "Debug = true" in the config and reload the plugin, then send me any console logs from the plugin that will help me troubleshoot. Are you using carbon or oxide? @MrLiquidif you are uncomfortable sharing the information here please feel free to send to me in Private Message
  18. rogder dodger

    Suggestion

    Changed Status from Pending to Not a Bug Changed Fixed In to 1.0.1
  19. rogder dodger

    Suggestion

    Hey the players list should be populated with every player that has been on the server since the plugin was installed. This will grow over time. I can look into adding some UI around manually adding a player via the UI who has not already played on the server. In the meantime you can use the command /wl <steamid> "<note>" to add them via chat command
  20. Version 1.0.3

    15 downloads

    Watchlist is a lightweight but powerful tool that alerts admins when specific players connect to the server. Whether you're online or offline, you'll get real-time in-game notifications and Discord alerts with fully configurable message templates and role pings. The built-in UI makes managing the watchlist easy, with support for sorting, filtering, teleporting, and note-taking. Players can be added or removed manually or straight from RustAdmin with custom commands. Very useful tool to keep you and your staff one step ahead. Configuration { "Discord Webhook URL": "https://discord.com/api/webhooks/your/webhook/url", (Your Webhook URL) "Ping Role": false, (Whether to ping a role when player comes online on discord, e.g: @Admin) "Role ID": 0, (Discord Roll Id to ping) "Purge Watchlist on Wipe": false, (whether to purge on wipe) "Purge Players List on Wipe": true, (performance, every player is stored in a file, it is recommended to clear this on wipe) "Enable UI": true, (plugin can be run entirely without UI if desired) "UI Color Scheme (Options: dark, light, rust)": "dark", ( UI styles ) "Custom Colors": { (customise the UI for your server) "PrimaryBackground": "0 0 0 0.95", "SecondaryBackground": "0.15 0.15 0.15 1", "HeaderBackground": "0.1 0.1 0.1 1", "ButtonPrimary": "0.2 0.7 0.2 0.9", "ButtonSecondary": "0.3 0.3 0.3 1", "ButtonDanger": "0.7 0.2 0.2 0.9", "TextPrimary": "1 1 1 1", "TextSecondary": "0.7 0.7 0.7 1", "OnlineIndicator": "0.2 0.8 0.2 1", "OfflineIndicator": "0.8 0.2 0.2 1", "RowEven": "0.12 0.12 0.12 0.95", "RowOdd": "0.15 0.15 0.15 0.95", "ActiveItem": "0.4 0.4 0.4 1", "AlertBackground": "0.8 0.2 0.2 0.95", "AlertText": "1 1 1 1" }, "UI Scale": 1.0, (scales the UI as desired) "Main UI Position": { "AnchorMin": "0.2 0.1", "AnchorMax": "0.8 0.9" }, "Font Size": { "Title": 20, "Header": 14, "Normal": 12, "Small": 10 }, "UI Animation": true, (enables ui animations) "Enable Sound Alert": true, (plays sound when watchlist player comes online) "Alert Sound": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab", (choose which sound you want from rust prefab sounds) "Alert Duration (seconds)": 10.0, ( hlow long the alert is displayed in-game when a player comes online - only admins see this) "Show Visual Alert": true, (enable / disable the in-game alert) "Send Discord Add/Remove Notifications": true ( enable discord logging of adding/removing watchlist players) "Max Cached Players": 3000, (Performance, set this lower to reduce the memory used by the plugin this populates the player list with the last x number of players to join your server, ordered by latest) "Alert Cooldown Seconds": 120, (Prevents alert spam when players reconnect) "Startup Alert Grace Seconds": 60, (waits before firing watchlist alerts after server starts) "Auto Expire Days (0 = disabled)": 0, (auto expire watchlist players after number of days) "Send Prune Discord Notifications": true, (sent prune notification to discord) "Prune Report Max Per Embed": 10, (max players in prune message, prevents breaching discord embed count) "Prune Report Include Notes": false, "Enable Diagnostics": false (enable this for plugin performance stats and diagnostic information) } COMMANDS Chat: /watchlist Opens the Watchlist UI (requires permission) /wl <steamid> "<note>" Adds a player to the watchlist with a note (requires watchlist.admin permission) /wlr <steamid> Removes a player from the watchlist (requires watchlist.admin permission) /wlist Lists all watched players in chat (requires watchlist.admin permission) Console: watchlist.add <steamid> "<note>" Adds a player to the watchlist Example: watchlist.add 76561198000000000 "Suspected Cheater" watchlist.remove <steamid> Removes a player from the watchlist watchlist.list Lists all watched players in the server console wl <steamid> "<note>" Adds a player to the watchlist with a note (can be used via rcon) wlr <steamid> Removes a player from the watchlist (can be used via rcon) wlist Lists all watched players in the server console (can be used via rcon) purgewl Clears the entire watchlist (requires watchlist.admin permission) PERMISSIONS watchlist.admin Full access to all commands and features watchlistui.toggle Allows UI toggle via `/watchlist` command RUSTADMIN INTEGRATION You can integrate Watchlist directly with **RustAdmin** to add or remove players with a single click. Add to Watchlist Command to Execute: wl ${playerSteamid} "From RustAdmin" Tick "Show Command Output in a Dialog" (optional) Remove from Watchlist Command to Execute: wlr ${playerSteamid} Tick "Show Command Output in a Dialog" (optional)
    $5.00
  21. Hey is it still happening? im not seeing other reports of this - can you send me a private message with a list of any other Supply Drop related plugins you have?
  22. Hey there is a known compatibility issue with Vehicle Airdrops that can cause this - see if it happens with the Vehicle Airdrops plugin unloaded? I am working on a fix for this
  23. rogder dodger

    Hook Conflict

    Changed Status from Work in Progress to Fixed Changed Fixed In to 1.0.14
  24. rogder dodger

    Hook Conflict

    No worries at all @TuxGeek just drop a message here to confirm it worked and if you have any other issues or questions don't hesitate to get in touch!
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

137.4k

Files Sold

Total number of files sold.

2.9m

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.