Flectone Logo FlectonePulse

Newbie

This module prohibits server newcomers from sending messages for a certain period of time

Warning

A server newcomer is considered a player who has never been on the server before.


🌍 Localization

Path localizations → language.yml → message.format.moderation.newbie
newbie:
  reason: "You're still too new"
newbie:
  reason: "Ты ещё слишком новичок"

reason

The reason that will be used for the mute message.


⚙️ Setting

Path message.yml → format.moderation.newbie
newbie:
  enable: false
  mode: "PLAYED_TIME"
  timeout: 3600

enable

Enables or disables the functionality of the module

mode

ModeExplanation
PLAYED_TIMEBased on how much time has been played on the server
SINCE_JOINBased on how much time has passed since the first connection

timeout

Time in seconds during which a newcomer cannot send messages.


🔐 Permissions

Path permission.yml → message.format.moderation.newbie
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
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

bypass

Permission to ignore this module

Last updated on

Edit on GitHub

On this page

Authors of page