Jump to content

imthenewguy

Curator
  • Posts

    4,748
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by imthenewguy

  1. Yeah you can set the base limit of the plugin to 30 skill points, and then add permission based overrides that allow for higher values via the config. Here is an example: "Modified max skill points based on permissions [must be higher than default]": { "vip": 350, "nolimit": 0 },
  2. imthenewguy

    Cooking

    Hey mate I dont generally click on links I am not familiar with. When you say bag, do you mean the ingredients bag or the players inventory?
  3. Think i have identified where it may have been thrown from. Ill attempt a patch next release.
  4. Yeah correct. The others are kept separate.
  5. No, I mean what message are you trying to prevent specifically, so I know what part of the code to look at.
  6. There are blacklists for a lot of different options. The below allows you add items to the blacklist so they won't be given as loot. "Black listed parts for component and electrical luck abilities" "Boar perk: Blacklist of components for the boar buff"
  7. Which lang entry is it showing when it happens? Hiehgmod is set via the data or via command. It changes for each arena.
  8. Hey mate, thanks for reaching out. I don't offer support on here for those that haven't bought it from this site. If you got it somewhere else, feel free to reach out to me on discord
  9. Task is active so long as you have the permissions
  10. You may have another plugin on your server adjusting the condition of the weapons. Unload all other plugins except for SkillTree and test.
  11. Spectator mode was too cumbersome to implement unfortunately. The config options allow for disbanding/readding of teams when a player joins/leaves, but if you are running any other team management plugins like clans etc then this won't work.
  12. Will add support for scientists next release.
  13. You cant remove a lang entry, you need to edit it. Edit it to say what you want it to say. {0} is the xp amount and {1} is the source. You could do something like: "You purchased {0} xp from the shop."
  14. IF the shop supports commands, you could use the givexp and givesp console commands.
  15. I actually haven't tested how the backpacks work. Ill ask my discord users. Edit: apparently it works fine. The plugin stores the backpack the same way it does with other items, and then restores it when the player leaves.
  16. Yeah that is how it would work. The whitelist will exclude all other items except for those on the list, where as the blacklist will exclude the items listed. You could go through and add all weapon shortnames to a whitelist for perks that you only want to apply to weapons/tools, and then take that same list and add it to blacklist for those that you only want to apply to clothes.
  17. Not at this point, but I've added a few options to the next release.
  18. The only checks around the type of entity is based on the short prefab name. if (entity.ShortPrefabName.Contains("module") && !entity.ShortPrefabName.Contains("chassis")) This means that if entities with a shortname like "1module_storage" or "1module_taxi" enter, it would register it as progress, but entities like "car_chassis_4module" and "car_chassis_2module" won't be considered. Id check what modules the cars that are being crushed have on them.
  19. I have never seen or heard of these issues before. Could likely be an issue with the plugin and the current save file etc. I would recommend removing all traces of it and then re-add it when you wipe your server to test it.
  20. Nah, all sources as setup as an enum. That is something I can look into in the future though.
  21. I haven't checked out any of the content from the most recently update. Will need to investigate to see what's possible.
  22. I have that fixed in 1.0.2. Currently being tested on my discord.
  23. Yeah you can adjust the anchor positions of the icon, as well as the icon image. "HUD Settings": { "Command to open the ItemPerks menu": "ip", "Send the icon to access the ItemPerks menu?": true, "Icon position": { "size": 64.0, "offset_x": 0.0, "offset_y": 0.0, "anchor_min": "0.5 0", "anchor_max": "0.5 0" }, "Steam workshop ID to use for the hud icon": 2907569326,

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.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
156.2k
Marketplace sales
Payments
3.3m
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.