Skip to content

Commit 517350d

Browse files
Update README.md
1 parent 92b3ce0 commit 517350d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,12 @@ Run from **server console** (recommended so the secret never appears in chat):
2626
/hytl setup <serverId> <serverSecret>
2727
```
2828

29-
If your dashboard provides a full backend URL (like ngrok), use the 3-arg form:
30-
31-
```text
32-
/hytl setup <serverId> <serverSecret> <backendBaseUrl>
33-
```
29+
> You would typicaly get this command while registering your server at https://hytl.dev
3430
3531
Example:
3632

3733
```text
38-
/hytl setup plugin-dev-1 c661ebfc7470539eb683a11ab4f635641d4087291cb8ec8c https://hytl.dev/api/plugin
34+
/hytl setup plugin-dev-1 c661ebfc7470539eb683a11ab4f635641d4087291cb8ec8c
3935
```
4036

4137
### Reload without restarting
@@ -111,6 +107,8 @@ If you want to disable rewards entirely (and keep votes pending on HYTL):
111107
You can hook into the vote reward flow by providing a `VoteRewarder` implementation.
112108
If present, the HYTL plugin calls your rewarder for each pending vote. If your rewarder returns `true`, the plugin ACKs the vote to HYTL.
113109

110+
> We will provide a maven hosted version soon. For now depend on the jar
111+
114112
### Public API (Java-friendly)
115113

116114
- `cc.modlabs.api.VoteRewarder` (Java `@FunctionalInterface`)

0 commit comments

Comments
 (0)