Jump to content

Mevent

Curator
  • Posts

    2,614
  • Joined

  • Last visited

Everything posted by Mevent

  1. Mevent

    help

    Text me on Discord: Mevent#4546 I'll wake up tomorrow and reply to you
  2. Mevent

    help

    @dan owen
  3. Mevent

    help

    Hi! PlayerList allows you to output information from other plugins. Clans and Statistics were used as examples. But, you can output information from absolutely any plugin. If you can't figure out how, email me and I'll help you. Buttons are also used to run other plugins, such as (for example) Trade and NTeleporation.
  4. Mevent

    Plugin Currency

    Changed Status from Pending to No Response
  5. Mevent

    Clans

    Automatic addition to the team is. Regarding compatibility with DynamicCupBoard: my plugin has the same API as the other Clans plugins. But, if something doesn't work and it's up to me - I'll be sure to fix it.
  6. Mevent

    Transfer issue

    Hi, can you send me your lang file? (oxide/lang/en/Shop.json)
  7. Mevent

    Notify

    @Gbutomedownload the latest version
  8. Mevent

    Plugin Currency

    You need to change in oxide/Lang/en/Cases.json Reload the plugin (o.reload Cases) Change the language in your game from your native language to (for example) German and back again. This is to make your game client get a new lang file from the server
  9. Mevent

    HUD / Overlay

    Changed Status from Pending to Closed Changed Fixed In to 1.0.7
  10. Mevent

    Plugin Currency

    Hi! Have you tried reloading the plugin? If so, sometimes changing the language helps (e.g. changing English to German and then back again).
  11. Mevent

    Statistics

    Write me at discord Mevent#4546. We'll try to fix it.
  12. Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  13. Mevent

    Notify

    Wdym?
  14. Mevent

    Skills

    Lite Backpack?
  15. Mevent

    spawing error

    Changed Status from Pending to Closed
  16. Mevent

    Quests

    Changed Status from Pending to Closed Changed Fixed In to 1.36.1
  17. Mevent

    spawing error

    You need to install https://umod.org/plugins/spawn-modular-car
  18. Changed Status from Pending to Work in Progress
  19. Changed Status from Pending to No Response Changed Fixed In to 1.5.3
  20. Changed Status from Pending to Closed Changed Fixed In to 1.5.3
  21. Mevent

    Quests

    Use this example code (version 1.36.1+ "10": { "Mission description": "Loot 10 Hackable Crates", "Mission type": "LootCrate", "Shortname/prefab": "codelockedhackablecrate", "Skin (0 - any item)": 0, "Upgrade Level (for 'Upgrade' missions)": 0, "Amount": 10, "Amount of main reward": 50, "Give extra reward?": false, "Settings extra reward": { "Display Name (for display in the interface)": null, "ID": 0, "Chance": 0.0, "Item type": "Item", "Image (if empty - the icon is taken by shortname) ": null, "Display name (for the item) (if empty - standard)": null, "Shortname": "", "Skin": 1230963555, "Amount (for item)": 1, "Command": null, "Plugin": null }, "Give second currency?": false, "Amount of second currency": 25 }
  22. Mevent

    Capture Zone

    Hi! You can do it in the config: "Zone Radius": 40.0,
  23. Version 1.2.1

    1,129 downloads

    Enhance your Rust server with the HUD Info Panel System, a highly customizable HUD interface that empowers players to tailor their gaming experience. Display critical server stats and ongoing events with a sleek, user-friendly design, and enjoy seamless integration with other plugins via a robust API. With extensive customization options, this plugin adapts to any play style! Features of HUD Info Panel System Fully customizable HUD panels with drag-and-drop positioning Real-time tracking of 24+ server events and entities Built-in economics display (supports Economics/ServerRewards) Custom button system with image/command binding Dynamic event icons with color customization Multi-anchor positioning (UpperLeft/UpperRight) Automatic panel hiding system Optimized for performance Showcase Commands /panel hide - hide panel /panel show - show panel Permissions The plugin registers various permissions for different features and settings. Ensure players have the necessary permissions to access specific customization options. Panel Anchors UpperLeft UpperRight API The plugin provides an API method to notify it of custom event statuses. Here's an example of how to use it in another plugin: public class EmptyPlugin : RustPlugin { [PluginReference] private Plugin PanelSystem; private void OnServerInitialized() { EventChangeStatus("UserNotify", true); } private void Unload() { EventChangeStatus("UserNotify", false); } private void EventChangeStatus(string key, bool spawned) { PanelSystem.Call("OnEventChangeStatus", key, spawned); } } And the corresponding configuration in PanelSystem: { "Enabled": true, "Image": "https://i.imgur.com/asflpJe.png", "Permission": "", "Type": 7, "Panel Settings": { "Enabled": true, "Permission": "", "Switch": true, "Color": true, "Size": true }, "Size Settings": { "Sizes": [ { "Size": 25.0, "Lang Key": "sizeBig", "Permission": "" }, { "Size": 20.0, "Lang Key": "sizeMedium", "Permission": "" }, { "Size": 15.0, "Lang Key": "sizeSmall", "Permission": "" } ], "Default Size (index)": 0 }, "Color Settings": { "Default Active Color ID": 0, "Default Inactive Color ID": 2 }, "Key (MUST BE UNIQUE)": "UserNotify" } Available Panel Types The HUD Info Panel System supports a diverse set of panel types to display various server stats and events: Online Sleepers Time CH47 Helicopter Bradley Airdrop Economics Custom CargoShip Button WipeBlock Convoy ArmoredTrain Sputnik SpaceEvent AirEvent ArcticBaseEvent GasStationEvent ShipwreckEvent HarborEvent JunkyardEvent SatDishEvent WaterEvent PowerPlantEvent KillBoss TravellingVendor Caravan DungeonEvents FAQ Q: How do I make the buttons hide when I click on the logo? A: In the logo settings, specify the command to hide the buttons (panelsystem.buttons). Example: https://pastebin.com/Ksggh718
    $21.95
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.1k

Files Sold

Total number of files sold.

2.6m

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.