SilkTouchSpawners 丝绸触摸刷怪笼 | |
---|---|
![]() |
一个简单的插件,当用适当的工具挖掘时,它会丢弃产卵器 |
作 者 | Priddlesaur |
发布时间 | 2019年2月15日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.13,1.14 |
插件详细介绍
SilkTouchSpawners 插件允许玩家使用带有精准采集附魔的镐子破坏刷怪笼,并将其存储在物品栏中。玩家也可以放置刷怪笼。
该插件在加载时会生成一个配置文件,其中包含一些可配置的选项。所有配置变量都在配置文件中有相应的描述。可以更改掉落几率,并设置玩家是否需要权限才能放置和破坏刷怪笼。
# Configuration file for SilkTouchSpawners
# Place this in your plugins folder.
# Chance of the spawner dropping, the higher the number, the higher the chance of it dropping.
# Vanilla Minecraft uses 1.0 as the default value.
dropChance: 1.0
# Whether players need a permission to break a spawner.
requireBreakPermission: false
# Whether players need a permission to place a spawner.
requirePlacePermission: false
# Whether players need a permission to change a spawner type.
requireChangePermission: false
# Whether players can place spawners on the ground.
canPlaceOnGround: true
注意:已设置通配符权限。
silktouchspawners.commands.stspawners
:允许玩家使用主命令,显示插件名称、版本以及一些支持相关的信息。silktouchspawners.commands.stspawners.reloadconfig
:允许玩家重新加载配置文件。silktouchspawners.spawner.acquire
:允许玩家通过使用合适的工具挖掘刷怪笼来获取刷怪笼。silktouchspawners.spawner.place
:允许玩家放置先前获得的刷怪笼。silktouchspawners.spawner.change
:允许玩家使用刷怪蛋更改刷怪笼类型。我计划在新版本可用时立即更新此插件。如有关于更新的任何问题,请随时提问。
在发布任何问题之前,请考虑更改一些配置选项。我创建此插件是因为我需要一个这样的插件用于服务器,但找不到任何符合我期望的插件。我试图使一切尽可能“原汁原味”。没有花哨的彩色文字,只有朴素的旧式风格。
1.14+:狐狸和村民不会出现在刷怪笼中。这是一个 Minecraft 错误,你可以在此处投票以请求修复。