One Way Elytra

使用此插件,您可以在特定区域内飞行。降落时,会移除翅膀。这对于生成点等场景很有用。

资源图片
# OneWayElytra ![Github-Release](https://img.shields.io/github/v/release/PhilippStamp/OneWayElytra?color=%2327c7ff) ![Github-Issues](https://img.shields.io/github/issues/PhilippStamp/OneWayElytra?link=https%3A%2F%2Fgithub.com%2FPhilippStamp%2FOneWayElytra%2Fissues) 你想要飞上天空吗?甚至无需进入末地?这个插件为你的出生点添加了一个单向飞翼。玩家可以在空中飞行并获得一次加速。 ### 特性 - 🪽 无需飞翼即可飞上天空 - 🚀 飞行时获得一次加速 ### 指令 **/onewayelytra | /owe** _显示你所有指令._ **/onewayelytra set [radius/boost]** _设置起始区域的中心。设置此区域的半径._ ### 配置文件
config.yml ``` ## ## OneWayElytra | config.yml ## ## 半径,以方块为单位 radius: 12 boostMultiplier: 5 ## 位置 location: world: world x: 0 y: 300 z: 0 ```
language.yml | EN ``` ## ## OneWayElytra | language.yml ## prefix: '&5OWE &f» ' commandDenied: '&cYou are not allowed to execute this command!' locationSet: '&7You set the location &asuccessfully&7.' radiusSet: '&7You set the radius to &a%radius%&7.' boostMultiplierSet: '&7You set the boostmultiplier to &a%multiplier%&7.' wrongArgs: '&cYou tried to use wrong arguments. Please check &4/onewayelytra&c.' boostMessage: '&7Click into the air to get a boost!' ```
language.yml | DE ``` ## ## OneWayElytra | language.yml ## prefix: '&5OWE &f» ' commandDenied: '&cDu darfst diesen Befehl nicht benutzen.' locationSet: '&7Du hast die Position&a erfolgreich &7gesetzt.' radiusSet: '&7Du hast den Radius auf &a%radius% Blöcke &7eingestellt.' boostMultiplierSet: '&7Du hast den Boostmultiplikator auf &a%multiplier% &7gesetzt.' wrongArgs: '&cDu hast einen Fehler bei der Eingabe gemacht. Benutze &4/onewayelytra&c.' boostMessage: '&7Schlag in die Luft, um einen Schub zu erhalten.' ```