我们首先从第一个链接下载BuildTools.jar,然后在D盘新建一个文件夹,把BuildTools.jar放进去,然后再文件夹里新建一个文本文档,输入以下红字内容 @echo offset /p Input=Enter the version: || set Input=latestjava -jar BuildTools.jar --rev %Input%pause 然后另存为buildtool.bat 点击启动之后输入你要下载的...
config.yml里配置插件的基本参数,跟服务器保护有关,比如说可以把protect: prevent:栏里的苦力怕爆炸对建筑、物品的毁坏给关了(设置为true即为阻止破坏) worth.yml可以配置物品在服务器里的货币价值,或者在服务器里通过/setworth指令直接修改物品价值。 userdata目录里存放着用户数据,用vim打开其中一个用户的文件,可以...
### 四、选区填充与修改指令 `set 方块ID`:填充选区内部。 `replace 方块ID`:替换选区内非空气方块。 `replace 被替换方块ID 替换方块ID`:指定替换选区内的特定方块。 其他如 `overlay`、`walls`、`outline block`、`smooth`、`deform`、`hollow` 和 `regen` 等指令,用于修改和填充选区。 ### 五、剪贴指...
blockObj=mc.getBlockWithData(0,0,0)#retrieves a block object for the block at 0,0,0 .setBlock(x,y,z) "Set block (x,y,z,id,[data])" mc.setBlock(0,0,0,block.DIRT.id)#sets a block at an x, y, z co-ordinate to a particular typemc.setblock(0,0,0,block.WOOD.id,1)#se...
炸药,岩浆桶,末地水晶,重生锚,tnt矿车 活塞,黏性活塞,末影珍珠,紫颂果,打火石,火焰弹,刷怪笼,发射器 水桶,蛙鱼桶,鳕鱼桶,热带鱼桶,美西螈桶,蝌蚪桶,河豚桶 前置要求: 请在聊天栏输入: /gamerule commandblockoutput false ↑关闭命令方块反馈 /scoreboard objectives add safety dummy ...
Minecraft WorldEdit wiki: http://mineplugin.org/WorldEdit#.E5.AF.BC.E5.85.A5.E4.B8.8E.E5.AF.BC.E5.87.BA //limit <参数> 设置一个修改的最大数量方块(个)。 历史纪录 //undo 复原最后一个动作。 //redo 还原复原的动作。 /clearhistory 清除历史纪录。
setType south west above above(steps?: number): Block | undefined Returns the @minecraft/server.Block above this block (positive in the Y direction). Parameters steps?: number = 1 Number of steps above to step before returning. Returns Block | undefined Notes: This function can throw err...
block not set JSON Object Defines the block that will be placed. use_on not set Array List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed. See Custom Item Use Priority for more information on use beha...
After you have created a custom block with the Wizard, you can use Blockbench to design a custom 3D model for it. The plugin works similarly to theMinecraft Entity Wizard, which you can use to create custom entities. Demonstration: How to Make a Custom Block ...
In addition, these vector positions are not interchangeable with BlockLocation. If you want to get this volume represented as range of of BlockLocations, you can use the getBoundingBox utility function. This volume class will maintain the ordering of the corner indexes as initially set. imagine ...