If you enjoy my plugins, please leave a rating!
Join my Discord Channel for more support!
AUTO SADDLES (FREE)
Automatically equip saddles on dinos after they are tamed, with configurable options by permission!
Configuration:
If you enjoy my plugins, please leave a rating!
Join my Discord Channel for more support!
Join my Discord Channel for more support!
AUTO SADDLES (FREE)
Automatically equip saddles on dinos after they are tamed, with configurable options by permission!
Configuration:
JSON:
{
"AutoSaddles":{
"Enabled": true,
"PermissionRefreshIntervalMinutes": 15,
"GroupPermission": {
"Default":{
"Priority": 99,
"DefaultDinoMinLevel": 150, // default dino level to give out saddles
"DefaultSaddleQuality": 0, // default saddle quality
"DefaultSaddleArmor": 25, // default saddle armor
"CustomDinoMinLevel": { // custom dino levels to give out saddles
"Para_Character": 100,
"Turtle_Character": 100
},
"CustomSaddleQuality": { // custom saddle quality
"Para_Character": 3,
"Turtle_Character": 5
},
"CustomSaddleArmor": { // custom saddle armor
"Para_Character": 75,
"Turtle_Character": 120
},
"UseBlacklistAsWhitelistInstead": false, // black/whitelist by permission
"DinoBlacklist":[
"Gigant_Character"
]
}
},
"AutoSaddles":{
"UseBlacklistAsWhitelistInstead": false, // global black/whitelist
"DinoBlacklist":[
"Mek_Character"
]
},
"Messages":{
"GroupPermission": {
"Default":{
"Priority": 99,
"SenderNameInChat": "SERVER"
}
}
}
}
}
If you enjoy my plugins, please leave a rating!
Join my Discord Channel for more support!