Talk:Plugin API

From Mineserver Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A few Questions

  • There's no sendBlock() in the plugin_api.h file? Nathacof
  • Why is dtos() defined in command.cpp but referenced in the example plugin? Nathacof
  • How do I get a callback function to accept a User object if I do not include the class files in my plugin? Nathacof