SyncStaticMapView-Archive icon

SyncStaticMapView-Archive -----

Synchronize static map across servers | Async | Permission control display | Upload image



1.2.1
  • More settings and features
    • Safe URL list
    • Independent upload limit for each player
    • Rate limiting prevents hackers
  • New command
    • /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"
  • New permissions
    • command.mapview.limit.*
    • command.mapview.limit.set
    • command.mapview.limit.increase
    • command.mapview.limit.subtract
    • command.mapview.limit.check_own
    • command.mapview.limit.check_all
    • mapview.ignore_size_restrictions
    • mapview.ignore_upload_limit
    • mapview.ignore_url_allowed
    • mapview.ignore_create_rate_limit
----------, Sep 22, 2021
Resource Information
Author:
----------
Total Downloads: 2,831
First Release: Sep 19, 2021
Last Update: Mar 19, 2023
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings