zMenu
zMenu copied to clipboard
More languages support
The enum message cannot be customized at all (excluding decompile jars) And I saw some people in China who like your plugin (some people from other countries should also be), so I really hope you can rewrite a message processing structure. The structure is as follows:
- Create MessageHandler
- Put some methods about send and get
- Other classes use MessageHandler to get or send messages
And there's some questions I want to ask:
- Why you use the useless enum Message object?
- Why MessageLoader needs set message in a Message object? I think create another class to store message context (not the Message object) is great.