Skip to content

headtapper/InvasivePlants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

InvasivePlants

Seed and clone planting controller. Requires players to plant seeds and clones in planter boxes.

Modern solution for unmaintained plugin Agriblock by Death.

Permissions

  • invasiveplants.bypass Bypass planter check for players with this permission allowing them to plant seeds and clones anywhere.

Configuration

Example

{
  "EnableChatMessage": true,
  "ReturnItem": true,
  "ItemBlacklistShortnames": [],
  "CallOnDenyPlantHook": false
}

Properties

  • EnableChatMessage Enable or disable sending message to user when attempting to plant outside of a planter.
  • ReturnItem Enable or disable returning seeds & clones to players when attempting to plant outside of a planter.
  • ItemIgnoreListShortnames (list strings) List of item shortnames to ignore planter check for.
  • CallOnDenyPlantHook For developers - If you don't need this or don't know what it's for you can leave it as false. If true this hook will be called when a player is denied planting outside of a planter.

Item ignore list example

"ItemIgnoreListShortnames": [
  "clone.hemp",
  "seed.hemp"
]

Full list of item shortnames on Rust: https://www.corrosionhour.com/rust-item-list/

About

Seed & clone planting controller. Requires players to plant seeds & clones in planter boxes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages