EcoLobby - Многофункциональный менеджер лобби

Для ядра EcoLobby - Многофункциональный менеджер лобби 1.3.2

Нет прав для скачивания
Поддерживаемые версии
  1. 1.16
  2. 1.17
  3. 1.18
  4. 1.19
  5. 1.20
  6. 1.21
Ядра и Прокси
  1. Spigot
  2. Paper
Минимальная версия Java
8
banner.png
YAML:
#  ╔═════════════════════════════════════════════════════════════╗
#  ║                                                             ║
#  ║      ____  ___  _____    __    _____  ____  ____  _  _      ║
#  ║     ( ___)/ __)(  _  )  (  )  (  _  )(  _ \(  _ \( \/ )     ║
#  ║      )__)( (__  )(_)(    )(__  )(_)(  ) _ < ) _ < \  /      ║
#  ║     (____)\___)(_____)  (____)(_____)(____/(____/ (__)      ║
#  ║                                                             ║
#  ╚═════════════════════════════════════════════════════════════╝
#
#  ╔═════════════════════════════════════════════════════════════╗
#  ║                     PLUGIN PLACEHOLDERS                     ║
#  ║                                                             ║
#  ║  * %prfx%   - Prefix in the messages.yml file               ║
#  ║  * %player% - Player nickname                               ║
#  ║  * %online% - Server online                                 ║
#  ║  * %NL%     - New line                                      ║
#  ║                                                             ║
#  ║  You can also use placeholders from PlaceholderAPI          ║
#  ║  and hex colors (1.16.5 and higher)                         ║
#  ║  * Format: #color                                           ║
#  ║  * Example: #ffaa00                                         ║
#  ║                                                             ║
#  ╚═════════════════════════════════════════════════════════════╝
#  ╔═════════════════════════════════════════════════════════════╗
#  ║                      AVAILABLE ACTIONS                      ║
#  ║                                                             ║
#  ║  For anything with an "actions" parameter:                  ║
#  ║                                                             ║
#  ║  * "[MSG] msg"             - Send a message to a player     ║
#  ║  * "[MM] msg"              - Send a message as MiniMessage  ║
#  ║  * "[BROADCAST] msg"       - Broadcast message to server    ║
#  ║  * "[TITLE] msg;sub_msg"   - Send title to a player         ║
#  ║  * "[ACTIONBAR] msg"       - Send action-bar message        ║
#  ║  * "[PLAYER] command"      - Execute command as player      ║
#  ║  * "[CONSOLE] command"     - Execute command as console     ║
#  ║  * "[CONNECT] server"      - Switch to BungeeCord/Velocity  ║
#  ║  * "[SOUND] sound;volume;pitch" - Play a sound for player   ║
#  ║  * "[TELEPORT_TO_SPAWN]"   - Teleport player to spawn       ║
#  ║                                                             ║
#  ╚═════════════════════════════════════════════════════════════╝

config_version: 1.3.0 # DON'T CHANGE
check_updates: true # Checking for a new plugin version

# Available languages: en and ru
language: en

Whitelist:
  enabled: false
  players:
    - "Baraban4ik"

Blacklist:
  enabled: false
  players:
    - "Baraban4ik"

Join:
  # Teleport to spawn when joining a server
  teleport_to_spawn: true
  # Actions to when joining a server
  actions:
    - "[TITLE]#aee495WELCOME;&7Thanks for using EcoLobby"
    - "[MSG]"
    - "[MSG]  #aee495EcoLobby"
    - "[MSG]  &7Thanks for using EcoLobby"
    - "[MSG]"
    - "[MSG]  #f2ede0Welcome!"
    - "[MSG]  #f2ede0You've joined the Main Lobby"
    - "[MSG]"
    - "[MSG]  #f2ede0Server site: #aee495ᴡᴡᴡ.sᴇʀᴠᴇʀɴᴀᴍᴇ.ᴄᴏᴍ"
    - "[MSG]"
  # Play music when joining a server
  # NoteBlockAPI required
  music:
    enabled: false
    # You need to place the .nbs file in the tracks folder
    # And select this file here, example: track: - "music.nbs".
    tracks:
      - "music.nbs"
    # NO - Don't repeat
    # YES - Repeat
    repeat: NO
  # Clearing chat when joining a server
  clear_chat: false

Leave:
  # Clearing items when leaving a server
  clear_items: false

Player:
  gamemode: ADVENTURE # Available gamemodes: ADVENTURE, CREATIVE, SPECTATOR, SURVIVAL
  health: 2 # Number of hearts the player has, 1 is half a heart
  food_level: 20 # Player's hunger amount
  level_exp: 0
  # Player effects such as: SPEED (TIME: 0 means infinite)
  # USAGE: 'EFFECT:LEVEL:TIME:PARTICLE'
  effects:
    - "SPEED:1:0:false"

  abilities:
    disable_chat: true # Disable ability to write to chat
    disable_commands: # Disable ability to use commands
      enabled: true
      tab_complete: false

      allowed: # Allowed commands to use
        - 'login'
        - 'l'
        - 'register'
        - 'reg'
        - 'recovery'
        - 'confirm'
        - 'changepassword'

    disable_damage: true # Disable ability to take damage
    disable_hunger: true # Disable ability to hunger

    disable_movements: false # Disable ability to movements
    enable_fly: false # Enable ability to fly

    blocks:
      disable_break: true # Disable ability to break blocks
      disable_place: true # Disable ability to place blocks
      disable_interact: true # Disable ability to interact blocks

      use_deny_message: true # Send deny message
      use_particle_effect: true # Show the particle effects

      use_deny_sound: # Play deny sound
        enabled: true
        sound: BLOCK_NOTE_BLOCK_PLING

    items:
      disable_move: true # Disable ability to move items
      disable_drop: true # Disable ability to drop items
      disable_pickup: true # Disable ability to pickup items

      # Play deny sound
      use_deny_sound:
        enabled: true
        sound: BLOCK_NOTE_BLOCK_PLING

World:
  time: 6000 # Set the time in worlds
  # Setting game rules in the worlds is the same as the /gamerule command
  # Get the game rules from here https://minecraft.fandom.com/wiki/Game_rule
  rules:
    doDaylightCycle: false
    doWeatherCycle: false
    doMobSpawning: false

  jump_into_the_void:
    enabled: true
    height: 0.0 # The height at which this should work
    actions:
      - "[TELEPORT_TO_SPAWN]" # Execute actions when jumping into the void

Hiders:
  hide_stream: true # Hide messages about join, leave, death, etc.
  hide_players: true # Hide players from each other
Исходный код
https://github.com/Baraban4ik/EcoLobby
Команды и права
В изображении
Автор
Baraban4ik
Скачивания
240
Просмотры
12 262
Первый выпуск
Обновление
Оценка
5.00 звёзд 7 оценок

Другие ресурсы пользователя Baraban4ik

Поделиться ресурсом

Последние обновления

  1. Bossbar

    Добавлено: Bossbar Поддержка русского языка для сообщений плагина Для музыки теперь можно...
  2. Обновление действий

    Добавлено: Действие HIDE_PLAYERS — скрывает игроков для вас Действие SHOW_PLAYERS — показывает...
  3. Стабильная стабильность

    Поддержка версий ниже 1.16.5 прекращена! Добавлено: Возможность установки нескольких треков...

Последние рецензии

Отличный плагин , легко настраиваемый, отзывчивый разработчик , хороший плагин для лобби а так же хочу поддержать данный плагин и разработчика!
Самый лучший плагин среди других таких же бесплатных.
[13:57:28 ERROR]: Could not load 'plugins\EcoLobby.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.19
at org.bukkit.craftbukkit.v1_16_R3.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:361) ~[patched_1.16.5.jar:git-Purpur-1171]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[patched_1.16.5.jar:git-Purpur-1171]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Purpur-1171]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Purpur-1171]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:279) ~[patched_1.16.5.jar:git-Purpur-1171]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1074) ~[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:831) [?:?]
Не работает такая вот ошибка
ядро purpur-1.16.5-1171
Легко настраиваемый плагин, нету лишней дряни по настройкам.
Полезный плагин для лобби!
  • Анонимно
  • 5.00 звёзд
  • Версия: 3.0
Отличный плагин!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Поддержу автора, крутой плагин, полезные функции и удобная настройка. Добавь свечение.
Очень полезный плагин для лобби. Самое то.
Автору желаю удачи!
Назад
Сверху Снизу