• 周年纪念勋章活动已圆满结束,如有已购买但仍未申请的用户,可以通过对应勋章的下载链接申请~
ThrowableFireballs——用手把火球扔出去吧![1.8x-1.19x]

服务端插件 ThrowableFireballs——用手把火球扔出去吧![1.8x-1.19x] v1.9.4

冰之睿

一只poi

搬运工
正式会员
注册
2020/03/28
消息
248
金粒
41,118金粒
冰之睿 提交新资源:

[娱乐]ThrowableFireballs——用手发射火球![1.8-1.15] - 你甚至可以与你的小伙伴打网球

这个插件可以使玩家可以扔火焰弹了!
只需要手持火焰弹,右键就好了。
而且还可以打回去,你甚至可以与小伙伴打网球!
效果视频
下载地址
bukkit:https://dev.bukkit.org/projects/throwable-fireballs
spigotMC:https://www.spigotmc.org/resources/throwable-fireballs.59566/

阅读关于此资源更多信息...
 
最后编辑:
geyser 扔末影珍珠这样的东西 动画显示会卡顿
 
为啥配置文件汉化不全啊)
插件生成的config里面还有其他的内容啊。
 
为啥配置文件汉化不全啊)
插件生成的config里面还有其他的内容啊。
你是说的1588417893943.png
这里吗?我觉得没必要
 
最后由版主编辑于:
YAML:
#-----------------------------------------------------------------
#==================================================================#
#                                                                  #
#                 Plugin by FlailoftheLord.                        #
#        -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-                   #
#        For questions please join my discord server:              #
#                https://discord.gg/wuxW5PS                        #
#   ______               __        _____                           #
#   |       |           /  \         |        |                    #
#   |__     |          /____\        |        |                    #
#   |       |         /      \       |        |                    #
#   |       |_____   /        \    __|__      |______              #
#                                                                  #
#==================================================================#
#-----------------------------------------------------------------

# Wether the fireball does a natural, Ghast-Initiated explosion.
# NOTE: this will not cause as much knockback and may not cancel block damage.
# if set to true the below values will be ignored.
# if set to false, the plugin will use the below explosion settings
# for creating the explosion manually.
NaturalExplosion: false

# Set the Explosion Power of the Fireball on impact, set it to 0 to disable
FireballExplosionPower: 3

ImmuneBlocks:
- "Chest"
- "trapped_chest"
- "ender_chest"

# This means that any block containing the word 'stone' in its' name will not be blown up.
ImmuneBlockKeywords:
- "stone"

# Set the amount of damage the fireball does to an entity or player.
# 1 = one heart
FireballDamage: 3.5

# Set wether the Fireball does fire on impact or not
FireballSetFire: true

# Any number above 0 will use a different mechanic to launch the fireball, preventing it from exploding on your head sometimes.
LaunchPosition: 0

# Whether you can throw a fireball from your offhand
AllowOffhandThrowing: true

# Should players be allowed to use regular fire charges like fireballs?
UseFirecharge: false

# Set the maximum number of blocks in height you can jump with a fireball
MaxJumpHeight: 8

# List of worlds where throwing fireballs is NOT allowed
NoThrowZones:
- "world_the_end"
- "creative_world"

# Message sent if the world is a 'No-Throw-Zone'
NoThrowZoneMessage: "%prefix% &cYou're not allowed to throw fireballs in this world!"

#Plugin prefix for messages
# simply put the placeholder  %prefix% in the message, and it will be replaced by this prefix.
Prefix: "&8(&6Fireballs&8)"

ReloadMessage: |-
    %prefix% &aconfig file successfully reloaded,
     &amake sure to restart the server if changing the fireball recipe!

#Message to send to player if no permissions
NoPermissionMessage: "%prefix% &cYou do not have permission to use this"

# Whether to show cooldown Messages to player or not
CooldownMessageEnabled: true

#Cooldown Message this message is sent to player when above verbose: is set to true
# use the placeholder %cooldown% for the cooldown time in seconds
CooldownMessage: "%prefix% &cYou must wait %cooldown% seconds before throwing this"

# Cooldown between uses in seconds set to 0 to disable
Cooldown: 1

# Don't want it to look like a Fire Charge?
# Change the type of the Fireball item.
FireballItem: "fire_charge"

# Custom display name for the Fireball Item
FireballName: "&6Fireball"

# Heres the lore...
# add as many lines as you want!! :>
Lore:
- "&7right click to throw"
- "&7grief extreme ;)"

# - - -
# Heres the crafting recipe for the Fireballs!
# Set the AmountGiven to any number to set the amount of the item given when you craft it.
# Each line in the Pattern section is one row in the crafting table (3 x 3)
# Change the Letters to anything between 'A' and 'I' then define which material type each
# letter represents in the Materials section below
# You can get a full list of Item names here:
#    https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# - - -
# The plugin will give you a warning in the console if one of the items is invalid.
CraftingRecipe:
  AmountGiven: 3
  Pattern:
      1: "ABA"
      2: "BCB"
      3: "ABA"
  Materials:
      A: "GUNPOWDER"
      B: "FIREWORK_STAR"
      C: "GHAST_TEAR"
      D: ""
      E: ""
      F: ""
      G: ""
      H: ""
      I: ""
 
YAML:
#-----------------------------------------------------------------
#==================================================================#
#                                                                  #
#                 Plugin by FlailoftheLord.                        #
#        -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-                   #
#        For questions please join my discord server:              #
#                https://discord.gg/wuxW5PS                        #
#   ______               __        _____                           #
#   |       |           /  \         |        |                    #
#   |__     |          /____\        |        |                    #
#   |       |         /      \       |        |                    #
#   |       |_____   /        \    __|__      |______              #
#                                                                  #
#==================================================================#
#-----------------------------------------------------------------

# Wether the fireball does a natural, Ghast-Initiated explosion.
# NOTE: this will not cause as much knockback and may not cancel block damage.
# if set to true the below values will be ignored.
# if set to false, the plugin will use the below explosion settings
# for creating the explosion manually.
NaturalExplosion: false

# Set the Explosion Power of the Fireball on impact, set it to 0 to disable
FireballExplosionPower: 3

ImmuneBlocks:
- "Chest"
- "trapped_chest"
- "ender_chest"

# This means that any block containing the word 'stone' in its' name will not be blown up.
ImmuneBlockKeywords:
- "stone"

# Set the amount of damage the fireball does to an entity or player.
# 1 = one heart
FireballDamage: 3.5

# Set wether the Fireball does fire on impact or not
FireballSetFire: true

# Any number above 0 will use a different mechanic to launch the fireball, preventing it from exploding on your head sometimes.
LaunchPosition: 0

# Whether you can throw a fireball from your offhand
AllowOffhandThrowing: true

# Should players be allowed to use regular fire charges like fireballs?
UseFirecharge: false

# Set the maximum number of blocks in height you can jump with a fireball
MaxJumpHeight: 8

# List of worlds where throwing fireballs is NOT allowed
NoThrowZones:
- "world_the_end"
- "creative_world"

# Message sent if the world is a 'No-Throw-Zone'
NoThrowZoneMessage: "%prefix% &cYou're not allowed to throw fireballs in this world!"

#Plugin prefix for messages
# simply put the placeholder  %prefix% in the message, and it will be replaced by this prefix.
Prefix: "&8(&6Fireballs&8)"

ReloadMessage: |-
    %prefix% &aconfig file successfully reloaded,
     &amake sure to restart the server if changing the fireball recipe!

#Message to send to player if no permissions
NoPermissionMessage: "%prefix% &cYou do not have permission to use this"

# Whether to show cooldown Messages to player or not
CooldownMessageEnabled: true

#Cooldown Message this message is sent to player when above verbose: is set to true
# use the placeholder %cooldown% for the cooldown time in seconds
CooldownMessage: "%prefix% &cYou must wait %cooldown% seconds before throwing this"

# Cooldown between uses in seconds set to 0 to disable
Cooldown: 1

# Don't want it to look like a Fire Charge?
# Change the type of the Fireball item.
FireballItem: "fire_charge"

# Custom display name for the Fireball Item
FireballName: "&6Fireball"

# Heres the lore...
# add as many lines as you want!! :>
Lore:
- "&7right click to throw"
- "&7grief extreme ;)"

# - - -
# Heres the crafting recipe for the Fireballs!
# Set the AmountGiven to any number to set the amount of the item given when you craft it.
# Each line in the Pattern section is one row in the crafting table (3 x 3)
# Change the Letters to anything between 'A' and 'I' then define which material type each
# letter represents in the Materials section below
# You can get a full list of Item names here:
#    https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# - - -
# The plugin will give you a warning in the console if one of the items is invalid.
CraftingRecipe:
  AmountGiven: 3
  Pattern:
      1: "ABA"
      2: "BCB"
      3: "ABA"
  Materials:
      A: "GUNPOWDER"
      B: "FIREWORK_STAR"
      C: "GHAST_TEAR"
      D: ""
      E: ""
      F: ""
      G: ""
      H: ""
      I: ""
我花了半个小时来翻译最新版的这个配置https://binzr.lanzous.com/ic6spta ,请大佬过目
 
YAML:
#-----------------------------------------------------------------
#==================================================================#
#                                                                  #
#                 Plugin by FlailoftheLord.                        #
#        -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-                   #
#        For questions please join my discord server:              #
#                https://discord.gg/wuxW5PS                        #
#   ______               __        _____                           #
#   |       |           /  \         |        |                    #
#   |__     |          /____\        |        |                    #
#   |       |         /      \       |        |                    #
#   |       |_____   /        \    __|__      |______              #
#                                                                  #
#==================================================================#
#-----------------------------------------------------------------

# Wether the fireball does a natural, Ghast-Initiated explosion.
# NOTE: this will not cause as much knockback and may not cancel block damage.
# if set to true the below values will be ignored.
# if set to false, the plugin will use the below explosion settings
# for creating the explosion manually.
NaturalExplosion: false

# Set the Explosion Power of the Fireball on impact, set it to 0 to disable
FireballExplosionPower: 3

ImmuneBlocks:
- "Chest"
- "trapped_chest"
- "ender_chest"

# This means that any block containing the word 'stone' in its' name will not be blown up.
ImmuneBlockKeywords:
- "stone"

# Set the amount of damage the fireball does to an entity or player.
# 1 = one heart
FireballDamage: 3.5

# Set wether the Fireball does fire on impact or not
FireballSetFire: true

# Any number above 0 will use a different mechanic to launch the fireball, preventing it from exploding on your head sometimes.
LaunchPosition: 0

# Whether you can throw a fireball from your offhand
AllowOffhandThrowing: true

# Should players be allowed to use regular fire charges like fireballs?
UseFirecharge: false

# Set the maximum number of blocks in height you can jump with a fireball
MaxJumpHeight: 8

# List of worlds where throwing fireballs is NOT allowed
NoThrowZones:
- "world_the_end"
- "creative_world"

# Message sent if the world is a 'No-Throw-Zone'
NoThrowZoneMessage: "%prefix% &cYou're not allowed to throw fireballs in this world!"

#Plugin prefix for messages
# simply put the placeholder  %prefix% in the message, and it will be replaced by this prefix.
Prefix: "&8(&6Fireballs&8)"

ReloadMessage: |-
    %prefix% &aconfig file successfully reloaded,
     &amake sure to restart the server if changing the fireball recipe!

#Message to send to player if no permissions
NoPermissionMessage: "%prefix% &cYou do not have permission to use this"

# Whether to show cooldown Messages to player or not
CooldownMessageEnabled: true

#Cooldown Message this message is sent to player when above verbose: is set to true
# use the placeholder %cooldown% for the cooldown time in seconds
CooldownMessage: "%prefix% &cYou must wait %cooldown% seconds before throwing this"

# Cooldown between uses in seconds set to 0 to disable
Cooldown: 1

# Don't want it to look like a Fire Charge?
# Change the type of the Fireball item.
FireballItem: "fire_charge"

# Custom display name for the Fireball Item
FireballName: "&6Fireball"

# Heres the lore...
# add as many lines as you want!! :>
Lore:
- "&7right click to throw"
- "&7grief extreme ;)"

# - - -
# Heres the crafting recipe for the Fireballs!
# Set the AmountGiven to any number to set the amount of the item given when you craft it.
# Each line in the Pattern section is one row in the crafting table (3 x 3)
# Change the Letters to anything between 'A' and 'I' then define which material type each
# letter represents in the Materials section below
# You can get a full list of Item names here:
#    https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# - - -
# The plugin will give you a warning in the console if one of the items is invalid.
CraftingRecipe:
  AmountGiven: 3
  Pattern:
      1: "ABA"
      2: "BCB"
      3: "ABA"
  Materials:
      A: "GUNPOWDER"
      B: "FIREWORK_STAR"
      C: "GHAST_TEAR"
      D: ""
      E: ""
      F: ""
      G: ""
      H: ""
      I: ""
话说大佬您可以评个分吗
 
非常感谢

想说一下翻译的事)你有用机翻我看的出来)至少换一下一些句子的语序啊))
如果是存疑的一些翻译,可以在后面加上(此句存疑) 这样的表示
翻译的时候尽量不改变文件行数(这样可以快速在源文件中找到对应的设置√方便检查)
Fireball这种Minecraft已有翻译的可以在Minecraft wiki上查询之后使用官方翻译名
注释翻译的时候可以在“#” 符号后面加一个空格,再加上译文,可以让人看得更加清楚~
 
谷歌生草机 :喝水水:
en,这是本人的第一个搬运插件,大部分还是我自己翻译的,部分不会的用了机翻,感谢版主帮我校对,如果有什么错误请提出来,我新人
 
en,这是本人的第一个搬运插件,大部分还是我自己翻译的,部分不会的用了机翻,感谢版主帮我校对,如果有什么错误请提出来,我新人
:evil: 他是水帖√
 

在线管理成员

在线会员

  • 星陨_果酱君
  • 阡陌
  • 杨 元广
  • SPAPP
  • 苦涩的歌
  • 白熊咖啡
  • 2773158521
  • 一个温馨的RPG服务器
  • 123a
  • Eric_Autuo
  • 玩儿转地球
  • yyhhkk
  • 咸鱼chenm
  • 狗晨
  • Super9k
  • 失落之城ZHMC
  • SA_lolicon
  • 离川
  • Lucier310
  • Armor409
  • polang
  • M397749490
...和 63 更多。
后退
顶部 底部