WNBlockUsage is simple bukkit plugin for showing number of blocks or percentage of blocks in selected areas. Text is formated onto signs.
NOTE: Everything is done in server thread, do not select areas bigger than 500k blocks!
Default config:
default_settings: prefix: '[WNBU]' # Whatever you want to type first into signs rate: 5000 # Refresh rate dynamic: # $cb depent colors 90: '&2' # If percentage is equal or bigger than 90, return &2 - green color 60: '&a' 30: '&e' 10: '&c' # If percentage is equal or bigger than 10 and smaller than 30, return &c - red 0: '&4' # If percentage is equal or bigger than 0 and smaller than 10, return &4 - dark red
[WNBU] $fb / $mb - -
Would be displayed as
- 7 / 9 - -
[WNBU] $cb $fb &7/ $mb - -
Would be displayed as
- (light green)7 (light gray)/ 9 - -
where (light green) color is automatic changed.
[WNBU] &4Mining $cb $pb % -
Would be displayed as
- (red)Mining (light green)68 % -
where (light green) color is automatic changed.
[WNBU] $cb $fb / $cb $mb &bMines! $cb $pb %
Would be displayed as
