Jump to content

Mevent

Curator
  • Posts

    2,594
  • Joined

  • Last visited

Everything posted by Mevent

  1. Mevent

    NPC not spawning

    Changed Status from Pending to Closed
  2. Mevent

    Data Loss

    do you have other plugins working normally on your server? do they save data and so on?
  3. Mevent

    Server Commands Limit?

    Hi! Please could you send me the video?
  4. Mevent

    Variables Not Populating

    These parameters should be changed after installing the plugin via /sp.install
  5. Mevent

    Servers

    Version 1.0.5

    33 downloads

    Introducing Servers, a powerful and customizable plugin that enhances your Rust server with a beautiful server browser interface! Allow your players to easily browse, view details, and connect to other servers in your network with this sleek, feature-rich plugin. Whether you're running a single server or managing a network of multiple Rust communities, Servers gives your players a seamless way to explore all your offerings. ️ Features of Servers Beautiful and intuitive server browser interface Multiple UI template options (Fullscreen, V1, V2) Support for Battlemetrics integration View server details, including player count, description, and status Customizable server banners Automatic server information updates at configurable intervals One-click connection to listed servers ServerPanel compatibility for seamless integration Available in English and Russian languages Showcase Fullscreen V1 Template V2 Template Commands /servers - Opens the server browser interface Permissions servers.use - Grants access to use the servers command and view the interface FAQ Q: How do I add a server to the list? A: Edit the Servers.json configuration file and add a new entry under "Servers settins" with the server's IP, port, optional Battlemetrics ID, and scroll height for the description. Q: Can I use Battlemetrics to show server information? A: Yes! You can provide a Battlemetrics Server ID in the configuration to display server information from Battlemetrics, especially useful if the server can't be found with just the IP and port. Q: How often does server information update? A: You can configure the update interval in the Servers.json file under "Interval updates servers info". The minimum interval is 30 seconds. Q: Does the plugin support custom server banners? A: Yes, the plugin automatically displays server banners from Battlemetrics data. You can also set a default banner to use when images can't be loaded. TEST SERVER Join our test server to experience the Servers plugin and all our other premium plugins! Copy the IP Address below to start playing! connect 194.147.90.147:28015
    $21.00
  6. Mevent

    Multi Events

    Version 2.2.9

    89 downloads

    Introducing MultiEvents, the ultimate event management plugin for your Rust server! Seamlessly create, manage, and display events with a beautiful, customizable interface that engages your players. With support for multiple event types, easy integration with other plugins, and a powerful visual editor, MultiEvents is the perfect solution to enhance your server's community experience and keep players coming back for more. ️ Features of Multi Events Beautiful, fully customizable UI with multiple template options (Fullscreen, ServerPanel V1, ServerPanel V2) for a tailored player experience. In-game visual editor for creating and customizing event interfaces, allowing for real-time adjustments without coding. Support for event categories, descriptions, icons, and banners to enhance event visibility and player engagement. Integrated event notifications system to alert players about upcoming and ongoing events, ensuring maximum participation. Event inventory management with customizable permissions, providing control over player access and participation. Image library support for custom graphics and icons, enabling a unique and branded event presentation. Multi-language support with easy localization, making the plugin accessible to a global player base. ServerPanel integration for seamless menu access, enhancing user interaction and ease of use. Developer-friendly API for plugin integration, allowing for extended functionality and customization. Pre-loaded with diverse events such as CollectionResources, FoundationDrop, HelicopterPet, HuntAnimal, KingOfHill, LookingLoot, and SpecialCargo, each offering unique gameplay experiences. Advanced configuration options in JSON format, providing flexibility in event setup and management. Optimized for performance, ensuring smooth operation even with large player bases and extensive data. Included Events MultiEvents comes pre-loaded with several exciting events ready to use on your server: CollectionResources - Collect resources and compete with other players! The more resources you collect, the higher your score. Use different tools to get multipliers for your gathering. Top players will receive valuable rewards! FoundationDrop - Players spawn on a platform made of foundations. The foundations begin to degrade and fall away one by one. Players must survive by jumping between foundations. The last player standing wins! When only one foundation remains, players receive weapons and radiation appears to speed up the finale. HelicopterPet - Try to get the attention of the patrol helicopter! The more it focuses on you, the more points you earn. Get points when the helicopter orbits around you and even more when it's attacking. The player with the most points at the end wins! Be careful though - this isn't your friendly neighborhood chopper! HuntAnimal - Hunt animals across the map to earn points! Different animals are worth different amounts - chickens are worth 1 point, while bears are worth 10 points. Wolves, boars, horses, and deer are worth 4 points each. The player with the most points at the end of the event wins! KingOfHill - Race to the highest point! Your score is based on the highest elevation you reach. Stay on solid ground - no flying, swimming, or using vehicles. The player who reaches the highest point and maintains their position wins! Watch your step and keep climbing! LookingLoot - Search for loot across the map! Earn points by looting containers and barrels. Most items are worth 1 point each, but special items like scrap and gears are worth 2 points. The player who collects the most valuable loot wins! Be quick - containers can only be looted once! SpecialCargo - Deliver the special cargo from one monument to another! A random player will be chosen to carry the cargo. The carrier must reach the destination monument marked on the map while avoiding other players. If the carrier dies, a new random player becomes the carrier. Teleportation is disabled for the carrier. Successfully deliver the cargo to win! Each event is fully customizable through the visual editor and comes with default settings ready to play immediately after installation! Showcase Fullscreen Template ServerPanel V1 Template ServerPanel V2 Template Video Overview Commands /events - Opens the events menu for players Permissions multievents.edit - Permission to edit events Visual Editor MultiEvents includes a robust visual editor that simplifies the process of creating and customizing events. No coding is required—use the intuitive interface to adjust settings, modify colors, add text, and configure event elements directly in-game. This allows for quick and efficient event setup, ensuring your server's events are both engaging and visually appealing. FAQ Q: Can I integrate MultiEvents with other plugins? A: Yes! MultiEvents has an API that allows other plugins to register and manage events. It also integrates with ServerPanel for menu access. Q: How do I add custom images for my events? A: MultiEvents supports an image library. Upload your images to your server, and reference them in the plugin configuration or through the visual editor. Q: Does MultiEvents support multiple languages? A: Yes, MultiEvents has built-in localization support. You can customize all text elements in the editor and add translations for different languages. Q: How do I configure rewards in MultiEvents? A: Rewards can be configured in two ways. If you want rewards to drop into a custom inventory UI, you need to set up items in the inventory settings and assign them unique IDs. Then, reference these IDs in the event configuration. If you prefer to give rewards directly to the player's in-game inventory, simply specify the rewards directly within the event settings. Q: What are the recommended sizes for event images? A: For optimal display, event banners should be 390x349 pixels, and event icons should be 64x64 pixels. Developer API MultiEvents provides a developer-friendly API for integration with other plugins: void API_RegisterEvent(string eventId, JObject data) - Register a new event with MultiEvents API_RegisterEvent Parameters: eventId (string): unique identifier for the event. data (JObject): JSON object containing event details. JObject Structure: title (string, required): The title of the event. description (string, optional): A brief description of the event. commandToStart (string, required): The command to start the event. commandToStop (string, required): The command to stop the event. bannerURL (string, optional): URL for the event's banner image. icon (string, optional): URL for the event's icon image. scrollElements (JArray, optional): Custom UI elements for the event's scroll view. Creating UI Elements for scrollElements: The scrollElements parameter allows you to add custom UI elements to your event description. Each element is defined as a JObject with specific properties based on its type. Common Properties: type (string): "label", "image", "panel", or "button" color (string): HEX color code (e.g., "#FFFFFF") alpha (float): Opacity from 0 to 100 position (JObject): Element position and dimensions Type-Specific Properties: Text Elements: text (JArray of strings), textColor (HEX), fontSize (int), font (string) Image Elements: image (string URL) Button Elements: text, textColor, fontSize, command (string) Panel Elements: cursorEnabled (bool) Example of UI Elements: var customScrollElements = new JArray { // Label example new JObject { ["type"] = "label", ["text"] = new JArray { "Duration: <color=#D74933>10 mins</color>", "Reward: <color=#D74933>100 scrap, Jackhammer, Python Revolver</color>" }, ["textColor"] = "#E2DBD3", ["alpha"] = 100f, ["fontSize"] = 14, ["font"] = "robotocondensed-regular.ttf", ["align"] = "MiddleLeft", ["position"] = new JObject { ["anchorMinX"] = 0f, ["anchorMinY"] = 1f, ["anchorMaxX"] = 1f, ["anchorMaxY"] = 1f, ["offsetMinX"] = 0f, ["offsetMinY"] = -200f, ["offsetMaxX"] = 0f, ["offsetMaxY"] = -140f } }, // Image example new JObject { ["type"] = "image", ["image"] = "https://example.com/image.png", ["color"] = "#FFFFFF", ["alpha"] = 100f, ["position"] = new JObject { ["anchorMinX"] = 0f, ["anchorMinY"] = 1f, ["anchorMaxX"] = 0f, ["anchorMaxY"] = 1f, ["offsetMinX"] = 0f, ["offsetMinY"] = -234f, ["offsetMaxX"] = 42f, ["offsetMaxY"] = -192f } }, // Button example new JObject { ["type"] = "button", ["text"] = "Click Me", ["textColor"] = "#FFFFFF", ["color"] = "#D74933", ["alpha"] = 100f, ["fontSize"] = 14, ["command"] = "customcommand {user}", ["position"] = new JObject { ["anchorMinX"] = 0.5f, ["anchorMinY"] = 0f, ["anchorMaxX"] = 0.5f, ["anchorMaxY"] = 0f, ["offsetMinX"] = -60f, ["offsetMinY"] = 20f, ["offsetMaxX"] = 60f, ["offsetMaxY"] = 50f } } }; Example Usage: MultiEvents.Call("API_RegisterEvent", "CollectionResources", new JObject { ["title"] = "Collection Resources", ["description"] = "Collect resources and compete with other players! The more resources you collect, the higher your score. Use different tools to get multipliers for your gathering. Top players will receive valuable rewards!", ["commandToStart"] = "collectionresources.start", ["commandToStop"] = "collectionresources.stop", ["bannerURL"] = "https://gitlab.com/TheMevent/PluginsStorage/raw/main/Images/MultiEvents/CollectionResources.png", ["icon"] = "https://gitlab.com/TheMevent/PluginsStorage/raw/main/Images/MultiEvents/Icons/CollectionResources.png", ["scrollElements"] = customScrollElements }); (hook) OnEventStart(string eventName) - Hook called when an event begins (hook) OnEventEnd(string eventName) - Hook called when an event ends bool API_PlayerHideNotify(ulong userId) - Allows hiding event notifications for a specific player. Returns a boolean indicating whether notifications are hidden for the player. string GetBannerUrlByEventId(string eventId) - Retrieves the banner URL for a specific event by its ID. This is useful when you need to reference an event's banner in your custom UI. TEST SERVER Join our test server to view and experience all our unique features yourself! Copy the IP Address below to start playing! connect 194.147.90.147:28015 Elevate your server's event management with MultiEvents - the complete solution for creating engaging and visually stunning events that will keep your players excited and coming back for more!
    $41.00
  7. I think this is a trivial caching problem, and we should wait a bit.
  8. Mevent

    permission

    Changed Status from Pending to Fixed Changed Fixed In to 2.1.8
  9. Hi @CupsOhJoe, Thank you for your request regarding AnimalFarm compatibility. The issue occurs because AnimalFarm needs to implement the object canRemove(BasePlayer player, BaseEntity entity) hook in their plugin. This hook lets them prevent their custom entities from being removed. We can't fix this on our end - the AnimalFarm developer needs to add this protection to their code. I recommend contacting them about implementing this check. Best Regards, Mevent Team
  10. Changed Status from Pending to Fixed Changed Fixed In to 1.2.1
  11. Mevent

    Block doesn't work

    ?
  12. Mevent

    WipeBlock OnScreen

    hello! In fact, the plugin should do this automatically... but apparently, for some reason, he has now stopped doing this... I'll check it out and try to fix it soon.
  13. Changed Status from Pending to Closed
  14. Changed Status from Pending to Work in Progress
  15. Hi! While this functionality is not available at the moment, I want to assure you that our team is actively developing customization features. We understand how important this capability is for our users, and we're working hard to implement it in one of our upcoming updates. Stay tuned!
  16. Mevent

    Update Required

    Hi @laodu, I've analyzed your request and want to clarify that our plugin already supports many of the events you've listed. Here are the events that are currently supported and working: Gas Station Event Sputnik Event Satellite Dish Event Air Event Armored Train Event Convoy Event Boss Monster Events Water Event These events are already integrated and should be working correctly with the plugin. If you're experiencing issues completing specific tasks related to these events, please let me know which exact task and event combination isn't working, and I'll be happy to help troubleshoot the specific issue. For any other events not listed above, we can certainly consider adding support for them in future updates. Could you please specify which of the unsupported events are most important to you? This will help us prioritize future development.
  17. Hi! The BankSystem lacks such functionality. Logically, one of these plugins should have this functionality, you can write to the authors of these plugins so that they implement this functionality.
  18. You can use it:
  19. yes
  20. Yes, oxide.grant, you right
  21. so you need to give the player permission.
  22. pay attention to the errors and warnings in the server console.
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.6k

Files Sold

Total number of files sold.

2.5m

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.