JS API for determining /region powers
sk89q opened this issue ยท 0 comments
Allow developers to write JavaScript scripts to determine who can create or adjust regions, which will allow for a wide range of possibilities for town plots and such.
function canDefine(Player player, Region region) function canSetFlag(Player player, ProtectedRegion, Flag flag, Object value)
etc.