-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only/exclude config support #1
Comments
Was the config functionality implemented yet? I tried something similar by checking for armor values ['iron','diamond'] and then pulling those item_ids to allow them to be worn. |
Nope, I'm currently moving codebase to typescript so there are quite a bit of major changes coming up soon. I'll try to look at this after the migration. |
I'm very curious of the result, I'm still using javascript together with Node to get my bots in, which also gives me the ability to create an easy Web UI, what are cons and pros for typescript? |
It's done already by the way, feel free to explore. Typescript is a subset of javascript which basically adds strict types to the language, it's a two edged sword since it allows to create code less prone to errors by sacrificing speed of development because you need to write same code as in javascript but also add types and ensure they are being followed. You can still easily use this module in your javascript project, I just personally find typescript better in a long run 🙂 |
Thanks for the heads up buddy, will look into Typescript! ;) |
No description provided.
The text was updated successfully, but these errors were encountered: