
Map Art Copyright
A small server side mod designed to note the author who created the map. Allows to disable map copying.
- Загрузки
- 2K
- Подписчики
- 17
- Обновлён
- 2 июля 2025 г.
- Лицензия
- MPL-2.0
Опубликован 13 марта 2024 г.
Map Art Copyright
A server-side mod that records the author of a map and provides features to control map copying.
It can also disable map duplication, ensuring proper credit to map creators.

Features
- Tracks the original author of created maps.
- Option to disable map copying.
- Configurable rules for whether authors can copy or transfer maps.
- Ability to transfer maps into the public domain.
- Optional support for cleaning maps in a cartography table.
Default Configuration
# Maximum number of authors displayed in the map lore
maxPlayersInLore: 3
# Prevents copying maps (except for authors if 'authorsCanCopy' is true)
disableCopy: true
authorsCanCopy: true
# Allows the main author to transfer a map to the public domain
# (works only if 'disableCopy' is true)
publicDomainFeature: true
# Allows cleaning a map with a bucket or bottle of water in a cartography table
cleanMap: false
Commands
Configuration Management
/map-art config <config-value>
Requires the permission:map-art-copyright.change-config
(Alternatively, edit manually in:config/map-art-copyright/map-art-copyright.yml)
You can also edit config/map-art-copyright/lang.yml to customize mod messages.
Author Management
/map-art add <player>– Add a co-author./map-art remove <player>– Remove a co-author.
You must be the main author (the first player who created the filled map), or
Have the permissions:
map-art-copyright.add-authormap-art-copyright.remove-author
Accessibility
/map-art change-accessibility
Allows you to transfer your art into the public domain. Once transferred, anyone can copy it manually or via autocrafter.
This mod uses fabric-permissions-api. To manage permissions, use LuckPerms or another compatible mod.
Ченджлог
0.5Релиз1.21.9, 1.21.10, 1.21.11 · 2 июля 2025 г.
Update to 1.21.6; Renamed command "public-domain" to "change-accessibility"; Added an ability to clean a map with a water bottle
0.4Релиз1.21.1, 1.21.2, 1.21.3 · 3 декабря 2024 г.
Added "public domain" feature
Added ability to modify number of displayed authors
Added "lang" file
Fixed crash while start without luckoperms
0.3Релиз1.21, 1.21.1 · 5 сентября 2024 г.
deleted displayAuthorLore config value, changed how it works instead of ticking every time. Improved mod commands and custom nbt utilities. Fixed Crafter block ability to copy map. Added main author feature.
0.2Релиз1.20.4 · 19 марта 2024 г.
Upgraded newAuthor command to mapAuthor. You can now manage the map author list if you have certain permissions.
0.2Релиз1.20.1 · 19 марта 2024 г.
Upgraded newAuthor command to mapAuthor. You can now manage the map author list if you have certain permissions.
Комментарии
Загружаем…