Skip to content

playhex/moderation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayHex moderation

List last chat messages and nicknames, take moderation action to moderate a chat message and/or block player chat.

Install

  • Install dependencies: npm install
  • Start the dev server: npm run dev, then go to http://localhost:3001
    • The server watches for file changes and restarts automatically
    • You can override the port with PORT=8080 npm run dev
  • In your playhex .env, allow cors by adding moderation app url, and add a moderator password (admin password works too):
CORS_ALLOWED_ORIGINS=http://localhost:3001
MODERATOR_PASSWORD=myPassword

Now you can moderate your PlayHex instance, logins are:

  • API base Url: your PlayHex instance (e.g http://localhost:3001)
  • Moderator API key: your moderator password from .env (e.g myPassword)

Screenshots

All last chat messages from any are listed, so moderators can easily review all new messages at once:

Last messages list

If a message needs moderation action, moderator can display a warning to the player with the moderation reason, and also block player chat for a period. Past warning and chat blocks are also displayed to the moderator.

Last messages list

Last nicknames are also listed.

Last messages list

About

Tool to moderate PlayHex players' content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors