Skip to content

SafariZone

angelo1235 edited this page Jan 9, 2021 · 1 revision

The Setup

First, You need a SafariZone building or area dedicated to the plugin before installing the plugin.
After installing the plugin, navigate to /config/safarizone/
Then open the file called: zones.conf
Inside that file edit the following:\

Zone-Settings {
    Example {
        "Display-Name"="Entrance"
        "Location-In"="Legendaries,1125,5,556"
        "Location-Out"="Legendaries,1125,5,562"
        "Max-X"="1095"
        "Max-Y"="25"
        "Max-Z"="543"
        "Min-X"="1149"
        "Min-Y"="4"
        "Min-Z"="558"
        "World"="Legendaries"
    }
}

Change the location settings to your own zone's location, World name as well, and the Display-Name is fully customizable.
For SpongeForge, use the Block Location under your XYZ in the F3 information menu instead of your own XYZ location.

Location-In and Location-Out, Is the location a player get's teleported to upon entering the zone.

Messages & NPC's

Adding NPC's is easy! Just make sure to paste in the XYZ from the NPC's FEET.

NPC-Locations=[
    "Legendaries,1122,5,562",
	"Legendaries,1128,5,562"
]

You can also edit all messages here.

Pokémons

As an add-on to the example given abive for the Zone location and naming, Here is an example list of Pokémon spawns inside the zone:

"Example" {
    Levels {
        Max=15
        Min=5
    }
    Spawns {
        "Dawn" {
            "Land" {
                "Sunkern"=0.701
                "Rattata"=0.605
                "Pidgey"=0.432
            }
            "Water" {
                "Magikarp"=0.81
                "Barboarch"=0.64
                "Finneon"=0.415
                "Feebas"=0.19
            }
        }
        "Day" {
            "Land" {
                "Phanpy"=0.542
                "Meowth"=0.365
                "Teddiursa"=0.254
            }
            "Water" {
                "Carvanha"=0.78
                "Tentacool"=0.65
                "Ducklett"=0.51
                "Basculin"=0.26
            }
        }
        "Night" {
            "Land" {
                "Ekans"=0.542
                "Poochyena"=0.365
                "Hoothoot"=0.254
            }
            "Water" {
                "Chinchou"=0.78
                "Clamperl"=0.65
                "Wooper"=0.51
            }
        }
    }
}

The amount of numbers (Example: "Hoothoot"=0.254) Is the chance that Pokémon spawns, The higher the chance towards 1.0, the more will spawn!
1.0 is and always will be a total of 100% in Lypaka's plugins for now. Meaning 0.01 is in fact 1%

Clone this wiki locally