Skip to content

Commit

Permalink
0.3.3 - README Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nealol committed Apr 13, 2024
1 parent f712173 commit d289bdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ A self-contained API for using the Hypixel plugin messages API. Uses `@lilithmod

All enums from https://github.com/HypixelDev/HypixelData are converted automatically into string representations. The only current exception is ServerType, which currently returns its raw string.

See: https://hypixel.net/threads/hypixel-mod-api-developer-preview-feedback.5635119/
See [the announcement thread](https://hypixel.net/threads/hypixel-mod-api-developer-preview-feedback.5635119/) for more information.

Adapted based on: https://github.com/HypixelDev/ModAPI

Currently up-to-date with ModAPI release 0.2.1

## Installation
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lilith/hypixel-plugin-message",
"version": "0.3.2",
"version": "0.3.3",
"exports": "./mod.ts",
"publish": {
"exclude": ["./test.ts"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypixel-plugin-message",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"main": "mod.ts",
"scripts": {
Expand Down

0 comments on commit d289bdd

Please sign in to comment.