Jump to content

Mals

Moderator
  • Posts

    765
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Mals

  1. Mals

    Animal Boxes

    I've used that trick too in plugins spawning npcs/animals and teleporting players, works a treat to make sure they can click to a navmesh. But it does look odd and can go "crunch".
  2. I had some issues, so use your other plugins as an alternative, and only rarely get: NullReferenceException: Object reference not set to an instance of an object I'll have to try it on a test server I guess to isolate issues as I an running a few Harmony plugins.
    I saw this and did a double take. I love the sign, and you all know, they are going to press the button! A lovely way to add content and excitement to the server. I would love for a future update to have a config, so we can tweak the torments.
  3. Mals

    Animal Boxes

    Highly recommend you do not use that Zombie, it can crash your server. It is not an AI entity, it is from Legacy.
  4. Mals

    Smelt On Gather

    Recommended for any "easy mode" servers wanting to take the tedium out of rust. Players love getting cooked meat, smelted items by default. Excellent quality of life plugin to make it some players do not need as many stoves or furnaces in their base. Highly recommend changing line 31 to turn off Charcoal from wood as this not what most players will want on by default. That really should be a config per item for the setting: "OnByDefault".
  5. The default json generated in the HarmonyMods folder and is all on one line.Oxidation.Modded.X.json Your other harmony mod go to HarmonyConfig and are formatted. Noticed some new messages too: FileNotFoundException: Could not load file or assembly 'Facepunch.Steamworks.Posix, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. ileNotFoundException: Could not load file or assembly 'Facepunch.Steamworks.Posix, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. I am running on a Windows machine.
  6. Mals

    Player Ranks

    I chatted with the players and we ranked the titles and then used better chat to set the priority.
  7. If someone loots a locker in a Supermarket, it is eventually refilled. At least that is what is happening on my server.
  8. Mals

    Animal Boxes

    perhaps share your config to check?
  9. Do you realise it is two different plugins, two different authors? They do not overlap, so you are effectively configuring each "container" once. It would be ideal if there was one master configuration across all plugins, but since this is effectively creating new container types that is out of scope for existing plugins. You would need to get the AlphaLoot to alter its code to support this plugin, not the other way around. I would suggest it is unlikely.
  10. Mals

    CLottery

    change this line 317: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Where(x => !x.IsAdmin).Select(player => player)).ToList(); to: List<BasePlayer> WithoutAdmin = (BasePlayer.activePlayerList.Select(player => player)).ToList(); and line 348 as well. I believe that takes out the admin filter. But normally Admins on most servers do not play, and do not get things, thus this design choice. Perhaps they might consider adding a config option for this?
  11. Mals

    Player Ranks

    On the plus side, it would increase an interest in farming.
  12. I run both without any known issues. Alpha Loot does not fill these "containers" so there should be no conflict. Are you having a specific issue?
  13. Mals

    XPanelPlus

    Hi there. What setting do I use to show Server Reward balance instead of Economics? Sorry if I missed it, just can't see to find it in the json.
  14. The change in furnaces is quite radical, so it would be reasonable that the hooks this plugin (and any cooking plugin) use will misbehave. Please be patients as many authors will be scrambling to work to use what ever hook and behaviour changes occur.
  15. Mals

    Smelt On Gather

    Vulnerabilities were found during use. After the player has obtained permission, the player's authorization is released, and the automatic furnace effect still exists. Even if the issue of dying or reconnecting persists, can this bug be fixed?
  16. Mals

    Anti Helibombing

    Awesome. This will slow down the anti-social ass-hats exploiting the safe zone.
    A fun way to add convenience to your server. Although my server is PvE, I suspect for PvP this would be a radical game changer. This would motivate VIP purchases if your goal is monetization. Players enjoy having different kits for different situations at their fingertips. For the price, it is an excellent addition for a server. @Raul-Sorin Sorban has made some lovely portable utilities, all of them worth a look.
  17. Permission Manager was updated, give it a try now.
  18. Mals

    Zombie Rocks

    You might want to use this for the chat: https://umod.org/plugins/custom-icon
  19. Mals

    GlobalStorage

    Is that below the train tunnels? If not, this could be amusing.
  20. I tried it with atp, and it did not show any permissions with ATP.tp or atp.tp sorry. My bad, yes the second one is working great. Good work!
  21. Mals

    Better Statistics

    Why can't you use it? I do not see a support request.
  22. Mals

    Improved Door Closers

    Can you please be more specific as to what is broken? thanks!

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
156.3k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.