Version 1.0.6
8 downloads
The simplest Pocket Recycler with permissions
Permission
virtrecycler.use - permission to use /rec command
You can add custom permissions to change the recycling time and efficiency for players with permissions
Commands
Chat Command:
/rec - Open Pocket Recycler
DEFAULT CONFIGURATION
{
"Recycler Container Size": 6,
"Works only for those who have permission ?": true,
"Use Sound Effects?": true,
"Recycle Sound Effects": "assets/prefabs/misc/xmas/presents/effects/unwrap.prefab",
"Recycler Open Sound Effects?": "assets/prefabs/npc/autoturret/effects/autoturret-deploy.prefab",
"Stack Multiplier Per Recycle Tick(default: 0.1)": 0.1,
"Extra Scrap rate(default: 0)": 0.0,
"Default recycling efficiency (pocketrecycler.use: 0.4)": 0.4,
"Default recycling time duration (pocketrecycler.use: 8)": 8,
"Recycler Permissions Settings": {
"Recycling efficiency [permission] = efficiency (1.0 = 100%)": {
"pocketrecycler.deluxe": 1.0,
"pocketrecycler.premium": 0.8,
"pocketrecycler.vip": 0.6
},
"Recycling time duration [permission] = time (sec)": {
"pocketrecycler.deluxe": 0,
"pocketrecycler.premium": 4,
"pocketrecycler.vip": 6
}
}
}
DEFAULT LANG FILES
EN
{
"permission": "You do not have permission to use this command!",
"INPUT_STRING": "Input",
"EFFICIENCY": "EFFICIENCY {0}%, {1} SEC",
"CAN_RECYCLE": "You cannot perform this action while: <color=#FBD900>{0}</color>",
"BUILDING_BLOCKED": "in another player's building zone"
}
RU
{
"permission": "У вас нет разрешения для использования этой команды!",
"INPUT_STRING": "Ввод",
"EFFICIENCY": "ЭФФЕКТИВНОСТЬ {0}%, {1} СЕКУНД",
"CAN_RECYCLE": "Вы не можете выполнить это действие находясь: <color=#4A95CC>{0}</color>",
"BUILDING_BLOCKED": "в зоне запрета строительства"
}