-
Posts
3,674 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
rocket.launcher is the item shortname, not the prefab shortname. Try rocket_launcher.entity
-
Skill tree not working for one player, was working fine.
imthenewguy replied to OgGinja's Support Request in Support
Changed Status from Pending to Closed -
Skill tree not working for one player, was working fine.
imthenewguy replied to OgGinja's Support Request in Support
Hey mate, if you have deleted the plugin, config and data, it may have something to do with the permissions, because that is the only thing that persists. Check the following Ensure that the default group has the skilltree.xp permission (o.grant group default skilltree.xp) Ensure that the player is a part of the default group (they should be, but another plugin may have removed them for whatever reason) (o.usergroup add <name> default) The only reason the pump bar wont appear is: The player does not have the skilltree.xp (via group perms or their own perms). The player does not have an entry in the data file (reload the plugin then check SkillTree.json in data and see if their steam ID is there if they are connected to the server). Pump bar is disabled via the config. Another reason the player may not be getting xp if the above 2 are fine is if: "Allow players with god mode to receive xp?" is set to false, and the player is in god mode. -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 2.0.7
-
Changed Status from Pending to Closed Changed Fixed In to 1.4.9
-
WIll push an update to fix this shortly.
-
Yeah I have a fix for that being tested on my discord. Should release it soon.
-
Have never tried using an item from another plugin. I assume it should work fine if you add the same name (case sensitive), skin and short name
-
Any compile errors?
-
Nothing jumps off the page as an issue.
-
- 201 comments
-
- 39 comments
-
- #competition
- #event
- (and 6 more)
-
Changed Status from Pending to Closed
-
Yeah my discord is listed on the sales page. The option you are after is "Steam64 ID to use when sending a message to a player [0 is the default rust icon]"
-
Wealth buffs do not appear to work in the Economics setting.
imthenewguy replied to beetle's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
It's not. The function will only trigger for ingredients spawned by the plugin.
-
That is a mechanic of the ingredient bag, since there can be a large number of different ingredients.
-
Changed Status from Pending to Closed
-
I dont think the umod version supports ff directly; I think it needs the Friendly Fire plugin for that to function, which has an API call I can override. There is no API listed on the Clans Reborn plugin and I don't have access to check it for hook calls inside of the cs file itself. Ill post on the page and see if I can get a response about it.