Players with permission are able to plant whole planterbox in one click. To do that you should:
- Select plant/clone/seed to be your active item
- Target planterbox
- HOLD SHIFT (SPRINT button) and click mouse button as you usually plant
- All free slots in planterbox will be planted by active item (if you have enough items in active stack).
Also your players can gather / cutting / remove dying using the SHIFT (SPRINT button) key.
To move fertilizer automatically, just set active item and click mouse button.
Permissions
Default permissions
autoplant.use
-- permission to use auto plantingautoplant.gather.use
-- permission to use auto gatherautoplant.cutting.use
-- permission to use auto cuttingautoplant.removedying.use
-- permission to use auto remove dyingautoplant.fertilizer.use
-- permission to use auto move fertilizer
Chat Commands
/fertilizer
-- Shows amount move fertilizer/fertilizer <amount>
-- Set amount move fertilizer
Configuration
Default Configuration
{
"Auto Plant permission": "autoplant.use",
"Auto Gather permission": "autoplant.gather.use",
"Auto Cutting permission": "autoplant.cutting.use",
"Auto Remove Dying permission": "autoplant.removedying.use",
"Auto fertilizer permission": "autoplant.fertilizer.use",
"Auto fertilizer configuration": {
"Maximum distance from the PlanterBox": 5,
"Default fertilizer amount": 100
}
}
Credits
- Egor Blagov - original author
Special thanks
- @Sharovoz - Sponsoring plugin development
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.