Jump to content

Mals

Moderator
  • Posts

    682
  • Joined

  • Last visited

Everything posted by Mals

  1. 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.
  2. 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?
  3. Mals

    Player Ranks

    On the plus side, it would increase an interest in farming. 😉
  4. 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?
  5. 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.
  6. Mals

    Error While Compiling

    same for me looks like it needs an update to the latest version of oxide.
  7. 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.
  8. 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?
  9. 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.
  10. Permission Manager was updated, give it a try now.
  11. Mals

    Zombie Rocks

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

    GlobalStorage

    Is that below the train tunnels? If not, this could be amusing.
  13. 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!
  14. Mals

    Better Statistics

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

    Improved Door Closers

    Can you please be more specific as to what is broken? thanks!
  16. Quote the Raven/Oxide nevermore... Case sensitivity is the devil, adding it to permissions was not an improvement to the Oxide platform. 😞
  17. Mals

    Monument Lock

    What does it exactly lock? Does it prevent others from looting? Does it time out after a certain period?
  18. Mals

    NPC Grenades

    You might have an out of date config. try regenerating the config and editing it again.
  19. did you copy the sample config that come in the zip file, it shows config for economics and Server Rewards. It is a recently added feature so you most likely need to replace your existing old config with one of the samples.
  20. Case sensitivity is the devil, permissions should be case agnostic, change my mind. 😉
  21. I think that is a permission manager issue, looking at the discussion on permissions manager.
  22. Mals

    Player Ranks

    It is not a complex fix, Oxide decided to change the order of the parameters and name of the gathering hook. It is a 10 second fix if you know oxide and c#. I did a search and replace with notepad++ on all my plugins. That said the old hook works till the end of the year, so tons of time to adjust the code.
  23. Mals

    Flashless Bang

    WTB plugin that stuns animals and NPC with flashbangs. 🙂
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.5k

Files Sold

Total number of files sold.

2.5m

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.