Scripted SMP Helper
作者:rebot | 分类:模组
Minecraft 版本: 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
平台: paper purpur spigot
标签: equipment management utility
ScriptedSMPHelper Recording Mode
Paper 1.21 plugin features for controlled recording sessions.
Commands
/recording startturns recording mode on./recording stopturns recording mode off./recording toggleswitches the current mode./recording statusshows the current mode and bypass count./recording bypass <player> [on|off|toggle]manages a persistent player bypass./recording bypasslistshows configured bypass names./recording freeze <player> [allowLooking:true|false]freezes a player. WhenallowLookingis true, they can still rotate their camera./recording unfreeze <player>unfreezes a player./recording border center <x> <y> <z>sets the recording border center./recording border set <radius>sets the recording border radius./recording border active <true|false>also toggles the border./border active <true|false>toggles the border active state./recording reloadreloadsconfig.ymlanddata.yml./recordingreloadalso reloadsconfig.ymlanddata.yml.
Players need ScriptedSMPHelper.recording.admin for the command. Operators have this by default.
Default Behavior
When recording mode is on:
- Chat messages are blocked.
- Blocks can only be broken if they are listed in
recording.block-breaking.allowed-materials. - Blocks can only be placed if they are listed in
recording.block-placing.allowed-materials. - Ender chests, all shulker boxes, water, and lava bucket placement are allowed by default.
- Armor lock can optionally prevent equipping or removing armor.
- Death punishment can play a configurable sound, then kick or ban the dead player.
- PvP is enabled by default.
When recording mode is off:
- Recording restrictions are disabled.
- PvP is disabled by default.
Operators bypass recording restrictions automatically. You can also give a player the
ScriptedSMPHelper.recording.bypass permission, or add them with /recording bypass <player>.
Death punishment ignores those bypasses.
Bypassed attackers can PvP outside recordings even while normal outside-recording PvP is disabled.
Bypassed players can wander outside the recording border; non-bypass players are held inside the radius.
If death punishment is set to BAN, the player is banned only for the active recording session.
/recording stop automatically unbans players that were banned by this plugin during that session.
Files
config.ymlcontrols all toggles, allowed materials, bypass behavior, messages, armor lock, and PvP behavior.data.ymlis created automatically and stores the current recording state and bypass list.
Use Bukkit/Paper material names in config, such as COBWEB, OAK_WOOD, WATER_BUCKET, and LAVA_BUCKET.
请登录后举报
暂无评论,抢个沙发吧~