Flectone LogoFlectonePulse

Newbie

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

Warning

A newcomer is a player whose time from mode is less than timeout. As soon as that time passes, the player is no longer a newcomer


Localization

Path localizations → language.yml → message.format.moderation.newbie
newbie:
  format_restrict: "<color:#ff7171>[!] You cannot communicate because you have played little on the server (<time_left> remaining)"

format_restrict

Message if the player has played too little


Setting

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

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 ticks (20 ticks = 1 second) during which a newcomer cannot send messages. For example 72000 ticks is 1 hour


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 update August 14, 2026
Edit on Github

On this page

Authors of page