Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byxor/thug-pro-hotkeys
Hotkeys for /set /goto
https://github.com/byxor/thug-pro-hotkeys
thps thug thug-pro thug2
Last synced: 8 days ago
JSON representation
Hotkeys for /set /goto
- Host: GitHub
- URL: https://github.com/byxor/thug-pro-hotkeys
- Owner: byxor
- Created: 2018-03-23T23:01:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T11:00:58.000Z (over 4 years ago)
- Last Synced: 2024-12-06T13:29:27.106Z (about 1 month ago)
- Topics: thps, thug, thug-pro, thug2
- Language: Kotlin
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thug-pro-hotkeys
Hotkeys for typed commands in THUG Pro.
Big thanks to choko for writing the original C# application
![Image preview of version 2.3 of the tool being used](./docs/thug_pro_hotkeys_preview_2_3.png)
## Download
You can download all versions from the [releases](https://www.github.com/byxor/thug-pro-hotkeys/releases) page.
## Usage
1. Launch THUG Pro
2. Launch thug-pro-hotkeys```
F5 - Set Restart Point.
F6 - Goto Restart Point.
F7 - Observe Players.
F8 - Warp to Player.
F9 - Clear the chat.
```## Running the program (as a dev)
```
gradlew run
```## Running the tests (as a dev)
```
gradlew build
```## Building an executable JAR (as a dev)
```
gradlew build
```The executable JAR file will be located in the `build/libs` directory: `thug-pro-hotkeys.jar`.