Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 620 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 620 Bytes

GitSync

Sync files from a GitHub repository onto your Minecraft server. Fairly useful for configurations shared by multiple users.

image

Setup

  • Load the plugin onto the server.
  • Edit config.yml and add your GH personal access token.
  • Add whitelisted and blacklisted files.
  • Run /gitsync reload to reload the config.
  • Run /gitsync sync to sync.
  • tada!

Permissions

You can probably guess what they're for...

  • gitsync.*
  • gitsync.sync
  • gitsync.reload

Building

./gradlew clean build