Skip to content

Reaction Teleport Drops

Daniel Mills edited this page Mar 31, 2016 · 2 revisions

What does it do?

This action teleports drops from broken blocks by players to their inventory. If a block is broken that was not from a player, it will be dropped on the ground normally. This helps reduce the amount of drop production. Experience from mined ores is also instantly transferred to the player who broke the block.

When is it used?

This is only turned on if the server drop limit is reached from the defined limit in the instability cause configuration. If the server is not lagging, this will not be turned on. This will also turn off if the server stops lagging or the drop limit has decreased.

Configuration

Located at plugins/React/reactions/action-teleport-drops.yml

component:
  # You can disable this here. However, be aware that it won't be used.
  # React will still warn you, but will not fix the problem
  enable: true
  
  # Most reactions do not use an interval, but some do
  # You shouldn't usually need to change this.
  interval: 100