-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
63 lines (47 loc) · 2.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
AppleTree - The only standalone apple tree plugin.
AppleTree is a very simple plugin that was designed with the sole idea of turning trees into apple trees. There is a configuration file that will be created in the same folder as craftbukkit called appletree.properties, which you can use to customize different aspects of the plugin.
Properties Guide:
AChance - (number between 0 and 1) The chance of an apple drop. 5% = 0.05
CanDropGold - (true/false) If golden apples can drop.
GAChance - (number between 0 and 1) The chance of a golden apple drop. 5% = 0.05
CanDropCocoa= (true/false) If cocoa beans can drop.
CBChance=(number between 0 and 1) The chance of a cocoa bean drop.
DropLeaves - (true/false) if all leaves drop leaves (when broken)
CanDropDecay - (true/false) Whether or not apples drop on decaying leaves.
- if true, there are other settings for decay drop probabilities
- DecayAChance, DecayCanDropGold, DecayGAChance, DecayCanDropCocoa, DecayDropLeaves
Features:
Apples spawn from destroyed leaves.
Chance to spawn golden apples or Cocoa Beans as well.
Properties file for different settings.
Changelog:
Version 0.7.1 - 3/20/12
updated for new bukkit system
Version 0.7 - 9/18/11
added option to disable on defined worlds
Version 0.6 - 5/27/11
leaves can now be dropped (DropLeaves=true)
more settings added to allow seperate decay drop chances
fixed protection checks
Version 0.5.1 - 4/2/11 - jascotty2
settings moved to plugin folder
*15,790 downloads*
Version 0.5 - 4/2/11 - now being maintained by jascotty2
cocoa beans added as a drop
probability is relative - ony one item can drop from a leaf break
- (except saplings.. not sure how to turn those off yet)
Version 0.4
Allowed compatibility with newer bukkit versions.
Fixed the "Stupidly long constructor" error
Version 0.3.1
Fixed the bug where golden apples don't spawn.
*363 downloads*
Version 0.3
Added a appletree.properties file for customizations.
Added source.
*360 downloads*
Version 0.2
Allowed drops from decaying leaves.
*247 downloads*
Version 0.1
Original release.