Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
MilkyPixelart
Features
Art map & banners copy protection
Protect your unique banners and art maps from illegal copying with a simple command. Players need to pay to put copyright on maps. Nobody except for original author can create copies of copyrighted art map with a use of cartographer table.
Art map previews
Players can preview art maps with a right click from any AuctionHouse or similar plugin GUI. Now they can preview them before buying.
Better banner editing
Bypass the limit of 6 patterns on banners using GUI-based banner editor. Now players can add up to 16 patterns! You can also erase the top pattern with a phantom membrane. It is much more convenient than a regular loom and also works for older clients which cannot use loom due to Viaversion. Region protection plugins are compatible.
Duplicate search
Instantly search duplicated art maps through all the arts ever created on your server.
Blacklist
Blacklist certain map ids to delete them from players and containers. Useful to prevent art maps leaks on your server.
Dependencies
- Paper of supported version
- Vault + any Economy plugin
Configuration
# PLEASE DO NOT MODIFY
version: 1
commands:
# aliases for the root command, change requires server restart
aliases:
- pixelart
- art
- pxt
banners:
# price of the copyright protection for the banners
copyrightPrice: 20
pixelarts:
# protect all hanging entities from being destroyed by physics (like boats) bypassing region protection
physicsProtection: true
# prevent creating preview item frames overlapping other hanging entities
# use either this option or 'physicsProtection' option to prevent
# players destroying hanging entities in protected regions by doing a preview
preventOverlapDisplay: true
# duration in ticks to show art previews
previewDuration: 100
# cooldown in seconds between /art show command executions
showArtCooldown: 300
# price of the copyright protection for the art maps
copyrightPrice: 100
# allow preview art maps in any inventory, e.g. live chests, ender chests or even /invsee implementations
previewEverywhere: false
# allow preview maps in specific inventories which name contains the following strings
previewInventories:
- "Auction"
- "Market"
- "Shop"
# prevent players creating a filled map in area where they cannot build, works well with any protection plugin
# beware of players who build over the protected zone and open a filled map there
respectRegionProtection: true
# localization, supported values: en, ru
lang: en
# enable anonymized statistics about the plugin, please leave it on so I can see that people actually use my plugin
bStats: true
Commands
/pixelart protect
- copy protect the art/banner
/pixelart show
- show the art in the main hand
/pixelart showall
- show all arts in the toolbar
/pixelart findduplicated <map id>
- find other maps with the same picture as the given map id
/pixelart reload
- mostly safe reload of the entire plugin
/pixelart blacklist add <map id> <uuid>
- add the map to the blacklist with the specified legit owner
/pixelart blacklist remove <map id>
- remove the map from the blacklist
/pixelart blacklist list [page]
- show the blacklist
Permissions
For commands:
pixelart.protect
pixelart.show
pixelart.showall
pixelart.preview
- required to preview maps in show/showall
pixelart.findduplicated
pixelart.blacklist
pixelart.reload
Other:
pixelart.bypassloom
- bypass loom requirements
pixelart.show.cooldownbypass
- bypass show/showall cooldown
The plugin is provided "as it is" an is maintained and developed for MILKY-WAY.FUN server. It is free to use for anyone who wants same functionality. No features or fixes are guaranteed.