SL24W14: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
** Allows getAdditionalExecutionParam(...) to support injecting a Kadi user object as a default parameter to command calls like
** Allows getAdditionalExecutionParam(...) to support injecting a Kadi user object as a default parameter to command calls like
** void give(ISession s, CommandSender sender, User user, CommandArguments args);
** void give(ISession s, CommandSender sender, User user, CommandArguments args);
* '''Fix ChunkliService Bug that a invalid minecraft name is not cached'''

Revision as of 17:25, 7 April 2024

◄ SL24W13 | SL24W15 ►

  • Update CommandBinding to allow injection additional paramters
    • Allows getAdditionalExecutionParam(...) to support injecting a Kadi user object as a default parameter to command calls like
    • void give(ISession s, CommandSender sender, User user, CommandArguments args);
  • Fix ChunkliService Bug that a invalid minecraft name is not cached