You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
The command worldborder add n with n < 0 is correct command syntax, however, the plugin shows an error, saying only values between positive 1 and 60,000,000 are allowed.
This may be true for the set command, the add command supports the range -60000000..60000000 though (-60000000 will never succeed, since during runtime the size cannot be below 1, it is still correct syntax though and the function file will load)
The text was updated successfully, but these errors were encountered:
The command
worldborder add n
with n < 0 is correct command syntax, however, the plugin shows an error, saying only values between positive 1 and 60,000,000 are allowed.This may be true for the set command, the add command supports the range
-60000000..60000000
though (-60000000 will never succeed, since during runtime the size cannot be below 1, it is still correct syntax though and the function file will load)The text was updated successfully, but these errors were encountered: