EasyDupe is a handy Bukkit plugin that allows players to duplicate their held items with a simple command. Whether you're looking to quickly duplicate valuable items for trading or just want to experiment with different item combinations, EasyDupe makes the process effortless.
Features:
1. Simple Duplication Command: With EasyDupe, players can duplicate their held item using the /dupe command, making it easy to create copies of valuable items or resources.
2. Item Duplication Prevention: EasyDupe also includes functionality to prevent item duplication exploits on your server. Administrators can use the /addban and /removeban commands to manage the list of dupe-banned items, ensuring fair and balanced gameplay for all players.
3. Seamless Integration: EasyDupe seamlessly integrates with your Bukkit server, providing a smooth and hassle-free duplication experience for players.
4. Lightweight and Efficient: EasyDupe is designed to be lightweight and efficient, ensuring minimal impact on server performance while still providing essential item duplication functionality.
Permissions:
- easydupe.op: Allows players to use the /addban and /removeban commands to manage dupe-banned items.
Commands:
- /dupe: Duplicates the item in the player's hand, allowing them to quickly create copies of valuable items.
- /addban: Adds the player's held item to the dupe-banned list.
- /removeban: Removes the player's held item from the dupe-banned list.
Why Choose EasyDupe?
EasyDupe offers a simple and intuitive solution for item duplication, allowing players to duplicate their held items with ease. Whether you're a server owner looking to enhance gameplay or a player seeking to streamline your item management, EasyDupe is the perfect choice for your Minecraft server.
Code (YAML):
# ___________ ________ # \_ _____/____ _________.__.\______ \ __ ________ ____ # | __)_\__ \ / ___< | | | | \| | \____ \_/ __ \ # | \/ __ \_\___ \ \___ | | ` \ | / |_> > ___/ # /_______ (____ /____ >/ ____|/_______ /____/| __/ \___ > # \/ \/ \/ \/ \/ |__| \/ # # Open source lightweight dupe plugin # # commands - /addban (Add dupeban ) | /removeban (Removedupeban) # This can be found on spigotMC for free, Feel free to leave a review! messages:
must_be_player: "§cOnly players can use this command." must_hold_item: "§cYou must be holding an item." dupebanned: "§c{PREFIX} The item {ITEM} is dupebanned!" item_duplicated: "{PREFIX} Item duplicated!" addban_usage: "{PREFIX} Usage: §a/addban" removeban_usage: "{PREFIX} Usage: §a/removeban" item_added: "{PREFIX} §a{ITEM} §7has been added to the dupebanned list." item_removed: "{PREFIX} §a{ITEM} §7has been removed from the dupebanned list." prefix: "§6[EasyDupe]§r "