Jump to content

Mevent

Curator
  • Posts

    2,399
  • Joined

  • Last visited

Everything posted by Mevent

  1. Mevent

    Portable vehicles

    portablevehicles.give %steamid% horse
  2. Mevent

    Scroll in categories

    Ok, I'll do it
  3. Mevent

    How to add commands?

    https://pastebin.com/bcCkzBEL
  4. Mevent

    Shop

    Set permission in config: "Permission": "shop.attire", And grant this permission to the group: oxide.grant group Hunter shop.attire
  5. Mevent

    Genie

    Version 1.0.6

    201 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
  6. Changed Status from Pending to Closed
  7. Mevent

    bank

    Wdym?
  8. Done in 1.0.7
  9. Yes good idea
  10. Try use "Type": "Plugin",
  11. Mevent

    Scroll in categories

    Unfortunately, we cannot do this... The game doesn't allow it
  12. Changed Status from Pending to Closed Changed Fixed In to 1.0.13
  13. Mevent

    cooldown

    Changed Status from Pending to Closed Changed Fixed In to 1.0.11
  14. Mevent

    I can't add stuff

    Changed Status from Pending to Closed Changed Fixed In to 1.0.12
  15. Mevent

    cant add command to item

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

    Necronomicon

    Version 1.0.12

    195 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
  17. Mevent

    Skills

    Example for ServerRewards: "Economy": { "Balance add hook": "AddPoints", "Balance remove hook": "TakePoints", "Balance show hook": "CheckPoints", "Plugin name": "ServerRewards" },
  18. Mevent

    Skills

    Try to pre-check the config
  19. Mevent

    WipeBlock

    Version 1.0.12

    545 downloads

    Blocking items after wipe Features Beautiful user interface Performance Interface customization Setting up items by category Support for blocking items by SkinID On-screen alert Ignore blocking by permission Commands block (open interface) wb.indent [seconds] (to slide the blocks) Permissions wipeblock.ignore (ignore blocking) Hooks void OnWipeBlockEnded() API bool AnyBlocked() int SecondsFromWipe() bool IsBlocked(ItemDefinition def) bool IsBlocked(string shortName, ulong skin) bool IsBlocked(ItemConf item) bool IsBlocked(int cooldown) int LeftTime(ItemConf item) int LeftTime(int cooldown) Config Examples Config
    $21.95
  20. Mevent

    Notify

    Version 1.0.12

    3,909 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 Config
    Free
  21. Mevent

    Outdated

    Yes, I will add sizing to the config
  22. Mevent

    Outdated

    Can you explain the problem in more detail?
  23. Check after update
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.