MCMrARM / toolbox-issue-tracker

6 stars 0 forks source link

Server.sendChat() doesn't work, custom throwables are not supported #21

Closed ghost closed 8 years ago

ghost commented 8 years ago

In the BlockLauncher you could execute the function Server.sendChat("hello"); as net.zhuoweizhang.mcpelauncher.ScriptManager.sendChat("hello"); because of the Server.sendChat doesn't work in servers.

I tried with io.mrarm.mctoolbox.ScriptManager.sendChat("hello"); but it said that 'io' is not defined please give me the solution for that function.


OTHER QUESTIONS

How do I create custom throwables? How do I write/edit a file using ModPE

MCMrARM commented 8 years ago

Both Server.sendChat() and custom throwables have been now implemented and will be available in the next beta.

ghost commented 8 years ago

Ok