Skip to content
NotPatch edited this page Dec 30, 2025 · 2 revisions

About Plugin

NOrder is a marketplace/order management plugin for Minecraft servers. It provides a robust order system with database-backed storage, menu-based management, and integration points for placeholders and other plugins.

Features

  • Lightweight marketplace for creating and managing buy/sell orders.
  • Orders support expiration and automatic cleanup.
  • Persistent, database-backed storage with consistent status handling.
  • Simple in-game menus for browsing and managing orders.
  • PlaceholderAPI support for basic order information using norder_* placeholders.
  • Admin commands for maintenance, cleanup, and migration.

Requirements

  • Paper Server
  • Java 21
  • Vault & Economy Plugin(Essentials, XConomy, LiteEco)
  • PlaceholderAPI - for placeholders soft depend

Installation

  1. Download the latest NOrder jar from the spigot page.
  2. Place the jar and dependencies into the server plugins folder.
  3. Start the server to generate default configuration files.
  4. Configure database and plugin settings in the generated config files.
  5. Reload or restart the server after configuration changes.

Configuration

  1. config.yml contains main plugin options, database connection settings and cleanup intervals.
  2. menu.yml contains plugin's menu options.
  3. messages.yml contains customizable in-game and console messages.

Commands (All commands can change from config.yml)

Players

  • /order

Admins

  • /orderadmin

Permissions (All permissions can change from config.yml)

  • norder.use - Basic permission for use order system.
  • norder.menu - Menu open permission.
  • order-admin - Admin permission.
  • norder.limit.<number> - Order creation limit.
  • norder.expiration.<number in days> - Order's active duration.
  • use-highlight - Use highlight option for orders.

Clone this wiki locally