This is an online editor for the TabList Bukkit plugin. With this you can preview specific texts with colour, formatting components that will append in the game too. Its current status is not complete, a lot of changes are still needed, especially to the style, as the page has a disgusting ugly look.
Site is avilable at https://montlikadani.github.io/
- Preview any text with the default Minecraft's formatting (colours/formatting)
- Can also display hexadecimal colours
- Parses and appends the TabList's
tablist.yml
file using the upload file button (appends header or footer) - Dark/Light mode
- Basic text formatting buttons (pick color, bold, italic ...)
- Change the background behind the displayed text (tablist)
- NodeJs
- Yarn
corepack enable
(In case if yarn is unrecognized command)npm install --force
(install dependencies)--force
to reinstall all dependency includingreact-scripts
yarn start
(for local testing)
npm install react-scripts --force
(only run this ifreact-scripts
dependency is missing fromnode_modules
)npm run deploy
(push new changes togh-pages
branch (frommain
) and publish site)