Version 1.0.0
3 downloads
ZB VIP Craft Boost is a lightweight Rust Oxide/uMod plugin that controls crafting speed with simple VIP permission tiers.
Features:
- Default players craft at x2 speed
- VIP1 players craft at x4 speed
- VIP2 players craft at x8 speed
- VIP2 has priority over VIP1
- Active crafting queues are recalculated when VIP permissions or groups are changed
- Blueprint craft times are restored when the plugin unloads
- Players can check their current crafting speed with /craftspeed
- Admins can test VIP levels with /vip1 and /vip2
Permissions:
- craftingcontroller.vip1 - Gives x4 crafting speed
- craftingcontroller.vip2 - Gives x8 crafting speed
- craftingcontroller.admin - Allows test commands and refresh command
Commands:
- /craftspeed - Shows your current crafting speed
- /vip1 - Toggles VIP1 for testing
- /vip2 - Toggles VIP2 for testing
- craftingcontroller.refresh - Recalculates active crafting queues
Default configuration:
- Default player multiplier: x2
- VIP1 multiplier: x4
- VIP2 multiplier: x8
Credits:
- Mughisi - original Crafting Controller author
- Nivex - helped maintain the original plugin
- Whispers88 - uMod Crafting Controller author/copyright holder for the MIT version
- Zheka_Bazaley - current rewrite and fixed VIP tier logic