Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.