Skip to content

Configuration section

FeaRiTail edited this page Jul 25, 2012 · 1 revision

Here you will find details about the Configuration of the plugin itself.

Basically, the plugin will need 2 YAML-Files which will are to be found in the $MINECRAFT_SERVER/plugins/Safari folder:

plugin.yml

Here you will be able to define:

  • which safaris are available for the players
  • how the safaris are setup:
    • when to kill mobs
    • which mobs to kill
    • which drop-rewards the players will receive when completing the safari
    • when each safari will be eligible for each player (necessary safari-points)*

playerdata.yml

Usually, you will not have to modify this file as this file contains the persisted data for each player. For completeness I will describe the structure of the data nevertheless.

Clone this wiki locally