Remove OP requirement for //calc
Not-A-Normal-Robot opened this issue ยท 1 comments
The Problem
I'm trying to use worldedit in a survival world for calculating stuff, but apparently you need OP perms for //calc.
A Solution
Remove OP requirement for //calc
Alternatives
Calculate by hand
- takes long (it's nearly impossible to count 8 x 4 in under 2 minutes)
Make a redstone calculator
- takes long to build and takes long to calculate
Give everyone OP perms
- abusers could abuse them
Anything Else?
No response
not going to happen. it has a permission, you dont need op (though you do need a perms implementation, which is a separate issue depending on platform). (also if you're just doing simple calculations you can easily use a calculator app or even a web browser. dunno why you'd need calc here at all)