Minecraft InvSync Fabric mod 2024 download
logo
minecraft mod InvSync Fabric

InvSync Fabric

Game Version: 1.17.1
Total Downloads: 114
Updated: Aug 26, 2021
Created: Mar 29, 2021
Download InvSync FabricDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
invsync-v1.2.2+1.17.1 release 7.10 MB Aug 26, 2021 1.17.1 0 download InvSync Fabric invsync-v1.2.2+1.17.1 releaseDownload
invsync-v1.2.1-1.17 release 7.10 MB Jun 24, 2021 1.17 18 download InvSync Fabric invsync-v1.2.1-1.17 releaseDownload
invsync-v1.2-1.17 release 7.10 MB Jun 15, 2021 1.17 12 download InvSync Fabric invsync-v1.2-1.17 releaseDownload
invsync-v1.1.1+1.16 release 7.10 MB Apr 24, 2021 1.16.5 40 download InvSync Fabric invsync-v1.1.1+1.16 releaseDownload
invsync-v1.1+1.16 release 7.10 MB Apr 20, 2021 1.16.5 11 download InvSync Fabric invsync-v1.1+1.16 releaseDownload
invsync-1.01.jar release 3.19 MB Apr 4, 2021 1.16.5 12 download InvSync Fabric invsync-1.01.jar releaseDownload
invsync-v1.0+1.16 release 3.19 MB Mar 29, 2021 1.16.5 18 download InvSync Fabric invsync-v1.0+1.16 releaseDownload

Description

Share this:

License: MIT

InvSync

This is a fabric mod for 1.16.x and 1.17.x that Allows you to sync player inventories, health, food level, experience and score across multiple servers! This is accomplished using an sqlite database (that is automatically generated and set up for you). Most mods should have no problem running along side, and modded items will also be sync'd.

Requirements

  • This mod requires Fabric API

Getting Started

Setup is very simple. Drop the mod into your mods folder on all the servers you want to sync. Starting a server will generate a config with the following contents:

  • SQLite Settings:
  • Database Name: The name of the sqlite database you want generated or your existing database.
  • Database Table Name: The name of the table that will store player data in your database.
  • Database Directory: The directory where you want the database to be created or where your existing one already lives.
  • Enable WAL Mode: This will increase read/write speed to the database and help with task concurrency, however will cause problems when using a proxy such as velocity or bungee cord. Learn more about WAL.

  • Sync Settings:

  • Sync Inv: Sync player inventory between servers.
  • Sync Armour: Sync player armour between servers.
  • Sync eChest: Sync player ender chest between servers.
  • Sync Xp: Sync player experience between servers.
  • Sync Score: Sync player score between servers.
  • Sync Health: Sync player health between servers.
  • Sync Food Level: Sync player food level between servers.

IMPORTANT NOTES

  • Configs MUST be identical between all participating servers in order for the mod to function correctly.
  • Due to the way the mod loads and saves player data, the mod will clear player inventories upon first join. This is not a problem when the mod is set up on a server from the get go, however will erase player inventories on servers with existing worlds and progress. (This will be fixed soon)

Issues And Requests

If you find any bugs or glitches, be sure to make a bug report under issues and I will do my best to fix it! Just as well if you have a cool idea for something that I should add, let me know and I will consider adding it!

Comments

Add a comment