An open API service indexing awesome lists of open source software.

https://github.com/intellectualsites/clipboardconnect

Handles clipboards for players across the network
https://github.com/intellectualsites/clipboardconnect

clipboard fawe minecraft-plugin minecraft-plugin-development minecraft-server paper-plugin papermc redis

Last synced: about 1 year ago
JSON representation

Handles clipboards for players across the network

Awesome Lists containing this project

README

          

# Clipboard Connect

## Description
Clipboard Connect is a dynamic plugin for Minecraft, enabling the synchronization of WorldEdit clipboards across multiple servers using Redis. This tool streamlines the process of transferring builds and structures between servers, facilitating collaboration and efficient project management in Minecraft communities.

## Requirements
- **Paper server version 1.20 or higher.** No spigot or bukkit support
- WorldEdit / FAWE plugin installed on the server.
- (Optional but recommend) Docker and Docker Compose installation

## Compatibility
| | WorldEdit | FastAsyncWorldEdit |
|------------------|--------------------|--------------------|
| ClipboardConnect | :white_check_mark: | :white_check_mark: |

| Version/Tested | Paper | Bukkit | Spigot |
|----------------|--------------------|--------|--------|
| 1.19.4 | :white_check_mark: | :x: | :x: |
| 1.20 | :white_check_mark: | :x: | :x: |
| 1.20.1 | :white_check_mark: | :x: | :x: |
| 1.20.2 | :white_check_mark: | :x: | :x: |
| 1.20.3 | :white_check_mark: | :x: | :x: |
| 1.20.4 | :white_check_mark: | :x: | :x: |
| 1.20.5 | :white_check_mark: | :x: | :x: |
| 1.20.6 | :white_check_mark: | :x: | :x: |

## Motivation
The development of Clipboard Connect was sparked by two key challenges: the need within our network to efficiently transfer builds from one server to another, and a collaboration with TheBakery, who were seeking a similar solution. Clipboard Connect was created to meet these requirements, offering a streamlined and effective method for cross-server build transfers.

## Focus
The primary focus of Clipboard Connect is the synchronization of WorldEdit clipboards between Minecraft servers. It is designed for stability and reliability, ensuring seamless and efficient clipboard transfers, which are integral to enhancing the gameplay and creative experience on Minecraft servers.

## More Information / External Links
- Hangar: [https://hangar.papermc.io/OneLiteFeather/ClipboardConnect](https://hangar.papermc.io/OneLiteFeather/ClipboardConnect)
- Modrinth: [https://modrinth.com/plugin/clipboardconnect](https://modrinth.com/plugin/clipboardconnect)
- Discord: [https://discord.gg/intellectualsites](https://discord.gg/intellectualsites)
- Wiki: [https://intellectualsites.gitbook.io/clipboard-connect/](https://intellectualsites.gitbook.io/clipboard-connect/readme)