SadesXD / GTPS-Auto-Backup-Discord-Bot

This project will help you to backup your gtps server using discord bot and without going to vps
MIT License
14 stars 7 forks source link

GTPS Auto Backup Discord Bot

Credit

Description

This project will help you to backup your gtps server using discord bot

NOTE

Please set firewall 7119 TCP before using this GTPS Auto Backup Discord Bot

Package required

How to use

Config

Configuration in config.json file

{
  "prefix": "", // Your bot prefix command
  "token": "", // Your bot token
  "secret_channels": "", // Discord Channels id, Backup file will auto send into this channel
  "role_id": "", // role id (Discord server role) will you allow for using backup command (Owner role id is recomended)
  "user_id": "", // only this user can using "backup" command, this is optional you can ignore this (optional)
  "delay": "", // Delay every backup, Backup file will auto send every (this delay config), example usage: "1s", "1m", "1h","1d"
  "world_folder": "Path/to/world_folder/", // Path into your world folder
  "player_folder": "Path/to/player_folder", // Path into your player folder
  "gtps_folder": "Path/to/gtps_folder" // Path into your gtps folder
}

Notes

Updated

3 - July - 2021

9 - July - 2021

26 - July - 2021