https://github.com/enginehub/wg-regions-six2five
Downgrade WG 6 regions.yml to a WG 5 regions.yml
https://github.com/enginehub/wg-regions-six2five
Last synced: 8 months ago
JSON representation
Downgrade WG 6 regions.yml to a WG 5 regions.yml
- Host: GitHub
- URL: https://github.com/enginehub/wg-regions-six2five
- Owner: EngineHub
- License: gpl-3.0
- Created: 2014-11-16T08:48:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T06:28:15.000Z (over 4 years ago)
- Last Synced: 2025-06-19T18:12:01.377Z (12 months ago)
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Six2Five
Six2Five downgrades region files from WorldGuard 6 into a format acceptable for
WorldGuard 5, although the task is merely to convert the UUIDs back into names.
## Usage
You can use Six2Five either as a command line program or a program with a GUI.
Double click the .jar to run it with a GUI. Select a regions.yml file to downgrade.
Or instead, run it in the terminal:
java -jar six2five.jar /path/to/plugins/WorldGuard/world/regions.yml
##Compiling
In terminal, run:
./gradlew build
Or for Windows users using command prompt:
gradlew build
## Contributing
We happily accept contributions, especially through pull requests on GitHub.
Submissions must be licensed under the GNU General Public License v3.