-
Notifications
You must be signed in to change notification settings - Fork 6
Home
NotPatch edited this page Dec 30, 2025
·
2 revisions
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.
- 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.
- Paper Server
- Java 21
- Vault & Economy Plugin(Essentials, XConomy, LiteEco)
- PlaceholderAPI - for placeholders soft depend
- Download the latest
NOrderjar from the spigot page. - Place the jar and dependencies into the server
pluginsfolder. - Start the server to generate default configuration files.
- Configure database and plugin settings in the generated config files.
- Reload or restart the server after configuration changes.
-
config.ymlcontains main plugin options, database connection settings and cleanup intervals. -
menu.ymlcontains plugin's menu options. -
messages.ymlcontains customizable in-game and console messages.
- /order
- /orderadmin
-
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.