About Scavenger Hunt Event
Adds an exciting event to your server: a box appears at a random location on the map. Players must find it using a special compass. Whoever finds this box first will get all the loot.
The plugin is easy to set up and has great customization.
For the plugin to work, plugins such as ImageLibrary and SimpleLootTable are required!
Commands (admin only):
/sch_start - starts an event
/sch_stop - ends an event
Hooks:
void ScavengerHuntStarted() // called when the event starts
void ScavengerHuntEnded() // called when the event ends
Config:
{
"Autostart event": true,
"Minimum time to event start(in seconds)": 3000,
"Maximum time to event start(in seconds)": 5000,
"Minimum amount of online players to trigger the event": 1,
"Crate prefab": "assets/prefabs/deployable/large wood storage/box.wooden.large.prefab",
"Crate skin": 0,
"Event duration": 600,
"Minimum number of items in a crate": 6,
"Maximum number of items in a crate": 12,
"Simple loot table name": "exampleTable",
"Pre-event message time(in seconds)": 60,
"Icon AnchorMin": "0.02 0.92",
"Icon AnchorMax": "0.07 0.994",
"North icon": "https://i.imgur.com/myBNiHd.png",
"South icon": "https://i.imgur.com/UsUrH80.png",
"West icon": "https://i.imgur.com/QiSH0Xx.png",
"East icon": "https://i.imgur.com/10RljdU.png",
"NorthWest icon": "https://i.imgur.com/RC9W0rV.png",
"NorthEast icon": "https://i.imgur.com/Nh6wmlo.png",
"SouthWest icon": "https://i.imgur.com/KJ8YiU5.png",
"SouthEast icon": "https://i.imgur.com/l6HDfzQ.png"
}