The configurationcan be found in the file:
/oxide/config/UltimateBeds.json
{
"RolePermission": {
"default": {
"Player Max Sleeping Bag/Bed limit": 15,
"Sleeping bag unlock time after placed": 300,
"Bed unlock time after placed": 120,
"Sleeping bag respawn cooldown": 300,
"Bed respawn cooldown": 120,
"Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50,
"Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50
},
"vip1": {
"Player Max Sleeping Bag/Bed limit": 20,
"Sleeping bag unlock time after placed": 200,
"Bed unlock time after placed": 100,
"Sleeping bag respawn cooldown": 180,
"Bed respawn cooldown": 80,
"Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50,
"Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50
},
"vip2": {
"Player Max Sleeping Bag/Bed limit": 40,
"Sleeping bag unlock time after placed": 100,
"Bed unlock time after placed": 50,
"Sleeping bag respawn cooldown": 80,
"Bed respawn cooldown": 40,
"Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50,
"Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50
},
"vip3": {
"Player Max Sleeping Bag/Bed limit": 60,
"Sleeping bag unlock time after placed": 60,
"Bed unlock time after placed": 30,
"Sleeping bag respawn cooldown": 40,
"Bed respawn cooldown": 20,
"Sleeping Bag Range: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other)": 50,
"Bed Range: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other)": 50
}
}
}
Basically 4 groups are created, and you can change the settings for each of these groups
 FIELDS
PlayerMaxSleepingBagBed
— Defines the maximum number of sleeping bags/beds a player can place.
SleepingBagUnlockTime
— Defines after how many seconds the sleeping bag is ready for use when placed for the first time.
BedUnlockTime
— Defines after how many seconds the bed is ready for use when positioned for the first time.
SleepingBagRespawnCooldown
— Defines after how many seconds the sleeping bag can be used to spawn after the sleeping bag has already been used.
BedRespawnCooldown
 — Defines after how many seconds the bed can be used for spawning after the bed has already been used.
Sleeping Bag Range
: Radius within which to check other Sleeping Bags placed. Default: 50 (lower = more Sleeping Bags close to each other): 50,
Bed Range
: Radius within which to check other Beds placed. Default: 50 (lower = more Beds close to each other): 50
Reviews
There are no reviews yet.