Replies: 2 comments 1 reply
-
This would be passed in through the scripting context, and not needed? There's not going to be anything like"localhost", because there won't be any remoting?
This is similar as originally, right? Or am I not seeing something?
The title() instead of cmd("/title") makes a lot of sense for autocompletion - sold!
I suspect there could be other things than "player" that we want to pass to event handlers, and it may evolve, so perhaps having a single "context" kind of object from which we can obtain things like Player, and maybe others, is better? |
Beta Was this translation helpful? Give feedback.
-
We seem to be using |
Beta Was this translation helpful? Give feedback.
-
API
Currently the API that is suggested in #322 looks like this:
If we want to have javascript that can easily execute this as well and have an api that is easy to learn I suggest that we change it a bit, make it easier to learn / have code completion:
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions