(JA)
私のサーバーのコアプラグインです。プレイヤーが個々で使えるユーティリティコマンドプラグイン
コマンドリスト
プレイヤー無視
/ignore <プレイヤー名> - 指定したプレイヤーからのチャットメッセージを無視します
/delignore <プレイヤー名> - 指定したプレイヤーの無視を解除します
/ignorelist - 無視しているプレイヤーの一覧を表示します
単語無視
/ignoreword <単語> - 指定した単語が含まれるメッセージを無視します
/delignoreword <単語> - 指定した単語の無視を解除します
/ignorewordlist - 無視している単語の一覧を表示します
表示切替
/togglechat - グローバルチャットの表示/非表示を切り替えます
/toggledeathmsgs - 死亡ログの表示/非表示を切り替えます
/toggleadv - 実績解除通知の「受信」と「自分の通知の送信」を切り替えます
その他
/✨ - セルフキル
(EN)
This is a core plugin for my servers. Utility command plugins that players can use individually
Commands List
Player Ignore
/ignore
/delignore
/ignorelist - Displays a list of players you are ignoring
Word Ignore
/ignoreword
/delignoreword
/ignorewordlist - Displays a list of words you are ignoring
Display Toggle
/togglechat - Toggles global chat display on/off
/toggledeathmsgs - Toggles death message display on/off
/toggleadv - Toggles "receiving" achievement unlock notifications and "sending your own notifications"
Other
/✨ - Self-kill
notes:This plugin contains some AI-generated code.
Config.yml
# NohackAnarchy-Core Configuration
# General Settings
debug: false
default-lang: en_us
death-messages:
# If true, when a player toggles death messages OFF, they will not see their OWN death message either.
# If false (default), they will always see their own death message even if toggled off.
hide-own-on-toggle: false
# If true, when a victim has toggled death messages OFF, their death will NOT be broadcast to others.
# If false (default), others will see the victim's death message (if they have death messages enabled).
suppress-broadcast-on-toggle: false
chat:
# If true, when a player has toggled chat OFF, they will also be blocked from receiving private messages (/tell, /msg, /w).
# If false (default), they can still receive private messages even if global chat is hidden.
hide-tell-on-toggle: false
ignore:
# Maximum length of words that can be added to the ignore word list.
word-limit: 15
advancements:
# If true, when you have /toggleadv OFF, you will NOT see your own advancement messages.
# If false (default), you will see your own advancement messages even if toggled off.
hide-own-on-toggle: false