Отключение проверки обновлений плагина ImageOnMap

T1ttled

Пользователь
Сообщения
18
Плагин
ImageOnMap
Ядро сервера
  1. Spigot
Версия сервера
  1. Другое
Память сервера ОЗУ
4Gb
Привет! Впервые пишу сюда...
Версия сервера: 1.14.4
Версия плагина: ImageOnMap-4.0-pre1 (1.14.4), на данный момент актуальная версия ImageOnMap-4.0-pre2, но она для 1.15.2, каждый раз после загрузки сервера, пишет в консоль:
[Server thread/WARN]: [ImageOnMap] A new version of ImageOnMap is available! Latest version is 4.0-pre2, and you're running 4.0-pre1
[Server thread/WARN]: [ImageOnMap] Download the new version here:

В конфиге плагина отключить нельзя, в plugin.yml тоже, как отключить?!
config.yml:
YAML:
###  ImageOnMap configuration file


# Plugin language. Empty: system language.
# Available: en_US (default, fallback) and fr_FR.
lang:


# Allows collection of anonymous statistics on plugin environment and usage
# The statistics are publicly visible here: http://mcstats.org/plugin/ImageOnMap
collect-data: false


# Images rendered on maps consume Minecraft maps ID, and there are only 32 767 of them.
# You can limit the maximum number of maps a player, or the whole server, can use with ImageOnMap.
# 0 means unlimited.
map-global-limit: 0
map-player-limit: 0
plugin.yml:
YAML:
name: ImageOnMap
main: fr.moribus.imageonmap.ImageOnMap
version: "4.0-pre1"
api-version: "1.13"

commands:
   tomap:
      description: render an image in a map
      usage: /<command> [URL]
   maptool:
      description: manage maps
   maps:
      description: manage maps through a GUI

permissions:
    imageonmap.*:
        description: "Grants all the user permissions (excluding administrative ones)."
        default: true
        children:
            imageonmap.userender: true
            imageonmap.new: true
            imageonmap.list: true
            imageonmap.get: true
            imageonmap.explore: true
            imageonmap.rename: true
            imageonmap.delete: true
            imageonmap.administrative: false

    imageonmap.userender:
        description: "Allows you to use /tomap and related commands (/maptool getremaing). Alias of imageonmap.new."
        default: true

    imageonmap.new:
        description: "Allows you to use /tomap and related commands (/maptool getremaing)."
        default: true

    imageonmap.list:
        description: "Allows you to list the images you rendered."
        default: true

    imageonmap.get:
        description: "Allows you to get a new map among the ones you already rendered, and related commands (/maptool getremaing)."
        default: true

    imageonmap.explore:
        description: "Allows you to open a GUI with all your maps."
        default: true

    imageonmap.rename:
        description: "Allows you to rename a map you rendered in the past."
        default: true

    imageonmap.delete:
        description: "Allows you to delete a map you rendered in the past."
        default: true

    imageonmap.administrative:
        description: "Allows you to perform administrative tasks (like /maptool migrate)."
        default: op
Надеюсь на помощь ^_^
Спасибки))
P.S. Если что-то не дописал - подскажите.
 

Вложения

  • plugin.yml
    1.8 KB · Просмотры: 1
  • config.yml
    565 байт · Просмотры: 1
Последнее редактирование:
Будет загружаться как -pre2 и проверять обновление по этой версии, но функционал останется от -pre1

Вам необходимо зарегистрироваться для просмотра изображений-вложений
 
Назад
Сверху Снизу