PluginServerInterface ===================== :doc:`API package ` path: ``mcdreforged.api.types`` .. currentmodule:: mcdreforged.plugin.si.plugin_server_interface .. autoclass:: PluginServerInterface Plugin Registry --------------- .. automethod:: PluginServerInterface.register_event_listener .. automethod:: PluginServerInterface.register_command .. automethod:: PluginServerInterface.register_help_message .. automethod:: PluginServerInterface.register_translation .. automethod:: PluginServerInterface.register_server_handler .. automethod:: PluginServerInterface.register_info_filter Plugin Utils ------------ .. automethod:: PluginServerInterface.get_self_metadata .. automethod:: PluginServerInterface.get_data_folder .. automethod:: PluginServerInterface.open_bundled_file .. automethod:: PluginServerInterface.load_config_simple .. automethod:: PluginServerInterface.save_config_simple