WorldEdit

WorldEdit

43M Downloads

//count not working as expected.

LadyCailinBot opened this issue ยท 1 comments

commented

WORLDEDIT-2719 - Reported by TrClub

Currently I am unsure whether this is intentional or actually a bug.

//count # does not work properly, it counts how many blocks are in the region without regard to the actual inputted block as #

To fix this issue, use //count -d # it will tell you the amount of blocks you require. Also, use //distr for more information.

Thank you for reading

commented

Comment by wizjany

On a region with 3 normal wool, 3 brown wool and 3 purple wool:
{{//count 35}} gives 9
{{//count 35:12}}, {{//count -d 35}}, and {{//count -d 35:12}} all give 3
{{//distr}} gives 9 wool
{{//distr -d}} gives 3 wool:0, 3 wool:12, and 3 wool:2

Afaik, this is all expected behavior