File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3531Example:
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):
111107You can hook into the vote reward flow by providing a ` VoteRewarder ` implementation.
112108If 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 ` )
You can’t perform that action at this time.
0 commit comments