Jump to content

Terceran

Creator
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Terceran

  1. Apologies for missing the patch note about the Quality Crafter skill. I think including an option for it to run as it previously did is a good thing. I have all the prestige stuff disabled, and here is my config as it pertains to BetterChat: "Better Chat settings": { "Format for BetterChat title showing the playeres level. Set to null to disable. {0} is the colour value and {1} is the player level value": "<color=#{0}>[Lv.{1}]</color>", "Default colour for BetterChat xp titles": "0cb072", "Colour for BetterChat xp titles for players who are max level": "32ff00" }, No one has the notitles permission, and I haven't made BetterChat changes to either BetterChat or SkillTree for as long as I can remember. I guess I'm SOL. Thanks.
  2. Also, as an aside, the BetterChat integration appears to have broken as well. The level no long prints in chat.
  3. We are running the current version of ST and the Quality Crafter skill is not working. Even if maxed, it appears to be random in the number of slots that crafter armor contains. In the past, it worked, so something seems to have changed.
  4. I've noticed that ever since the May forced wipe, the game spawned resource items won't combine with those purchased via the Shop. I have it set up where players can buy ore, metal fragments, stone, etc with diesel. When they buy those resources and then obtain some elsewhere in the game, they cannot combine them. I've placed both on the ground and did a debug.lookingat, and the prefabs are identical. I don't immediately see the culprit but wanted to bring it to your attention to see if you have any thoughts.
  5. Recently posted and downloadable version 1.0.4 is really 1.0.3 per the Info line in the plugin code.
  6. Note, I modified this function and it now works: void HandleMaxRepair(BasePlayer player, Item item) { if (player == null || item == null) return; if (config.tools_black_white_list_settings.max_repair_blacklist.Contains(item.info.shortname)) return; if (Interface.CallHook("STOnItemRepairWithMaxRepair", player, item) != null) return; if (!item.hasCondition) return; item.maxCondition = item.info.condition.max; item.condition = item.maxCondition; item.MarkDirty(); }
  7. Since around version 1.7.8, the Blacksmith skill no longer works. If an item is damaged and repaired, the red permanent damage still remains.
  8. Version 1.0.7

    5 downloads

    Noteworthy is a lightweight, highly configurable Rust plugin that automatically reports important in-game events to chat and/or the server console. It keeps players informed, reduces repetitive admin announcements, and improves overall server awareness without adding chat clutter. Originally developed for a PvE server, Noteworthy quickly proved valuable on PvP servers as well by providing timely, relevant information players actually care about. Why Use Noteworthy? Eliminate manual announcements – No more admins typing the same messages over and over Improve player awareness – Players know what’s happening without asking in chat Reduce chat spam – Clean, controlled messaging instead of constant questions PvE & PvP friendly – Enable only the events that make sense for your server Set it and forget it – Fully automated once configured Fully Customizable Output Noteworthy is designed to fit your server, not the other way around: Enable or disable individual event announcements Send messages to player chat, server console, or both Customize message text to match your server’s tone Ideal for informational, roleplay, hardcore, or casual servers Events That Can Be Announced Player & World Events Player enters a monument Player revives another player Key card is swiped Loot & Progression Locked crate hacking begins Supply drop is looted Supply signal is deployed Map & Monument Activity Deep Sea opens and closes Giant Excavator Pit COMSYS activation Quarry or pumpjack activation Vehicles & Weapons Bradley APC respawns Patrol Helicopter times out and leaves the map MLRS launcher is fired SAM Site is activated Fun & Economy Player wins at the Big Wheel Perfect For PvE servers wanting clear, helpful world awareness PvP servers that want strategic info without admin involvement Servers looking to reduce repetitive chat questions and announcements Admins who value automation and clean presentation If you want your server to feel more alive, informed, and professionally managed without constant admin input, Noteworthy delivers exactly that.
    $5.99
  9. Terceran

    Kill Records

    Could you please make the krreset a console command as well? It would be so nice to automate the clearing of data after a wipe.
  10. Could you please add an argument to helisignal so that it will spawn that number of them? For example, "helisignal 10" would give 10 signals. 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.5m
Total downloads
Customers
11.1k
Customers served
Files Sold
159.4k
Total sales
Payments
3.4m
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.