Icon

MoveCraft

SpigotMC 玄易同志 2024-04-23
资源介绍

✪ 配置:

强制性标志 (Mandatory flags)

  • name: 字符串类型,定义飞行器的名称。
  • maxSize: 整型,确定飞行器的最大尺寸。
  • minSize: 整型,确定飞行器的最小尺寸。
  • allowedBlocks: 方块ID列表,确定飞行器上允许的方块。
  • speed: 双精度浮点数,确定飞行器的速度(米/秒)。

可选性标志 (Optional flags)

  • allowAADirectorSign: 布尔型,默认为true,已移除,使用Movecraft-Combat,确定飞行器是否使用对空指挥台功能。
  • allowCannonDirectorSign: 布尔型,默认为true,已移除,使用Movecraft-Combat,确定飞行器是否使用炮兵指挥台功能。
  • allowHorizontalMovement: 布尔型,默认为true,确定飞行器是否能够在水平轴上移动。
  • allowRemoteSign: 布尔型,默认为true,确定飞行器是否能够使用远程标识功能。
  • allowVerticalMovement: 布尔型,默认为true,确定飞行器是否能够在垂直轴上移动。
  • allowVerticalTakeoffAndLanding: 布尔型,默认为true,确定飞行器是否能够立即上升而不是需要在起飞前水平移动(类似于飞机在跑道上)。
  • blockedByWater: 布尔型,默认为true,已弃用,使用相位方块代替,确定飞行器是否被水阻挡。
  • canBeNamed: 布尔型,默认为true,确定飞行器是否可以有名称标识。
  • canCruise: 布尔型,默认为false,确定飞行器是否可以巡航。
  • canDirectControl: 布尔型,默认为true,确定飞行器是否可以使用直接控制模式进行驾驶。
  • canFly: 布尔型,默认为true,已弃用,使用相位方块代替,确定飞行器是否被水阻挡。
  • canHover: 布尔型,默认为false,未实现,如果为true,飞行器将类似于气垫船,在地面上方悬浮而不是飞行。
  • canHoverOverWater: 布尔型,默认为true,已弃用,使用forbiddenHoverOverBlocks代替,确定气垫船是否可以将水作为悬浮表面。
  • canStaticMove: 布尔型,默认为false,确定飞行器是否能够使用相对移动标识。
  • canTeleport: 布尔型,默认为false,确定飞行器是否能够使用传送标识功能。
  • canSwitchWorld: 布尔型,默认为false,确定飞行器是否能够使用传送标识功能切换世界。
  • chestPenalty: 布尔型,默认为0.0,确定启用动态延迟速度的飞行器每个箱子的惩罚。
  • collisionExplosion: 浮点数,默认为0.0,如果非零,当飞行器与固体物体碰撞时会引起爆炸。
  • cruiseOnPilot: 布尔型,默认为false,确定飞行器在驾驶时是否应立即开始巡航。
  • cruiseOnPilotVertMove: 整型,默认为0,当cruiseOnPilot为true时,垂直块移动。
  • cruiseSkipBlocks: 整型,默认为0,确定在巡航时“跳过”多少个块,增加此值并减少cruiseSpeed可能会提高性能,不影响飞行器的移动速度。
  • cruiseSpeed: 双精度浮点数,覆盖飞行器巡航时的默认速度。
  • detectionMultiplier: 双精度浮点数,修改接触检测的基值。
  • dynamicFlyBlock: 整型,默认为0,查看动态飞行方块速度。
  • dynamicFlyBlockSpeedFactor: 双精度浮点数,默认为0.0,查看动态飞行方块速度。
  • dynamicLagSpeedFactor: 双精度浮点数,默认为0.0,查看动态延迟速度。
  • dynamicLagPowerFactor: 双精度浮点数,默认为0.0,查看动态延迟速度。
  • explodeOnCrash: 浮点数,默认为0.0,如果非零,当飞行器在下沉时与固体物体碰撞会引起爆炸。
  • flyblocks: 方块ID列表与百分位数,确定在某个百分位范围内所需的方块以驾驶飞行器。
  • focusedExplosion: 布尔型,默认为false,确定基于爆炸的飞行器是否应该在飞行器的整个范围内发生爆炸,还是只在接触点发生。
  • forbiddenBlocks: 方块ID列表,确定飞行器上禁止的方块。
  • forbiddenHoverOverBlocks: 方块ID列表,确定飞行器不能在哪些方块上悬停。
  • forbiddenSignStrings: 字符串列表,确定飞行器的标识上不能出现的字符串。
  • fuelBurnRate: 双精度浮点数,默认为0.0,确定飞行器在飞行时燃料消耗的速率。
  • halfSpeedUnderwater: 布尔型,默认为false,已弃用(?),确定飞行器在水下时是否以半速移动。
  • harvestBlocks: 方块ID列表,确定可以被收获叶片消耗的方块。
  • harvesterBladeBlocks: 方块ID列表,确定作为收获叶片的方块。
  • hoverLimit: 整型,默认为0,确定气垫船允许在地面上移动的距离。
  • keepMovingOnSink: 布尔型,默认为false,确定飞行器在开始下沉时是否应保持其先前的速度。
  • maxHeightAboveGround: 整型,默认为-1,如果大于或等于0,确定飞行器可以垂直上升到固体块上方的最大高度。
  • maxHeightLimit: 整型,默认为254,确定飞行器在y轴上的上界,值应该是有效的y位置。
  • minHeightLimit: 整型,默认为0,确定飞行器在y轴上的下界,值应该是有效的y位置。
  • moveEntities: 布尔型,默认为true,确定飞行器是否应该与实体一起移动。
  • overallSinkPercent: 小数,默认为0.0,确定沉没飞行器所需的伤害。值必须在0.0和100.0之间。
  • onlyMovePlayers: 布尔型,默认为true,确定飞行器是否只移动玩家。
  • passthroughBlocks: 方块ID列表,确定飞行器在飞行时可以穿过的方块。
  • requireWaterContact: 布尔型,默认为false,确定飞行器是否需要与水接触才能驾驶。在移动时不强制水接触。
  • rotateAtMidpoint: 布尔型,默认为false,确定飞行器是否应在其中点或旋转请求开始的点旋转。
  • sinkPercent: 双精度浮点数,默认为0.0,确定沉没飞行器所需的飞行块伤害。值必须在0.0和100.0之间。
  • sinkTickRate: 整型,默认为0,确定飞行器下沉时每次移动前的刻数。
  • sinkSpeed: 双精度浮点数,默认为0,已弃用,使用sinkTickRate代替。确定飞行器下沉的速度。
  • smokeOnSink: 整型,默认为0,当飞行器下沉时触发的烟雾粒子数量。
  • staticWaterLevel: 整型,默认为0,如果非零,使用静态水位来检测浸没,而不是动态检测。
  • tryNudge: 布尔型,默认为false,已弃用(?)。
  • underwaterDetectionMultiplier: 双精度浮点数,如果设置,当在水下时覆盖默认的检测乘数。
  • useGravity: 布尔型,默认为false,未实现(?),确定飞行器是否应被重力拉下来。
  • vertCruiseSkipBlocks: 整型,如果设置,覆盖垂直巡航时的默认巡航跳过块。
  • vertCruiseSpeed: 双精度浮点数,如果设置,覆盖垂直巡航时的默认巡航速度。

✪ 语言配置文件:


PLAINTEXT
#
# This file is part of Movecraft.
#
#     Movecraft is free software: you can redistribute it and/or modify
#     it under the terms of the GNU General Public License as published by
#     the Free Software Foundation, either version 3 of the License, or
#     (at your option) any later version.
#
#     Movecraft is distributed in the hope that it will be useful,
#     but WITHOUT ANY WARRANTY; without even the implied warranty of
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#     GNU General Public License for more details.
#
#     You should have received a copy of the GNU General Public License
#     along with Movecraft.  If not, see <http://www.gnu.org/licenses/>.
#

None=无

Contacts=联系人
Contacts\ -\ Must\ Be\ Player=仅玩家可以获得联系人。
Contact=联系人
Contact\ -\ New\ Contact=新联系人
Contact\ -\ Commanded\ By=指挥者
Contact\ -\ Size=大小
Contact\ -\ Range=范围
Contact\ -\ To\ The=到
Contacts\ -\ None\ Found=范围内没有联系人
Contact/Subcraft\ Rotate\ -\ East=东
Contact/Subcraft\ Rotate\ -\ West=西
Contact/Subcraft\ Rotate\ -\ South=南
Contact/Subcraft\ Rotate\ -\ North=北
Craft\ Report=飞行报告
Craft\ Report\ -\ None\ Found=没有发现工艺品.
Cruise\ -\ Must\ Be\ Player=仅玩家可以巡航.
Cruise\ -\ Craft\ Cannot\ Cruise=此船无法巡航.
Detection\ -\ Parent\ Craft\ is\ busy=此船无法巡航
Detection\ -\ Craft\ too\ small=侦测失败\!船太小了。此类型的最小值为 %d
Detection\ -\ Craft\ too\ large=侦测失败\!船太大了。此类型的最大值为 %d
Detection\ -\ Forbidden\ block\ found=侦测失败\!在船上找到了禁用的方块。
Detection\ -\ Forbidden\ sign\ string\ found=侦测失败\!在船上找到了禁用的标志字符串。
Detection\ -\ Failed\ -\ Already\ commanding\ a\ craft=你已经在控制一艘船\!
Detection\ -\ Failed\ Craft\ is\ already\ being\ controlled=该船已经被控制\!
Detection\ -\ Successfully\ piloted\ craft=成功驾驶船\!
Detection\ -\ Success\ -\ Log\ Output=玩家 %s 驾驶了一艘类型为 %s、大小为 %d,在位置 %d x,%d z 的船。
Detection\ -\ Not\ enough\ flyblock=飞行方块不足
Detection\ -\ Too\ much\ flyblock=飞行方块过多
Detection\ -\ Not\ enough\ detectionblock=侦测方块不足
Detection\ -\ Too\ much\ detectionblock=侦测方块过多
Detection\ -\ Not\ Registered\ Pilot=不是此船上注册的飞行员之一
Detection\ -\ Craft\ Type\ Cannot\ Be\ Named=此类型的船不能命名
Detection\ -\ Failed\ -\ Water\ contact\ required\ but\ not\ found=侦测失败\: 水上联系需要但未找到
Detection\ -\ Must\ Be\ Subcraft=船必须是另一艘船的一部分
Gearshift\ -\ Gear\ changed=船的齿轮已更改
Gearshift\ -\ Disabled\ for\ craft\ type=此类型的船禁用齿轮换挡
ManOverboard\ -\ No\ Craft\ Found=没有有效的船只可用于 ManOverboard。
ManOverboard\ -\ Must\ Be\ Player=仅玩家可以使用 ManOverboard。
ManOverboard\ -\ Distance\ Too\ Far=到船只的距离太远了。
ManOverboard\ -\ Other\ World=到船只的距离太远了。
ManOverboard\ -\ Timed\ Out=你等待太久了。
ManOverboard\ -\ Disabled=无法传送到已禁用的船
Manoverboard\ -\ Player\ has\ left\ craft=你已经离开了你的船.
Manoverboard\ -\ Craft\ May\ Merge=警告\!你的船附近有可能与船合并的方块.
Movecraft\ -\ Reloaded\ Types=重新加载类型.
Movecraft\ -\ Invalid\ Argument=无效的语法
Paginator\ -\ Invalid\ Page=无效的页面
Paginator\ -\ Page\ Number=页面编号
Paginator\ -\ Exceeds\ Bounds=超出范围
Pilot\ -\ Must\ Be\ Player=仅玩家可以驾驶一艘船.
Pilot\ -\ No\ Craft\ Type=你需要提供一种船的类型
Pilot\ -\ Invalid\ Craft\ Type=无效的船型
Player\ -\ Not\ Found=找不到该玩家.
Player\ -\ Not\ Piloting=该玩家未驾驶船只.
Player\ -\ Craft\ is\ sinking=你的船已经受到了太多的损坏,正在下沉\!弃船\!
Player\ -\ Error\ -\ You\ do\ not\ have\ a\ craft\ to\ release!=你没有可以释放的船只\!
Release\ -\ Craft\ has\ been\ released=你的船已被释放\!
Release\ -\ Player\ has\ released\ a\ craft\ console=玩家 %s 已在坐标 %d x,%d z 释放了一艘类型为 %s、大小为 %d 的船只。
Release\ -\ Null\ Craft\ Release\ Console=NULL 玩家已在坐标 %d x,%d z 释放了一艘类型为 %s、大小为 %d 的船只
Release\ -\ Empty\ Craft\ Release\ Console=空船只被释放
Release\ -\ No\ Force\ Release=你没有权限让其他人释放
Release\ -\ Released\ All\ Player\ Crafts=You forcibly released all player controlled crafts.
Release\ -\ Released\ All\ Crafts=You forcibly released all crafts.
Release\ -\ Released\ All\ Null\ Crafts=您强制释放了所有零人驾驶的飞行器.
Release\ -\ Successful\ Force\ Release=您成功地强制释放了一艘飞行器\!
Release\ -\ Player\ has\ left\ craft=您已离开您的飞行器.
Remote\ Sign\ -\ Cannot\ be\ blank=远程标记不能为空\!
Remote\ Sign\ -\ Must\ be\ a\ part\ of\ a\ piloted\ craft=远程标记必须是一个有人驾驶的飞行器的一部分\!
Remote\ Sign\ -\ Not\ allowed\ on\ this\ craft=此飞行器不允许远程标记\!
Remote\ Sign\ -\ Could\ not\ find\ target\ sign=找不到目标标记\!
Remote\ Sign\ -\ Cannot\ remote\ another\ Remote\ Sign=远程标记不能远程另一个远程标记\!
Remote\ Sign\ -\ Forbidden\ string\ found=警告: 在以下位置找到被禁止的远程标记,包含以下文本:
Remote\ Sign\ -\ Exceeding\ maximum\ allowed=错误\: 找到 %d 个远程标记。允许的最多数量为\: %d
Rotation\ -\ Failed\ Craft\ cannot\ pass\ world\ border=旋转失败: 您不能将飞行器移动到世界边界之外
Rotation\ -\ Craft\ is\ obstructed=飞行器被阻挡
Rotation\ -\ Farthest\ Extent\ Facing=最远端现在面对
Rotation\ -\ Must\ Be\ Player=只有玩家可以旋转飞行器.
Rotation\ -\ Specify\ Direction=您需要提供一个方向.
Rotation\ -\ Invalid\ Direction=方向无效,使用“左”或“右”.
Rotation\ -\ Turning\ Too\ Quickly=您的旋转速度过快\!
Rotation\ -\ Already\ Rotating=您已经在旋转
Internal\ -\ Error\ -\ Processor\ thread\ encountered\ an\ error=异步任务引发了异常.
Scuttle\ -\ Must\ Be\ Online=玩家必须在线.
Scuttle\ -\ Must\ Be\ Player=您必须是一个玩家才能摧毁您的飞行器.
Scuttle\ -\ Craft\ Already\ Sinking=飞行器已经在下沉\!
Scuttle\ -\ Scuttle\ Activated=摧毁已启动。离开船\!
Startup\ -\ Number\ of\ craft\ files\ loaded=已加载 %d 个飞行器文件
Startup\ -\ No\ Crafts\ Found=找不到飞行器文件\!
Startup\ -\ Datapack\ Conflict=存在冲突的数据包在 %s。如果您想要重新生成数据包,请删除现有数据包并将 GeneratedDatapack 配置选项设置为 false。
Startup\ -\ Datapack\ Directory=正在创建数据包目录
Startup\ -\ Datapack\ Directory\ Error=无法创建数据包目录!
Startup\ -\ Datapack\ Enabling=启用数据包并重新加载飞行器类型.
Startup\ -\ Datapack\ Enable\ Error=自动加载 Movecraft 数据包失败。请检查其是否存在.
Startup\ -\ Datapack\ First\ Boot=预计在第一次启动时,您的飞行器不会在启动期间加载.
Startup\ -\ Datapack\ Saved=已保存默认的 Movecraft 数据包.
Startup\ -\ Datapack\ World\ Error=由于首次世界初始化,无法初始化 Movecraft 数据包.
Startup\ -\ Error\ -\ Reload\ error=Movecraft 与 reload 命令不兼容。Movecraft 已关闭,并将在服务器重启时重新启动.
Startup\ -\ Error\ -\ Disable\ warning\ for\ reload=如果您想要使用 reload 命令和 Movecraft,您可以在 config.yml 中设置 'safeReload \: false' 来禁用此检查
Startup\ -\ Enabled\ message=[V %S] 已启用.
Startup\ -\ Recognized\ Pilot\ Tool=已识别 PilotTool 设置为\:
Startup\ -\ No\ Pilot\ Tool=未找到 PilotTool 设置,使用默认设置为棒子
Startup\ -\ Version\ Not\ Supported=未找到此版本的支持
Startup\ -\ Loading\ Support=正在加载支持
Teleportation\ -\ Cooldown\ active=传送冷却时间已激活。您需要等待 %d 秒
Translation\ -\ Failed\ Craft\ cannot\ pass\ world\ border=翻译失败: 您不能将飞行器移动到世界边界之外
Translation\ -\ Failed\ Craft\ hit\ height\ limit=飞行器已经达到高度限制
Translation\ -\ Failed\ Craft\ Is\ Disabled=飞行器已禁用
Translation\ -\ Failed\ Incline\ too\ steep=该飞行器无法移动,因为斜度太陡峭了\!
Translation\ -\ Failed\ Craft\ is\ obstructed=该飞行器无法移动,因为其路径被阻挡了\!
Translation\ -\ Failed\ Craft\ out\ of\ fuel=该飞行器已经耗尽了燃料\!
Translation\ -\ Failed\ Craft\ hit\ minimum\ height\ limit=飞行器已达到最低高度限制
Translation\ -\ Failed\ Craft\ over\ block=此飞行器无法越过 %s\!

Insufficient\ Permissions=权限不足
Invalid\ Coordinates=无效的坐标
Movecraft=Movecraft
Error=错误
Direct\ Control\ -\ Entering=进入直接控制模式
Direct\ Control\ -\ Leaving=离开直接控制模式
You\ must\ be\ piloting\ a\ craft=您必须驾驶一架飞行器
资源操作
前往下载
将跳转至进入云盘/官网下载!请知晓
作者信息
Avatar
玄易同志

这位作者很懒,什么都没写~