https://github.com/tonimatasdev-archive/craftbukkit-translator
Ethylene-Translator is a program to translate CraftBukkit from Spigot to Mojang mappings.
https://github.com/tonimatasdev-archive/craftbukkit-translator
Last synced: 5 months ago
JSON representation
Ethylene-Translator is a program to translate CraftBukkit from Spigot to Mojang mappings.
- Host: GitHub
- URL: https://github.com/tonimatasdev-archive/craftbukkit-translator
- Owner: tonimatasdev-archive
- Created: 2024-08-26T23:40:04.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-24T21:14:31.000Z (9 months ago)
- Last Synced: 2024-11-29T02:14:44.004Z (7 months ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://hits.sh/github.com/tonimatasdev/ethylene-translator/)
# CraftBukkit-Translator
CraftBukkit-Translator is a program to translate CraftBukkit from Spigot to Mojang mappings. This helps save a lot of time and human errors switching from Spigot to Mojang mappings.# How to use
In the working directory you need to add the "bukkit_srg.srg". CraftBukkit download and preparation is automatic.# How to build
You need to have Go installed. (Download: https://go.dev/dl/)
Clone the source project and execute ```go build``` in the project directory.