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
Pathlocalizations → 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)"newbie:
format_restrict: "<color:#ff7171>[!] Ты не можешь общаться, потому что мало играл на сервере (<time_left> осталось)"format_restrict
Message if the player has played too little
⚙️ Setting
Pathmessage.yml → format.moderation.newbie
newbie:
enable: false
mode: "PLAYED_TIME"
timeout: 72000enable
Enables or disables the functionality of the module
mode
| Mode | Explanation |
|---|---|
PLAYED_TIME | Based on how much time has been played on the server |
SINCE_JOIN | Based on how much time has passed since the first connection |
timeout
Time in ticks during which a newcomer cannot send messages.
🔐 Permissions
Pathpermission.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
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
bypass
Permission to ignore this module
FlectonePulse