QuickFarm

QuickFarm

2.2k Downloads

Grow crops !

This plugin provides users with commands to create farm areas of different shapes (circle, square & rectangle), with the possibility to be surrounded by a fence.

Installation & configuration

Simply download QuickFarm.jar, place it in the plugins folder of your server, then restart the server, which will generate a default config.yml file under the plugins/QuickFarm folder. Editing it will allow to set :

  • the building distance (ie the distance between the player and the block he aims at) ;
  • the maximum radius (for a circular farm) ;
  • the maximum width (for a rectangular farm) ;
  • the undo limit per player.

Commands

  • /qf <mode> <shape> <length/radius> [depth] - Create a new farm area of the given dimensions
  • /qf undo [player] - Undo previous action

Modes

s, simple

Replaces existing dirt/grass/farmland with no block above by farmland and plants wheat seeds.

sf

Same as simple, surrounded by a fence.

b, brute

Replaces any existing block by farmland, deletes blocks above the farm and plants wheat seeds.

bf

Same as brute, surrounded by a fence.

Shapes

c, circle

r, rectangle (if only one dimension is given as parameter, makes a square...)

Permissions

  • quickfarm.simple
  • quickfarm.brute
  • quickfarm.fence
  • quickfarm.undo

Examples

/qf s r 10 15 will generate a rectangular farm area with a length of 10 and a depth of 15, the bottom-left corner being the block the user looks at.

/qf bf c 5 will generate a circular farm area of radius 5, centered on the block the users looks at, and surrounded by a fence.

/qf undo will undo the last action for the current user.

Known issues

Don't hesitate to report bugs/issues !

Changelog

See changelog