WorldEdit Wiki http://wiki.sk89q.com/wiki/WorldEdit/Expression_syntax#Functions(在下文的函数部分会有更多的介绍)需要注意的地方有:与日常书写表达式不同,2x,3y等需要用乘号链接,即2*x, 3*y;最后但并不是最不重要的,WorldEdit中使用的是并不是等式,而是不等式,因为WorldEdit会将选区内的每个方块的位置带入...
http://mineplugin.org/WorldEdit#.E5.AF.BC.E5.85.A5.E4.B8.8E.E5.AF.BC.E5.87.BA //limit <参数> 设置一个修改的最大数量方块(个)。 历史纪录 //undo 复原最后一个动作。 //redo 还原复原的动作。 /clearhistory 清除历史纪录。 选取区 //sel <形状> 选择区域的形状。形状有:长方形(cuboid) 椭...
⚠️ Bukkit, Spigot, or Paper users: Download the WorldEdit plugin. Join our Discord server if you need help with installing or using Worldedit. Make sure to check the docs first! Do I need cheats on? If you're playing on single player: Yes, cheats must be enabled for the world to...
Wiki Javadocs Contributing Want to add new features to FastAsyncWorldEdit or fix bugs yourself? You can get the game running, with FastAsyncWorldEdit, from the code here: For additional information about compiling FastAsyncWorldEdit, read the compiling documentation. Special thanks JetBrains, creators...
https://mineplugin.org/WorldEdit hand和slot 这个在Wiki中不太好找,大部分人可能根本就不知道,其用法是把这两个单词作为pattern,hand用来代替手中的方块,slot后接数字,如slot1、slot2,代表在物品栏中相应位置的方块。使用这个,你就再也不用记那该死的英文id了 ...
关于WorldEdit的详细、完整教程,大家可以参考WorldEdit的官方Wiki或者网络上由玩家总结的各种教程(比如Minecraft插件百科提供的页面http://mineplugin.org/WorldEdit,上面有关于WorldEdit指令详细而专业的说明)。 1.6.1 WorldEdit安装 使用强大的WorldEdit之前我们首先要学会正确的安装它。如果你已经在之前学会MOD安装并且亲身...
WorldEdit等文档 https://enginehub.org/ mcbbs复活版 https://www.mcbbs2.net/ minebbs https://www.minebbs.com/ 鬼斩构建站(粘液科技) https://builds.guizhanss.com/ 服务器日志快速分享: https://mclo.gs/ 服务器资源网站: http://res.xsky.cloud:8081/ 速查 官方占位符快捷查询:https://wiki....
WorldEditSUI Sassy Minecraft plugin to show your current WorldEdit selection by displaying particles (which can be greatly customized in the plugin's config). Compared to other server plugins with similar functionality, it aims at a higher performance and lesser memory impact by having a quite simpl...
worldedit-libs Bring back the Sponge module, updated for 1.20.6 (#2538) 9个月前 worldedit-mod [Fabric] 1.21.2 4个月前 worldedit-neoforge Merge branch 'version/7.3.x' 19天前 worldedit-sponge Merge branch 'version/7.3.x' 19天前
WorldEdit selections will be shown without any configuration necessary, but the colours used are configurable whenMod Menuis installed. Compiling Run./gradlew build To import the project into your IDE, seeFabricMC Wiki articleand start fromStep 3. ...