Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
customtrades
PluginMIT

customtrades

plugin for trades with villagers and custom items from nexo also you can use playerpoints as economy.

395
Downloads
2
Followers
5 months ago
Updated
📦
1
Versions
economyfoliapaper
Download Latestv1.3.0View on Modrinth

📖About customtrades

CustomTrades

A comprehensive Paper/Folia 1.21.x plugin for custom trader NPCs with Nexo and PlayerPoints support.

Features

  • ✅ Create custom trader NPCs (Villager, Wandering Trader, Zombie Villager)
  • ✅ User-friendly GUI for trade management
  • ✅ Support for vanilla items and Nexo custom items
  • ✅ PlayerPoints as alternative currency
  • ✅ Folia compatible
  • ✅ YAML-based configuration per trader
  • ✅ Persistent traders (survive server restarts)

Commands

  • /ct create - Creates a new trader at your position
  • /ct edit - Opens the trade editor for the targeted trader
  • /ct remove - Removes a trader
  • /ct list - Lists all traders
  • /ct reload - Reloads all traders

Permissions

  • customtrades.use - Access to all commands (default: op)
  • customtrades.create - Create traders (default: op)
  • customtrades.edit - Edit traders (default: op)
  • customtrades.remove - Remove traders (default: op)
  • customtrades.list - List traders (default: op)

Setup

1. Dependencies

The plugin requires the following dependencies:

  • Paper/Folia 1.21.x
  • PlayerPoints 3.2.7+ (optional, for PlayerPoints trades)
  • Nexo 0.1.0+ (optional, for custom items)

2. Installation

  1. Place the plugin in the plugins folder
  2. Start the server
  3. (Optional) Install PlayerPoints and/or Nexo
  4. Use /ct create to create your first trader

Usage

Creating a trader

/ct create MyTrader villager

Spawns a villager trader at your position.

Configuring trades

  1. Look at the trader
  2. Execute /ct edit
  3. Click on "Add Trade"
  4. Place items from your inventory into the slots or use the options
  5. Set PlayerPoints cost (optional)
  6. Save the trade

YAML Configuration

Each trader is saved in plugins/customtraders/traders/<name>.yml:

name: MyTrader
mobType: VILLAGER
displayName: "&6Trader"
persistent: true
location:
world: world
x: 100.5
y: 64.0
z: 200.5
yaw: 0.0
pitch: 0.0

trades:
0:
input1:
type: VANILLA
material: DIAMOND
amount: 10
output:
type: VANILLA
material: EMERALD
amount: 1
maxUses: -1
playerPointsCost: 0

1:
input1:
type: NONE # No item - PlayerPoints only
output:
type: NEXO
nexoId: custom_sword
amount: 1
maxUses: 1
playerPointsCost: 1000

Item Types

  • VANILLA: Normal Minecraft items
    type: VANILLA
    material: DIAMOND_SWORD
    amount: 1
    displayName: "&bSpecial Sword"
    lore:

    • "&7A special sword"
  • NEXO: Custom items from Nexo
    type: NEXO
    nexoId: my_custom_item
    amount: 1

  • NONE: No item (for PlayerPoints-only trades)
    type: NONE

PlayerPoints Integration

When PlayerPoints is installed:

  • Set playerPointsCost to a value > 0
  • The player needs the specified points for the trade
  • Points are automatically deducted on successful trade
  • You can set input1 to type: NONE for pure PlayerPoints trades

Folia Compatibility

The plugin uses:

  • Entity Scheduler for entity-related tasks
  • Region Scheduler for region-related tasks
  • Automatic detection of Folia vs. Paper

License

MIT License

👥 Team & Contributors

TheLion102009
TheLion102009Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
foliapaper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+3 more

🔗 Links

Modrinth Page