-
Posts
2,399 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Mevent
-
https://umod.org/plugins/spawn-mini Use this command: spawnmini.give %steamid%
-
1. This command is for admins only. 2. The plugin can only run console commands on behalf of the server (for example, as from the console)
-
If you are using Spawn Mini, then you can issue the console command spawnmini.give %steamid%
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.14
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.2
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.1
-
You can do this in the config
-
Changed Status from Pending to Not a Bug
-
Changed Status from Pending to Closed
-
{ "Enabled craft?": true, "Image": "image url", "Description": [ "Craft requires:", "- Gears (5 pcs)", "- Road Signs (5 pcs)", "- Metal (2000 pcs)" ], "Command for give": "givevip", "Permission for craft": "crafts.all", "DisplayName": "VIP 7D", "Shortname": "", "Skin": 0, "Type (Item/Command/Vehicle/Recycler)": "Command", "Prefab (for Vehicle)": "", "Command on give": "addgroup %steamid% vip 7d", "Workbench Level": 2, "Distance Check": true, "Distance": 1.5, "Place the ground": true, "Place the structure": true, "Items For Craft": [ { "Shortname": "gears", "Amount": 5, "Skin": 0 }, { "Shortname": "roadsigns", "Amount": 5, "Skin": 0 }, { "Shortname": "metal.fragments", "Amount": 2000, "Skin": 0 } ], "For Modular Car": null },
-
Changed Status from Pending to Closed
-
{ "Type": "Command", "ID": 400, "Image": "image url", "Title": "100 RP", "Command (%steamid%)": "sr add %steamid% 100", "Plugin": { "Hook": null, "Plugin name": null, "Amount": 0 }, "Display Name (empty - default)": "", "ShortName": "", "Skin": 0, "Amount": 1, "Chance": 55.0 }, @The Real Butter
-
/skills doesnt work if i edit cost/rate in config
Mevent replied to TeeJayAwreka's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
The plugin performs these functions by itself
-
Hey! Which plugins are not working? O.o
-
Just add them to this category
-
}, "Shop": [ { "Enabled": true, "Title": "Popular", "Permission": "", "Items": [ { "Type": "Command", "ID": 0, "Image": "", "Title": "", "Command (%steamid%)": "portablevehicles.give %steamid% horse", "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "", "ShortName": "", "Skin": 0, "Amount": 1, "Price": 100.0, "Sell Price": 100.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 10 } } ] }, { "Enabled": true, "Title": "Attire", "Permission": "", "Items": [ { "Type": "Item", "ID": 0, "Image": "", "Title": "", "Command (%steamid%)": "",
-
Version 1.3.12
1,102 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