ReduceUnpopularBlocks

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Prevent placing of specified blocks in a specified radius.

For what reason?

Daylightdetecors and hoppers produce lag if there are too many of them.

Screen

Installation

  1. Download the Jar file and put it into your plugins folder.
  2. Reload or restart your server

The config includes three examples when created, simply delete them if you don't want them

Commands

Adding a block

  • Command: /rub add <material> <radius you want to check> <max number of blocks allowed in that radius>
  • Example: /rub add BEACON 4 2
    • This will allow to set 2 Beacons in a cuboid radius of 4
  • Permission: rub.add

Removing a block

  • Command: /rub del <material>
  • Example: /rub del
    • This will remove the beacon
  • Permission: rub.del

Getting a list of the unpopular blocks

  • Command: /rub list
    • Returns a list of all restricted blocks
  • Permission: rub.list

Reloading the configfile

  • Command: /rub reload
    • Reloads the config file
  • Permission: rub.reload

Config

general:
# true turns on console warnings, false is the opposite ;)
  warnonconsole: true
searchfor:
# Material id
  BEACON:
# if you just want to deactivate it temporary you can do it right here
    activate: true
# radius of checking for this type of block
    checkradius: 4
# max number of blocks, that can be placed
    allowednumberofblocks: 2

 


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files