<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://mineplugin.org/index.php?action=history&amp;feed=atom&amp;title=OtherDrops%2Fen</id>
	<title>OtherDrops/en - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://mineplugin.org/index.php?action=history&amp;feed=atom&amp;title=OtherDrops%2Fen"/>
	<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=OtherDrops/en&amp;action=history"/>
	<updated>2026-04-09T02:36:39Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://mineplugin.org/index.php?title=OtherDrops/en&amp;diff=1884&amp;oldid=prev</id>
		<title>Henry5041：​放置英文原文</title>
		<link rel="alternate" type="text/html" href="https://mineplugin.org/index.php?title=OtherDrops/en&amp;diff=1884&amp;oldid=prev"/>
		<updated>2015-12-29T04:03:42Z</updated>

		<summary type="html">&lt;p&gt;放置英文原文&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Minecraft Color | &amp;amp;2 | Please note these tutorials refer to the latest 2.8 beta builds and not the 2.7 release version.}}&lt;br /&gt;
&lt;br /&gt;
== Where do I put the configs? ==&lt;br /&gt;
&lt;br /&gt;
Before we get into the examples you need to know where they go.  Any of these entries can be placed at the bottom of the &amp;quot;otherdrops-drops.yml&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
== Simple Drop ==&lt;br /&gt;
A standard drop can be defined with:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  target: thing_to_drop[/quantity][/chance%]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
More information about the &amp;quot;things to drop&amp;quot; can be found [http://dev.bukkit.org/bukkit-plugins/otherdrops/pages/entity-list/ here].&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
  glass:       thin_glass       # glass drops thin glass&lt;br /&gt;
  diamond_ore: diamond/2/5%     # 5% chance of 2 diamonds from diamond_ore&lt;br /&gt;
  zombie:      diamond/1-3/1%   # zombie has 1% chance of dropping between 1 &amp;amp; 3 diamonds&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Lists ==&lt;br /&gt;
&lt;br /&gt;
You can also use a list of items, like such:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  zombie:   [default, iron_ingot/1/10%, diamond/1/0.5%]&lt;br /&gt;
  grass:    [default, brown_mushroom/1/5%, red_mushroom/1/8%]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the example above the Zombie starts with the default drop and adds a 10% chance of dropping an iron ingot plus 0.5% chance of dropping a diamond.  The grass always drops default (eg. dirt) and has a 5% chance of dropping an brown mushroom (in addition to default) and a 8% chance of dropping a red mushroom.&lt;br /&gt;
&lt;br /&gt;
Note that the square brackets [ ] mean &amp;quot;drop this AND this AND this&amp;quot; so there&amp;#039;s a chance of all three items for the grass to drop (dirt, brown mushroom &amp;amp; red mushroom).  If you only want one of the items to drop you can use curly bracks { } which mean &amp;quot;drop this OR this OR this&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  zombie:   {iron_ingot/1/10%, diamond/1/0.5%}&lt;br /&gt;
  grass:    {brown_mushroom/1/5%, red_mushroom/1/8%}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You don&amp;#039;t need to specify default in this instance because if neither of the items drops then it falls back to the default drop.  More details about multiple drops can be found [http://dev.bukkit.org/bukkit-plugins/otherdrops/pages/drops/#w-multiple-drops here].&lt;br /&gt;
&lt;br /&gt;
== Long format ==&lt;br /&gt;
&lt;br /&gt;
Using the longer format allows you to add new parameters such as [http://dev.bukkit.org/bukkit-plugins/otherdrops/pages/conditions/ conditions ](time, biome, world, permissions, etc) and [http://dev.bukkit.org/bukkit-plugins/otherdrops/pages/actions/ actions ](messages, damage, consumetool, etc).  Writing the grass example from above in a long format you could say drop brown mushrooms at night only and red mushrooms during the day.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  grass:&lt;br /&gt;
  - drop: brown_mushroom/1&lt;br /&gt;
    chance: 5%&lt;br /&gt;
    time: darkness   # covers dusk, night and dawn&lt;br /&gt;
&lt;br /&gt;
  - drop: red_mushroom/1&lt;br /&gt;
    chance: 8%&lt;br /&gt;
    time: day&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Adding messages ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  ghast:&lt;br /&gt;
  - drop: diamond/1-4&lt;br /&gt;
    chance: 1%&lt;br /&gt;
    message: &amp;quot;That ghast seems to have swallowed a jewellery box.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Keep in mind with a long format drop that the &amp;quot;item chance&amp;quot; - eg. diamond/1-4/1% - only applies to the drop and unless you specify a &amp;quot;chance&amp;quot; parameter (as per the example above) then other parameters (such as &amp;quot;message&amp;quot; above) will be at always show (ie. 100% chance).&lt;/div&gt;</summary>
		<author><name>Henry5041</name></author>
	</entry>
</feed>