-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
### Pumpkin Text | ||
Here we build Mojang's Textcomponent, Which is used across many places, Often where text is send to the player. | ||
|
||
### Features | ||
- Colors | ||
- [ ] RBG | ||
- [x] Black | ||
- [x] Dark Blue | ||
- [x] Dark Green | ||
- [x] Dark Aqua | ||
- [x] Dark Red | ||
- [x] Dark Purple | ||
- [x] Gold | ||
- [x] Gray | ||
- [x] Dark Gray | ||
- [x] Blue | ||
- [x] Green | ||
- [x] Aqua | ||
- [x] Red | ||
- [x] Light Purple | ||
- [x] Yellow | ||
- [x] White | ||
- Style | ||
- [x] Bold | ||
- [x] Italic | ||
- [x] Underlined | ||
- [x] Strikethrough | ||
- [x] Obfuscated | ||
- [x] Insertion | ||
- Click Event | ||
- [x] Open URL | ||
- [x] Run Command | ||
- [x] Suggest Command | ||
- [x] Change Pange (Book) | ||
- [x] Copy to Clipboard | ||
- Hover Event | ||
- [x] Show Text | ||
- [x] Show Item | ||
- [x] ShowEntity | ||
- Fonts | ||
- [x] Default | ||
- [ ] Uniform (Unicode) | ||
- [ ] Alt | ||
- [ ] Illageralt | ||
|
||
Reference: https://wiki.vg/Text_formatting |