Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 311 Bytes

Design.md

File metadata and controls

9 lines (5 loc) · 311 Bytes

设计思路

  1. 如何重写mcdr配置?

    直接修改mcdr config, 然后使用ServerInterface.get_plugin_command_source()获取指令源,然后 ServerInterface.execute_command("!!MCDR reload config")进行配置重载

  2. 如何修改/重写server.properties

    引入Jproperties