
Map Art Copyright
A small server side mod designed to note the author who created the map. Allows to disable map copying.
- Загрузки
- 3K
- Подписчики
- 18
- Обновлён
- 30 июля 2026 г.
- Лицензия
- 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
New recipe: Filled maps can now be cleaned back to empty maps via a shapeless recipe using a water bucket, potion, or any other item tagged as water_items. This replaces the previous cartography table cleanMap mixin feature.
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.7Релиз26.1.2, 26.2 · 30 июля 2026 г.
- Updated fabric.mod.json to make mod accessible for 26.2
- Replaced
cleanMapfeature with a shapeless recipe instead using custom water_items tag (water bucket and potion)
0.6Релиз26.1.2 · 10 июля 2026 г.
port to 26.1.2
was made by Miglonch (I would like to point out that, even though he violated the terms of the license and published the project under his own name without providing any links to the original)
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.
Комментарии
Загружаем…