Jump to content

Mals

Moderator
  • Posts

    688
  • Joined

  • Last visited

Everything posted by Mals

  1. Case sensitivity is the devil, permissions should be case agnostic, change my mind.
  2. I think that is a permission manager issue, looking at the discussion on permissions manager.
  3. 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.
  4. Mals

    Flashless Bang

    WTB plugin that stuns animals and NPC with flashbangs.
  5. Mals

    Skills

    Took less than 10 minutes to set up and configure for my server. Slick interface, and a plugin players will love. Good work.
  6. Mals

    Flashless Bang

    Flashbang will get abused in PvE for griefing. This is a simple and effective solution. Thank you for solving this so quickly.
  7. Mals

    Flashless Bang

    Do Flashbangs affect NPC/Animals? If so, does this only block this from players?
  8. Mals

    Damage Control

    This plugins does not handle the source, just the target of the damage. There are some lovely plugins that focus on the source: https://umod.org/plugins/weapon-damage-scaler https://umod.org/plugins/individual-damage-controller
  9. Mals

    Damage Control

    Sorry just saw this, I will look into this... Fixed. please let me know if I missed any other entity. Thanks!
  10. Mals

    Admin Teleport

    Version 0.1.4

    846 downloads

    Provides Admins the ability to teleport to players (awake or asleep), teleport players to each other or to the admin. All controlled via permissions. These are all in game commands for active admins. Permissions This plugin uses Oxide's permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>. Granting this to a group or player allows them to use the /atp command oxide.grant group admin atp.tp Permissions are: atp.tp - allows use of the command atp.tp2 - allows teleporting players to the admin atp.sleeper - allows the admin to target sleepers with these commands. Commands: /atp (playername) This teleports the admin to a player. /atp (playername) (anotherplayername) This teleports the player to another player. /atp2 (playername) This teleports the player to you. For example: /atp some_jerk This will teleport the admin who issued the /atp command to the player some_jerk. The name in the brackets is just the name, no brackets required in actual commands. This is focused on just admins as there are some awesome teleport plugins out there for players, but some are missing admin commands.
    Free
    My players love the difference this make in making the scenery more real and interactive. I am delighted to see this plugin, which is incredibly affordable, deliver so much value. FacePunch should hire Raul-Sorin Sorban.
  11. See a bug, fix a bug, patch a bug. There have been a lot of recent updates, so this can happen. I am delighted to see this plugin, which is incredibly affordable, deliver so much value. I'd rather patch and keep current. My players love the difference this make in making the scenery more real and interactive. FacePunch should hire @Raul-Sorin Sorban.
  12. Mals

    Lights On

    I will release an update with this device. Thanks for letting me know.
  13. Mals

    BotReSpawn

    I suspect the map's navmesh does not respect the placed prefabs, check with the author of the map.
  14. Mals

    NPCKits

    From: https://www.corrosionhour.com/rust-scientist-command/ There are five different scientist NPCs that can now be spawned in: scientist scientist_gunner scientist_junkpile scientistpeacekeeper heavyscientist
  15. Rust has built in air drops. There are plugins as well to change the type and frequency.
  16. air drops that come for the plane.
  17. Mals

    Finder

    Maybe grant them the permission as a work-around?
  18. Mals

    Shop

    This is why I never have allowed selling in any store plugin. I tend to towards rust rewards to earn currency to spend. That said, that is a serious bug.
  19. Mals

    BotReSpawn

    Version 1.1.1 Odd, I see that as set up for Heli and CH47 and I do not recall doing this. Perhaps I am getting senile. Now Disabled. I have set them off (blush)
  20. Mals

    BotReSpawn

    But I don't believe I have any bots set to spawn on the heli, so why would this code be running?
  21. Mals

    BotReSpawn

    Noticed this new message: [BotReSpawn] FAILED TO GET ENOUGH SPAWN POINTS FOR PROFILE PatrolHeli_Kill.
  22. If I comment out the OnItemCraft code in XPerience this error goes away. Thoughts on how to resolve this? (19:26:16) | Failed to call hook 'OnItemCraft' on plugin 'CraftingController v3.2.6' (NullReferenceException: Object reference not set to an instance of an object) at Item.OnChanged () [0x0001d] in <67151e0b423a4c77ac1a680c08548a62>:0 at Item.MarkDirty () [0x00000] in <67151e0b423a4c77ac1a680c08548a62>:0 at Item.set_maxCondition (System.Single value) [0x00029] in <67151e0b423a4c77ac1a680c08548a62>:0 at Item.Initialize (ItemDefinition template) [0x00010] in <67151e0b423a4c77ac1a680c08548a62>:0 at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <67151e0b423a4c77ac1a680c08548a62>:0 at Oxide.Plugins.CraftingController.InstantBulkCraft (BasePlayer player, ItemCraftTask task, ItemDefinition item, System.Collections.Generic.List`1[T] stacks, System.Int32 craftSkin, System.UInt64 skin) [0x0002d] in <5c4fda85e3674277a33eb2f42a0c61a2>:0 at Oxide.Plugins.CraftingController.OnItemCraft (ItemCraftTask task, BasePlayer crafter) [0x00376] in <5c4fda85e3674277a33eb2f42a0c61a2>:0 at Oxide.Plugins.CraftingController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0022a] in <5c4fda85e3674277a33eb2f42a0c61a2>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e23ba2c0f246426296d81c842cbda3af>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <46ff2b534abb4b35952608167523b7ec>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <46ff2b534abb4b35952608167523b7ec>:0
    Easy to configure. Provides players a useful tool that provides support for PVE and PVP server. A no-fuss way to differentiate your server.
  23. Mals

    User Error?

    I keep getting a bit of spam. I did unload, delete the \config and \data file, reloaded. StringPool.GetNumber - no number for string assets/bundled/prefabs/fx/build/promote_PrefabPreProcess - Server/foundation.prefab String ID is 0 - unknown effect assets/bundled/prefabs/fx/build/promote_PrefabPreProcess - Server/foundation.prefab StringPool.GetNumber - no number for string assets/bundled/prefabs/fx/build/promote_PrefabPreProcess - Server/floor.frame.prefab etc. Any suggestions on what I might be doing incorrectly? config_StructureUpgrade.json data_StructureUpgrade.json
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

126.5k

Files Sold

Total number of files sold.

2.6m

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.