Elsafy | |
---|---|
|
重现电影《冰雪奇缘》中埃尔萨菲的力量 |
作 者 | BlueFusion12 |
发布时间 | 2014年6月12日 |
支持核心 | Spigot | 原生版本 |
支持版本 | |
插件详细介绍
Elsafy 插件让你在 Minecraft 中体验冰雪女王 Elsa 的能力。通过简单的指令,你可以控制冰雪,冻结生物,创造冰雪建筑,享受冰雪魔法带来的乐趣。本插件设计初衷为技术学习和个人娱乐,不建议在生产服务器中使用。
/elsafy bridge
命令切换冰桥功能。开启后,在你行走时,会在你脚下形成一座冰桥。通过切换物品栏中的“向上”和“向下”物品来控制桥梁的垂直方向。/elsafy
- 切换冰雪能力elsafy.becomeelsa
本插件不适用于生产服务器。如果允许玩家使用,可能会冻结整个地图。本插件仅为娱乐目的而创建。
本插件使用了 Spigot 的粒子 API,因此在 Bukkit 服务器上可能无法正常工作,效果会有所降低。
#======================================================#
# +--------------------------------------------------+ #
# | Elsafy Config | #
# +--------------------------------------------------+ #
#======================================================#
# Whether or not to allow the use of any powers
enabled: true
# Chance that an interaction will cause a freeze (0-100)
freezeOnInteractChance: 10
# Enable/Disable ice blast power
iceBlastEnabled: true
# Ice Blast settings
iceBlast:
# Distance Ice Blast travels
distance: 20
# Radius of the frozen area
radius: 3
# Enable/Disable freezing water power
freezeWaterEnabled: true
# Freeze Water Settings
freezeWater:
# Radius that ice spreads to
radius: 2
# Delay in ticks between each spread tick
delay: 10
# Enable/Disable Ice Castle Power
iceCastleEnabled: true
# Enable/Disable Snow Pillar Power
snowPillarEnabled: true
# Snow Pillar Settings
snowPillar:
# Maximum height of the pillar
maxHeight: 20
# Block type to use for the pillar
blockType: SNOW_BLOCK
# Enable/Disable Snow Flake Power
snowFlakeEnabled: true
# Snow Flake Settings
snowFlake:
# Number of snow particles to spawn
particleCount: 100
# Radius of the snowflake
radius: 5
# Enable/Disable Build Snowman Power
buildSnowmanEnabled: true