Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 5 months ago

💰 Add /dupe to your server!
- Lightweight.
- Blacklist items.
- Good configuration.
- Customization.
- Optimized.
- Sound support.
💻 Commands & Permissions
- /dupe <amount> (all players by default)
- /simpledupe reload (op only by default)
Permissions:
- simpledupe.use - [Everyone by Default]
- simpledupe.reload - [OP by Default]
Config.yml
# SimpleDupe by MCP
# Discord Server: https://discord.gg/mzzwSy2q9B
# Cooldown between command uses in seconds
cooldown: 5
# Default multiplier when no argument is provided
default-multiplier: 2
# Maximum allowed multiplier that can be used in command
max-multiplier: 16
# Items here are forbidden for duplication.
# Supports enum names (DIAMOND_BLOCK) and namespaced keys (minecraft:diamond_block).
# Nested content is scanned recursively (bundles/containers inside containers).
blacklist-items:
- "BEDROCK"
# Prefix for all plugin messages
prefix: "&a[SD]"
# Sound played after successful /dupe
dupe-sound:
enabled: true
sound: "ENTITY_EXPERIENCE_ORB_PICKUP"
volume: 1.0
pitch: 1.1
# Sound played when /dupe fails
dupe-fail-sound:
enabled: true
sound: "ENTITY_VILLAGER_NO"
volume: 1.0
pitch: 1.0
# bStats metrics
metrics:
enabled: true
# Messages (color support with & symbol)
messages:
no-permission: "%prefix% &cYou do not have permission to use this command."
no-item: "%prefix% &cHold an item in your main hand first."
full-inventory: "%prefix% &cNot enough space in inventory for duplicated items."
blacklisted-item: "%prefix% &cDuplication blocked: forbidden item detected (&f%item%&c)."
cooldown: "%prefix% &ePlease wait &6%time%s&e before using this command again."
success: "%prefix% &aDuplicated &f%item% &ax&f%multiplier%&a"
reloaded: "%prefix% &aConfiguration reloaded."
console-only: "%prefix% &cOnly players can use this command."
reload-usage: "%prefix% &eUsage: &f/simpledupe reload"
invalid-multiplier: "%prefix% &cInvalid amount. Enter a value from &f1 &cto &f%max%&c."
usage: "%prefix% &eUsage: &f/dupe <amount> &7(Default: %default%, Max: %max%)"
multiplier-too-high: "%prefix% &cAmount is too large and would overflow item limits."
Support & Updates
Join our discord server: https://discord.gg/mzzwSy2q9B
For private questions send friend request in discord: themcp123
❗Important❗
Plugin was made using AI. It may have some issues, check out our discord server for support.


