Block

The fishing plugin introduces a unique feature that enables players to fish up blocks! This isn't limited to vanilla blocks or the default fishing loots. The plugin seamlessly integrates with other plugins, allowing users to set up custom blocks. One of the highlights of this feature is the capability to fish up chests filled with randomized items, making every catch a potential surprise!

apple_crate:
  block: barrel
  velocity:
    horizontal: 1.07
    vertical: 1.5
  properties:
    directional: true
    storage:
      apple_1:
        item: APPLE
        amount: 1~2
        chance: 0.8
      apple_2:
        item: APPLE
        amount: 1~2
        chance: 0.8

Block Type: Define the type of block. In this case, it's a barrel.

Velocity: This refers to the speed of the block's movement when getting out of water surface.

Properties: Configure the behavior and characteristics of the block.

Available properties:

directional-4: true

directional-6: true

moisture: 4

campfire: true

rotatable: true

noteblock:
  instrument: PIANO
  note: 7

age: 4

turtle-eggs: 3

storage:
  apple_1:
    # Tip: To use Custom Fishing items, just input "CustomFishing:type:id"
    item: APPLE
    amount: 1~2
    chance: 0.8

Last updated