Вопрос Ultimate Clans V6

Ядро
Purpur

Timlunyt

Пользователь
Сообщения
124
Решения
4
Плагин
Ultimate Clans V6
Ядро сервера
  1. Purpur
Версия сервера
  1. 1.19
Память сервера ОЗУ
Больше 16Gb
Ссылка
https://polymart.org/resource/ultimate-clans.1162
У меня есть плагин на кланы, он перестал работать. Вроде работать перестал как обновил версию SkinRestorer (Обновил, потому-что у меня перестали показывать скины) Обновил, в день как обновлял все работало сегодня не работает UltimateClans, хз что делать, хэлп!!


Вот конфиг:
Код:
Plugin:
  check_for_updates: false
 
Config:
  tag: <blue>Кланы</blue> <gray>●
  date_format: dd/MM/yyyy HH:mm
  date_format_short: dd/MM/yyyy
  # You can insert your own languages in the /language/ folder following the Lang_ID.yml pattern.
  # Default languages:
  # EN - English
  # PL - Polish
  # TR - Turkish
  # BR - Brazilian
  # RU - Russian
  # ES - Spanish
  # HU - Hungarian
  # GE - German
  language: RU
  # Timezone is the definition of times by locations and countries. you can choose which timezone best fits your schedule
  # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  timezone: Europe/Moscow
  teleport_delay: 3
  
  gui:
    # The gui menus work as of 1.8 but you can turn it off and just use text mode
    enabled: true
    # Open gui menu when commands have no arguments
    open_gui_noargs: true
    # Force open gui menus (if enabled) without using the -gui arg
    forge_open-gui: true
    titles:
      # This is the character limiter for menu titles, by default minecraft supports 32 but this value can be exceeded with ProtocolLib
      max_characters: 30
      ellipsis: ..
  
  command:
    sort_alphabetically: true
    max_results_per_page: 8
    disabled_worlds: [
      ]
    disabled_regions: [
      ]
  
  special_permissions:
    bypass_command_cooldown: uclans.bypass_command_cooldown
    bypass_command_worlds: uclans.bypass_command_worlds
    bypass_command_regions: uclans.bypass_region
    bypass_teleport: uclans.bypass_teleport
    bypass_leader: uclans.bypass_leader
  
  money:
    enabled: true
    currency: $
    # VAULT, PLAYERPOINTS, CLANSOULS, ELEMENTALGEMS or TOKENENCHANT
    type: VAULT
    format: '#,##0'
  
  player:
    # about store_all_players
    #Players with data storage (true) retain KDR to join new clan
    # If TRUE it will store the data of all players for profile.
    # If it is FALSE, non-clan players will also have no profile and KDR.
    store_all_players: true
    #If this option is turned off, clans will not receive membtos message entering or disconnecting, the button to change this in settings will not appear either.
    join_quit: true
    nickname:
      custom_char: <red>~
      allowed_chars: '[0-9a-zA-Z_-]*'
      max_size: 16
    invites:
      # by player
      max_store: 9
      # in minutes, 1440 minutes = 1 day
      time_expires: 1440
    # Turns pvp management between members on or off
    ff:
      enabled: true
      # Turns off pvp between non-clan players.
      disable_noclan_pvp: false
      forced_worlds:
      - disabled_worlds
      #WorldGuard Regions
      forced_regions:
      - forced_worlds
    
    # Turns kdr management between clans on or off.
    kdr:
      enabled: true
      #Deaths by pvp when the player has no clan.
      noclan_count: true
      #Natural deaths, takedowns, mobs and other types.
      nopvp_count: true
      #points added to the clan and player KDR when the events below occur, (kills/deaths = ratio)
      kills:
        neutral: 1
        ally: 1
        rival: 1
        noclan: 1
        nopvp: 1
      disabled_kdr_worlds:
      - no_kdr_world
      #WorldGuard Regions
      disabled_kdr_regions:
      - no_kdr_region
    # The Skin Cache option is experimental and intended to remove player headlist loading errors.
    skin:
      # If the skins preference is hooks the plugin will not make requests to mojango, thus using hooks by default.
      prefer_to_hook: false
      # Check the Mojang API?.
      mojang: true
      # This option can be used for servers in OFFLINE mode, Uses skins based on the players nickname
      enable_offline: true
      # This option caches player skins along with the player data in the clan.
      store: true
      # If the player cache is empty use this skin (Base64) by default
      on_empty: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGRhODkzYzI2ZDQ4YmVmZDk4YWRmZmFkZDhjNDk2YmM1YWIyZjEyY2IzZDY3OGU4MTA4MGI5M2JjYTM4M2UifX19
      # in seconds
      custom_cooldown: 60
      # If the server is in OFFLINE MODE the plugin will try to retrieve skins using the hooks below
      hooks:
        skinsrestorer:
          enabled: false
          # This placeholder option can be used for skins restorer in 'Standalone Mode' and NOT in Proxy mode.
          
          # For servers in offline mode and PROXY mode follow the steps below (these steps created by skinsrestorer)
          # Set skinsrestorer to true.
          # Install the latest DEV version https://ci.codemc.io/job/SkinsRestorer/job/SkinsRestorerX-DEV on your backend and proxy servers.
          # You can enable the backend storage by create a file called enableSkinStorageAPI.txt in SkinsRestorer folder (backend server -> ./plugins/SkinsRestorer/enableSkinStorageAPI.txt)
          # Enable Mysql mode in the SkinsRestorer configuration file in the backend and also in the proxy, the connections must point to the same database.
          # Restart your entire network.
          useplaceholder: '%skinsrestorer_getTextureUrl_Or_Empty%'
 
Clan:
  
  home:
    #If disabled this does not appear in the menu and the command is marked as disabled.
    enabled: true
    guiclick_teleport_as_command: false
    allowed_chars: '[0-9a-zA-Z_-]*'
    public: false
    can_toggle_view: true
  banner: {
    }
  
  #Relationship between clans
  relation:
    ally:
      color: <green>
      text: '[Ally]'
    rival:
      color: <red>
      text: '[Rival]'
    neutral:
      color: <yellow>
      text: '[NR]'
    sameclan:
      color: <gold>
      text: ''
  
  # This option will delete inactive clans for X days.
  inactivity:
    enabled: false
    # in days
    delete_after: 30
  
  chat:
    #Clan Chat listener priority.
    #values (lowercase or UPPERCASE): LOWEST, LOW, NORMAL, HIGH, HIGHEST.
    priority: NORMAL
    format: '<hover:show_text:"<green>Clan %uclans_tag_color%<newline><newline><white> Leader: <aqua>%uclans_leader%<newline><white> Members: <aqua>%uclans_count_members%<newline><white> Level: <aqua>%uclans_level%">%uclans_tag_color% <light_purple>> <light_purple>%uclans_player_role_formated%<dark_purple>%player%<light_purple>: <light_purple>%chat_message%</hover>'
    spy_tag: '<dark_gray>[SPY] '
    enable_colors: false
    # BOLD, ITALIC, UNDERLINED, STRIKETHROUGH, OBFUSCATED
    disabled_decoration:
    - OBFUSCATED
  
  verify:
    always_verified: true
    list_unverified: true
  
  tag:
    #You can enable colors, gradient and rainbow with user permissions, leave it blank so everyone can use colors!
    color_permission: ''
    min_chars: 2
    max_chars: 15
    allowed_chars: '[а-яё\s]+|[a-z\s]+'
    # BOLD, ITALIC, UNDERLINED, STRIKETHROUGH, OBFUSCATED
    disabled_decoration:
    - OBFUSCATED
    default_color: <dark_gray>
    start: <white>[
    end: <white>]
    noclan_formated: <dark_red>WITHOUT CLAN
    # example, for russian character use 'CYRILLIC', all list in https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Character.UnicodeBlock.html
    unicodeblock: ''
    #This Tag cannot be used in Clans. Sensitive to upper and lower case, no color should be added.
    blacklist:
    - ADMIN
    - admin
    - MOD
    - mod
    - OWNER
    - owner
  
  desc:
    #You can enable colors, gradient and rainbow with user permissions, leave it blank so everyone can use colors!
    color_permission: ''
    min_chars: 2
    max_chars: 32
    allowed_chars: '[а-яё\s]+|[a-z\s]+'
    # BOLD, ITALIC, UNDERLINED, STRIKETHROUGH, OBFUSCATED
    disabled_decoration:
    - BOLD
    - OBFUSCATED
    default_color: <dark_gray>
    nodesc_formated: <dark_gray>WITHOUT DESC
    # example, for russian character use 'CYRILLIC', all list in https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Character.UnicodeBlock.html
    unicodeblock: ''
  
  command_actions:
    enabled: true
    # INSECONDS
    execute_delay: 1
    #example commands, Only %clantag% and %player% can be used here
    create_clan_commands: [
      ]
    #example commands, Only %clantag% and %player% can be used here
    delete_clan_commands: [
      ]
    #example commands, Only %clantag% and %player% can be used here
    join_clan_commands: [
      ]
    #example commands, Only %clantag% and %player% can be used here
    leave_clan_commands: [
      ]
    #example commands, Only %oldtag%, %newtag% and %player% can be used here
    modtag_clan_commands: [
      ]
  regroup_invite:
     # IN SECONDS
    max_time_seconds: 60
  rival_remove:
    need_confirmation: true
     # IN SECONDS
    max_time_seconds: 60
  ally_invite:
    need_confirmation: true
     # IN SECONDS
    max_time_seconds: 60
  
  logger:
    enabled: true
    enable_colors: true
    # in minutes, 2880 minutes = 2 days
    time_expires: 2880
    plugin_material: IRON_AXE
    plugin_name: Clan
    
    discord:
      # Send events to discord?
      enabled: true
      # in seconds
      ping_cooldown: 300
      regex: (https?:\/\/)?(www\.)?(discord\.(gg|io|me|li|com)|discordapp\.com\/api\/webhooks)\/.+[0-9a-zA-Z_-]
      embed:
        enabled: true
        #only hex colors
        color: '#5555FF'
        #variables: %player_uuid%
        avatar: https://crafatar.com/avatars/%player_uuid%.png
    events:
      ClanPlayerInviteReceive: true
      ClanPlayerRoleChangeEvent: true
      ClanPlayerJoinEvent: true
      ClanPlayerLeaveEvent: true
      ClanCreateEvent: true
      ClanModTagEvent: true
      ClanModDescEvent: true
      ClanPointChangeEvent: false
      ClanLevelEvent: true
      ClanVerifyChangeEvent: true
      ClanLeaderChangeEvent: true
      ClanAllyAddEvent: true
      ClanAllyRemoveEvent: true
      ClanRivalRemoveEvent: true
      ClanRivalAddEvent: true
      ClanHomeCreateEvent: true
      ClanHomeDeleteEvent: true
      ClanBannerChangeEvent: true
      ClanAllyInviteEvent: true
      ClanRivalInviteEvent: true
      ClanPlayerBanEvent: true
      ClanPlayerUnbanEvent: true
      ClanFFChangeEvent: true
      ClanRegroupSendEvent: true
 
# DONT CHANGE THIS
version:
  generated: 6.5.4
Если будут нужны другие файлы, то я прикреплю код, просто скажите
 
Забыл консоль прикрепить.

Вот:

Код:
>.... [16:26:49 INFO]: [UltimateClans] ========================================

>.... [16:26:49 INFO]: [UltimateClans] _ _ _ _ ______ _

>.... [16:26:49 INFO]: [UltimateClans] | | | || | _ (_) _ / _____)| | V6

>.... [16:26:49 INFO]: [UltimateClans] | | | || || |_ _ ____ ____ | |_ ____ | / | | ____ ____ ___

>.... [16:26:49 INFO]: [UltimateClans] | | | || || _) | || \ / _ || _) / _ )| | | | / _ || _ \ /___)

>.... [16:26:49 INFO]: [UltimateClans] | |___| || || |__ | || | | |( ( | || |__ ( (/ / | \_____ | |( ( | || | | ||___ |

>.... [16:26:49 INFO]: [UltimateClans] \______||_| \___)|_||_|_|_| \_||_| \___) \____) \______)|_| \_||_||_| |_|(___/

>.... [16:26:49 INFO]: [UltimateClans]

>.... [16:26:49 INFO]: [UltimateClans] Language: RU (default)

>.... [16:26:49 INFO]: [UltimateClans] Setup ScriptEngine:

>.... [16:26:49 INFO]: [UltimateClans] - Loaded successfully

>.... [16:26:49 INFO]: [UltimateClans] Setup hooks...

>.... [16:26:49 INFO]: [UltimateClans] - ProtocolLib

>.... [16:26:49 INFO]: [UltimateClans] - PlaceholderAPI

>.... [16:26:49 INFO]: [UltimateClans] - Duels

>.... [16:26:49 INFO]: [UltimateClans] - ItemsAdder

>.... [16:26:49 INFO]: [UltimateClans] Starting shutdown ...

>.... [16:26:49 INFO]: [UltimateClans] Closing storage...

>.... [16:26:49 INFO]: [UltimateClans] Disabling Adventure...

>.... [16:26:49 INFO]: [UltimateClans] Goodbye!
 
Если вы скажите старую версию поставить то я хз, у меня java 17 и на прошлой вресии SkinRestorrer мне писало что что-то по типу скачайте новую версию плагина чтобы работало на java 17, и не работали скины. Если вы скините версию где будет работать я скачаю и если что отмечу как решение, спасибо!
 
Там поддержка нормальная, пиши в ДС, если покупал конечно 🙃
Честно, покупал друг но скинул мне т.к. забросил делать сервера. Поэтому прошу помощи т.к. с другом давно не общаюсь и из-за этого никак в их дискорде спросить не могу.
 
Не помогло
Код:
hooks:
  skinsrestorer:
  enabled: false

Попробуй установить "enable" на "true", но это по факту не должно помочь.
Точно ли ты скинул всю информацию из консоли?
Объединено

Код:
>.... [10:32:38 ERROR]: null

org.bukkit.command.CommandException: Cannot execute command 'uclan' in plugin UltimateClans v6.5.4 - plugin is disabled.

at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Purpur-1171]

at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172) ~[patched_1.16.5.jar:git-Purpur-1171]

at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152) ~[patched_1.16.5.jar:git-Purpur-1171]

at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1171]

at java.lang.Thread.run(Thread.java:840) [?:?]
Ошибка когда пишу /clan (Ну логично что ошибка есть, т.к. плагин не включаеться)
Объединено

Кстати, он почемуто не пишет что хук skinsrestorer загружен хотя в конфиге я поставил true

Код:
>.... [10:32:25 INFO]: [UltimateClans] ========================================
>.... [10:32:25 INFO]: [UltimateClans] _ _ _ _ ______ _
>.... [10:32:25 INFO]: [UltimateClans] | | | || | _ (_) _ / _____)| | V6
>.... [10:32:25 INFO]: [UltimateClans] | | | || || |_ _ ____ ____ | |_ ____ | / | | ____ ____ ___
>.... [10:32:25 INFO]: [UltimateClans] | | | || || _) | || \ / _ || _) / _ )| | | | / _ || _ \ /___)
>.... [10:32:25 INFO]: [UltimateClans] | |___| || || |__ | || | | |( ( | || |__ ( (/ / | \_____ | |( ( | || | | ||___ |
>.... [10:32:25 INFO]: [UltimateClans] \______||_| \___)|_||_|_|_| \_||_| \___) \____) \______)|_| \_||_||_| |_|(___/
>.... [10:32:25 INFO]: [UltimateClans]
>.... [10:32:26 INFO]: [UltimateClans] Language: RU (default)
>.... [10:32:26 INFO]: [UltimateClans] Setup ScriptEngine:
>.... [10:32:26 INFO]: [UltimateClans] - Loaded successfully
>.... [10:32:26 INFO]: [UltimateClans] Setup hooks...
>.... [10:32:26 INFO]: [UltimateClans] - ProtocolLib
>.... [10:32:26 INFO]: [UltimateClans] - PlaceholderAPI
>.... [10:32:26 INFO]: [UltimateClans] - Duels
>.... [10:32:26 INFO]: [UltimateClans] - ItemsAdder
>.... [10:32:26 INFO]: [UltimateClans] Starting shutdown ...
>.... [10:32:26 INFO]: [UltimateClans] Closing storage...
>.... [10:32:26 INFO]: [UltimateClans] Disabling Adventure...
>.... [10:32:26 INFO]: [UltimateClans] Goodbye!
Мб, что-то с хуками? Хэлппп
 
Последнее редактирование:
А тебе ни о чем не говорит надпись "Thanks for using *****-*********.com"?
Говорит, но это не важно, причина не в этом, я тя уверяю
Объединено

Я не хотел говорить т.к. вы скажите что причина в этом, но это не так.
Объединено

Просто на это внимание не обращай пж
 
Ну, тогда у меня нет объяснения тому, что плагин без описания ошибки выключается. К сожалению.
Проблема не в этом, т.к. плагин с этого сайта, давно стоит. Я поэтому когда прошу помощь с такими плагинами я обычно скрываю эту строчку. Проблема не в том откуда плагин а в том что что-то в нем, т.к. плагин запускался, я что-то изменил и он перестал. Так можно как-то дебаг включить?
Объединено

Ну, тогда у меня нет объяснения тому, что плагин без описания ошибки выключается. К сожалению.
То что все плагины с таких сайтов не работают это не правда, мне много раз помогали и ошибка была у создателя а не у того кто дал плагин
 
Говорит, но это не важно, причина не в этом, я тя уверяю
Зайдите на форум где скачивали плагин, там будет вкладка "История версий" перейдите в нее и скачайте несколько предыдущих версий. Попробуйте запустится с ними. Если и с ними будет выключатся, то создайте тему на том форуме и я думаю вам там помогут.
 
Зайдите на форум где скачивали плагин, там будет вкладка "История версий" перейдите в нее и скачайте несколько предыдущих версий. Попробуйте запустится с ними. Если и с ними будет выключатся, то создайте тему на том форуме и я думаю вам там помогут.
Там онли выкладывают, особо не помогают
Объединено

Поэтому я тут помощь прошу
Там проблема с SkinRestorer
 
Зайдите на форум где скачивали плагин, там будет вкладка "История версий" перейдите в нее и скачайте несколько предыдущих версий. Попробуйте запустится с ними. Если и с ними будет выключатся, то создайте тему на том форуме и я думаю вам там помогут.
Установка старой версии не помогла. Проблема именно в коде плагина. Я могу скинуть остальные файлы и вы скажите, может я гдето ошибку допустил
Объединено

Это может быть связанно с добавлением аддона на банк?
 
Назад
Сверху Снизу