IslandMissions
The IslandMissions jar handles tracking island events. Using this jar, you can give players missions that can be completed once an event is fired. The mission checks when an event is fired and a configured condition is met.
Required Sections
events
List of events that are required to complete the mission.
Example for usage of this section can be found below.
Section Type
Configuration Section
Optional Sections
success-check
Condition that must be met for completing a mission. The evaluation of the condition must be true or false.
This requires knowledge in Java. You can use event as a variable for the event that was called.
Section Type
String
Example
Last updated
Was this helpful?