All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as
| #!/usr/bin/ansible-playbook | |
| - hosts: localhost | |
| vars: | |
| git_repo_path: /home/minecraft/backup/season2 | |
| minecraft_worlds_paths: | |
| - /home/minecraft/srv1.18/world | |
| - /home/minecraft/srv1.18/world_nether | |
| - /home/minecraft/srv1.18/world_the_end |
| package main | |
| import ( | |
| _ "embed" | |
| "fmt" | |
| "log" | |
| "github.com/mudream4869/toolgui/toolgui/component" | |
| "github.com/mudream4869/toolgui/toolgui/executor" |