/mapview limit set <Player name|UUID> <Limit amount> Set the maximum number of map that the player is allowed to upload
/mapview limit increase <Player name|UUID> <Limit amount> Increase the maximum number of map that players can upload
/mapview limit subtract <Player name|UUID> <Limit amount> Reduce the maximum number of map that players can upload
/mapview limit check Check the number of map you have used
/mapview limit check <Player name|UUID> Check the number of map used
New configuration(old configuration file must be added manually)
Code (YAML):
# Maximum number of rows allowed in a single upload maximum-row-allowed: 8
# Maximum number of columns allowed in a single upload maximum-column-allowed: 8
# Default player can upload the maximum number of maps # If cut 2:2 it will be 4 instead of 1 default-player-limit: 400
# URL access speed limit (second) # All url share a rate limit discard # Avoid hacker attacks from a large number of upload requests # Shutting down before processing is completed will cause all current queues to disappear url-rate-limit: 4
# Instruction to create a map rate limit (millisecond) create-rate-limit: 2000
# List of allowed URL sources allowed-url-source-list: -
"https://i.imgur.com/" languages:
your_upload_has_reached_limit: "Your upload has reached the limit: " url_not_allowed: "This URL is not allowed" player_not_online_use_uuid: "This player is not online, use UUID" parameter_not_player_name_or_uuid: "Parameter is not a player name or UUID: " set_successfully_now_limit: "Set up, the current upload limit: " now_limit: "Upload limit: " exceeding_allowed_size: "Exceeding the allowed size: " creation_speed_too_fast: "The creation speed is too fast, wait a minute"