Jump to content

imthenewguy

Curator
  • Posts

    4,292
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. There is not. Redeemrecycler spawns a recycler using credits from the redeemable recyclers, so it wouldnt work the way you want it to. Why not just create an item in the shop that's the same as my recycler item? Would work fine.
  2. 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.
  3. 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?
  4. 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.
  5. You aren't updating it in the plugin (.cs file) are you? You need to update the value in the config (.json file).
  6. 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.
  7. It doesnt support it. I have a new plugin coming out that will allow the creation of named items though.
  8. imthenewguy

    blast suit

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

    86 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. Admins can also create static wormhole pairs between locations. 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! Permission required to use the plugin: wormholes.access Admin permission: wormholes.admin 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. Command: statichole.add <optional: name> Type: Chat Permission: wormholes.admin Description: Creates a wormhole at the players position with the designated name if applicable. Requires the command to be run twice at 2 different locations for the wormholes to appear.
    $9.99
  10. Changed Status from Pending to Closed
  11. Theres no command that takes a skin parameter. /ipgive <target> <Optional: shortname> <optional: perks>
  12. There are no command or item fields when ranking up prestige. Only perm groups.
  13. Do you use a recycler plugin?
  14. 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.
  15. 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.
  16. 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.
  17. Yes, as in they play nice together. They don't talk to each other though
  18. 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.
  19. Ive reachd out to the dev asking for support. Nothing I can do from my end until he adds support.
  20. I don't understand your question; this plugin doesn't have a storage feature.
  21. 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}" } } ]
  22. 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.
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.7k

Files Sold

Total number of files sold.

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.