Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. How would you assemble that to to put into the json then? Neither of those look anything like what is givin for the Berries. For instance. Could you please tell me how I may enter other items? I mean. What is the wording I would use?? stone-hqm-collectable ? "berry-blue-collectable" This is from the config. Totally different obviously then: assets/bundled/prefabs/autospawn/collectable/stone/hqm-collectable.prefab (Is this how it would look? "stone-hqm-collectable" ) I just got this and thot it had a much different way of listing these items in the form they are here.
  3. ランキングのメッセージ表示についてご質問があります。 AさんがBという魚のランキング2位に入っていると仮定して、B魚でランキング以下のサイズを釣った時にランキング外のサイズでも メッセージでinfo情報とランキング2位という風に表示されます。 実際に釣った魚と最新のランキングを比較しサイズが更新された場合のみ表示するのが正常なのか上記のような表示が正常なのでしょうか? 参考用にスクショを添付しました。
  4. Today
  5. if you could for future purchases, break down the copypaste files so your not trying to drop 450 files at 1 time. most hosting platforms hate that many files at once, even if you break them down into like easy-clan files and such would make the configuring process that much easier.
  6. Chut

    When player dies

    i as well am having this on my server. on my screen and other admins the bodies are still, to the players they are going all over the place, rubber banding sometimes getting stuck from the sky to the ground. at times unlootable. any fixes for this yet? dungeon 1.mp4
  7. I’ve been noticing this issue as well on my servers using SimpleSplitter
  8. Hello what is the extreme oil rig card # ? I don’t see it here in the documentation
  9. wGw

    FriendlyTraps

    Version 1.0.0

    3 downloads

    You put mines in the compound. Your teammate walks the same dirt and loses both legs. FriendlyTraps stops that. If the trap sits on a cupboard, authed players do not set it off. No cupboard: only the owner is skipped. Unowned traps still kill everyone. Landmines and bear traps. Flip either off in config if you only want one. One file. Oxide or Carbon. No extra plugins. No timers. No scheduled work. Event-driven hooks only. It answers when a trap is about to fire and stays out of the way the rest of the time. Why TC auth already means they belong there. The mine does not know that. This makes it know. What it does Landmines skip players authed on the covering cupboard. Bear traps do the same. No cupboard: owner is skipped, nobody else. OwnerID 0: vanilla. Everyone can still eat it. Unauthed raiders still pop them. What it does not do It will not touch turrets, SAM, gun traps, or flame turrets. It will not skip a player who is not on that cupboard. It will not skip anyone on an unowned trap. It will not move or pick up the trap for you. Config oxide/config/FriendlyTraps.json carbon/configs/FriendlyTraps.json { "Plugin Version": "1.0.0", "Landmines skip TC-authed": true, "Bear traps skip TC-authed": true } Leave Plugin Version alone. Reload after you edit. Install Drop FriendlyTraps.cs in oxide/plugins or carbon/plugins and load it. No permissions. No commands. Small hook, no loops, no background work.
    Free
  10. What does this change? I installed and gave the permission yet see no change. I have tried setting it to 1 and even tried random numbers up to 50000, doesn't seem to change anything.
  11. Changed Status from Pending to Fixed
    I like this one. Nice little addition for the upcoming Holiday. You will need some way to start the event, I set up TimedExecute to run it. Thanks for yet another great plugin!
  12. Failed to call hook 'OnItemCraftFinished' on plugin 'EpicLoot v1.2.24' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.EpicLoot.ReplaceItem (BasePlayer player, Item oldItem) [0x001a6] in <eacb0c0dd6b140b1a18490e0e642da65>:0 at Oxide.Plugins.EpicLoot.OnItemCraftFinished (ItemCraftTask task, Item item, ItemCrafter crafter) [0x001f5] in <eacb0c0dd6b140b1a18490e0e642da65>:0 at Oxide.Plugins.EpicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x02a5a] in <eacb0c0dd6b140b1a18490e0e642da65>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0 Failed to call hook 'OnItemCraftFinished' on plugin 'EpicLoot v1.2.24' (NullReferenceException: Object reference not set to an instance of an object) Failed to call hook 'OnItemCraftFinished' on plugin 'EpicLoot v1.2.24' (NullReferenceException: Object reference not set to an instance of an object) Failed to call hook 'OnItemCraftFinished' on plugin 'EpicLoot v1.2.24' (NullReferenceException: Object reference not set to an instance of an object) Failed to call hook 'OnItemCraftFinished' on plugin 'EpicLoot v1.2.24' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.EpicLoot.ReplaceItem (BasePlayer player, Item oldItem) [0x001a6] in <eacb0c0dd6b140b1a18490e0e642da65>:0 at Oxide.Plugins.EpicLoot.OnItemCraftFinished (ItemCraftTask task, Item item, ItemCrafter crafter) [0x001f5] in <eacb0c0dd6b140b1a18490e0e642da65>:0 at Oxide.Plugins.EpicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x02a5a] in <eacb0c0dd6b140b1a18490e0e642da65>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0 (This stack trace has spammed 4 times in the last 10 seconds) I was mass crafting Rocks and seen this in the server console. I have tested. And it seems all Rocks, with and without skin can throw the error. The Jungle and Skull rocks do not. So far, no other item seems to do this. Any idea what could be causing this? Like, is it the plugin or my config?
  13. I used used both shortnames and the skinids, no commands, shop plug-in handles the givin, they work great!
  14. Yes, you can. You can use with any biome or splat from Rust Edit. Feel free to experiment whatever you prefer!
  15. Can i use it with another bioma or terrains types? It obviously needs to be flat, but...
    The Coliseum is really cool! All sorts of events take place there on our server! It’s become a must-have prefab! Highly recommended.
  16. hqm-ore is the node and hqm-collectable for the collectable. I used a plugin to find them because searching Google and Corrosion Hour just wouldn't give me them. assets/bundled/prefabs/autospawn/collectable/stone/hqm-collectable.prefab assets/bundled/prefabs/autospawn/resource/ore_hqm/hqm-ore.prefab
  17. This assumpion seems to be right. The time for the second Bradley is the respawn-time from the monument info config, even if i disabled this part with active=false. By the way, while creating the path, i said "bind to nearby monument" to get local coordinates, so i can reuse it for different maps. And I found, if you set all tree parts (monument, pathinfo and the path itself) to active=false, it spawn two Bradleys on the exact same position at the same time after plugin reload, so they kind of explode. Files per pm.
  18. etiv

    Opt-in Command

    Basically remove their access to the plugin by default but grant the permissions to access it if they run a specific command. Some people like vanilla. Some people like ultimate farming. Trying to find a way to give both what they want. Its also totally possible I've missed a configuration setting that allows this already.
    It works perfectly on an island on our server! It is an ideal monument for hosting large-scale battles, arenas, and gatherings, while also allowing you to interact with all players in one place! On top of that, it is a beautiful prefab!! Congrats!
  19. MrLou_

    Big Oilrig

    okay, you might be able to manually ent kill each entity but im not sure if it'll respawn after a restart.
  20. Do you have the shortname handy for it?
  21. Paniermehl

    Big Oilrig

    np we will play the map now like this doesnt bother me at all Next 3 Months we will play a differnt custom map for Halloween and Christmas. So next time
  22. Version 1.0.0

    5 downloads

    Inspired by classic Roman architecture, this monumental arena was built specifically to host events on your server. Featuring a three levels design, the structure boasts a striking outer facade with Roman arches and illuminated columns. Built on a dedicated island, it offers isolation for easy player management while helping maintain FPS performance during events. Prefab Count: 25.400 Height (Y axis): 2,800 The file contains two versions: with lighting and no lighting, depending on how you're going to use it, you may not need the lighting (reduces FPS drastically).
    $10.99
  23. Version 1.0.1

    2 downloads

    [Custom FaceCheck Arena Bundle] By GoonSloth / EmpireRust.com [A bundle of 25 custom FaceCheck Arenas.."] Contact: Discord: https://discord.gg/ArAeU4qQqN — fastest way to reach me, open a ticket in the support channel Website: https://empirerust.com
    Free
  1. Load more activity

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
3m
Total downloads
Customers
12.1k
Customers served
Files Sold
171k
Total sales
Payments
3.7m
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.