Clipboard-Connect
  • These are the Clipboard Connect commands
  • Home
  • Comprehensive Setup Guide for Clipboard Connect with Redis on Docker
  • configuration
    • config.yml
    • redis.yml
  • permission
    • Permission Packs
Powered by GitBook
On this page
  • Introduction
  • Default
Edit on GitHub
  1. configuration

config.yml

Introduction

This is the main settings file for ClipboardConnect.

Located in: /plugins/ClipboardConnect/config.yml

Default

# The Server Message to announce to other servers
servername: 'Server-A'
# The duration how long the redis will keep a clipboard inside of the memory 
# Examples:
# 6h = 6 Hours
# 1d = 24h
# 7d = 7 Days
# 14d = 2 Weeks
duration: '6h'

Last updated 1 year ago