08-19-2016, 08:31 PM
Is there anyway currently to use bitwise operators in plugins? I currently want to make a feature that either requires 12 new columns to a table and a lot of new queries, or using bitwise operators and only a few queries. I found this, and it seems that either Cuberite has to support it, or I have to use a pure Lua implementation, which I rather don't really.