Talk:Plugin API

From Mineserver Wiki
Revision as of 07:36, 5 January 2011 by Nathacof (talk | contribs)
Jump to navigationJump to search

A few Questions

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