MonitoringMinecraft MonitoringMinecraft

Be Everything

Плагин BukkitPaperSpigot

The plugin allows players to transform into blocks, items, or mobs.

25 скачиваний 2 подписчика
Оцените первым

Vietnamese:

1. Plugin biến hình thành mọi thứ

  • be-everything là plugin nhẹ cho Minecraft server, cho phép người chơi biến thành block, item hoặc mob.
  • Plugin được tách riêng từ hệ thống transform, dùng độc lập và không cần cài NightmareRules.
  • Hỗ trợ Paper, Spigot và Bukkit 1.21.x.
  • Không cần plugin phụ thuộc.

member: /be block [material] [duration]

  • Biến bản thân thành block.

/be item [material] [duration]

  • Biến bản thân thành item.

/be mob [entityType] [duration]

  • Biến bản thân thành mob.

/be clear

  • Xóa biến hình và trở lại bình thường.

admin: /be block [material] [duration]

  • Biến người chơi khác thành block.

/be item [material] [duration]

  • Biến người chơi khác thành item.

/be mob [entityType] [duration]

  • Biến người chơi khác thành mob.

/be clear

  • Xóa biến hình của người chơi khác.

/be reload

  • Tải lại config.

2. Biến thành block

  • Người chơi có thể biến thành tất cả block hợp lệ trong Minecraft.
  • Block sẽ giữ ngang, không bị nghiêng khi người chơi nhìn lên hoặc nhìn xuống.
  • Block chỉ xoay trái/phải theo hướng nhìn để trông tự nhiên hơn.

ví dụ:

/be block oak_planks
/be block diamond_block
/be block crafting_table

3. Biến thành item

  • Người chơi có thể biến thành tất cả item hợp lệ trong Minecraft.
  • Item nằm ở dưới chân người chơi để nhìn thật hơn.
  • Item xoay theo đầy đủ hướng nhìn của người chơi.

ví dụ:

/be item paper
/be item diamond_sword
/be item apple

4. Biến thành mob

  • Người chơi có thể biến thành các entity sống và spawn được.
  • Mob transform sẽ đi theo vị trí người chơi.
  • Mob được đặt silent, invulnerable, no-AI và không va chạm để dùng như lớp biến hình.

ví dụ:

/be mob zombie
/be mob cow
/be mob creeper

5. Hỗ trợ duration và cooldown

  • Có thể đặt thời gian biến hình bằng tham số duration.
  • Nếu duration là 0 thì biến hình không tự hết.
  • Có cooldown để tránh spam biến hình.
  • Có thể chỉnh duration mặc định và cooldown trong config.yml.

ví dụ:

/be block stone 60
/be item diamond 30
/be mob skeleton 120

6. Config đơn giản

  • Có thể bật/tắt transform.
  • Có thể chỉnh block mặc định.
  • Có thể chỉnh item mặc định.
  • Có thể chỉnh mob mặc định.
  • Có thể chỉnh cooldown.
  • Có thể chỉnh clear-on-quit.
  • Có thể chỉnh message.

config:

transform:
  enabled: true
  default-block: OAK_PLANKS
  default-item: PAPER
  default-mob: ZOMBIE
  default-duration: 0
  cooldown: 5
  clear-on-quit: true

7. Alias lệnh

  • Lệnh chính là /be.
  • Có thêm alias để tiện dùng.

alias:

/bee
/beeverything

8. Permission be.use

  • Cho phép người chơi dùng transform cho bản thân.
  • Mặc định: true.

be.admin

  • Cho phép admin biến hình người chơi khác và reload config.
  • Mặc định: op.

English:

1. Morphing Plugin

  • "be-everything" is a lightweight plugin for Minecraft servers that allows players to transform into blocks, items, or mobs.
  • This plugin is a standalone version of the transformation system; it functions independently and does not require NightmareRules.
  • Supports Paper, Spigot, and Bukkit 1.21.x.
  • No dependencies required.

Member commands: /be block [material] [duration]

  • Transform yourself into a block.

/be item [material] [duration]

  • Transform yourself into an item.

/be mob [entityType] [duration]

  • Transform yourself into a mob.

/be clear

  • Remove the transformation and return to normal.

Admin commands: /be block [material] [duration]

  • Transform another player into a block.

/be item [material] [duration]

  • Transform another player into an item.

/be mob [entityType] [duration]

  • Transform another player into a mob.

/be clear

  • Remove another player's transformation.

/be reload

  • Reload the configuration. 2. Transform into a block
  • Players can transform into any valid Minecraft block.
  • The block remains upright and does not tilt when the player looks up or down.
  • The block only rotates left or right based on the player's facing direction for a more natural look.

Examples:

/be block oak_planks
/be block diamond_block
/be block crafting_table

3. Transform into an item

  • Players can transform into any valid Minecraft item.
  • The item is positioned at the player's feet for a realistic appearance.
  • The item rotates fully according to the player's view direction.

Examples:

/be item paper
/be item diamond_sword
/be item apple

4. Transform into a mob

  • Players can transform into any spawnable living entity.
  • The transformed mob follows the player's position.
  • The mob is set to silent, invulnerable, no-AI, and non-colliding to serve as a disguise.

Examples:

/be mob zombie
/be mob cow
/be mob creeper

5. Duration and cooldown support

  • Transformation duration can be set using the duration parameter.
  • A duration of 0 means the transformation does not expire automatically.
  • Cooldowns prevent transformation spamming.
  • Default duration and cooldown values can be configured in config.yml.

Examples:

/be block stone 60
/be item diamond 30
/be mob skeleton 120

6. Simple configuration

  • Toggle transformation on/off.
  • Configure default block.
  • Configure default item.
  • Configure default mob.
  • Configure cooldown.
  • Configure clear-on-quit behavior.
  • Configure messages. config:
transform:
  enabled: true
  default-block: OAK_PLANKS
  default-item: PAPER
  default-mob: ZOMBIE
  default-duration: 0
  cooldown: 5
  clear-on-quit: true

7. Command Alias

  • The main command is /be.
  • Added alias for convenience.

alias:

/bee
/beeverything

8. Permissions be.use

  • Allows players to use the transformation ability on themselves.
  • Default: true.

be.admin

  • Allows admins to transform other players and reload the configuration.
  • Default: op.
Смотри также

Похожие подборки плагины — по версиям Майнкрафта, загрузчикам и жанрам.

Сервера Майнкрафт

Играть интереснее на сервере — выбирай в рейтинге серверов Майнкрафт и заходи прямо сейчас.

SkyBars
SkyBars Java + BE
2070 онлайн
1.8 — 26.2 версия
🎮 ВЫЖИВАНИЕ ⚔️ АНАРХИЯ 🚗 ГТА РП 🎤 ГОЛОСОВОЙ ЧАТ 🎁 БЕСПЛАТНЫЙ ДОНАТ 🌟 СМП 💻 ПК+ТЕЛЕФОН
MineLandy
MineLandy Java + BE
188 онлайн
1.12.2 — 26.1.2 версия
Ванила и анархия без приватов — полная свобода действий и честное выживание
beesmp
beesmp Java
2 онлайн
26.2 — 1.21.11 версия
Bee smp-улей,где каждый оставляет свой след
WahaCraft
WahaCraft Лаунчер
5 онлайн
Кланы | Боссы | RPG | Уникальная карта | PVP | Захват территорий | ВАРХАММЕР
MineLauncher
Лаунчер Майнкрафт без лицензии — все версии
Бесплатный лаунчер для ПК и Андроид — все версии 26.2, 1.21.11, 26.1.2, 1.16.5. Fabric, NeoForge, Forge, шейдеры, моды и скины в один клик.
Без лицензии Fabric, NeoForge, Forge Моды, шейдеры, скины Все версии Майнкрафта ПК и Андроид Для слабых ПК Сервера в лаунчере
Скачать бесплатно
Windows и Андроид · Бесплатно · Без лицензии
Наш чат