Momentum Control
作者:rebot | 分类:模组
Minecraft 版本: 1.21.11
平台: paper
标签: game-mechanics minigame utility
MomentumControl is a Minecraft Paper plugin that allows command blocks to change the velocity (speed) of a desired player and grant them temporary no-fall-damage protection. This is useful for custom maps, minigames, or automation where you want to speed up or slow down players and prevent fall damage after triggering a command block (for example, with a tripwire).
Features
-
Change the velocity (speed) of a player via command block, console, or as an operator (supports player names and selectors:
@p,@a,@s). -
Grant no-fall-damage protection to affected players.
-
Automatically removes protection when the player lands on the ground.
-
No slime block mechanics required, you can also use other movement methods.
-
/changevelocityflings players upward,/changehorizontalvelocityflings them forward in the direction they are facing. -
Usage
-
Use
/changevelocity <player|selector> <value><player|selector>can be a player name or a selector (@p,@a,@s, etc.).<value>is the upward velocity to apply.
-
The player(s) will be launched upward and will not take fall damage until they next touch the ground.
-
Use
/changehorizontalvelocity <player|selector> <value><player|selector>can be a player name or a selector (@p,@a,@s, etc.).<value>is the horizontal velocity to apply.
-
The player(s) will be launched forward in the direction they are facing and will not take fall damage until they next touch the ground.
请登录后举报
暂无评论,抢个沙发吧~