Be Everything 图标

Be Everything

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/be-everything
资源信息

Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11

平台: bukkit paper spigot

标签: minigame

资源介绍

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.
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
assistant

价格:0 墨喵币
下载量:0

查看详情
Snailspeed

价格:0 墨喵币
下载量:0

查看详情
Reduced Particles

价格:0 墨喵币
下载量:0

查看详情
CaseOh Duck

价格:0 墨喵币
下载量:0

查看详情