BlocksMissions
The BlocksMissions jar handles tracking of placement and breaking of blocks in islands. Using this jar, you can give players missions that they need to break certain blocks or place them. The mission checks when players place blocks or break blocks, and track data accordingly.
Required Sections
required-blocks
List of blocks that are required to complete the mission.
Example for usage of this section can be found below.
Section Type
Configuration Section
Optional Sections
only-natural-blocks
Whether to track only natural blocks when players break them.
Section Type
Boolean (true/false)
blocks-placement
When set to true, the mission will track placement of blocks instead of breaking them.
Section Type
Boolean (true/false)
blocks-replace
When set to true, players will be allowed to replace the blocks and gain progress for the misson.
Section Type
Boolean (true/false)
Example
Last updated
Was this helpful?