Skip to main content

Introduction

Welcome to MoonSync! A Free-to-use Sync plugin!

MoonSync contains the following features:

  • Built-In Secured Synced Commands
  • Anti Sync-Command spam

Start using the plugin

Download MoonSync from the official SpigotMC page!

MoonSync has a automatic updater built in!

Start Syncing commands!

Required permission: msa.admin

Settings.yml Configuration

local:
Use-Password: true #Should we use a password?
Password: "Your-Secret-Password" #If Use-Password is true, We will use this password to let commands in!
Port-Listener: 25500 #Port to listen on!
IP-Listener: 127.0.0.1 #Ip to listen on!

#To add your local server to other servers register it in the other server plugin files ~~/MoonSync/Settings.yml
#It will look like:
#Servers:
# Local:
# Use-Password: true
# Password: "Your-Secret-Password"
# Port-Listener: 25500
# IP-Listener: 127.0.0.1

#Servers are to connect to!
#Do not add your local server, since its nonsense!
#The IP-Listener is the IP we will send the command to!
#Use 127.0.0.1 // 0.0.0.0 if the server is running on the same computer/IP!

Servers:
Lobby:
Use-Password: true #Should we use a password? > If the pointed server requires a password, We will block the command!
Password: "Your-Secret-Password" #This need to be the password of the pointed server!
Port-Listener: 25501 #Pointed server's port!
IP-Listener: 127.0.0.1 #Pointed server's IP!
Survival:
Use-Password: true
Password: "Your-Secret-Password"
Port-Listener: 25502
IP-Listener: 127.0.0.1