Mods / Trader Notes Together

Tags: #Cheat #QoL #Simplification
Author: themadjem
Side: Both
Created: Jan 26th at 1:02 AM
Last modified: Feb 6th at 3:41 AM
Downloads: 371
Follow Unfollow 15

Recommended download (for Vintage Story 1.21.6):
tradernotestogether_0.0.7.zip  1-click install


Share your notes from Trader Notes with others on your server!

To share notes with the server, either the player or their role must have the sharetradernotes privilege.

To receive note updates from the server, either the player or their role must have the receivetradernotes privilege.



Currently, all notes will be shared with anyone that has the privilege.

Sharing happens automatically when notes are updated.

Mod Version Mod IdentifierFor Game version Downloads Released Changelog Download 1-click mod install*
0.0.7 tradernotestogether 146 Feb 6th at 3:41 AM tradernotestogether_0.0.7.zip 1-click install

Fixed: Chat notifications not showing properly

Attempted Fix: Trader position in update notification not appearing

Removed: Client tick debug logging

0.0.6 tradernotestogether 67 Feb 4th at 3:20 PM tradernotestogether_0.0.6.zip 1-click install

Fixed: Using incorrect method to send chat messages to players

0.0.5 tradernotestogether 52 Feb 3rd at 8:55 PM tradernotestogether_0.0.5.zip 1-click install

Fixed: server sending incorrect network packet to the client

Fixed: client sending chat message as the player when receiving an update, rather than sending a message to the player

0.0.4 tradernotestogether 49 Feb 3rd at 12:05 AM tradernotestogether_0.0.4.zip 1-click install

Added chat message when receiving an updated note

Server no longer sends a note update to the client who supplied it

0.0.3 tradernotestogether 18 Feb 2nd at 7:27 PM tradernotestogether_0.0.3.zip 1-click install

Enabled sharing all waypoints on player join

0.0.2 tradernotestogether 39 Feb 2nd at 2:33 AM tradernotestogether_0.0.2.zip 1-click install

Initial release


2 Comments (oldest first | newest first)

themadjem , 1 day ago

TheRealFlynn Do you have the full crash report for this? Can you please submit an issue on the issue tracker if you do?

TheRealFlynn, 4 days ago (modified 4 days ago)

My server crashes with this mod installed. After reconnection on v0.0.3 and v0.0.7, I repeated this a few times and got this error as VS shut down.

After removing your mod, the only that had been recenly updated, it's functioning fine again.

Hope this info is helpful. crash report and copilot's analysis of what's happening

Crash Report
2/11/2026 8:31:34 PM: Critical error occurred
Loaded Mods: beamium@1.2.2, birdseye@0.1.3, blackguardadditionsddr@1.1.84, chiseltoolslite@1.15.1, darcesdriftersredone@1.2.7, foodcrate@2.2.1, freelook@1.0.4, glasstrapdoor@1.0.1, hit@2.4.3, immersivemining@0.2.17, immersiveorecrush@2.2.3, manualdishes@0.1.1, manualdough@1.1.7, manualquenching@1.0.9, manualscraping@1.3.0, prospecttogether@2.1.2, RelightTorches@1.0.0, rpcommand@2.0.1, ruderalisddr@1.0.22, temporaldoctor@1.0.0, temporalsymphony@2.2.2, terratag@0.3.1, toolbelt@0.3.4, game@1.21.6, vsimgui@1.1.15, warmgambeson@1.0.0, waysearchpoint@1.0.3, zoombuttonreborn@2.0.0, airthermomod@0.2.0, bandageanimation@1.0.0, beararmorrepair@1.0.3, betterdeathmessages@1.0.1, betterfirepit@1.2.0, betterruins@0.5.7, blacksmithname@1.2.3, blobcatmod@0.2.0, helblockpick@2.6.0, bowtornbyproducts@1.0.0, butchering@1.12.0, carryon@1.12.0, cartwrightscaravan@1.8.0, configlib@1.10.1, conicalhotgear@1.0.0, critcherscalculator@1.0.1, earlychiseling@1.0.1, eggpiemod@0.1.0, expressions@1.2.0, farseer@1.3.3, firewoodbackrack@1.0.0, hardcorewater@1.3.5, hideplayername@2.2.1, homesteading@0.1.4, hydrateordiedrate@2.3.6, immersivewoodchopping@0.8.2, itempickuphighlighter@1.2.2, itempickupnotifier@1.9.1, juicyores@1.0.2, justthepepper@2.0.0, longburningfirewood@1.0.2, mannequinstand@1.0.7, mossterpiece@0.0.4, nbcartographer@2.2.1, needleandthread@1.0.1, playerlistrevived@2.3.7, statushudcont@4.1.1, stepupcontinued@0.0.1, stonebakeoven@1.2.0, thecritterpack@1.3.4, timepassed@1.0.0, torchholderplaceontop@1.0.1, tradernotes@1.0.4, vanity@2.4.5, variantmeals@2.6.1, coffee@1.0.2, vigor@0.5.0, volumetricshadingrefreshed@1.1.7, creative@1.21.6, survival@1.21.6, windchimes@1.3.1, woodenshuttersandmore@1.2.31, em@3.4.2, stainedbeams@1.2.1, tradernotestogether@0.0.7, wwaymarkers@1.0.1, bricklayers@3.1.6, tailorsdelight@2.1.2, dressmakers@1.7.5
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.List`1.Enumerator.MoveNext()
at Vintagestory.GameContent.WorldMapManager.b__22_0() in VSEssentials\Systems\WorldMap\WorldMapManager.cs:line 212


<!--StartFragment -->

  • Crash 1:
    WorldMapManager.b__22_0()
Collection was modified; enumeration operation may not execute.
  • Crash 2 (4 seconds later):
    EntityBehaviorHealth.InitializeObjectDisposedException on ThreadLocal
    → That’s just the client trying to keep going after the first crash and tripping over half‑disposed state. The real bug is Crash 1.
<!--EndFragment -->