You are browsing as a guest.
Sign up
(or log in) to start making projects!
- Created the
/minecraft command: allows to fetch
- Java and Bedrock edition server data (with
mcstatus.io API)
- Player info (with Starlight API by
lunareclipse.studio)
- Player skin rendered as a 3D model in different poses (with Starlight API)
- Created the
/embed command: send anything as an embed
- Created the
/qr command: encode some text into a QR Code (output can be an image or an ASCII text)
- Updated the dashboard to add a static resource
/skinModels which is used for the /minecraft skin sub command to fetch custom made models
- Added a regex for HEX colors (matches
#ffffff, #fff, ffffff and fff)
- created a
Minecraft object to collect all minecraft related functions
- Created the starlight and mcstatus.io API services & added them in the API client
- Update main
handleRequest function to add an optional error handler
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.