Sep 21, 2021 1:26 pm
...because @mentions got hijacked.
Snippets post to discord too
When a post is made in some GP game threads it optionally posts a snippet and a link to the GP post on a GM's discord server channel.
This allows players to see that there's activity in the main GP thread.

e.g. that's a 200 character snippet.
It can use the character/player name and avatar, but it'll be marked as BOT.
The idea is that some GP threads would post to some discord channels - so not all GP game threads would post to a discord channel, but different threads could post to different channels.
Mechanism
First the GM has to create a discord server, channels and webhooks for the channels. This is all discord stuff.
Then using the GP Advanced Rules the GM ties the thread and webhook together. There might be many of these entries depending on how many threads the GM wants to post snippets for on discord.
"discordHooks":
[
{ "threadId":2,"webhook":"https://discord.com/api/webhooks/YOUR_URL_FROM_DISCORD"
}
]
After you've created the discord hook and added it to the advanced options... that's it. GP updates discord with post snippets and links back to the posts.
Adam's opinion
I don’t want this. It’d be yet another place I’d have to check for ooc - sure I already use discord, but not all of my gp buddies are there. I don’t know -but it feels it might just have the potential to make gp feel even cliquier.
Difficulty?
I wrote the code before I decided I didn't like it.
Snippets post to discord too
When a post is made in some GP game threads it optionally posts a snippet and a link to the GP post on a GM's discord server channel.
This allows players to see that there's activity in the main GP thread.

e.g. that's a 200 character snippet.
It can use the character/player name and avatar, but it'll be marked as BOT.
The idea is that some GP threads would post to some discord channels - so not all GP game threads would post to a discord channel, but different threads could post to different channels.
Mechanism
First the GM has to create a discord server, channels and webhooks for the channels. This is all discord stuff.
Then using the GP Advanced Rules the GM ties the thread and webhook together. There might be many of these entries depending on how many threads the GM wants to post snippets for on discord.
"discordHooks":
[
{ "threadId":2,"webhook":"https://discord.com/api/webhooks/YOUR_URL_FROM_DISCORD"
}
]
After you've created the discord hook and added it to the advanced options... that's it. GP updates discord with post snippets and links back to the posts.
Adam's opinion
I don’t want this. It’d be yet another place I’d have to check for ooc - sure I already use discord, but not all of my gp buddies are there. I don’t know -but it feels it might just have the potential to make gp feel even cliquier.
Difficulty?
I wrote the code before I decided I didn't like it.