Jump to content

imthenewguy

Curator
  • Posts

    4,744
  • Joined

  • Last visited

  • Days Won

    59

Everything posted by imthenewguy

  1. No, I mean what message are you trying to prevent specifically, so I know what part of the code to look at.
  2. 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"
  3. Which lang entry is it showing when it happens? Hiehgmod is set via the data or via command. It changes for each arena.
  4. 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
  5. Task is active so long as you have the permissions
  6. You may have another plugin on your server adjusting the condition of the weapons. Unload all other plugins except for SkillTree and test.
  7. 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.
  8. Will add support for scientists next release.
  9. 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."
  10. IF the shop supports commands, you could use the givexp and givesp console commands.
  11. 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.
  12. 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.
  13. Not at this point, but I've added a few options to the next release.
  14. 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.
  15. 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.
  16. Nah, all sources as setup as an enum. That is something I can look into in the future though.
  17. I haven't checked out any of the content from the most recently update. Will need to investigate to see what's possible.
  18. I have that fixed in 1.0.2. Currently being tested on my discord.
  19. 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,
  20. imthenewguy

    Cooking

    I fixed it yesterday funnily enough. Will be pushed out after some other updates have been tested
  21. If a player dies, they lose xp. If they lose more than they have into their current level, they go into negative xp, or debt. THey need to pay back to the debt before they can progress the level. You can change what triggers xp loss or disable the debt entirely in the config.

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
156k
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.