| Twerking Crops! 扭臀作物! | |
|---|---|
| |
傻瓜会种树和种子! |
| 作 者 | Yorick |
| 发布时间 | 2017年2月18日 |
| 支持核心 | Spigot | 原生版本 |
| 支持版本 | 1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18 |
插件详细介绍
TwerkingCrops 是一款 Minecraft 插件,允许玩家通过“摇摆”来加速农作物生长。它提供了一系列可配置的功能,包括自定义生长计时器、黑名单功能和粒子效果,以增强游戏体验。
/set <GrowthTimer/Twerking/Particles/...> <True/False/...>:用于在游戏中动态设置指定功能的开启或关闭状态,设置后立即生效。
/blacklist <crop/world> <add/remove/list> [value]:用于管理农作物或世界的黑名单。
Twerk.Use:允许玩家使用摇摆功能。Twerk.Staff:允许玩家使用管理命令。Twerk.noRandomizer:禁用玩家的随机化机制。
# +--------------------------------------------------------------------------------------------------+ #
# | WELCOME TO THE CONFIGURATION FILE OF TWERKING CROPS! | #
# +--------------------------------------------------------------------------------------------------+ #
# +--------------------------------------------------------------------------------------------------+ #
# | THIS PLUGIN WAS CREATED BY YorickBM (Daniel B.). | #
# +--------------------------------------------------------------------------------------------------+ #
# +--------------------------------------------------------------------------------------------------+ #
# | IF YOU FIND ANY ERRORS, PLEASE REPORT THEM UNDER DISCUSSION! | #
# +--------------------------------------------------------------------------------------------------+ #
# +--------------------------------------------------------------------------------------------------+ #
# | PLEASE DO NOT POST REVIEWS BASED ON ERRORS & BUGS! | #
# +--------------------------------------------------------------------------------------------------+ #
Enabled: true # Enables or disables the entire plugin
Twerking:
Twerk-For-Crops: true # If the plugin is enabled players can twerk for crops.
Twerk-For-Trees: false # If the plugin is enabled players can twerk for Trees.
Twerk-For-Cactus: true # If the plugin is enabled players can twerk for Cactus.
Twerk-For-Sugarcane: true # If the plugin is enabled players can twerk for Sugarcane.
Twerk-For-Mushrooms: true # If the plugin is enabled players can twerk for Mushrooms.
Twerk-For-Melons: true # If the plugin is enabled players can twerk for Melons.
Twerk-For-Pumpkins: true # If the plugin is enabled players can twerk for Pumpkins.
Growth:
# Setting to make melon/pumpkin growth faster when fully grown
Mature-Melon-Pumpkin-SpeedUp: true # Default: true
# How many ticks to wait before speeding up growth
Mature-Tick-Timer: 100 # Default: 100
Timer:
GrowthTimer-Enabled: false # Enables or disables the growth timer function
GrowthTimer-Time: 60 # Time in seconds between each growth tick
GrowthTimer-Worlds: # Worlds where the growth timer is enabled
- "world"
- "world_nether"
Radius:
BlockRadius: 3 # Radius around the player that will be bonemealed
Randomizer:
Randomizer-Enabled: true # Enables or disables the randomizer
Randomizer-Value: 20 # Chance of success (in percent)
Particles:
Particles-Enabled: true # Enables or disables the particles
Particles-Amount: 10 # Amount of particles
Particles-Type: "VILLAGER_HAPPY" # Type of particles
Blacklist:
Blacklisted-Worlds: # Worlds where the twerk function is disabled
- "example_world"
Blacklisted-Crops: # Crops that will not be affected by the twerk function
- "WHEAT"
ActionBar:
TwerkingPerSecond: true # Enables or disables the actionbar message
TwerkingPerSecond-UpdateRate: 20 # How often the actionbar message should be updated (in ticks)
ConfigVersion: 1.0 # This is the config version, do not change this!