Jump to content

Mevent

Curator
  • Posts

    2,399
  • Joined

  • Last visited

Everything posted by Mevent

  1. Mevent

    unable to add anything new

    https://umod.org/plugins/spawn-mini Use this command: spawnmini.give %steamid%
  2. Mevent

    Cosole Command

    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)
  3. Mevent

    Chat command

    If you are using Spawn Mini, then you can issue the console command spawnmini.give %steamid%
  4. Mevent

    Scroll in categories

    Changed Status from Pending to Closed Changed Fixed In to 1.0.14
  5. Mevent

    Blocking weapon

    Changed Status from Pending to Closed Changed Fixed In to 1.0.2
  6. Mevent

    Update when ?

  7. Mevent

    economics

    Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  8. Mevent

    Cant update price

    You can do this in the config
  9. Changed Status from Pending to Not a Bug
  10. Mevent

    SteamID

    Changed Status from Pending to Closed
  11. Mevent

    SteamID

    @NiiRiXx Gaming
  12. Mevent

    SteamID

    { "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 },
  13. Mevent

    Server Rewards

    Changed Status from Pending to Closed
  14. Mevent

    Server Rewards

    { "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
  15. Mevent

    Outdated

    Changed Status from Pending to Closed
  16. Changed Status from Pending to Closed
  17. Mevent

    Error

    Changed Status from Pending to Closed
  18. Mevent

    economics

    The plugin performs these functions by itself
  19. Mevent

    Update when ?

    Yes, if you can, send
  20. Mevent

    Update when ?

    @RobJ
  21. Mevent

    Update when ?

    Hey! Which plugins are not working? O.o
  22. Mevent

    Portable vehicles

    Just add them to this category
  23. Mevent

    Portable vehicles

    }, "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%)": "",
  24. Mevent

    Bank System

    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
  25. Mevent

    Portable vehicles

    Yes. Just add net category in config
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.