Jump to content

Error When crafting items. OnItemCraft

Closed 1.0.2

I am getting the following error when I am crafting items in game. 

 Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0

 

Share this comment


Link to comment

I'm not aware that something changed on last forced update concerning "OnItemCraft".. but give me a sec to do a quick test on my side.

@B0atsnH03s which item were you crafting ?

Edited by kasvoton

Share this comment


Link to comment

Just an armored double door. - but it seems like everything I try to craft does it. 

 

Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0
02/04 16:19:14 | Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0
02/04 16:19:14 | Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0
02/04 16:19:14 | weather.cloud_coverage: "0.72"
02/04 16:19:14 | Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0
02/04 16:19:14 | Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0
02/04 16:19:15 | Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0
02/04 16:19:16 | Failed to call hook 'OnItemCraft' on plugin 'OxidationInstaCraft v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
at Item.OnChanged () [0x0001d] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.MarkDirty () [0x00000] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.set_maxCondition (System.Single value) [0x00029] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Item.Initialize (ItemDefinition template) [0x00010] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at ItemManager.Create (ItemDefinition template, System.Int32 iAmount, System.UInt64 skin) [0x00065] in <f1e16f78cd1c494ba4dc398a22eac7c0>:0
at Oxide.Plugins.OxidationInstaCraft.OnItemCraft (ItemCraftTask Task, BasePlayer Player) [0x00071] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.OxidationInstaCraft.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0008a] in <2ea9a32aa6bd4a5589839b99a3f0c7fc>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <dfcb48ea05694263bbc08e62a39c274c>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <dfcb48ea05694263bbc08e62a39c274c>:0

also on latest version

 

02/04 16:20:26 | >>> o.version

02/04 16:20:26 | Oxide.Rust Version: 2.0.5373

Edited by B0atsnH03s

Share this comment


Link to comment

This is happening with all the items and all the time ?

What other plugins do you have loaded on the server ? i.e. "o.plugins" on the rcon.

Share this comment


Link to comment

I've just test on my dev env and it's working fine.
Could you please unload all the other plugins on the server and check if the error is still there ?
If the error only happens with other plugins we need to find which one is causing that by reload them back one by one until it breaks..

Share this comment


Link to comment

16:34 [Info] Listing 125 plugins:
  01 "Admin Deep Cover" (2.2.8) by Dana (0.01s) - AdminDeepCover.cs
  02 "Admin Logger" (2.3.4) by AK (0.02s) - AdminLogger.cs
  03 "Admin Radar" (5.1.7) by nivex (0.00s) - AdminRadar.cs
  04 "AlphaLoot" (3.1.13) by k1lly0u (0.01s) - AlphaLoot.cs
  05 "Auto Code" (1.5.0) by BlueBeka (0.01s) - AutoCode.cs
  06 "Auto Doors" (3.2.9) by Wulf/lukespragg/Arainrr (0.01s) - AutoDoors.cs
  07 "Auto Lock" (2.4.4) by birthdates (0.01s) - AutoLock.cs
  08 "Automated Events" (1.0.10) by k1lly0u/mspeedie/Arainrr (0.00s) - AutomatedEvents.cs
  09 "Automatic Authorization" (1.3.0) by k1lly0u/Arainrr (0.00s) - AutomaticAuthorization.cs
  10 "Auto Pickup" (1.2.15) by Arainrr (0.00s) - AutoPickup.cs
  11 "Auto Stash Traps" (0.2.9) by Dana (0.00s) - AutoStashTraps.cs
  12 "Auto Turret Authorization" (1.2.2) by haggbart (0.00s) - AutoTurretAuth.cs
  13 "Base Repair" (1.0.19) by MJSU (0.00s) - BaseRepair.cs
  14 "BetterCharcoal" (1.0.2) by Jake_Rich (0.00s) - BetterCharcoal.cs
  15 "Better Chat" (5.2.7) by LaserHydra (0.01s) - BetterChat.cs
  16 "BetterChatFlood" (1.0.5) by Ryan (0.01s) - BetterChatFlood.cs
  17 "Better Chat Mute" (1.2.1) by LaserHydra (0.01s) - BetterChatMute.cs
  18 "Better Chat Filter" (1.6.5) by NooBlet (0.01s) - BetterChatFilter.cs
  19 "BGrade" (1.1.3) by Ryan / Rustoria.co (0.00s) - BGrade.cs
  20 "Blueprint Manager" (1.1.6) by Orange (0.00s) - BlueprintManager.cs
  21 "Box Sorter Lite" (1.0.9) by haggbart (0.00s) - BoxSorterLite.cs
  22 "Bradley" (1.3.4) by Ts3Hosting (0.02s) - Bradley.cs
  23 "Bradley Guards" (1.3.2) by Krungh Crow (0.00s) - BradleyGuards.cs
  24 "BradleyOptions" (2.1.7) by Krungh Crow (0.00s) - BradleyOptions.cs
  25 "Build" (2.2.0) by Gonzi & Spiikesan (0.00s) - Build.cs
  26 "Building Workbench" (1.3.2) by MJSU (0.00s) - BuildingWorkbench.cs
  27 "Clans" (0.2.5) by k1lly0u (0.01s) - Clans.cs
  28 "Clan Team" (1.0.6) by deivismac (0.00s) - ClanTeam.cs
  29 "Coloured Chat" (2.2.7) by collect_vood (0.00s) - ColouredChat.cs
  30 "Copy Paste" (4.1.31) by misticos (0.00s) - CopyPaste.cs
  31 "Custom Loot Spawns" (0.2.13) by k1lly0u (0.00s) - CustomLootSpawns.cs
  32 "Custom Vending Setup" (2.2.0) by WhiteThunder (0.01s) - CustomVendingSetup.cs
  33 "Dance" (1.2.0) by senyaa (0.00s) - Dance.cs
  34 "Death Notes" (6.3.6) by LaserHydra (0.00s) - DeathNotes.cs
  35 "Discord Auth" (1.2.1) by Tricky & OuTSMoKE (0.04s) - DiscordAuth.cs
  36 "Discord Core" (2.1.2) by MJSU (0.01s) - DiscordCore.cs
  37 "Discord Logger" (2.0.7) by MON@H (0.00s) - DiscordLogger.cs
  38 "DiscordMessages" (2.1.8) by Slut (0.00s) - DiscordMessages.cs
  39 "Discord Players" (2.1.2) by MJSU (0.00s) - DiscordPlayers.cs
  40 "Discord Roles" (2.0.9) by MJSU (0.00s) - DiscordRoles.cs
  41 "Discord Server Stats" (2.0.3) by MJSU (0.00s) - DiscordServerStats.cs
  42 "Discord Status" (4.0.1) by Gonzi (0.00s) - DiscordStatus.cs
  43 "Discord Team" (2.0.0) by Owned (0.00s) - DiscordTeam.cs
  44 "Discord Wipe" (2.3.1) by MJSU (0.00s) - DiscordWipe.cs
  45 "Economics" (3.9.1) by Wulf (0.00s) - Economics.cs
  46 "Eternal Plants" (1.0.0) by 0x89A (0.00s) - EternalPlants.cs
  47 "Extended Recycler" (1.1.1) by Orange (0.00s) - ExtendedRecycler.cs
  48 "FancyDrop" (3.2.2) by FastBurst (0.00s) - FancyDrop.cs
  49 "Firearm Modifier" (1.4.7) by Khan (0.00s) - FirearmModifier.cs
  50 "Fireworks Monitor" (1.0.1) by hoppel & Mr. Blue (0.00s) - FireworksMonitor.cs
  51 "Friendly Fire" (1.1.2) by collect_vood (0.00s) - FriendlyFire.cs
  52 "Furnace Splitter" (2.3.3) by FastBurst (0.00s) - FurnaceSplitter.cs
  53 "Gathering Manager" (2.2.75) by Mughisi (0.00s) - GatherManager.cs
  54 "Godmode" (4.2.9) by Wulf/lukespragg/Arainrr (0.00s) - Godmode.cs
  55 "GUIAnnouncements" (2.0.3) by JoeSheep (0.02s) - GUIAnnouncements.cs
  56 "GUIShop" (2.3.16) by Khan (0.01s) - GUIShop.cs
  57 "HeliControl" (1.4.3) by Shady (0.00s) - HeliControl.cs
  58 "HeliVote" (0.1.32) by k1lly0u (0.00s) - HeliVote.cs
  59 "Hit Markers" (1.2.0) by Mevent (0.00s) - HitMarkers.cs
  60 "Hud" (1.0.3) by AhigaO#4485 (0.00s) - Hud.cs
  61 "Image Library" (2.0.58) by Absolut & K1lly0u (0.00s) - ImageLibrary.cs
  62 "Godmode Indicator" (2.1.2) by 2CHEVSKII (0.00s) - GodmodeIndicator.cs
  63 "Inbound" (0.5.2) by Substrata (0.01s) - Inbound.cs
  64 "Instant Mixing Table" (1.0.0) by MJSU (0.00s) - InstantMixingTable.cs
  65 "Inventory Viewer" (4.0.4) by Whispers88 (0.00s) - InventoryViewer.cs
  66 "Kits" (4.0.14) by k1lly0u (0.00s) - Kits.cs
  67 "Loading Messages" (1.0.6) by CosaNostra/Def (0.00s) - LoadingMessages.cs
  68 "Loot Bouncer" (1.0.7) by Sorrow/Arainrr (0.00s) - LootBouncer.cs
  69 "Monument Addons" (0.10.0) by WhiteThunder (0.00s) - MonumentAddons.cs
  70 "Monument Finder" (3.0.0) by WhiteThunder (0.00s) - MonumentFinder.cs
  71 "Monuments Recycler" (0.2.5) by Dana (0.00s) - MonumentsRecycler.cs
  72 "Nav Mesh Error Fix" (1.1.1) by Ryz0r (0.00s) - NavMeshErrorFix.cs
  73 "NoClip Toggle" (1.4.6) by dFxPhoeniX (0.00s) - NoClipToggle.cs
  74 "No Escape" (2.1.35) by Calytic (0.00s) - NoEscape.cs
  75 "No Gibs" (0.0.5) by bsdinis (0.00s) - NoGibs.cs
  76 "No Give Notices" (0.3.0) by Wulf (0.00s) - NoGiveNotices.cs
  77 "NTeleportation" (1.6.8) by nivex (0.00s) - NTeleportation.cs
  78 "OxidationInstaCraft" (1.0.2) by kasvoton (0.00s) - OxidationInstaCraft.cs
  79 "PermissionsManager" (2.0.5) by Steenamaroo (1.25s) - PermissionsManager.cs
  80 "Placeholder API" (2.2.0) by misticos (0.03s) - PlaceholderAPI.cs
  81 "PlayerAdministration" (1.6.7) by ThibmoRozier (0.01s) - PlayerAdministration.cs
  82 "PlayerRanks" (2.1.6) by Steenamaroo (0.01s) - PlayerRanks.cs
  83 "Playtime Tracker" (0.2.2) by k1lly0u (0.01s) - PlaytimeTracker.cs
  84 "Power Spawn" (1.3.1) by misticos (0.00s) - PowerSpawn.cs
  85 "PrivateMessages" (1.1.11) by MisterPixie (0.00s) - PrivateMessages.cs
  86 "Queue Holder" (1.0.1) by Tryhard (0.00s) - QueueHolder.cs
  87 "Quick Smelt" (5.1.2) by Iv Misticos (0.00s) - QuickSmelt.cs
  88 "Quick Sort" (1.6.0) by MON@H (0.00s) - QuickSort.cs
  89 "Realistic Weather" (1.3.4) by OuTSMoKE, deano79, CaptainNebulous (0.00s) - RealisticWeather.cs
  90 "RecycleManager" (1.1.2) by Pho3niX90 (0.00s) - RecycleManager.cs
  91 "Remove Animals AI" (1.0.3) by Orange (0.00s) - RemoveAnimalsAI.cs
  92 "Remover Tool" (4.3.30) by Reneb/Fuji/Arainrr (0.00s) - RemoverTool.cs
  93 "Rust Admin" (1.0.1) by misticos (0.00s) - RustAdmin.cs
  94 "Rustcord" (3.2.3) by Kirollos & OuTSMoKE (0.11s) - Rustcord.cs
  95 "Rust Map Api" (1.3.2) by MJSU (0.00s) - RustMapApi.cs
  96 "RustRewards" (3.0.6) by Steenamaroo (0.00s) - RustRewards.cs
  97 "SAMSiteAuth" (2.3.4) by haggbart (0.00s) - SAMSiteAuth.cs
  98 "SAM Site Range" (1.2.6) by gsuberland/Arainrr (0.00s) - SAMSiteRange.cs
  99 "Scheduled Messages" (1.2.0) by gunman435 (0.00s) - ScheduledMessages.cs
  100 "Scheduled Spawns" (1.0.2) by 1AK1 (0.00s) - ScheduledSpawns.cs
  101 "Sign Artist" (1.4.0) by Whispers88 (0.00s) - SignArtist.cs
  102 "SkinBox" (2.0.14) by k1lly0u (0.00s) - SkinBox.cs
  103 "SkipNightUI" (0.1.2) by k1lly0u (0.00s) - SkipNightUI.cs
  104 "SmoothRestarter" (3.1.1) by 2CHEVSKII (0.00s) - SmoothRestarter.cs
  105 "Spawn Mini" (2.11.1) by SpooksAU (0.00s) - SpawnMini.cs
  106 "Stack Size Controller" (4.1.1) by AnExiledDev (0.00s) - StackSizeController.cs
  107 "Super Card" (1.0.5) by Mevent#4546 (0.00s) - SuperCard.cs
  108 "Teleport Marker" (1.0.6) by Talha (0.00s) - TeleportMarker.cs
  109 "Terrain Violation Fix" (1.0.2) by Tryhard (0.00s) - TerrainViolationFix.cs
  110 "Timed Execute" (0.7.4) by PaiN & misticos (0.00s) - TimedExecute.cs
  111 "TimeOfDay" (2.3.4) by FuJiCuRa (0.00s) - TimeOfDay.cs
  112 "Trade" (1.2.43) by Calytic (0.00s) - Trade.cs
  113 "Turret Config" (2.1.0) by Calytic (0.00s) - TurretConfig.cs
  114 "Vanish" (1.6.6) by Whispers88 (0.00s) - Vanish.cs
  115 "VehicleAirdrops" (1.0.8) by Nikedemos (0.00s) - VehicleAirdrops.cs
  116 "VoteMap" (1.1.4) by David (0.00s) - VoteMap.cs
  117 "WelcomePanel" (3.0.6) by David (0.00s) - WelcomePanel.cs
  118 "WipeCountdown" (1.0.2) by David (0.00s) - WipeCountdown.cs
  119 "Wood Swap" (1.0.1) by Orange (0.00s) - WoodSwap.cs
  120 "Workbench Crafter" (1.0.4) by Kaysharp (0.00s) - WorkbenchCrafter.cs
  121 "WPKits" (1.1.4) by David (0.00s) - WPKits.cs
  122 "WPSocialLinks" (1.1.4) by David (0.00s) - WPSocialLinks.cs
  123 "WPVipRanks" (1.1.4) by David (0.00s) - WPVipRanks.cs
  124 "WPWipeCycle" (1.1.4) by David (0.00s) - WPWipeCycle.cs
  125 "XPerience" (1.3.5) by MACHIN3 (0.00s) - XPerience.cs
 

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.1k

Files Sold

Total number of files sold.

1.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.