mirror of
https://github.com/ViaVersion/Mappings.git
synced 2024-11-05 09:29:50 +01:00
12 lines
429 B
Markdown
12 lines
429 B
Markdown
|
## Mappings
|
||
|
|
||
|
Generates mapping files for Via*.
|
||
|
|
||
|
## Usage
|
||
|
`java -jar MappingsGenerator-2.0.jar <path to server jar> <version>`\
|
||
|
So for example: `java -jar MappingsGenerator-2.0.jar server.jar 20w22a`
|
||
|
|
||
|
The mapping file will then be generated in the `mappings` directory.
|
||
|
|
||
|
## License
|
||
|
The Java code is licensed under the GNU GPL v3 license. The files under `mappings/` are free to copy, use, and expand upon in whatever way you like.
|