Talk:Plugin API

From Mineserver Wiki
Jump to navigationJump to search

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