Jump to content

Mals

Moderator
  • Posts

    669
  • Joined

  • Last visited

Everything posted by Mals

  1. Mals

    Lights On

    Any light with an attached item (in this case switch) I leave alone to avoid messing up any player's electrical circuits. I only power up items that are not connected to anything.
  2. Mals

    Lights On

    I was wonder what is not on in a caboose, I spawned one and all the lights etc. were on:
  3. Mals

    Lights On

    I will see if I can. I will add the new PTZ camera for sure.
  4. Mals

    Bradley Tiers

    I looked at the code. Currently, it used a random generator to pick the tier. It could be coded to allow a console command to allow different tiers, but that is up to the author if they want to take the time to add and test that functionality.
    I've been using SkinBox for over a decade. I had a lot of dead skins to remove. This plugin makes managing/reviewing skins simple and easy. Highly recommended for anyone with a very old and large config to review.
  5. Mals

    XPerience

    I suspect it might not as there is this command: xpresetall - resets XPerience (full wipe) and reloads mod You would run that as part of your wipe process if you wanted to wipe the data.
  6. Mals

    The Red Button

    Honestly, the fact you are so active shows you are keen to keep enhancing the plugin. Don't let one sour grape keep you from striving to improve your plugin.
  7. Understand that the electric furnace is an I/O entity and not a furnace, so this will take additional coding to make work, beyond adding another furnance type.
    This HUD provides a simple, clean, intuitive interface. The configuration file is easy to work with, and the commands to control placement are easy to follow. Out of the box, it will work for most servers. I use Server Reward so had to configure that (with the existing, disabled config entry). I horsed around for 5 minutes and had exactly what I liked. The fact it has three of the most common plugins (Kits, Info and Shop) all preconfigured made set up a breeze. I am delighted how this looks, and would recommend this as my preferred HUD.
  8. Mals

    HUD Panel

    Works great out of the box. The only thing it is missing is the logo for the server that Info Panel used to have. Very clean and professional looking!
  9. Mals

    DeathPenalty

    Super easy to add, I have coded it up and I am testing it now... and released.
  10. If the plugin is working, and you have the permission miniplate.use it should be there when the minicopter spawns. IDK if it adds it to existing ones though, i have not tested that.
  11. Mals

    Shop

    The commands from my server as an example. It can do so much! "Enabled": true, "Title": "Commands", "Permission": "", "Sort Type": "None", "Items": [ { "Type": "Command", "ID": 9001, "Image": "https://i.imgur.com/O0cUUe4.png", "Title": "", "Description": "Air drops for everyone", "Command (%steamid%)": "ad.toplayer *|say Thanks %username% for the mass air drop!", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Air drops for everyone", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 15000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9002, "Image": "https://i.imgur.com/UIcaGqC.png", "Title": "", "Description": "Supply Signal for everyone", "Command (%steamid%)": "giveall supply.signal 1|say Thanks %username% for the supply signal!", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Supply Signal for everyone", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 15000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9003, "Image": "https://i.imgur.com/0NtUtmb.png", "Title": "", "Description": "Call Heli", "Command (%steamid%)": "callheli %steamid%|say Heli called by %username%. Please do not interfere with it.", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Call Heli", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 6000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9004, "Image": "https://i.imgur.com/1mAqz7m.png", "Title": "", "Description": "Call CH47", "Command (%steamid%)": "callch47 %steamid%|say CH47 called by %username%. Please do not interfere with it.", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Call CH47", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 5000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9005, "Image": "https://i.imgur.com/zSsYYNw.png", "Title": "", "Description": "Call Bradley", "Command (%steamid%)": "runevent bradley|say Bradley called by %username%. Please do not interfere with it.", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Call Bradley", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 6000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9007, "Image": "https://i.imgur.com/gD4CqHg.png", "Title": "", "Description": "Random surprise animals", "Command (%steamid%)": "SurprisePlayer %steamid%", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Random surprise animals", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 10000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9008, "Image": "https://i.imgur.com/swyRTQO.png", "Title": "", "Description": "Recycler, check your bag", "Command (%steamid%)": "giverecycler %steamid%", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Recycler, check bag", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 10000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9009, "Image": "https://i.imgur.com/cZ0ohsM.jpg", "Title": "", "Description": "Christmas", "Command (%steamid%)": "alphachristmas.refill|say thank you %username% Christmas for everyone.", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Christmas", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 5000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9010, "Image": "https://i.imgur.com/zzvGWi4.png", "Title": "", "Description": "Pookies for everyone", "Command (%steamid%)": "giveall pookie.bear 2|say thank you %username% for the Pookie bears.", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Pookies for everyone", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 5000.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false }, { "Type": "Command", "ID": 9011, "Image": "https://i.imgur.com/zzvGWi4.png", "Title": "", "Description": "Pogo Stick", "Command (%steamid%)": "givepogo %steamid% default 1", "Kit": null, "Plugin": { "Hook": null, "Plugin Name": null, "Amount": 0 }, "DisplayName (empty - default)": "Pogo Stick", "ShortName": "", "Skin": 0, "Is Blueprint": false, "Amount": 1, "Price": 500.0, "Sell Price": 0.0, "Buy Cooldown (0 - disable)": 0.0, "Sell Cooldown (0 - disable)": 0.0, "Discount (%)": { "shop.default": 0, "shop.vip": 0 }, "Sell Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Buy Limits (0 - no limit)": { "shop.default": 0, "shop.vip": 0 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": -1, "Max Sell Amount (0 - disable)": -1, "Force Buy": false, "Prohibit splitting item into stacks?": false } ] } ],
  12. Mals

    Npc Spawn

    Oxide.Rust Version: 2.0.5749... Downloaded it, and it worked, I must have had an out of date version of the plugin. my apologies.
  13. Mals

    Npc Spawn

    With today's rust update: NpcSpawn - Failed to compile: NpcSpawn.cs(1260,120): error CS1061: Type `Oxide.Plugins.NpcSpawn.CustomScientistNpc' does not contain a definition for `AnyMounted' and no extension method `AnyMounted' of type `Oxide.Plugins.NpcSpawn.CustomScientistNpc' could be found. Are you missing an assembly reference?
  14. Mals

    DeathPenalty

    Convert.ToDouble worked better than casting to (double). Go figure.
  15. Mals

    DeathPenalty

    Noted. I suspect in cleaning up the flow of the calculation, I did a misstep. Once my servers are up and running, I will sort it out. Please shoot me your config. I'm wondering if a plugin is not loading correctly so it is not getting the balance. I'll check my calls as well.
  16. Mals

    DeathPenalty

    DeathPenalty.cs WIP, still testing but it clean up the logic and added a try around the part that might fail due to a missing plugin.
  17. Mals

    DeathPenalty

    I will look into that, it is a cast, so it is most likely a value issue. I use cast a few times and will review them all. Can you please shoot me your configuration, so I can test it?
  18. Mals

    DeathPenalty

    Added Scrap. It already had ServerReward and Economics. Also allow a positive amount, which I would suggest caution using. Just checked Z Levels and it has a death penalty in its configuration. Best not to duplicate its functionality.
  19. If I recall correctly, I do not think it does. It works well if you keep the settings within reasonable ranges.
  20. Mals

    BotReSpawn

    A lot of plugins are going to break!
  21. Mals

    STFU

    I think so from the description: About STFU STFU is a simple player voice muting system (that doesn't interfere with game chat or running commands like some others do)
  22. Mals

    FacePunch

    Are there any message before those two? Feel free to dm me your rcon log and I will see if I can figure it out. You are running this version of Oxide, correct? Oxide.Rust Version: 2.0.5740
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

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.