The new addon is a warp limiter.
It allows (when enabled) to limit the amount of warps each player is allowed to create through iwarp.
New section in config:
Code (YAML):
warp-limiter:
enabled
: false
# whether or not the addon is enabled
limits
:
# iwarp.limits.override -> no limit
default number of warps
default: 1 # iwarp.limits.default -> warps
VIP: 3 # iwarp.limits.vip -> VIP number of
Whoever has the
iwarp.limits.default permissions (by default, everyone) can create 1 warp and whoever has
iwarp.limits.vip permission (by default, nobody) can create 3 warps.
Whoever has the
iwarp.limits.override permission can create infinitely many (read: 2^31 - 1) warps.
Only the permission associated with the biggest number is taken into account.