(5.0.0 - 5.30.1) 1.0.0 (5.0.0 - 5.30.1) 2.0.0
A secure and feature-rich banknote system for PocketMine-MP servers! Convert your money into physical items that can be traded, stored, and redeemed safely with advanced anti-duplication protection.
banknote.use
systemBankNote.note.cmd
β banknote.use
.phar
file in your server's plugins/
folderplugins/BankNote/config.yml
Command | Description | Permission | Aliases |
---|---|---|---|
/banknote <amount> |
Create a banknote | banknote.use |
/bn , /note
|
/banknote ui |
Open GUI interface | banknote.use |
/bn ui |
banknote.use
- Create and redeem banknotes (default: true)banknote.admin
- Administrative access (default: op)/banknote 1000
- Creates $1000 banknote/banknote ui
- Interactive form (requires FormAPI)Use any Minecraft item via configuration:
banknote:
item:
type: "paper" # Default
type: "diamond" # Premium look
type: "nether_star" # Ultra rare
type: "emerald" # Classic currency
# ... and 500+ more items!
# Enhanced Configuration v2.0.0
banknote:
item:
type: "paper"
name: "Β§rΒ§lΒ§6${amount} Β§aBANΒ§fK Β§aNOTE"
lore:
- "Β§rΒ§7Right-click to redeem"
- "Β§rΒ§7Value: Β§a${amount}"
limits:
minimum: 1
maximum: 1000000
cooldown: 1
ui:
enabled: true
title: "Β§lΒ§aBankNote Manager"
quick_amounts: [100, 500, 1000, 5000, 10000]
economy:
preferred: "BedrockEconomy"
auto_detect: true
security:
anti_duplication: true
nbt_validation: true
block_interaction_filter: true
# Modern async economy system
- Better performance
- Async operations
- Active development
- Latest PocketMine-MP support
# Classic economy plugin
- Backwards compatibility
- Synchronous operations
- Stable and tested
- Wide plugin support
Feature | v1.0.0 | v2.0.0 |
---|---|---|
Economy Support | libEco only | BedrockEconomy + EconomyAPI |
Item Support | Paper only | Any Minecraft item |
Security | Basic | Advanced anti-duplication |
UI | FormAPI only | FormAPI + fallback |
Permissions | Non-standard | Professional system |
Performance | Standard | Optimized with async |
Poggit Compliance | Partial | Full compliance |
banknote.use
)Biswajit - Plugin Developer
π Thank you for using BankNote v2.0.0!
Making secure economy transactions simple and reliable for the PocketMine-MP community.