Jump to content

imthenewguy

Creator
  • Posts

    3,428
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. There's no difference between the way the scores initialize in 1.5.11 and 1.5.10. Both open, read and close all data files int he SkillTree folder and store the score data into a dictionary when the plugin initializes. Did you update the plugin after your server had already loaded? Ive made changes to the next version to update to a coroutine so that it loads x profiles every game tick, rather than all profiles immediately on start.
  2. Unload the plugin. Save a copy of your data file. Delete the data file from your server. Reload the plugin. Does the issue get resolved?
  3. Nah there isn't. The issue is the size of the scroll bar is calculated based on text size, so adjusting the size would throw out the scroll bar calculation entirely.
  4. You aren't updating it in the plugin (.cs file) are you? You need to update the value in the config (.json file).
  5. The animal's brain is set to null in the same tick they are spawned, so they shouldn't kill anyone when spawned. This would be the same for when the plugin is unloaded/loaded.
  6. It doesnt support it. I have a new plugin coming out that will allow the creation of named items though.
  7. imthenewguy

    blast suit

    You will need to unload all plugins except skill tree then reload them in batches until it stops working.
  8. Version 1.0.1

    38 downloads

    Transform your Rust map with dynamic wormholes that open up thrilling new possibilities for players! This plugin introduces randomly spawning, paired wormholes that create instant portals between two locations on the map. Randomized Spawns: Wormholes appear at random intervals, based on configurable timer ranges. Paired Portals: Each wormhole is linked to another, allowing seamless teleportation between the two. Customizable Settings: Time Limits: Control how long wormholes remain active. Usage Limits: Set how many times a wormhole can be used before it despawns. Condition Restrictions: Prevent players from using wormholes when they are Bleeding Starving Dehydrated Cold/Hot Wounded Irradiated Escape/Raid/Combat blocked Spice up gameplay, encourage exploration, and create chaotic or strategic opportunities for your players to interact with the world in new ways. Perfect for servers looking to add a touch of unpredictability and fun! Command: wormhole.spawn <grid coordinate> <grid coordinate> Type: Chat Permission: wormholes.admin Description: Forces a pair of wormholes to spawn in each grid coordinate. For example wormhole.spawn b2 c5 would spawn a wormhole in a random location in b2, with the other side of the wormhole at a random location in c5. Both coordinates need to contain valid spawn points. Command: whgrid Type: Chat Permission: wormholes.admin Description: Draws all valid spawn positions that the plugin has cached to the user. Requires level 1 auth. Command: dbwh Type: Chat Permission: wormholes.admin Description: Debugs all active wormholes on the map. Draws lines between each wormhole pair.
    $9.99
  9. Changed Status from Pending to Closed
  10. Theres no command that takes a skin parameter. /ipgive <target> <Optional: shortname> <optional: perks>
  11. There are no command or item fields when ranking up prestige. Only perm groups.
  12. imthenewguy

    EpicLoot

    Do you use a recycler plugin?
  13. Please submit a support ticket under skill tree. I don't handle support on the public forum because I can't verify ownership of the plugin.
  14. They are handled separately, but they will stack. For example, you hit a tree and would normally receive 100 wood, and have a 100% yield bonus from epic loot items and 100% yield bonus from item perk items, you would receive 300 wood for the hit, as each bases the yield increase from the original amount.
  15. imthenewguy

    EpicLoot

    Plugin doesn't add epic scrap to loot table. It is obtained from salvaging epic items. If you want to add it to th container, you will need a third party loot plugin.
  16. Yes, as in they play nice together. They don't talk to each other though
  17. imthenewguy

    Harvesting buffs not working

    Nothing has changed on my end. XP is working fine on oxide. Unload all other plugins on your server and see if the issue persists. If the issue goes away, then you have a plugin that is conflicting with mine.
  18. Ive reachd out to the dev asking for support. Nothing I can do from my end until he adds support.
  19. I don't understand your question; this plugin doesn't have a storage feature.
  20. Can you not do this in the BetterChat data file? [ { "GroupName": "default", "Priority": 0, "Title": { "Text": "[Player]", "Color": "#55aaff", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } }, { "GroupName": "prestige_1", "Priority": 1, "Title": { "Text": "[Prestige Rank 1]", "Color": "#55aaff", "Size": 15, "Hidden": false, "HiddenIfNotPrimary": false }, "Username": { "Color": "#55aaff", "Size": 15 }, "Message": { "Color": "white", "Size": 15 }, "Format": { "Chat": "{Title} {Username}: {Message}", "Console": "{Title} {Username}: {Message}" } } ]
  21. You have another plugin on your server that is using the command st. You need to change the command on that plugin or on skill tree.
  22. You may have added ducttape to one of the dictionaries twice.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.