Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for BLOODRED

Prevent players from using banned words on server. With discord webhook support

Report BannedWordsEffective?

Release
1A-1

BLOODRED released BannedWordsEffective version 1A-1 on February 2, 2025

Added new action "RUN"

  • It will an command on checks
chat:
  action: RUN
  command: "msg {player} don't say {word}"

Catagorised banned word list

  • Before
banned-words:
- nuke
- cry
- http[s]?://[a-zA-Z0-9_.?=]*
  • After
banned-words:
    chat:
    - chat-specific
    sign:
    - sign-specific
    book: []
    anvil: []
    command: []
    displayname: []
    global:
    - nuke
    - cry
    - http[s]?://[a-zA-Z0-9_.?=]*

Information

Published onFebruary 2, 2025
Downloads9

Platforms

Paper Paper (1.17-1.21.4)