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
DonutBillford
PluginMIT

DonutBillford

DonutBillford is a lightweight trading system designed by SirSnaryo for DonutSMP, owned by DrDonutt. Players open a clean 6-row GUI to view trade recipes and exchange items instantly. Server owners configure required ingredients and rewards

1.1K
Downloads
1
Followers
1 months ago
Updated
📦
2
Versions
storagetechnologyutilitybukkitpaperpurpurspigot
Download Latestv1.1View on Modrinth

📖About DonutBillford

DonutBillford

Paper Purpur Spigot Bukkit Modrinth


Discord
Please contact me on Discord if you have any suggestions or edits.


What

  • DonutBillford makes a Billford Command exactly like the famous Server "DonutSMP"

Features

  • Single-Command Trading – /billford opens the GUI instantly
  • Crafting-Style Layout – 9 slots like a crafting table
  • Instant Validation – Real-time inventory checks
  • Full Feedback System – Custom messages, sounds, and titles
  • Zero Dependencies – No extra plugins needed
  • Hex Color Support – &#RRGGBB works everywhere
  • Pixel-Perfect Customization – Configure every element
  • Smart Item Detection – Skips invalid items safely
  • Auto-Recovery – Fixes broken configs automatically
  • Vanilla Item Colors – Natural rarity colors (white/aqua/purple)
  • Snapshot Support – Works on 1.21.x and latest snapshots
  • Update Checker – Modrinth notifications on join

Commands

Command Access Description
donutbillford.use Everyone Opens the billford GUI
donutbillford.reload Operator Reloads the configuration file
donutbillford credits Everyone Shows credits for the creator and some information

Configuration

  • A folder named DonutBillford is created in your plugins folder automatically. Inside you will find a clean config.yml and trade.yml files.
Config.yml
# ==========================================================
#
#         DonutBillford  —  config.yml
#                  by SirSnaryo
#
#   Works on:  Paper · Spigot · Bukkit · Purpur
#   Version:   1.21.x
#
# ==========================================================
#
#
# ┌─────────────────────────────────────────────────────────┐
# │                    COLOR CODES                          │
# ├─────────────────────────────────────────────────────────┤
# │  &f = white        &7 = gray         &0 = black        │
# │  &a = green        &c = red          &e = yellow       │
# │  &b = aqua         &9 = blue         &d = purple       │
# │  &l = bold         &o = italic       &r = reset all    │
# │  &#RRGGBB = any hex color  (e.g. &#FF5500 = orange)    │
# └─────────────────────────────────────────────────────────┘
#
#
# ┌─────────────────────────────────────────────────────────┐
# │                    PLACEHOLDERS                         │
# ├─────────────────────────────────────────────────────────┤
# │  [amount]  →  the amount of an item                    │
# │  [item]    →  the name of an item with vanilla color   │
# └─────────────────────────────────────────────────────────┘
#
#
# ┌─────────────────────────────────────────────────────────┐
# │                   BROKEN CONFIG                         │
# ├─────────────────────────────────────────────────────────┤
# │  If you break this file the plugin automatically        │
# │  deletes it and regenerates a clean copy on startup.    │
# └─────────────────────────────────────────────────────────┘
#
# ==========================================================


billford-command: "billford"

container-name: "&fʙɪʟʟꜰᴏʀᴅ"

empty-slot-item: "BLACK_STAINED_GLASS_PANE"
empty-slot-name: ""
empty-slot-description:
  line-1: ""
  line-2: ""
  line-3: ""

trading-slots:
  slot-1:
    row: 2
    slot: 2
  slot-2:
    row: 2
    slot: 3
  slot-3:
    row: 2
    slot: 4
  slot-4:
    row: 3
    slot: 2
  slot-5:
    row: 3
    slot: 3
  slot-6:
    row: 3
    slot: 4
  slot-7:
    row: 4
    slot: 2
  slot-8:
    row: 4
    slot: 3
  slot-9:
    row: 4
    slot: 4

trade-button:
  row: 3
  slot: 6
  item: "HOPPER"
  name: "&8ᴛʀᴀᴅᴇ"
  description:
    line-1: "&fClick to confirm your trade"
    line-2: ""
    line-3: "&7(you need the items in your inventory)"
  sound:
    enabled: true
    sound: "UI_BUTTON_CLICK"

result-item:
  row: 3
  slot: 8

ingredients-book:
  row: 6
  slot: 5
  item: "BOOK"
  name: "&#10E336ʙɪʟʟꜰᴏʀᴅ'ꜱ ᴛʀᴀᴅᴇ"
  ingredients-line: "&7[amount]x [item]"
  for-line: "&7for"
  billford-trade-line: "&7[amount]x [item]"

trade-failed:
  chat:
    enabled: true
    message: "&cYou do not have all the required contents."
  actionbar:
    enabled: true
    message: "&cYou do not have all the required contents."
  title:
    enabled: false
    message: "&cTrade Failed"
    subtitle: "&7You are missing required items."
    fade-in: 10
    stay: 40
    fade-out: 10
  sound:
    enabled: true
    sound: "ENTITY_VILLAGER_NO"

trade-success:
  chat:
    enabled: true
    message: "&7Traded for [amount]x [item]"
  actionbar:
    enabled: true
    message: "&7Traded for [amount]x [item]"
  title:
    enabled: false
    message: "&aTrade Success"
    subtitle: "&7You received [amount]x [item]"
    fade-in: 10
    stay: 40
    fade-out: 10
  sound:
    enabled: false
    sound: "ENTITY_EXPERIENCE_ORB_PICKUP"

reload:
  chat:
    enabled: true
    message: "&aReloaded Trade.yml and Config.yml"
  actionbar:
    enabled: true
    message: "&aReloaded Trade.yml and Config.yml"
  sound:
    enabled: true
    sound: "ENTITY_EXPERIENCE_ORB_PICKUP"

Installation

  • Download the latest version of DonutBillford.
  • Drop the .jar file into your server's plugins folder.
  • Restart your server.
  • Done! setup required.

Modrinth Gallery

Example


© 2026 DonutBillford. All rights reserved to MIT.



Donate via PayPal

👥 Team & Contributors

SirSnaryo
SirSnaryoOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+7 more

🔗 Links

Modrinth Page