Updated July 24, 2026. Applies to V3.0 / V3.0.1 stable. If you move to the V3.1.0 experimental branch, the sandbox option set changed - re-generate your code afterward (see the note at the end).
A common reaction to V3.0 among server owners is that some of the trader and quest changes feel like a step backward - build restrictions around traders, slower tier progression, and a cap on how much questing counts each day. The good news: you do not need a mod to undo them. Three sandbox settings restore the older behavior, and they go straight into your SandboxCode, so they work on a dedicated server without touching game files.
TraderProtection to Claimable (build and claim in trader zones again), QuestsPerTier to 7 (faster tier-ups, down from the 3.0 default of 10), and QuestProgressionDailyLimit to Unlimited (remove the daily quest-progression cap). Generate the code with the SandboxCode generator, paste it into serverconfig.xml, restart. Everything else stays vanilla.
V3.0 protects the area around each trader, so you cannot place a land claim or build inside the trader zone the way you could on older builds. If your server culture was "set up shop next to the trader," that is the change people notice first.
The fix: set TraderProtection to Claimable. That restores the older behavior where the trader zone allows building and a land claim, while keeping the trader itself intact. (The other values are Yes - fully protected - and Not Claimable, which blocks claims but is even stricter.)
V3.0 raised the number of quests needed to advance a trader tier to 10 by default. That is the "it feels grindier now" complaint in one number: more fetch-and-clear runs between tier unlocks. Older builds used 7.
The fix: set QuestsPerTier to 7. You reach the next trader tier three quests sooner per tier, which is the pre-3.0 pace. Drop it lower (5 or 6) if your group wants an even quicker climb; the option runs from None to 15.
V3.0 also added a cap on how many quests per day count toward tier progression. Do more than the cap and the extra quests still pay out loot and dukes, but they stop moving you toward the next tier that day - a deliberate brake on "grind ten quests on day one and skip to tier 3."
The fix: set QuestProgressionDailyLimit to Unlimited if you want every completed quest to count, the way it did before. Leave it capped if you actually like the paced progression - some admins keep this one and only revert the other two.
Separate from the three reverts above, the other frequent V3.0 trader complaint is that rewards and stock feel weak in the mid-to-late game. You cannot re-tier individual quest rewards from the sandbox, but you can make the traders themselves worth visiting:
TraderMaxTier to 6 - let traders stock the full range instead of capping low.TraderItemAbundance to High or Very High - more items on the shelves each reset.TraderResetInterval shorter (2-3 days) - fresh stock more often, so a good visit is never far off.Those three turn the trader back into a destination without disabling the economy or handing out free tier-6 gear.
serverconfig.xml as the SandboxCode value - the full walkthrough is in the V3.0 SandboxCode guide.QuestsPerTier 7 and TraderProtection Claimable - those two cover most of the complaint. Add the daily-cap and trader-stock changes only if the group still wants more. Test the code on a throwaway world before committing it to your community save.