# Storage
Storage is a Spigot plugin that allows Intave to remember your players and their actions. Using this
addon unlocks the /intave history <name> command and various other features.
Optionally, you can use a central database that allows Intave to remember players across Spigot servers. You can use your existing PostgreSQL, MariaDB, MySQL or MongoDB database, or fall back to a per-machine file storage option.
# Setup
- Visit the storage GitHub page (opens new window).
- Click on the latest release.
- Choose a
.jarfile to download:intavestorage-X.Y.Z-all.jarcontains all storage implementationsintavestorage-X.Y.Z-file.jarcontains only the file-based storage implementationintavestorage-X.Y.Z-mariadb.jarcontains only the file-based and the MariaDB-based storage implementationsintavestorage-X.Y.Z-mongodb.jarcontains only the file-based and the MongoDB-based storage implementationsintavestorage-X.Y.Z-mysql.jarcontains only the file-based and the MySQL-based storage implementationsintavestorage-X.Y.Z-postgresql.jarcontains only the file-based and the PostgreSQL-based storage implementations
- Deploy the
.jarfile to your server'spluginsfolder and start the server once, so it can generate the configuration. - Modify the configuration to your individual needs; enter your database credentials, for example.
Once you start the server again, the plugin should load without errors. You will now have access
to a new command
/intave history <name>.
← Agent