https://github.com/kaludii/copyitem
CopyItem is a simple, yet customizable Spigot plugin that allows server operators and players with permission to copy items in their hand or in their sight.
https://github.com/kaludii/copyitem
copyitem dupe maven-plugin minecraft minecraft-dev minecraft-development minecraft-plugin op purpur spigot
Last synced: 2 months ago
JSON representation
CopyItem is a simple, yet customizable Spigot plugin that allows server operators and players with permission to copy items in their hand or in their sight.
- Host: GitHub
- URL: https://github.com/kaludii/copyitem
- Owner: Kaludii
- Created: 2023-07-26T06:17:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T18:07:19.000Z (over 2 years ago)
- Last Synced: 2025-01-19T08:16:59.369Z (about 1 year ago)
- Topics: copyitem, dupe, maven-plugin, minecraft, minecraft-dev, minecraft-development, minecraft-plugin, op, purpur, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/copyitem.111528/
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CopyItem Plugin
CopyItem is a simple but fully customizable Spigot plugin that allows server operators and players with permission to copy items in their hand or in their sight.
## CopyItem In Action
### Help Command:

### Hand Command:

### Sight Command (Distance Changeable In Config):

### Terminal Alerts (Can Be Turned Off In Config):

## Features
- **Item Duplication**: Copy any item in your hand or any block in your sight with a simple command.
- **Custom Amounts**: Specify the amount of items you want to copy, up to a configurable maximum.
- **Configurable**: From the maximum amount of items that can be copied to whether command usage gets announced to ops and in the terminal, everything is easily configurable.
- **Messages Configuration**: All plugin messages are fully customizable.
- **Permission Support**: Comes with permission nodes for using the copy item command and reloading the plugin.
## Commands
- `/copyitem hand `: Copies the item in your hand.
- `/copyitem sight `: Copies the item you're looking at.
- `/copyitem reload`: Reloads the plugin configuration.
- `/copyitem help`: Shows help message.
## Permissions
- `copyitem.use`: Allows the use of the `/copyitem` command.
- `copyitem.reload`: Allows the use of the `/copyitem reload` command.
## Configuration
**Config.yml**
# Configuration file for the CopyItem plugin by Kaludi.
#
# 'announceCommandUsage': Whether to announce to the console and other operators when the /copyitem command is used.
# 'maxCopyAmount': The maximum amount of items a player can copy at once.
# 'sightMaxDistance': The maximum distance for the /copyitem sight command.
# 'bStatsEnabled': Whether to enable bStats metrics for this plugin.
#
# After making changes to this file, save and do '/reload' or restart your server.
settings:
announceCommandUsage: true
maxCopyAmount: 64
sightMaxDistance: 100
bStatsEnabled: true
**Messages.yml**
messages:
prefix: "&d&lCopyItem &2&l► &7"
copiedSuccessfully: "&bCopied %s x%d successfully."
noItemInHand: "&bNo item in hand to copy."
noBlockInView: "&bNo block in sight to copy."
invalidArgument: "&bInvalid argument."
invalidNumberFormat: "&bInvalid number format for amount."
invalidCommandUsage: "&bInvalid command usage. Use /copyitem hand/sight/help/reload ."
noPermission: "&bYou don't have permission to use this command."
onlyPlayersCommand: "Only players can use this command."
commandUsed: "Player %s used /copyitem command to copy %s x%d."
configReloaded: "&bConfiguration reloaded successfully."
copyitemHelp: "&bCopyItem Commands:\n/copyitem hand - Copies the item in your hand.\n/copyitem sight - Copies the item you're looking at.\n/copyitem reload - Reloads the plugin configuration.\n/copyitem help - Shows this help message."
## Support
For any help or support questions, join our [Discord Server](https://discord.gg/ckh7Cvh8).