Simple AntiFreecam
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: bukkit paper purpur spigot
标签: game-mechanics management utility
Simple AntiFreecam
Simple AntiFreecam is a lightweight server-side plugin that prevents players from interacting with the world while using Freecam or spectator-like tools.
The plugin focuses only on blocking interactions, allowing players to freely observe the world without being able to modify it.
What it blocks
- Opening containers (chests, barrels, etc.)
- Placing blocks
- Breaking blocks
- Interacting with doors, buttons, levers, and similar blocks
What it does NOT block
- Movement
- Flying
- Chat
- Looking around
- Any other non-interactive actions
Why use Simple AntiFreecam
- Prevents Freecam-based griefing
- Minimal and performance-friendly
- No teleporting or movement restrictions
- Easy to configure
- Clean and simple implementation
Configuration (config.yml)
# Simple AntiFreecam Configuration
# Author: tino964
# Maximum allowed interaction radius in blocks
radius: 18
# Enable debug logging
debug: false
# Permission to bypass all checks
bypass-permission: "antifreecam.bypass"
# Message sent when an action is blocked
block-message: "&cYou cannot interact with blocks outside the allowed radius!"
# Enable or disable individual checks
enable-block-place-check: true
enable-block-break-check: true
enable-interaction-check: true
Commands
| Command | Aliases | Description |
|---|---|---|
/antifreecam reload |
/af, /afc |
Reloads the configuration |
Permissions
| Permission | Description | Default |
|---|---|---|
antifreecam.reload |
Reload config | op |
antifreecam.bypass |
Bypass radius check | op |
请登录后举报
暂无评论,抢个沙发吧~