0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Wurst7/README.md

36 lines
1.6 KiB
Markdown
Raw Normal View History

2019-09-04 17:59:09 +02:00
# Wurst Client v7
2019-06-06 08:11:08 +02:00
2019-09-04 17:59:09 +02:00
## Downloads (for users)
2022-12-15 19:56:52 +01:00
[https://www.wurstclient.net/download/](https://www.wurstclient.net/download/?utm_source=GitHub&utm_medium=Wurst7&utm_campaign=README.md&utm_content=Downloads+%28for+users%29)
2019-09-04 17:59:09 +02:00
2022-10-05 12:23:24 +02:00
## Setup (for developers)
2019-06-06 08:11:08 +02:00
2024-04-03 18:22:15 +02:00
(This assumes that you are using Windows with [Eclipse](https://www.eclipse.org/downloads/) and [Java Development Kit 21](https://adoptium.net/?variant=openjdk21&jvmVariant=hotspot) already installed.)
2024-01-25 21:04:55 +01:00
1. Run this command in PowerShell:
2019-06-06 08:11:08 +02:00
```
2024-01-25 21:04:55 +01:00
./gradlew.bat genSources eclipse --no-daemon
2019-06-06 08:11:08 +02:00
```
2. In Eclipse, go to `Import...` > `Existing Projects into Workspace` and select this project.
2022-10-05 12:23:24 +02:00
## Contributing
2024-01-25 21:04:55 +01:00
Pull requests are welcome, but please make sure to read the [contributing guidelines](CONTRIBUTING.md) first.
2022-10-05 12:23:24 +02:00
2022-08-24 00:44:42 +02:00
## Translations
2024-07-24 15:28:22 +02:00
The preferred way to submit translations is through a Pull Request here on GitHub.
2022-08-24 00:44:42 +02:00
2022-10-05 12:23:24 +02:00
To enable translations in-game, go to Wurst Options > Translations > ON.
2022-08-24 00:44:42 +02:00
Names of features (hacks/commands/etc.) should always be kept in English. This ensures that everyone can use the same commands, keybinds, etc. regardless of their language setting. It also makes it easier to communicate with someone who uses Wurst in a different language.
2024-07-24 15:28:22 +02:00
The translation files are located in [this folder](https://github.com/Wurst-Imperium/Wurst7/tree/master/src/main/resources/assets/wurst/translations), in case you need them.
2022-08-24 00:44:42 +02:00
2019-06-06 08:11:08 +02:00
## License
This code is licensed under the GNU General Public License v3. **You can only use this code in open-source clients that you release under the same license! Using it in closed-source/proprietary clients is not allowed!**