Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.71 KB

README.md

File metadata and controls

23 lines (21 loc) · 1.71 KB

Movecraft-ShipRules

A Paper plugin designed to automatically enforce ship rules on Movecraft servers. Written by a4bde but borrows code heavily from Movecraft 8, written by cccm5, TylerS1066, and BaccaYarro.

Building

./gradlew clean build --parallel can be run to build the plugin. Jars will be located in Movecraft-ShipRules/build/libs.

Usage

Movecraft-ShipRules adds the following craft type properties:

  • minLengthToWidthRatio: The minimum ratio of length to width for the craft's detected hitbox. This is not direction-dependent, which axis constitutes 'length' and which constitutes 'width' is found at detection time. Defaults to -1, which will have no effect.
  • maxLenghtToWidthRatio: Same as above.
  • minLengthToHeightRatio: Same as above. Unlike Length and Width, which change which axis they are depending on a ship's configuration, Height is always the Y-axis.
  • maxLengthToHeightRatio
  • minWidthToHeightRatio: It's width to height rather than the other way around as it is expected that ships will be wider than they are tall.
  • maxWidthToHeightRatio
  • minAbsoluteHeight: The maximum number of blocks tall this type can be, irrespective of all other directions. Defaults to -1 (disabled).
  • maxAbsoluteHeight: Same as above. Setting this and the above as the same integer value will require crafts to always be the same number of blocks tall, and will change the message to only display one number rather than the 'max' and 'min.'
  • minAbsoluteLength: Same as above.
  • maxAbsoluteLength
  • minAbsoluteWidth
  • maxAbsoluteWidth
  • minEngineBlobs: Currently unused.
  • maxEngineBlobs: Same as above.
  • requireCruiseSignAlignment: Requires all cruise signs on the craft to be facing the same direction.