Плагин для добавления изображений на карты (создание картин) #22

Closed
opened 2025-05-13 18:48:29 +00:00 by cuqmbr · 4 comments
Owner

Описать почему был выбран плагин, добавить заметки по конфигурации. Интеграция с плагином для ролей

Описать почему был выбран плагин, добавить заметки по конфигурации. Интеграция с плагином для ролей
cuqmbr added the
server/lobby
label 2025-05-13 18:48:29 +00:00
cuqmbr self-assigned this 2025-05-13 18:48:29 +00:00
apathy was assigned by cuqmbr 2025-05-13 18:48:29 +00:00
oznobys was assigned by cuqmbr 2025-05-13 18:48:29 +00:00
cuqmbr added this to the Task Tracker project 2025-05-13 18:48:29 +00:00
cuqmbr changed title from Плагин для добавление изображений на карты (qr коды и другое) to Плагин для добавление изображений на карты (создание картин) (qr коды и другое) 2025-05-26 17:52:05 +00:00
cuqmbr changed title from Плагин для добавление изображений на карты (создание картин) (qr коды и другое) to Плагин для добавление изображений на карты (создание картин) (qr коды и другое) )0)0) 2025-05-26 17:52:11 +00:00
cuqmbr removed their assignment 2025-05-26 17:52:41 +00:00
apathy was unassigned by cuqmbr 2025-05-26 17:52:42 +00:00
cuqmbr changed title from Плагин для добавление изображений на карты (создание картин) (qr коды и другое) )0)0) to Плагин для добавления изображений на карты (создание картин) (qr коды и другое) )0)0) 2025-06-19 10:33:15 +00:00
Member

Был выбран плагин ImageFrame по причинам:

  1. Простота и удобство
  2. Поддержка PNG, JPEG, GIF, WEBP
  3. Гибкая конфигурация
  4. Встроенный WhiteList в конфиг-файл.

Команды

Для админов:
/imageframe reload - Reloads the plugin
/imageframe update - Check for updates

Для модераторов:
/imageframe list <player> - List a player's pre-existing image maps
/imageframe giveinvisibleframe <glowing/regular> [amount] [player] - Give invisible item frame items
/imageframe adminsetcreator <image_id> <player> - Change the creator of an image map
/imageframe adminmigrate <ImageMap/DrMap/ImageOnMap> - Migrate data from the selected and supported third-party plugin

Для игроков:
/imageframe select - Select item frames to put image maps on
/imageframe create <name> <url> <width> <height> - Create a new image map
/imageframe create <name> <url> selection - Create a new image map and put it directly in your selected item frames
/imageframe create <name> <url> <width> <height> combined - Create a new image map and get its Combined ImageMap item
/imageframe overlay <name> <url> - Create a new image map that adds an overlay on a Minecraft Vanilla map you are holding
/imageframe overlay <name> <url> selection - Create a new image map that adds an overlay on a Minecraft Vanilla map in your selected item frames
/imageframe clone <name> <new_name> - Create a new image map with the same properties as the old one
/imageframe clone <name> <new_name> selection - Create a new image map with the same properties as the old one and put it directly in your selected item frames
/imageframe clone <name> <new_name> combined - Create a new image map with the same properties as the old one and get its Combined ImageMap item
/imageframe playback <name> pause - Toggle pause for an animated image map
/imageframe playback <name> jumpto <seconds> - Jump to a specific second for an animated image map
/imageframe refresh [optional:image_name] [optional:new_url] - Refresh a map you've created from source url
/imageframe info - Get info related to the image map you are holding
/imageframe get <name> - Get a self-created pre-existing image map
/imageframe get <name> selection - Put a self-created pre-existing image map directly on your selected item frames
/imageframe get <name> combined - Get a self-created pre-existing image map in its Combined ImageMap form
/imageframe delete <name> - Delete a self-created pre-existing image map
/imageframe rename <name> <new_name> - Rename a self-created pre-existing image map
/imageframe list - List all self-created pre-existing image maps
/imageframe marker add <image_name> <marker_name> <direction:0-15> <marker_type> [optional:caption] - Add a marker to your map
/imageframe marker remove <image_name> <marker_name> - Remove a marker from your map
/imageframe marker clear <image_name> - Clear all markers from your map
/imageframe setaccess <name> <player> <permission> - Set access permission of other players for your map

### Был выбран плагин ImageFrame по причинам: 1. Простота и удобство 2. Поддержка PNG, JPEG, GIF, WEBP 3. Гибкая конфигурация 4. Встроенный WhiteList в конфиг-файл. ### Команды **Для админов:** `/imageframe reload` - Reloads the plugin `/imageframe update` - Check for updates **Для модераторов:** `/imageframe list <player>` - List a player's pre-existing image maps `/imageframe giveinvisibleframe <glowing/regular> [amount] [player]` - Give invisible item frame items `/imageframe adminsetcreator <image_id> <player>` - Change the creator of an image map `/imageframe adminmigrate <ImageMap/DrMap/ImageOnMap>` - Migrate data from the selected and supported third-party plugin **Для игроков:** `/imageframe select` - Select item frames to put image maps on `/imageframe create <name> <url> <width> <height>` - Create a new image map `/imageframe create <name> <url> selection` - Create a new image map and put it directly in your selected item frames `/imageframe create <name> <url> <width> <height> combined` - Create a new image map and get its Combined ImageMap item `/imageframe overlay <name> <url>` - Create a new image map that adds an overlay on a Minecraft Vanilla map you are holding `/imageframe overlay <name> <url> selection` - Create a new image map that adds an overlay on a Minecraft Vanilla map in your selected item frames `/imageframe clone <name> <new_name>` - Create a new image map with the same properties as the old one `/imageframe clone <name> <new_name> selection` - Create a new image map with the same properties as the old one and put it directly in your selected item frames `/imageframe clone <name> <new_name> combined` - Create a new image map with the same properties as the old one and get its Combined ImageMap item `/imageframe playback <name> pause` - Toggle pause for an animated image map `/imageframe playback <name> jumpto <seconds>` - Jump to a specific second for an animated image map `/imageframe refresh [optional:image_name] [optional:new_url]` - Refresh a map you've created from source url `/imageframe info` - Get info related to the image map you are holding `/imageframe get <name>` - Get a self-created pre-existing image map `/imageframe get <name> selection` - Put a self-created pre-existing image map directly on your selected item frames `/imageframe get <name> combined` - Get a self-created pre-existing image map in its Combined ImageMap form `/imageframe delete <name>` - Delete a self-created pre-existing image map `/imageframe rename <name> <new_name>` - Rename a self-created pre-existing image map `/imageframe list` - List all self-created pre-existing image maps `/imageframe marker add <image_name> <marker_name> <direction:0-15> <marker_type> [optional:caption]` - Add a marker to your map `/imageframe marker remove <image_name> <marker_name>` - Remove a marker from your map `/imageframe marker clear <image_name>` - Clear all markers from your map `/imageframe setaccess <name> <player> <permission>` - Set access permission of other players for your map
Author
Owner
https://github.com/LOOHP/ImageFrame
Author
Owner

добавить плагин на сервер lobby

добавить плагин на сервер lobby
Author
Owner

Продублировать на лобби

Продублировать на лобби
cuqmbr reopened this issue 2025-07-09 17:40:20 +00:00
cuqmbr changed title from Плагин для добавления изображений на карты (создание картин) (qr коды и другое) )0)0) to Плагин для добавления изображений на карты (создание картин) 2025-08-13 13:29:02 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bebrashield/task-tracker#22
No description provided.