# 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
.jar
file to download:intavestorage-X.Y.Z-all.jar
contains all storage implementationsintavestorage-X.Y.Z-file.jar
contains only the file-based storage implementationintavestorage-X.Y.Z-mariadb.jar
contains only the file-based and the MariaDB-based storage implementationsintavestorage-X.Y.Z-mongodb.jar
contains only the file-based and the MongoDB-based storage implementationsintavestorage-X.Y.Z-mysql.jar
contains only the file-based and the MySQL-based storage implementationsintavestorage-X.Y.Z-postgresql.jar
contains only the file-based and the PostgreSQL-based storage implementations
- Deploy the
.jar
file to your server'splugins
folder 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