deoxxa / jsmc

Pure JavaScript Minecraft server
Other
82 stars 14 forks source link

parsers + chat colours. #5

Closed SomeoneWeird closed 11 years ago

deoxxa commented 11 years ago

As per my IRC comments, here are my thoughts:

94a329c: Good for now, but I'd like to move to an ANSI converter so we can play nice with existing modules

1891dec: Good, merged

99a36c5: I think this one is a slippery slope and we should implement a proper configuration system. I'd like to move the plugins out of config and into more of an express-like model where you define a server.js with all the behaviour, then a traditional configuration model for supplying runtime parameters to it (port, map storage, etc).