Rust 自定義基因插件
https://umod.org/plugins/custom-genetics
Permissions
This plugin uses the permission system. To assign a permission, use?oxide.grant <user or group> <name or steam id> <permission>
. To remove a permission, use?oxide.revoke <user or group> <name or steam id> <permission>
.
customgenetics.use
?-- Allows the player to use the?/setgenes
?command
Chat Commands
/setgenes
?-- Change the genetics of the seeds in the players inventory
Example of proper format:?/setgenes gggyyy
Configuration
The settings and options can be configured in the?CustomGenetics
?file under the?config
?directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
Copy
{
?"allowed seeds (full or short names)": [?
? ?"seed.black.berry",?
? ?"seed.blue.berry",
??
?"seed.corn",
??
?"seed.green.berry",
?
??"seed.hemp",
?
?"seed.potato",
?
?"seed.pumpkin",
??
?"seed.red.berry",
??
?"seed.white.berry",
??
?"seed.yellow.berry",
?
??"clone.black.berry",
?
??"clone.blue.berry",
?
??"clone.corn",
??
?"clone.green.berry",
??
?"clone.hemp",
??
?"clone.potato",
??
?"clone.pumpkin",
?
?"clone.red.berry",
?
?"clone.white.berry",
??
?"clone.yellow.berry"?
?],?
?"admins bypass (true/false)": true,?
?"only affect the active item (true/false)": true
?
//having this to false will change the genetics of every seed in their inventory, instead of just the seed they're holding}