|
Worldborder Shop (世界边界商店)Github |相关wiki |源站链接支持: fabric通过捐赠物品获得更大的世界边界
模组介绍
Worldborder Shop(世界边界商店)是一个了不起的模组,它允许玩家通过捐赠物品来扩展游戏中的世界边界。通过共同努力,玩家可以解锁新的生态环境,发现稀缺资源,并竞争登上排行榜的榜首!
指令
| 指令 | 作用 | 权限等级 |
| ---- | ---- | ---- |
| `/wbshop` | 打开主要的图形用户界面。查看您和其他玩家的点数、世界边界的大小以及经济系统中的总点数。 | 无 |
| `/bal` | 获取您当前的点数。 | 无 |
| `/withdraw` | 将您的余额提取到一个点券中。捐赠该点券以兑换您的余额。 | 无 |
| `/withdraw all` | 提取您的所有余额。 | 无 |
| `/wbshop econ` | 管理经济系统 | `wbshop.econ` 或 OP 等级 4 |
| `/wbshop econ borderfunction` | 设置用于计算边界大小的函数。函数使用 [exp4j](链接) 进行解析,并使用变量 \"points\"。请确保在函数周围使用引号(例如:`/wbshop econ borderfunction \"0.1points\"`,表示每个方块宽度需要 10 点数) | `wbshop.econ` 或 OP 等级 4 |
| `/wbshop econ get` | 获取(一名)玩家拥有的点数。 | `wbshop.econ` 或 OP 等级 4 |
| `/wbshop econ add` | 为玩家添加点数。 | `wbshop.econ` 或 OP 等级 4 |
| `/wbshop econ remove` | 从玩家身上扣除点数。 | `wbshop.econ` 或 OP 等级 4 |
| `/wbshop econ total` | 获取经济系统中的总点数。 | `wbshop.econ` 或 OP 等级 4 |
法律信息
Worldborder Shop(wbshop)使用 MIT 许可证进行许可。
exp4j 嵌入其中,使用 Apache License 2.0 进行许可。未进行任何修改。
Bug 报告和功能请求
请将 bug 报告和功能请求提交到我的[GitHub](链接)仓库。我会考虑版本迁移,但不会提供装载程序。
来自Modrinth所有游戏版本1.21.11.20.41.20.61.20.21.20.11.171.17.11.181.18.11.18.21.191.19.11.19.2所有类型fabric2.0.8+1.21.1wbshop-2.0.8+1.21.1.jar下载2.0.8+1.21.1#Alphawbshop-2.0.8+1.21.1-sources.jar下载2.0.8+1.21.1#Alpha- Updated to 1.21.1展开版本: 2.0.8+1.21.1支持游戏: 1.21.1类型:FabricAlpha下载次数: 4572.0.8+1.20.4wbshop-2.0.8+1.20.4.jar下载2.0.8+1.20.4#Releasewbshop-2.0.8+1.20.4-sources.jar下载2.0.8+1.20.4#Release- Fixed `/wbshop` not working展开版本: 2.0.8+1.20.4支持游戏: 1.20.4类型:FabricRelease下载次数: 1042.0.8+1.20.6wbshop-2.0.8+1.20.6.jar下载2.0.8+1.20.6#Alphawbshop-2.0.8+1.20.6-sources.jar下载2.0.8+1.20.6#Alpha- Updated to 1.20.6展开版本: 2.0.8+1.20.6支持游戏: 1.20.6类型:FabricAlpha下载次数: 952.0.8+1.20.2wbshop-2.0.8+1.20.2.jar下载2.0.8+1.20.2#Releasewbshop-2.0.8+1.20.2-sources.jar下载2.0.8+1.20.2#Release- Fixed `/wbshop` not working展开版本: 2.0.8+1.20.2支持游戏: 1.20.2类型:FabricRelease下载次数: 1032.0.7+1.20.2wbshop-2.0.7+1.20.2.jar下载2.0.7+1.20.2#Alphawbshop-2.0.7+1.20.2-sources.jar下载2.0.7+1.20.2#Alpha- Added the icon to the mod- Fixed Economy API compatibility (thanks to @basiqueevangelist for open-sourcing their code)展开版本: 2.0.7+1.20.2支持游戏: 1.20.2类型:FabricAlpha下载次数: 862.0.7+1.20.1wbshop-2.0.7+1.20.1.jar下载2.0.7+1.20.1#Releasewbshop-2.0.7+1.20.1-sources.jar下载2.0.7+1.20.1#Release- Added the icon to the mod- Fixed Economy API compatibility (thanks to @basiqueevangelist for open-sourcing their code)展开版本: 2.0.7+1.20.1支持游戏: 1.20.1类型:FabricRelease下载次数: 1612.0.6+1.20.1wbshop-2.0.6+1.20.1.jar下载2.0.6+1.20.1#Betawbshop-2.0.6+1.20.1-sources.jar下载2.0.6+1.20.1#Beta- Fixed crash when loading multiple worlds in singleplayer (#18)- Automatically generate points config file (#18)展开版本: 2.0.6+1.20.1支持游戏: 1.20.1类型:FabricBeta下载次数: 1242.0.5+1.20.1wbshop-2.0.5+1.20.1.jar下载2.0.5+1.20.1#Betawbshop-2.0.5+1.20.1-sources.jar下载2.0.5+1.20.1#Beta- Prevent withdrawing zero point vouchers- Added configuration for item values- Item values stored in `config/wbshop/itemValues.txt` in the form `regex;value`- Regex matches the item identifier (ex `minecraft:stone`). Value must be a long (integer number but bigger)- Fixed a bunch of state management issues展开版本: 2.0.5+1.20.1支持游戏: 1.20.1类型:FabricBeta下载次数: 902.0.3+1.20.1wbshop-2.0.3+1.20.1.jar下载2.0.3+1.20.1#Alphawbshop-2.0.3+1.20.1-sources.jar下载2.0.3+1.20.1#Alpha- Added exp4j for custom border algorithms- Added `/wbshop econ borderFunction <function>` for setting the function that determines the width of the border展开版本: 2.0.3+1.20.1支持游戏: 1.20.1类型:FabricAlpha下载次数: 1682.0.2+1.20.1wbshop-2.0.2+1.20.1.jar下载2.0.2+1.20.1#Releasewbshop-2.0.2+1.20.1-sources.jar下载2.0.2+1.20.1#Release- Fix leaderboard being backward展开版本: 2.0.2+1.20.1支持游戏: 1.20.1类型:FabricRelease下载次数: 1302.0.1+1.20.1wbshop-2.0.1+1.20.1.jar下载2.0.1+1.20.1#Alphawbshop-2.0.1+1.20.1-sources.jar下载2.0.1+1.20.1#Alpha- Allow managing offline players展开版本: 2.0.1+1.20.1支持游戏: 1.20.1类型:FabricAlpha下载次数: 1132.0.0+1.20.1wbshop-2.0.0+1.20.1.jar下载2.0.0+1.20.1#Alphawbshop-2.0.0+1.20.1-sources.jar下载2.0.0+1.20.1#Alpha- Ported to a new version- Rewrote EVERYTHING - this is **not** compatible with any previous version- Note: This is an alpha. Many commands do not work. This is just a preview.- Lose points on death展开版本: 2.0.0+1.20.1支持游戏: 1.20.1类型:FabricAlpha下载次数: 107Worldborder Shop 1.3.1+1.20.1wbshop-1.3.1+1.20.1.jar下载1.3.1+1.20.1#ReleasePorted to 1.20.1Better version coming in the future展开版本: 1.3.1+1.20.1支持游戏: 1.20.1类型:FabricRelease下载次数: 64[1.17.x] 1.3.1+build-3wbshop-1.3.1+build-3.jar下载1.3.1+build-3#AlphaAlpha because not all features have been tested. Please let me know if something goes wrong.展开版本: 1.3.1+build-3支持游戏: 1.17, 1.17.1类型:FabricAlpha下载次数: 83[1.18.x] 1.3.1+build-2wbshop-1.3.1+build-2.jar下载1.3.1+build-2#AlphaAdded support for 1.18.xIn alpha because not all features were tested, and this is a backport, so it is more likely to have problems. Please let me know if you run into errors.展开版本: 1.3.1+build-2支持游戏: 1.18, 1.18.1, 1.18.2类型:FabricAlpha下载次数: 93[1.19.x] wbshop-1.3.1+build-1wbshop-1.3.1+build-1.jar下载1.3.1+build-1#ReleaseAdded support for 1.19.1 and 1.19.2. The mod might work for snapshots, but I haven\'t tested that yet.展开版本: 1.3.1+build-1支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricRelease下载次数: 1281.3.1+build-0wbshop-1.3.1+build-0.jar下载1.3.1+build-0#Alpha展开版本: 1.3.1+build-0支持游戏: 1.19类型:FabricAlpha下载次数: 82全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
Worldborder Shop |
楼主
2025-8-10 19:57:51
回复(0)
收起回复
|