-
Posts
5,932 -
Joined
-
Last visited
-
Days Won
200
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by nivex
-
@Dead Nasty hi, if you didn't get any messages then ab.debug wasn't toggled on. it requires you to be an admin, and to have abandonedbases.admin permission there's so many reasons why bases won't be converted. namely permissions are not granted from config, or incorrect configuration values regarding anything with radius in the name. if an admin has abandonedbases.immune and you use another plugin that auto-auths on player bases then they would never be converted if you remained authed on their TC, or even built something at their base. it could be a bug too - but no bug that I'm aware of would prevent EVERY base from converting. I'd DM, but you aren't accepting messages.
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@Aeryn Sun yes, changing it to 1.0 will work for SkillTree.cs, XLevels.cs and XPerience.cs plugins. if the name doesn't match then it will not work. the issue would not be with RB unless using noclip, vanish, Remove Admins From Raiders List, etc. if (Options.Rewards.XP > 0 && Instance.XPerience.CanCall()) { double xp = config.Settings.Management.DivideRewards ? Options.Rewards.XP / (double)total : Options.Rewards.XP; QueueNotification(ri.player, "SkillTreeXP", xp); Instance.XPerience?.Call("GiveXPID", ri.userid, xp); }
-
@Rico567756756 hi, those plugins look fine. CopyPaste config should have the paste batch size set to 5 at most though, but might want to set to 1 for now. Oxide: oxide/config/CopyPaste.json Carbon: carbon/configs/CopyPaste.json you must reload the plugin afterwards Oxide: o.reload CopyPaste Carbon: c.reload CopyPaste it could be another plugin, or that your host has too many shared servers on your machine.
-
@AlexF heya. I see no issue in the screenshot, it is within acceptable parameters, but the screenshot does not depict the base from the outside. so I can't say for certain. usually it is because the base is not copied properly. all bases should be copied from the center of the base, with half of the foundation above ground when you use /paste @Zohan heya, I have no interest in implementing API for the loot files at this time. perhaps in the future.
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)