-
Posts
2,614 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Mevent
-
Version 1.3.12
1,169 downloads
Enhance your server's economy with a comprehensive banking system! Players can manage their finances through ATMs, transfer money, and even earn interest. Fully customizable and integrable with other economy plugins. Features ATM system: Players can install their own ATMs and receive profit from them. ATMs can break and be repaired. Money transfer system between players. Support for HumanNPC. Ability for players to earn money. Adds banknotes as a new item to the game. Auto Wipe options for each item. Works with third-party economy plugins (optional). Conversion from ServerRewards and Economics. Commands bank - open the bank interface bank.givenote [target] [amount] - give banknotes to the player bank.giveatm [target] - give ATM to the player bank.setbalance [target] - set balance for the player bank.deposit [target] - deposit money to the player bank.withdraw [target] - withdraw money from a player bank.transfer [player] [target] - transfer money from a player to another player bank.wipe [type] (0 - all, 1 - players, 2 - logs, 3 - ATMs) - wipe data bank.convert.economics - convert from Economics bank.convert.serverrewards - convert from ServerRewards Hooks and API The plugin provides several hooks and API methods for developers to integrate with other plugins or custom scripts. Hooks: private object CanPlayerCreateCard(BasePlayer player) private void OnPlayerCreatedCard(BasePlayer player) private void OnBalanceChanged(ulong member, int amount) API Methods: private bool HasCard(BasePlayer player) private bool HasCard(ulong member) private int Balance(BasePlayer player) private int Balance(ulong member) private bool Deposit(BasePlayer player, int amount) private bool Deposit(string member, int amount) private bool Deposit(ulong member, int amount) private bool Withdraw(BasePlayer player, int amount) private bool Withdraw(string member, int amount) private bool Withdraw(ulong member, int amount) private bool Transfer(BasePlayer member, BasePlayer target, int amount) private bool Transfer(string member, string target, int amount) private bool Transfer(ulong member, ulong target, int amount) Permissions Permissions can be configured in the plugin's config file. For example: "Permission (example: banksystem.use)": "banksystem.use", Additionally, you can set permissions for ATM breakage percentages. FAQ Q: Where can I see an example of a config? A: Config Q: How do I spawn an ATM at a monument using BankSystem and MonumentAddons? A: Follow these steps to auto-spawn an ATM at your monuments: Go to a Monument: Position yourself at a monument where you want the ATM to appear (e.g., near a vending machine location). Spawn a Vending Machine: Run the following command to spawn a vending machine using MonumentAddons: /maspawn vendingmachine.deployed Convert It to an ATM: Immediately change the vending machine’s skin to the ATM design by running: /maskin 2551771822 Confirm that 2551771822 matches the ATM skin ID configured in your BankSystem settings. Your ATM is now installed at the monument and will automatically respawn during wipes or map changes. Q: How do I fix RUSTNote stack splitting issues? A: You need to find "Enable item split control? (if there are errors with stack plugins - it is worth turning off)" in the config and set it to false.$29.95 -
Yes. Just add net category in config
-
portablevehicles.give %steamid% horse
-
Ok, I'll do it
-
- 704 comments
-
- #shop
- #shop ui
-
(and 25 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
-
https://pastebin.com/bcCkzBEL
-
- 704 comments
-
- #shop
- #shop ui
-
(and 25 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
-
- 704 comments
-
- #shop
- #shop ui
-
(and 25 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
-
Version 1.0.6
207 downloads
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$19.95- 27 comments
- 3 reviews
-
- 4
-
-
- #genie
- #genie lamp
- (and 9 more)
-
Changed Status from Pending to Closed
-
Done in 1.0.7
-
Yes good idea
-
Try use "Type": "Plugin",
-
Unfortunately, we cannot do this... The game doesn't allow it
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.13
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.12
-
The fields should not be changed. You just need to enter your command in the "Command" field and a link to the image in the "Image" field
-
Version 1.0.12
197 downloads
A player puts all his blueprints in a book and then he can gift that book to another one who can unlock all of the blueprints the player had So it allows players to put all their blueprints in a book that can be unrwaped Features Beautiful user interface Performance Interface customization Access by permission (optional) Auto wipe (optional) Sound effect (optional) Commands necronomicon.give [name/userId] [all/itemIDs...] - give a book with a specific set of blueprints Config Examples { "Book Item Settings": { "Display Name": "Necromonicon", "ShortName": "xmas.present.small", "Skin": 2537078809 }, "Work with Notify?": true, "Cost": 100, "Permission": "", "Economy": { "Type (Plugin/Item)": "Plugin", "Plugin name": "Economics", "Balance add hook": "Deposit", "Balance remove hook": "Withdraw", "Balance show hook": "Balance", "ShortName": "scrap", "Display Name (empty - default)": "", "Skin": 0 }, "Active Color": { "HEX": "#74884A", "Opacity (0 - 100)": 95.0 }, "Disactive Color": { "HEX": "#595651", "Opacity (0 - 100)": 75.0 }, "Effect (empty - disable)": "assets/prefabs/deployable/research table/effects/research-success.prefab" } VIDEO$11.95- 34 comments
- 3 reviews
-
- 5
-
-
-
- #bps
- #blueprints
-
(and 12 more)
Tagged with:
-
Version 2.1.1
625 downloads
Introducing WipeBlock, the essential Rust server management plugin that allows you to control which items players can access at different stages after a server wipe! Create a balanced progression system that prevents early access to powerful weapons, explosives, and high-tier gear, ensuring a fair and enjoyable experience for all players during the critical early-game phase. ️ Features of WipeBlock Elegantly prevents access to high-tier items for configurable time periods after a server wipe Customizable categories for Weapons, Explosives, and Attire with independent timers Beautiful user interface showing players which items are currently blocked and when they will unlock Visual gradient system to indicate how much time remains until an item becomes available Seamless integration with ServerPanel for easy access Compatible with Notify plugin for player notifications when items are blocked On-screen indicator showing when blocked items are about to unlock Permission system to allow VIPs or admins to bypass item restrictions Notification system for players when items become available Handles all item interactions - equipping, moving, reloading weapons, etc. Automatic monitoring of player inventories to enforce restrictions Multiple UI templates (Fullscreen, ServerPanel V1, ServerPanel V2) Commands /block or /wipeblock - Open the WipeBlock menu to view blocked items and timers wb.indent [seconds] - Admin command to adjust the time indent from the wipe date Permissions WipeBlock.ignore - Allows players to bypass the WipeBlock restrictions WipeBlock.unlocknotify - Players with this permission receive notifications when items unlock Showcase Fullscreen Template ServerPanel V1 Template ServerPanel V2 Template On-Screen Indicator TEST SERVER Join our test server to experience WipeBlock and our other plugins in action! Copy the IP Address below to start playing! connect 194.147.90.147:28015 Developer API WipeBlock provides a developer-friendly API for integration with other plugins: bool AnyBlocked() - Checks if any items are currently blocked int SecondsFromWipe() - Returns the number of seconds since the wipe (adjusted by time indent) bool IsBlocked(ItemDefinition def) - Checks if a specific item definition is blocked bool IsBlocked(string shortName, ulong skin = 0) - Checks if an item with the specified shortname and skin is blocked int LeftTime(string shortName, ulong skin = 0) - Returns the remaining time in seconds until the specified item unlocks Hooks WipeBlock provides the following hooks that other plugins can subscribe to: void OnWipeBlockEnded() - Called when all items have been unblocked Example usage in your plugin: private void OnWipeBlockEnded() { // Execute code when all WipeBlock items are unlocked Puts("All items have been unblocked!"); // Perhaps enable your PVP plugin or other game-changing features } FAQ Q: How do I configure which items are blocked and for how long? A: In the WipeBlock.json configuration file, you can define categories (Weapons, Explosives, Attire, etc.) and set time periods in seconds for each item. For example, setting "3600" means the item will be blocked for 1 hour after wipe. Q: Can players still find these items in-game during the block period? A: Yes, players can still find or loot these items, but they cannot equip, use, or place them in their hotbar until the block period expires. The items will automatically move to their main inventory. Q: Does this plugin affect all players equally? A: By default, yes. However, you can grant the "WipeBlock.ignore" permission to specific players or groups to allow them to bypass the restrictions. Q: How will players know which items are blocked? A: Players will see notifications when they try to use blocked items. Additionally, they can use the /block command to view a complete list of blocked items and their remaining time until unlocking. Q: Can I adjust the timers during a running wipe? A: Yes, administrators can use the /wb.indent command to adjust the time indent, effectively changing when items will unlock. Q: Does WipeBlock work with modded or custom items? A: Yes, you can add any item to the configuration using its shortname and skin ID.$21.95- 35 comments
-
- 3
-
-
-
- #wipeblock
- #auto wipe
-
(and 7 more)
Tagged with:
-
Version 1.0.13
4,366 downloads
Custom notifications Commands notify.show [type] [message] notify.player [steamid] [type] [message] notify.allplayers [type] [message] Permissions You can set permission in config, for example: "Permission (example: notify.use)": "notify.use", notify.see – So a player can see notifications notify.notify – So an admin/moderator can see how it looks before sending it notify.player – Send notification to specific player (they need the notify.see permission) notify.allplayer – Send notification to all players (they need the notify.see permission) API private void SendNotify(string userId, int type, string message) private void SendNotify(ulong userId, int type, string message) private void SendNotify(BasePlayer player, int type, string message) Config Examples ConfigFree- 103 comments
- 5 reviews
-
- 9
-
-
-
- #notify
- #notifications
- (and 5 more)