复制并粘贴您的建筑物以保存或移动它们,也就是说可以随意复制任何整栋建筑,然后设定好名称,就可以随意粘贴到任何位置,对于人气少的服务器来说非常好用,插件数据还可以保留用到其他服务器(这个没试过,按理说备份数据然后在其他服务器安装,然后导入数据即可)。
聊天命令
复制
/copy NAME options values - Copy a building
Example: /copy home radius 3 method building
Short example: /copy home r 3 m building
语法 – 选项
each true/false -默认值:true – 检查每个实体的半径
method building/proximity -默认值:proximity – 选择用于复制建筑物的机制类型 – Building:仅复制当前建筑物。Proximity:复制靠近建筑物的所有方块。(在这些情况下,Building 可能会缺少一些可部署的组件,也使用邻近性)
radius XX -默认值:3 – 设置半径以搜索每个建筑部件和可部署物周围的实体
share true/false -默认值:true – 设置复制数据 CodeLocks、BuildingPrivileges、SleepingBag
tree true/false -默认值:false – 设置为复制树和资源
粘贴
/paste NAME options values - Paste a building
Example: /paste home auth true stability false
Short example: /paste home a true s false
语法 – 选项
- auth true/false –默认值:true – 授权所有橱柜中的玩家
- blockcollision XX –默认值:0 – 检查 XX 半径是否有可能与新建筑物发生碰撞的东西,如果是,则阻止构建。0 是关闭检测。
- deployables true/false –默认值:true – 设置粘贴可部署对象
- **height XX **- *default: 0 *- 调整粘贴高度
- autoheight true/false –默认值:true – 是否尝试为建筑物找到最佳高度
- inventories true/false–默认值:true – 设置为粘贴库存
- stability true/false –默认值:true – 设置 false 以忽略稳定性系统
- vending true/false –默认值:true – 设置为自动售货机粘贴销售、名称和广播
- entityowner true/false –默认值:true – 复制建筑物的实体所有权。
- position x,y,z – 覆盖生成位置
- rotation x –默认值:0 – 更改旋转校正
粘贴
/pasteback NAME options values - Paste on old place a building where it was when it was saved
Example: /pasteback home auth true stability false
Short example: /pasteback home a true s false
语法 – 选项
- auth true/false –默认值:false – 授权所有橱柜中的玩家
- deployables true/false –默认值:true – 设置粘贴可部署对象
- **inventories true/false **-默认值:true – 设置为粘贴库存
- height XX –默认值:0 – 调整高度以粘贴
- stability true/false–默认值:true – 设置 false 以忽略稳定性系统
- vending true/false –默认值:false – 设置为自动售货机粘贴销售、名称和广播
- position x,y,z – 覆盖生成位置
- rotation x –默认值:0 – 更改旋转校正
其他
/undo – 删除你上次粘贴的内容/copylist – 结构列表(来自文件夹 oxide/data/copypaste)
权限
该插件使用权限系统。要分配权限,请使用
oxide.grant <user or group> <name or steam id> <permission>
. 要删除权限,请使用
oxide.revoke <user or group> <name or steam id> <permission>
.
copypaste.copy
copypaste.list
copypaste.paste
copypaste.pasteback
copypaste.undo
配置
可以在目录
CopyPaste
下的文件中配置设置和选项
config
。建议使用编辑器和验证器来避免格式问题和语法错误。
复制{
"Amount of entities to paste per batch. Use to tweak performance impact of pasting": 15,
"Amount of entities to copy per batch. Use to tweak performance impact of copying": 100,
"Amount of entities to undo per batch. Use to tweak performance impact of undoing": 15,
"Enable data saving feature": true,
"Copy Options": {
"Check radius from each entity (true/false)": true,
"Share (true/false)": true,
"Tree (true/false)": false
},
"Paste Options": {
"Auth (true/false)": true,
"Deployables (true/false)": true,
"Inventories (true/false)": true,
"Vending Machines (true/false)": true,
"Stability (true/false)": true
}
}
© 版权声明
THE END
暂无评论内容