πŸ₯ŠBoxMeter

This is a design in which the player hits the punching bag and depending on several parameters the force of the hit is given. This value is random, but there are several parameters that still affect:

β€’ how much he accelerated;

β€’ how direct the hit was relative to the punching bag;

β€’ how many players and creatures he killed during the entire time on the server.

3 hits are given according to the standard in the config and after that the current record of this stand will be recorded on the stand.

Installation

Place 3 blocks horizontally in a row.

There should be 2 blocks free above these blocks. Roughly speaking, it will occupy an area of ​​3 by 3 blocks vertically.

Place a sign somewhere nearby.

Watch on the sign and enter the command:

/boxmeter install

If you use developers resource pack, you need to place 2 barriers vertically and place a sign on the highest block on the side. Then just watch on the sign and enter the command:

/boxmeter install

Commands

Description
Command

View mode commands

/boxmeter help

Stare on the sign and enter the command

/boxmeter install

Adds an item to your hand as a prize when you win. You need to specify the drop chance. Be sure to change the drop type in the config for this mode.

/boxmeter additem <chance>

With this command you can set an item in your hand with which the player can start the game. You can set many items! Be sure to allow the game to be started by the item in the general config!

/boxmeter addstartitem

Clears the list of such items that can be used to start the game

/boxmeter clearstartitems

Permissions

For what
Permission

Gives all mode access to the player

fun.boxmeter.*

Gives the player permission to play this mode

fun.boxmeter.use

Main config (config.yml)

Mode config (box_meter.yml)

You can change the type of reward. Just change it in the config above. Here are what they are:

1) MONEY - Gives only money

2) ITEM - Gives only one item with some chance

3) ALLITEMS - Gives all items in list

4) COMMAND - Executes commands. Example:

Last updated