Skip to content

Installation

russelburgraymond edited this page Jun 9, 2026 · 3 revisions

Installation

This guide explains how to install RS-ItemMagnet on your Paper Minecraft server.


Requirements

  • Minecraft 1.21+
  • Paper Server
  • Java 21+

Download

Download the latest RS-ItemMagnet release from the GitHub Releases page.


Installation Steps

Step 1

Stop your Minecraft server.

Step 2

Copy the RS-ItemMagnet jar file into your server's:

plugins/

directory.

Step 3

Start your server.

During startup RS-ItemMagnet will:

  • Create its data folder
  • Create its SQLite database
  • Create required database tables
  • Register commands and permissions

Step 4

Verify successful startup.

You should see messages similar to:

[RS-ItemMagnet] SQLite database initialized.
[RS-ItemMagnet] Database tables initialized.
[RS-ItemMagnet] RS-ItemMagnet Enabled

Updating

To update RS-ItemMagnet:

  1. Stop the server.
  2. Replace the existing jar file.
  3. Start the server.

Machine data and configuration are preserved automatically.


Next Step

Continue with:

Creating Your First ItemMagnet

Clone this wiki locally