Skip to content

Commit 29cef7f

Browse files
committed
Update some comments in config.yml
1 parent e71f41b commit 29cef7f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/main/resources/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
### JSONRestAPI Configuration ###
22
# Thank you for downloading this plugin!
33
# I hope this isn't overly complicated, but if you run into issues, feel free to request support below:
4-
# Discord: https://discord.gg/0kYlxgkh65QhZAjm
4+
# Discord: https://discord.gg/aPHUFkYPyK
55
# GitHub Discussions: https://github.com/ChewMC/JSONRestAPI/discussions
6+
# Guilded: https://www.guilded.gg/i/mk3mJ5YE?cid=5f11b5f1-1ef6-4c76-a9a3-45237e4103b7&intent=chat
67

78
# Made changes? Run /jrareload
8-
# Requires jsonrestapi.reload or OP.
9+
# Requires jsonrestapi.reload or OP/console.
910

1011
# The port to listen on.
1112
## Some shared hosts don't handle this very well, so you may need to change this value.
@@ -28,10 +29,10 @@ debug: false
2829
## You can set up specific routes below.
2930
## A GET request must not be player-specific, and can for example be to query the players online.
3031
## A POST request must have a "username" or "uuid" parameter specified. Auth key is enabled by default for these.
31-
32+
## When an auth key is required, you must include a "key" parameter.
3233
routes:
3334
# The path to listen to. This must be lowercase.
34-
# Slashes are accepted, for example, ping/the_server
35+
# Slashes are accepted, as shown in the second example
3536
# Do not include an initial slash, it is implied.
3637
# This one is /ping, for example.
3738
ping:

0 commit comments

Comments
 (0)