Dear Orange! This is a great plugin and honestly only one of the two that I need on my server!
Unfortunately, I can't seem to make it to work. Plugin is loaded and is visible under Oxide, my JSON config for plugin is:
Unfortunately, I can't seem to make it to work. Plugin is loaded and is visible under Oxide, my JSON config for plugin is:
{
"List": [{
"Permission": "default",
"Priority": 1,
"Sleeping bag cooldown": 900.0,
"Bed cooldown": 500.0,
"Sleeping bag unlock time": 900.0,
"Bed unlock time": 500.0
},
{
"Permission": "admin",
"Priority": 1,
"Sleeping bag cooldown": 900.0,
"Bed cooldown": 500.0,
"Sleeping bag unlock time": 900.0,
"Bed unlock time": 500.0
},
{
"Permission": null,
"Priority": 2,
"Sleeping bag cooldown": 900.0,
"Bed cooldown": 500.0,
"Sleeping bag unlock time": 900.0,
"Bed unlock time": 500.0
}
]
}