Installation

Installation Guide

This guide will walk you through installing zItems on your Minecraft server.

Prerequisites

Before installing zItems, ensure your server meets these requirements:

Server Requirements

  • Minecraft Version: 1.21.5 or higher

  • Server Software: Paper or Spigot (Paper recommended for best performance)

  • Java Version: Java 21 or higher

Required Dependencies

  • zMenu: Required for GUI functionality

Optional Dependencies

zItems integrates with these plugins if installed:

Plugin
Purpose

ItemsAdder

Custom block support

Nexo

Custom block support

Oraxen

Custom block support

Jobs Reborn / ZJobs

Job system integration & XP boost effects

WorldGuard

Region protection checks

SuperiorSkyBlock2

Island protection checks

EconomyShopGUI

Shop integration for Auto-Sell

ShopGUIPlus

Shop integration for Auto-Sell

ZShop

Shop integration for Auto-Sell

PlaceholderAPI

Placeholder support in item names/lore

Step-by-Step Installation

Step 1: Download zItems

  1. Download the latest version of zItems from:

    • Official website: groupez.dev

    • Or from your purchase platform

  2. Download zMenu (required dependency)

Step 2: Upload Plugin Files

  1. Stop your Minecraft server completely

  2. Navigate to your server's plugins/ folder

  3. Upload the following files:

    • zMenu-X.X.X.jar

    • zItems-X.X.X.jar

Step 3: Start Your Server

  1. Start your Minecraft server

  2. Watch the console for any errors

  3. You should see messages indicating zItems loaded successfully:

Step 4: Verify Installation

Run the following command in-game or console:

You should see:

If you see this message, congratulations! zItems is installed correctly.

Directory Structure

After first startup, zItems will create the following structure:

Initial Configuration

1. Edit config.yml

Open plugins/zItems/config.yml and configure basic settings:

2. Customize Messages (Optional)

Edit plugins/zItems/messages.yml to customize all plugin messages:

All messages support MiniMessage format for colors and formatting.

3. Reload Configuration

After making changes, reload the plugin:

Troubleshooting

Plugin Won't Load

Error: "zMenu not found"

  • Solution: Install zMenu first, then restart your server

Error: "Unsupported Java version"

  • Solution: Upgrade to Java 21 or higher

Error: "Unsupported API version"

  • Solution: Update to Paper/Spigot 1.21+

Plugin Loads But Commands Don't Work

Check permissions: Ensure you have zitems.command.admin permission

Try as OP: If permissions aren't working, give yourself OP:

Items Not Loading

Check console for errors: Look for YAML syntax errors in item files

Validate YAML syntax: Use an online YAML validator to check your configuration files

Check file names: Ensure item files have .yml extension

Next Steps

Now that zItems is installed, here's what to do next:

  1. Quick Start Guide - Create your first custom item

  2. Commands & Permissions - Learn available commands

  3. Creating Items - Deep dive into item creation

  4. Effects System - Understand how effects work

Getting Help

If you encounter issues during installation:

  1. Check the Troubleshooting section above

  2. Review server console logs for error messages

  3. Visit our GitHub Issues

  4. Join our Discord community for support


Installation complete! Continue to the Quick Start Guide to create your first item.

Last updated