-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
46 lines (35 loc) · 1.93 KB
/
CHANGELOG
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
Version 1.2.5
Added new items (from 1.0.0) to the signs.
Version 1.2.4
Fixed compatibility with Towny.
Fixed NPE when breaking signs still in the setup phase.
Version 1.2.3
Added new version of usage statistics so that Bukkit version stats are also sent.
Version 1.2.2
Added usage statistics.
Version 1.2.1
Added support for Towny's shop plots.
Fixed some NPEs related to the new override config option.
Version 1.2
Fixed some sign text that was too long due to color codes.
Added a commented config.
Fixed some over looked item name length issues. (And suphlur (sp) is now Gunpowder). This change requires you to delete your old item.yml.
Added a new option to enforce max stack sizes.
This causes any items sold to be split into multiple stacks if the amount is greater than that item's max stack size. No more stacks of 64 soup!
This also causes the sign stock limit to be a number of item stacks instead of total item amount.
Added a revenue stack count to the revenue menu item.
Added a config option to override other sign plugins when operating a BarterSigns sign.
Changed the default use/create permissions to true for when using permissions.
Version 1.1.2
Fixed issue with the language and item files not being properly extracted from the plugin jar.
Version 1.1.1
Fixed an NPE when trying to sneak while the sign is still waiting for you to tell it what to sell.
Version 1.1
Made the sign help short and concise. No more wall-o-text! (Thanks, LordNed!)
The main sign text now shows what the sign sells. The sign info now shows the owner instead of the sold item.
Version 1.0.2
Modified the process for extracting the language file. Plugin should work better when the file is manually extracted.
Version 1.0.1
Included the required dependencies in the plugin's main package.
Version 1.0
Public release!