Server Events

Plugin Server Events 2.00

**Server Events 1.16**
(Server API 3.51+ Required)

Changed Tek Dome settings that prevented corrupted dinos from functioning correctly
Minions will spawn with the boss instead of waiting.
Minions will now teleport back to the arena after they leave it.
Minions will no longer award experience when killed.
Added system to allow setting custom map names via the command line.
> -serverkey=YourCustomMapIdentifier
> This is useful if you run duplicate maps
> Can be used in WebhookPrefix
JSON:
"WebhookPrefix": {
        "Ragnarok": "Ragnarok",
        "YourCustomMapIdentifier": "Ragnarok 2",
Dino rewards can now use `Level` or `MinLevel`/`MaxLevel` to allow a range
JSON:
        "MinLevel": 150, //MinLevel/MaxLevel should be used together or Level only
        "MaxLevel": 200, //MinLevel/MaxLevel should be used together or Level only
Added new option
`"DisableGrapple": false, //True will prevent using or being grappled in the event arena`
Updated boss teleport to prevent wandering far away.

**(config change to ``EventBalanceSettings`)**
Tempest Dedicated Servers
Top