Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Links
Tags
Creators
Details
Licensed Apache-2.0
Published 2 months ago
Updated 2 months ago

π‘οΈ NewbieGuard
Temporary PvP protection for new players, built for Folia.
Folia Β· Java 21+ Β· Adventure boss bar
New players get a head start: a configurable protection window the moment they first join, with a live boss bar counting down the time left. The countdown pauses while they're offline, and protection drops automatically the moment they throw the first punch.
Built specifically for Folia β it uses the region and entity schedulers throughout
and never touches the legacy BukkitScheduler.
β¨ Features
- π§ First-join protection β new players are shielded for a configurable duration (default 60 minutes).
- π Live boss bar β counts down every second and shifts colour as time runs low: π’ green β π‘ yellow β π΄ red.
- βΈοΈ Offline-safe β the timer only ticks while the player is online; time offline is never deducted.
- π« PvP shield β incoming attacks on a protected player are cancelled, and the attacker gets a short, spam-protected notice.
- βοΈ Fair play β if a protected player strikes someone first, their own protection is removed (configurable).
- π Staff bypass β
newbie.bypasslets staff hit protected players for testing. - π οΈ Manual control β grant or remove protection at any time with commands.
- π₯ New players only β returning players are never protected.
π¬ Commands
| Command | Description | Permission |
|---|---|---|
/newbie check [player] |
Show remaining protection time | newbie.check (self) Β· newbie.admin (others) |
/newbie grant <player> [minutes] |
Grant protection to an online player | newbie.admin |
/newbie remove <player> |
Remove a player's protection | newbie.admin |
π Permissions
| Permission | Description | Default |
|---|---|---|
newbie.bypass |
Attack protected players | op |
newbie.check |
Check your own remaining time | everyone |
newbie.admin |
Grant / remove protection, check others | op |
βοΈ Configuration
protection-duration-minutes: 60
remove-on-attack: true
bypass-permission: "newbie.bypass"
bossbar:
green-threshold-minutes: 10
yellow-threshold-minutes: 5
messages:
protection-start: "&aYou are protected from PvP for {duration} minutes"
protection-expired: "&eYour PvP protection has expired"
protection-removed-attack: "&cYou attacked another player β your protection has been removed"
blocked-attack: "&cThis player is still under new-player protection and cannot be attacked"
bossbar-format: "New Player PvP Protection β Time left {time}"
π‘ The boss bar supports
{time},{minutes}and{seconds}placeholders. Chat messages support legacy&colour codes.
π¦ Requirements
| Server | Folia |
| Java | 21 or newer |
π Notes
- Protection is stored in each player's persistent data, so it survives restarts and rejoins.
- Players who joined before the plugin was installed are not protected β use
/newbie grantto protect them manually.
Lightweight, no dependencies, and Folia-native.


