Item Frame Dupe
Discord:
https://discord.gg/n8pNwPzJYq
Require luckperms to work
Config:
Code (Text):
# Configuration file for DupeS plugin
# Config version - DO NOT MODIFY MANUALLY
config-version: 1
# Base chance for item duplication (0-100).
# Represents the percentage chance of success (e.g., 50 = 50% chance).
dupe-chance: 1.0
# Whether to send messages to the player on duplication success/failure.
enable-messages: true
# Whether players need the 'dupes.use' permission to duplicate items.
require-permission: true
# Enable or disable logging of successful duplications to the console.
log-successful-duplications: true
# List of Material names (e.g., DIAMOND_SWORD, NETHER_STAR) that cannot be duplicated.
# Case-insensitive matching.
blacklisted-items:
- "BEDROCK"
- "COMMAND_BLOCK"
- "STRUCTURE_BLOCK"
# Add other items as needed
# If true, items with custom NBT data (like enchantments, custom names, lore) will not be duplicated.
# Set to false if you want enchanted/named items to be duplicatable.
prevent-nbt-duplication: false