# Группы # VIP_1 - рюкзак на 48 слотов - в рюкзаке не портятся продукты - ускорен крафт в два раза # VIP_2 Все привелегии превой группы, плюс (если привелегия одного типа, то работает та у которой выше бонус): - рюкзак на 96 слотов - можно лутать сразу в рюкзак (если вы только зашли на сервер - необходимо открыть рюкзак один раз) - возможность автоулучшений при строительстве - ускорен крафт в четыре раза - выбор гена для растений # Плагины [Команды](https://steamcommunity.com/sharedfiles/filedetails/?id=1763025839) ## Команды быстрой настройки ``` ownerid 76561197997339983 imxodark o.grant groud admin adminhammer.allow o.grant groud admin adminradar.allowed o.grant groud admin backpacks.admin o.grant groud admin backpacks.keepondeath o.grant groud admin backpacks.nofoodspoiling o.grant groud admin backpacks.gather o.grant groud admin bgrade.all o.grant groud admin bgrade.nores o.grant groud admin copypaste.copy o.grant groud admin copypaste.list o.grant groud admin copypaste.paste o.grant groud admin copypaste.pasteback o.grant groud admin copypaste.undo o.grant groud admin craftingcontroller.instantbulkcraft o.group add vip1 o.usergroup add imxodark vip1 o.grant group vip1 backpacks.use o.grant group vip1 backpacks.gui o.grant group vip1 backpacks.nofoodspoiling o.grant group vip1 backpacks.size.48 o.grant group vip1 craftingcontroller.vip1 o.group add vip2 o.usergroup add imxodark vip2 o.grant groud vip2 backpacks.gather o.grant groud vip2 backpacks.size.96 o.grant groud vip2 bgrade.all o.grant group vip2 craftingcontroller.vip2 o.grant group vip2 customgenetics.use ``` ### Расшифровка #### Создать группу vip1 ``` o.group add vip1 ``` #### Добавить игрока **imxodark** в группу vip1 ``` o.usergroup add imxodark vip1 ``` #### Удалить игрока **imxodark** и группы vip1 ``` o.usergroup remove imxodark vip1 ``` #### Забрать право **rustmap.admin** у группы **VIP** ``` o.revoke group VIP rustmap.admin ``` #### Показать все группы ``` o.show groups ``` #### Показать разрешения ``` o.show perms ``` #### Показать состав группы и ее разрешения ``` o.show group vip1 ``` #### Показать группы и разрешения пользователя ``` o.show user imxodark ``` ## [AdminHammer](https://umod.org/plugins/admin-hammer) ### Chat Commands Toggle AdminHammer mode: >/adminhammer Check entity command: >/b ### Разрешения Allows player to use the admin hammer ``` adminhammer.allow ``` ## [AdminRadar](https://umod.org/plugins/admin-radar) ### Chat Commands Show radar > /radar Show a list of commands > /radar help Turn quick toggle UI on/off > /radar ui Draws all buildings on the server that have no TC > /radar buildings ### Разрешения Allows player to use /radar commands - This temporarily grants the admin flag. USE AT YOUR OWN RISK. ``` adminradar.allowed ``` Automatically turn on radar when you connect and wake up. ``` adminradar.auto ``` Allows players with this permission to use /radar list ``` adminradar.list ``` ## [Backpacks](https://umod.org/plugins/backpacks) ### Chat Commands Opens your own backpack > /backpack or /backpack.open Toggles whether you can see the backpack GUI button. > /backpackgui Opens another player's backpack. > /viewbackpack Forcibly erases all the contents of a specific player's backpack. > /backpack.erase ### Разрешения Required to open your own backpack. ``` backpacks.use ``` Required to use the viewbackpack, backpack.addsize and backpack.setsize commands. ``` backpacks.admin ``` Required to see the GUI button. ``` backpacks.gui ``` Exempts you from having your backpack erased or dropped on death. ``` backpacks.keepondeath ``` Prevents food items in your backpack from spoiling, as though your backpack is a powered fridge. ``` backpacks.nofoodspoiling ``` Allows you to enable gather mode per backpack page, which automatically transfers newly acquired inventory items to your backpack. ``` backpacks.gather ``` 8 rows ``` backpacks.size.48 ``` 16 rows ``` backpacks.size.96 ``` 24 rows ``` backpacks.size.144 ``` ## [BGrade](https://umod.org/plugins/bgrade) ### Chat Commands Change the players disable timer > /bgrade t Disable BGrade > /bgrade 0 Enable automatic Wood upgrades > /bgrade 1 Enable automatic Stone upgrades > /bgrade 2 Enable automatic Metal upgrades > /bgrade 3 Enable automatic Armoured upgrades > /bgrade ### Разрешения Allows the granted user to use all grades possible. ``` bgrade.all ``` Allows the user to not have to consume resources when their block is upgraded ``` bgrade.nores ``` ## [ChaosExtensionDownloader](https://rust-plug.ru/resources/chaos-extension-downloader.11/) Сервисный плагин. ## [CopyPaste](https://umod.org/plugins/copy-paste) ### Chat Commands #### Copy ``` /copy NAME options values - Copy a building Example: /copy home radius 3 method building Short example: /copy home r 3 m building ``` ##### Syntax - Options - **each true/false** - default: true - Check radius from each entity - **method building/proximity** - default: proximity - Choose the type of mechanics to use to copy a building: **Building**: Only copy the current building. **Proximity**: Copy all blocks close to the building. (Some deployables can be missing with Building also use proximity in these cases) - **radius XX** - default: 3 - Sets the radius to search for entities around each building parts & deployables - **share true/false** - default: true - Set to copy data CodeLocks, BuildingPrivileges, SleepingBag - **tree true/false** - default: false - Set to copy trees and resources #### Paste ``` /paste NAME options values - Paste a building Example: /paste home auth true stability false Short example: /paste home a true s false ``` ##### Syntax - Options - **auth true/false** - default: true - Authorize player in all cupboards - **blockcollision XX** - default: 0 - Checks in XX radius if there is something that could collide with the new building, if so, blocks the build. 0 is to deactivate the detection. - **deployables true/false** - default: true - Set to paste the deployables - **height XX - default: 0** - Adjust height to paste - **autoheight true/false** - default: true - Wether or not to try to find best height for building - **inventories true/false** - default: true - Set to paste the inventories - **stability true/false** - default: true - Set false to ignore stability system - **vending true/false** - default: true - Set to paste sellings, name and broadcasting for Vending Machine - **entityowner true/false** - default: true - Copy entity ownership of building. - **position x,y,z** - Override a position for spawning - **rotation x - default: 0** - Change rotation correction #### Pasteback ``` /pasteback NAME options values - Paste on old place a building where it was when it was saved Example: /pasteback home auth true stability false Short example: /pasteback home a true s false ``` ##### Syntax - Options - **auth true/false - default:** false - Authorize player in all cupboards - **deployables true/false - default:** true - Set to paste the deployables - **inventories true/false - default:** true - Set to paste the inventories - **height XX - default: 0** - Adjust height to pasteback - **stability true/false - default:** true - Set false to ignore stability system - **vending true/false - default:** false - Set to paste sellings, name and broadcasting for Vending Machine - **position x,y,z** - Override a position for spawning - **rotation x - default: 0** - Change rotation correction #### Undo ``` /undo - Removes what you've last pasted/copylist - List of stuctures (from folder oxide/data/copypaste) ``` ### Разрешения copypaste.copy copypaste.list copypaste.paste copypaste.pasteback copypaste.undo ## [CraftingController](https://umod.org/plugins/crafting-controller) ### Chat Commands Бессмысленны, все настривается через конфиг. ### Разрешения **craftingcontroller.instantbulkcraft** - give player permissions to instantly bulk craft all items **craftingcontroller.blockitems** - allows use of the block and unblock craft-able items commands **craftingcontroller.itemrate** - allows setting of individual item craft rates **craftingcontroller.craftingrate** - allows craftrate command **craftingcontroller.setbenchlvl** - allows use of benchlvl command **craftingcontroller.setskins** -allows setskin command ## [CustomGenetics](https://umod.org/plugins/custom-genetics) ### Chat Commands **/setgenes** -- Change the genetics of the seeds in the players inventory Example of proper format: /setgenes gggyyy ### Разрешения customgenetics.use ## [DeathNotes](https://umod.org/plugins/death-notes) ### Chat Commands ### Разрешения ## [GatherManager](https://umod.org/plugins/gather-manager) ### Chat Commands ### Разрешения ## [GatherRewards](https://umod.org/plugins/gather-rewards) ### Chat Commands ### Разрешения ## [ImageLibrary](https://umod.org/plugins/image-library) Сервисный плагин. ## [Kits](https://umod.org/plugins/rust-kits) ### Chat Commands ### Разрешения ## [LockedCrateTimer](https://umod.org/plugins/hackable-crate-time-editor) ### Chat Commands ### Разрешения ## [Logger](https://umod.org/plugins/logger) Сервисный плагин. Кандидат на отключение. ## [MagicLoot](https://umod.org/plugins/magic-loot) ### Chat Commands ### Разрешения ## [MLRSHellfire](https://umod.org/plugins/mlrs-hellfire) ### Chat Commands ### Разрешения ## [NoGiveNotices](https://umod.org/plugins/no-give-notices) ### Chat Commands ### Разрешения ## [NoGreen](https://umod.org/plugins/no-green) Может быть стоит заменить беттер чатом. ## [QuickSmelt](https://umod.org/plugins/quick-smelt) ### Chat Commands ### Разрешения ## [RaidProtection](https://rustmods.ru/resources/raid-protection.689/) ### Chat Commands ### Разрешения ## [RaidTracker](https://umod.org/plugins/raid-tracker) ### Chat Commands ### Разрешения ## [RecycleManager](https://umod.org/plugins/recycle-manager) ### Chat Commands ### Разрешения ## [RemoverTool](https://umod.org/plugins/remover-tool) ### Chat Commands ### Разрешения ## [ServerInfo](https://umod.org/plugins/server-info) ### Chat Commands ### Разрешения ## [ServerPop](https://codefling.com/plugins/server-pop) ### Chat Commands ### Разрешения ## [ServerRewards](https://umod.org/plugins/server-rewards) ### Chat Commands ### Разрешения ## [SimpleStatus](https://codefling.com/plugins/simple-status) ### Chat Commands ### Разрешения ## [StackSizeController](https://umod.org/plugins/stack-size-controller) ### Chat Commands ### Разрешения ## [TimedExecute](https://umod.org/plugins/timed-execute) ### Chat Commands ### Разрешения ## [UpkeepDisplayFix](https://umod.org/plugins/upkeep-display-fix) ### Chat Commands ### Разрешения ## [Vanish](https://umod.org/plugins/vanish) ### Chat Commands ### Разрешения ## [VendingInStock](https://umod.org/plugins/vending-in-stock) ### Chat Commands ### Разрешения ## [Welcomer](https://umod.org/plugins/welcomer) ### Chat Commands ### Разрешения ## [ZoneManager](https://umod.org/plugins/zone-manager) ### Chat Commands ### Разрешения