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.
You can find a list of events available here. Only islands related events can be used.
You can add "-target" to track data for target players in events. For example, when using IslandKickEvent, by default - the event will be tracked for the player that did the operation (the /is kick command). However, by adding "-target" to the event ("IslandKickEvent-target"), the event will be tracked for the player that was kicked.
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