Jump to content

imthenewguy

Curator
  • Posts

    4,080
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by imthenewguy

  1. imthenewguy

    license key 

    Enchanting requires "enchanting.create" permission ImageLibrary: https://umod.org/plugins/image-library ItemPerks:LegendaryItems requires ItemPerks Plugin:
  2. Config seems fine.
  3. Changed Status from Pending to Closed
  4. imthenewguy

    Question.

    It gives permissions. You can add an example to your config that shows you how to do it by typing addtestpermsnode into your server console. This will create a new skill under Cooking called "Test perms node" which will be disabled by default.
  5. imthenewguy

    license key 

    ItemPerks Legendary Items requires the ItemPerks plugin to work. Do you have the permissions setup for Enchanting?
  6. Set "Should yield bonus skills be additive [if true, yields will modify the item.amount value, rather than giving additional items]" to false.
  7. No plans to do that myself but there is a HookMethod that someone can use to get the player info. [HookMethod("GetSkillTreeData")] public object GetSkillTreeData() { var sTStats = new Dictionary<ulong, (string Name, double XP, int PrestigeLevel, int CurrentLevel, double XPDebt)>(); var dataFiles = Directory.GetFiles(NewDirectory, "*.json", SearchOption.TopDirectoryOnly); foreach (var file in dataFiles) { try { var playerId = Path.GetFileNameWithoutExtension(file); if (!ulong.TryParse(playerId, out ulong playerID)) { continue; } var playerInfo = LoadPlayerData(playerId); if (playerInfo != null) { sTStats[playerID] = ( playerInfo.name, playerInfo.xp, playerInfo.prestige_level, playerInfo.current_level, playerInfo.xp_debt ); } } catch (Exception ex) { PrintWarning($"Exception while processing file {file}: {ex.Message}"); } } return sTStats; }
  8. My plugin doesnt handle selling the recycler. Other plugins can sell the recycler and run the command to give it to the player using my plugin.
  9. imthenewguy

    license key 

    Which mods?
  10. imthenewguy

    new animal

    "crocodile meat" != "cooked crocodile meal" Will add tiger, croc and panther as gather sources to the next release. Will also add support for jungle biome.
  11. imthenewguy

    license key 

    Do you own ItemPerks? What are the issues you are having? I need as much detail as you can provide.
  12. imthenewguy

    Blacklisting Item's

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  13. imthenewguy

    Blacklisting Item's

    Np ill add it to the next release.
  14. That "Tracking 0 required nodes." is the last message that my plugin sends as part of the OnServerInitialized hook, which means my plugin finishes its initialization without issues. It seems like another plugin that is running the same hook after Skill Tree may be causing the issue.
  15. Plugin doesn't support that at the moment. Would require changing all messaging from the plugin to use a different method. May look at it when I have the time to work on it.
  16. imthenewguy

    license key 

    What do you mean license key?
  17. imthenewguy

    Blacklisting Item's

    Do you have a plugin that prevents them from recycling these items in a regular recycler?
  18. imthenewguy

    buff

    You'd like to see the buffs increase in what way?
  19. imthenewguy

    Blacklisting Item's

    For what purpose?
  20. imthenewguy

    Doors do not open

    Yeah that would help thank you.
  21. imthenewguy

    Doors do not open

    Was it added to the map properly, and do you have the rust edit dll file on your server?
  22. imthenewguy

    Bit of a problem

    Changed Status from Pending to Closed
  23. imthenewguy

    Bit of a problem

    Handling in discord.
  24. How would you want that structured?
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.5k

Files Sold

Total number of files sold.

2.8m

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.