что делать если плагин imageonmap не работает

ImageOnMap — плагин на быстрые картинки на картах! [1.12.2] [1.10] [1.9] [1.8]

Скриншоты:


Команды и права:

imageonmap.new (или imageonmap.userender)

Эта команда выполняет функцию создания картинки на карте, всё что вам нужно это, выбрать картинку которую вы хотите добавить на сервер, узнать её «url» и вписать команду (/tomap (и саму ссылку)).

imageonmap.list, imageonmap.get, imageonmap.rename и imageonmap.delete

Эта команда показывает список всех созданных карт по номерам.

imageonmap.new для команды: /maptool new;

imageonmap.list для таких команд как: /maptool list и /maptool explore;

imageonmap.get для команды: /maptool get;

imageonmap.delete для команды: /maptool delete;

imageonmap.administrative для команды: /maptool migrate.

Команда «/maptool new «, такая же, как и «/tomap «. Создает картинку на карте.

Команда «/maptool list», покажет вам все созданные вами Карты.

Команда «/maptool get», выдаст вам выбранную вами карту, которую вы уже создавали, к примеру: Вы создавали картинку на карте, а сейчас у вас её нету так вы можете её себе выдать и не бояться потерять.

Команда «/maptool delete», эта команда поможет вам удалить карту из списка созданных карт.

Команда «/maptool migrate», эта команда выдаст вам все карты.

Источник

Error in console, when /tomap url #87

Comments

Guest1131 commented May 24, 2020

Hi, I have spigot version 1.13.2, and I installed the IageOnMap 4.0 pre-1 plugin.

But when I load the image with /tomap url, from an error in the console: this :

The map appears in the slot, but the picture does not appear on the map, and this error appears in the console :

java.lang.NoSuchMethodError: org.bukkit.Bukkit.getMap(I)Lorg/bukkit/map/MapView;
at fr.moribus.imageonmap.image.Renderer.installRenderer(Renderer.java:52)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:392) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
[08:49:29 ERROR]: Could not pass event PlayerItemHeldEvent to ImageOnMap v4.0-pre1
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:309)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1408)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.PacketPlayInHeldItemSlot.a(SourceFile:30)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.PacketPlayInHeldItemSlot.a(SourceFile:8)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_252]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_252]
at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot.jar:git-Spigot-f56e2e7-98b862a]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getMap(I)Lorg/bukkit/map/MapView;
at fr.moribus.imageonmap.image.MapInitEvent.initMap(MapInitEvent.java:111)

[. ]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[?:1.8.0_252]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

[?:1.8.0_252]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

[?:1.8.0_252]
at java.lang.reflect.Method.invoke(Method.java:498)

[?:1.8.0_252]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305)

[spigot.jar:git-Spigot-f56e2e7-98b862a]
. 15 more

The text was updated successfully, but these errors were encountered:

Источник

ImageOnMap

Загрузка

Предыдущие версии

Название Размер Обновлено Версия игры Загрузок
ImageOnMap 4.1.2 — Moderation Update Three release 428.93 KB Apr 12, 2021 1.16 9,459 Скачать
ImageOnMap 4.1.1 — Moderation Update release 425.70 KB Apr 11, 2021 1.16 63 Скачать
ImageOnMap 4.0 – Subtle Comfort release 387.56 KB Jun 14, 2020 1.16 20,291 Скачать
ImageOnMap 3.0 release 358.25 KB Jul 18, 2016 1.8.3 31,814 Скачать
ImageOnMap 2.7 release 31.04 KB Feb 10, 2014 CB 1.7.2-R0.3 22,753 Скачать
ImageOnMap 2.6.1 release 29.32 KB Feb 3, 2014 CB 1.7.2-R0.2 1,012 Скачать
ImageOnMap 2.6 release 28.22 KB Jan 29, 2014 CB 1.7.2-R0.2 440 Скачать
ImageOnMap 2.5 release 26.97 KB Jan 12, 2014 CB 1.7.2-R0.2 967 Скачать
ImageOnMap 2.1 release 24.11 KB Jan 9, 2014 CB 1.7.2-R0.2 670 Скачать
ImageOnMap 2.0.0.2 release 23.67 KB Jan 6, 2014 CB 1.7.2-R0.2 607 Скачать
ImageOnMap 1.3.1 release 12.04 KB Oct 8, 2013 1.6.4 2,790 Скачать
ImageOnMap 1.3 release 12.05 KB Oct 3, 2013 1.6.4 903 Скачать
ImageOnMap 1.2.2 release 10.41 KB Oct 2, 2013 1.6.4 585 Скачать
ImageOnMap 4.0 – Pre-release 2 beta 368.41 KB Jun 4, 2020 1.15 508 Скачать
ImageOnMap pre-2.0.0.1 beta 23.48 KB Dec 9, 2013 1.7.2 799 Скачать
ImageOnMap pre-2.0 beta 23.55 KB Dec 5, 2013 1.7.2 1,847 Скачать
ImageOnMap 1.2.1 beta 9.95 KB Oct 1, 2013 1.6.4 790 Скачать
ImageOnMap 1.2 beta 9.77 KB Oct 1, 2013 1.6.4 309 Скачать
ImageOnMap v1.1 beta 9.51 KB Sep 27, 2013 1.6.4 379 Скачать

Скриншоты

Описание

Вы когда-нибудь хотели просмотреть изображение на карте в игре? ImageOnMap позволяет вам это сделать! (Вдохновленный ImgMap)

Особенности

ImageOnMap позволяет загрузить картинку из Интернета на карту Minecraft.

Этот плагин является свободным программным обеспечением, лицензированным под лицензией GNU General Public License (версия 3 или выше). Исходный код опубликован на GitHub.

Последняя версия совместима только с Minecraft 1.15+.

Поддержка и запросы на ошибки

Если вам нужна помощь с ImageOnMap, то предпочтительным способом является наш сервер Discord. Мы говорим по-английски и по-французски. Сначала вы должны прочитать FAQ!

Мы-команда, стоящая за ImageOnMap (и другими), и личные сообщения от Spigot могут быть прочитаны только одним человеком. Поэтому вы не должны отправлять запросы на помощь, предложения или сообщения об ошибках с помощью Spigot или BukkitDev PMs. Любой премьер-министр, полученный после 28 июня 2020 года с любой из этих тем, будет проигнорирован.

Краткое руководство

Немецкоговорящие, вы можете посмотреть это видео (спасибо StarlessMiner)
Носители английского?

(спасибо Арме)

Еще один учебник на английском языке (спасибо ltjim007)

Команды и разрешения

/tomap

Визуализирует изображение и дает карту игроку вместе с ним.

/карты

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

/maptool

Главная команда для управления картами. Тем меньше используется и в повседневном обиходе.

О разрешениях

Вы можете предоставить imageonmap.* пользователям, так как это разрешение является ярлыком для всех разрешений пользователя (за исключением imageonmap.administrative ).

Конфигурация

Список изменений

3.0

Версия 3.0-это полная переписка оригинального плагина ImageOnMap, теперь основанного на zLib, который добавляет множество функций и исправляет множество ошибок.

Эта новая версия не совместима со старыми, поэтому ваши старые карты не будут загружены. Выполните команду /maptool migrate (как op или в консоли), чтобы вернуть их в эту новую версию.

Вы найдете среди новых функций:

3.1


4.0 предварительный выпуск 1


4.0 pre-release 2


4.0

Сбор данных

Источник

You can use any publicly-accessible link from the internet that is a direct link to a PNG, JPG, JPEG or GIF file.

If the /tomap command errors with “The given URL is not a valid image”, you probably gave a wrong link, to something else than a image directly.

To check that, make sure there is no webpage around the image. You can also right-click the image you want and select “Copy image URL” (or similar) to get the direct link to the image in your clipboard.

This means ImageOnMap was unable to find an image at the URL you given. Double-check the spelling, and ensure the image still exist. If nothing work, you can try to re-host the file somewhere else—you can use imgur, for example.

Although we have added some workarounds to avoid this problem in common cases, ImageOnMap cannot force a web server to send the file if it is a bit stubborn. In this case, your only option is to re-host the image you want to send. You can use imgur, for example.

Can I send GIFs?🔗

Yes, but they won’t animate.

I sent a big image and ImageOnMap gave me a “splatter map”. What’s that, and how can I use it?🔗

To display big images on a server using maps, you’ll have to place a lot of maps together on a wall, with a small part of the image on everyone of them. That’s boring.

A splatter map will do that for you: it contains as many maps as needed to render the image you sent. To use them, place on a wall, a floor or a ceiling, as many item frames as needed (the amount required is written on the splatter map’s tooltip), then place the map like any map on the bottom-left corner of the item frames. ImageOnMap will place all other maps for you.

To remove the whole poster at once, remove any map from it while sneaking.

Can I resize the image automatically?🔗

I want to craft images specifically for Minecraft. What is the corresponding size of a single map?🔗

Colours are bad! What can I do?🔗

Sadly, Minecraft cannot render all colours. We are limited to a small subset of colours listed on this page. We try to approximate colors as best as we can but we’re aware that’s not always perfect.

The next version will feature dithering, a technical process to optimise the colours used to render the map. That will enhance the overall quality of all images, including past ones.

ImageOnMap is way too open. Can I restrict its usage?🔗

ImageOnMap is open to every player by default because we want the plugin to be usable directly, even without a permissions plugin.

ImageOnMap say there is not enough place for a splatter map, but there is and the required size is not consistant🔗

It looks like ImageOnMap index was somehow corrupted. This can happen when the server is badly stopped (e.g. killed). An example is below: the size on the splatter map and on the error message doesn’t match.

This seems to be a Bukkit bug we struggle to fix, but for you, the simplest fix is to render a huge map once (a map you won’t use), and that rendering should repair ImageOnMap index. Run, as a player:

and re-render the previously non-working map.

When I place an image, every other player in the area cannot see the bottom-left map.🔗

If other players leave the area then go back to it, they should see the whole image. Players must unload the area on their client, so they must go further than the server’s rendering distance (usually, 300 blocks is enough).

We hope to find a fix for this, but at least, it’s only when the map is placed.

Server software questions🔗

What server softwares are supported?🔗

We support Spigot-based server softwares, i.e. Spigot, Paper, and their forks. We will make updates to support changes and fix bugs in these softwares.

Other server softwares are not supported. Alternative Bukkit implementations may work if the implementation is correct, but there is no guarantee, and we won’t update ImageOnMap to fix bugs on these as it would be too much work for us to handle. Also, as we hook with the native Minecraft server itself, alternative implementation without NMS accessible like Spigot-based servers probably won’t work correctly.

This being said, if you want to contribute to ImageOnMap to improve compatibility for a non-supported server software, we will happily accept your contributions.

Is Mohist (the Forge + Bukkit server software) supported?🔗

No, as it’s an alternative Bukkit implementation (see above). Their implementation for maps handling is incomplete (as of May 2021), so ImageOnMap will probably not work on this platform. If you want to contribute to improve Mohist support, feel free. You can also ask Mohist developers to improve the maps APIs, or contribute yourself to Mohist.

Host-specific questions🔗

I’m using Minehut and ImageOnMap doesn’t work.🔗

Minehut, a Minecraft server hosting plateform, made some updates around April 2nd, 2021 breaking pluralization on ImageOnMap translation system. As a consequence, ImageOnMap was unable to run. Actually, all QuartzLib-based plugins are affected, as they share the same translation components.

For ImageOnMap, Minehut disabled our translations system as a hotfix. We intend to fix this for everyone in an upcoming version (either 4.1 or 4.1.1), with degraded pluralization handling if the standard pluralization tools cannot be used.

I’m using Minehut and ImageOnMap miss some features.🔗

It looks like Minehut use a fork of ImageOnMap, instead of the version we build. In their version, internationalization is disabled: you won’t be able to use ImageOnMap in all languages supported; only English remain.

We intend to fix this for everyone in an upcoming version (either 4.1 or 4.1.1).

My link doesn’t work on PloudOS.🔗

You can only use imgur, due to PloudOS’ security policies

zDevelopers · Creative Commons BY-SA, 2015 – 2021 · Built using Zola, Juice and Octicons. · This website is open-source (and still in under construction).

Источник

Что делать если плагин imageonmap не работает

Repo for ImageOnMap, a bukkit plugin.

ImageOnMap allows you to load a picture from the Internet to a Minecraft map.

This plugin is a free software licenced under the CeCILL-B licence (BSD-style in French law).

Commands and Permissions

Renders an image and gives a map to the player with it.

Opens a GUI to see, retrieve and manage the user’s maps, can be used to see other user’s maps.

/givemap PlayerName [PlayerFrom]:

Give to a player a map from a player map store (if not specified will take from the player map store).

/maptool update [PlayerName]: [stretched|covered]

Update a specified map (the field PlayerName is optional, by default it will look in the command sender store)

Main command to manage the maps. The less used in everyday usage, too.

About the permissions

3.0 — The From-Scratch Update

The 3.0 release is a complete rewrite of the original ImageOnMap plugin, now based on QuartzLib, which adds many feature and fixes many bugs.

This new version is not compatible with the older ones, so your older maps will not be loaded. Run the /maptool migrate command (as op or in console) in order to get them back in this new version.

You will find amongst the new features:

3.1 — The Permissions Update

4.0 — Subtle Comfort

This version is a bit light in content, but we have unified part of the plugin (splatter map) and we prepared upcoming changes with required zLib features. The next update should be bigger and will add more stuff : thumbnail, optimization, possibility to deploy and place item frames in creative mode, creating interactive map that can run a command if you click on a specific frame…

This version is only compatible with Minecraft 1.15+. Compatibility for 1.14 and below is dropped for now, but in the future we will try to bring it back. Use 4.0 pre1 for now, if you require 1.13.2 – 1.14.4 compatibility. As for the upcoming Minecraft 1.16 version, an update will add compatibility soon after its release.

4.1 — Moderation Update

4.1 — Moderation Update gives mods or admins commands to see maps for other players, to give maps, but also to update maps already placed in the world. You can also use ImageOnMap commands from the console or from command blocks, opening a whole new realm of automation around ImageOnMap (read: commands executed from skripts and data-packs should work).

We also fixed some bugs that were reported by lots of people.

This version is only compatible with Minecraft 1.15+.

4.1.1 — Moderation Update Too

This version fix bugs introduced with 4.1, and others fixed on QuartzLib side, as this update the QuartzLib version we use to 0.0.3.

4.1.2 — Moderation Update Three

This version fixes some small console spam bugs and improves the performance of the translations of the plugin.

About

Repo for ImageOnMap, a bukkit plugin created to display any image using a map

Источник

Читайте также:  что такое abs esp tcs
Строительный портал