In this update, there has been a total of 5 new features that has been added. These are to assist with the overall gameplay experience, and to assist you with your plugin development with ease.
New Features
- Scoreboards
- Holograms
- Particles
- Sound Effects
- Title Messages
New Commands
Please Note: You must have /cloudapi: placed before these commands, in order to test them in game
Code (YAML):
commands:
testgradient:
description
: Test gradient text
usage
: /<command>
testbold:
description
: Test bold text
usage
: /<command>
testcolor:
description
: Test color codes
usage
: /<command>
testplaceholder:
description
: Test placeholders
usage
: /<command>
testbossbar:
description
: Test boss bar
usage
: /<command>
testactionbar:
description
: Test action bar
usage
: /<command>
testshadow:
description
: Test text shadow
usage
: /<command>
testanimation:
description
: Test text animation
usage
: /<command>
testchannel:
description
: Test chat channel functionality
(join or leave
)
usage
: /<command> <join|leave>
testqueue:
description
: Test message queue
usage
: /<command>
testfilter:
description
: Test word filter
usage
: /<command>
testlinkfilter:
description
: Test link filter
usage
: /<command>
testtitle:
description
: Test title message
usage
: /<command>
testscoreboard:
description
: Test custom scoreboard
usage
: /<command>
testparticle:
description
: Test particle effects
usage
: /<command>
testhologram:
description
: Test holograms
usage
: /<command>
removetesthologram:
description
: Remove test holograms
usage
: /<command>
testsound:
description
: Test sound effects
usage
: /<command>
Updated Documentation
Updated API Description