About Monument Helper
About:
Displays custom messages with informative information for players when entering or leaving monuments.
Full customizable bounds, display names and messages.
More feature planned:
Display recent combat history ex: death and players nearby count.
Custom loot spawns.
Permission:
monumenthelper.use
Chat Command:
Toggle on/off notifications.
/mh
Lang:
{ "Prefix": "<color=#3669CF>Monument Helper</color>: ", "MonumentEnter": "You have entered <color=#3BA55C>{0}</color>.\n\n{1}", "MonumentLeave": "You left <color=#ED4245>{0}</color>", "ToggleEnabled": "<color=#3BA55C>Enabled</color>", "ToggleDisable": "<color=#ED4245>Disabled</color>", "Toggled": "was {0}" }
Config:
{
"Chat command": "mh",
"Display message prefix": true,
"Display message when players enter a monument": true,
"Display message when players a leave monument": true,
"Wipe player toggles on new map save": true,
"Monuments": {
"Satellite Dish": {
"DisplayName": "Satellite Dish",
"Description": "A useful monument for loot, key cards and recycling items.",
"Enabled": true,
"Center": {
"x": 8.0,
"y": 1.0,
"z": 8.0
},
"Bounds": {
"x": 150.0,
"y": 150.0,
"z": 150.0
}
},
"Oil Rig": {
"DisplayName": "Oil Rig",
"Description": "High-value loot can be found in this area. Watch out for armed scientists.",
"Enabled": true,
"Center": {
"x": 25.0,
"y": 0.0,
"z": 0.0
},
"Bounds": {
"x": 140.0,
"y": 100.0,
"z": 140.0
}
},
"Mining Outpost": {
"DisplayName": "Mining Outpost",
"Description": "Low-value loot and a recycler can be found here.",
"Enabled": true,
"Center": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Bounds": {
"x": 50.0,
"y": 50.0,
"z": 50.0
}
}
}
}