Skip to content

Newbie

This module prevents new players from sending messages for a certain period of time

WARNING

A "newbie" is considered any player who has never been on the server before

🌍 Localization

📂 Path localizations → language.yml → message.format.moderation.newbie

⚖️ Default

yml
newbie:
  reason: "Ты ещё слишком новичок"
yml
newbie:
  reason: "You're still too new"

reason

The reason that will be used for the mute message

⚙️ Setting

📂 Path message.yml → format.moderation.newbie

⚖️ Default

yml
newbie:
  enable: false
  timeout: 3600

enable

Enables or disables the functionality of the module

timeout

Duration in seconds during which new players cannot send messages

🔐 Permissions

📂 Path permission.yml → message.format.moderation.newbie

⚖️ Default

yml
newbie:
  name: "flectonepulse.module.message.format.moderation.newbie"
  type: TRUE
  bypass:
    name: "flectonepulse.module.message.format.moderation.newbie.bypass"
    type: OP

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators

bypass

Permission to ignore this module's restrictions