engsr6982 / PlotCraft

基于 LeviLamina 和 MoreDimension 开发,适用于 BDS 的地皮系统
6 stars 0 forks source link

[Bug]: 加载报错 #21

Closed wjh1507 closed 3 weeks ago

wjh1507 commented 3 weeks ago

Describe the bug

08:54:16.637 ERROR [LeviLamina] Failed to load mod PlotCraft 08:54:16.637 ERROR [LeviLamina] Reflection error in field 'economy.kit': 08:54:16.637 ERROR [LeviLamina] C++ Exception: std::bad_optional_access, from : 08:54:16.637 ERROR [LeviLamina] Bad optional access

To Reproduce

image

Expected behavior

08:54:16.637 ERROR [LeviLamina] Failed to load mod PlotCraft 08:54:16.637 ERROR [LeviLamina] Reflection error in field 'economy.kit': 08:54:16.637 ERROR [LeviLamina] C++ Exception: std::bad_optional_access, from : 08:54:16.637 ERROR [LeviLamina] Bad optional access

Screenshots

屏幕截图 2024-10-31 085654

Platform

win11

BDS Version

1.21.3

LeviLamina Version

0.13.5

Version

1.2.0

Additional context

No response

engsr6982 commented 3 weeks ago

检查 Config.json 的 economy.kit 经济套件是否正确。 economy.kit 只能填写 LegacyMoneyScoreboard

填写(使用) LegacyMoney 作为经济套件,则需要安装LegacyMoney,否则插件执行经济操作时,找不到符号。

wjh1507 commented 3 weeks ago

Screenshot_20241031_114800

engsr6982 commented 3 weeks ago

Screenshot_20241031_114800

注意大小写,magic_enum 转换枚举对大小写敏感