-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
72 lines (57 loc) · 2.96 KB
/
README.txt
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
64
65
66
67
68
69
70
71
72
OChestDump v1.10
Copyright (c) 2011 Nayruden <http://omnivr.net>
OChestDump allows you to dump the contents of your inventory to a container, or
to dump the contents of a container into your inventory, or to swap the contents
of a container with your inventory, or to sort a container.
To use, type "/ocd swap", "/ocd loot", "/ocd stash", or "/ocd sort" in chat
while looking at a chest or dispenser. Typing "/ocd" in chat will bring up the
help for the command.
Loot fits as many items from the container into your inventory as possible.
Stash fits as many items from your inventory into the container as possible.
Swap simply swaps the items from the container and your inventory.
You can add an item name or ID after swap or loot to exchange only the specified
item.
Sort allows you to sort items by name (default) or total amount of items.
All commands combine stacks where possible to save space!
You can enable a basic compatibility with chest protection by requiring users to
open a container before they're allowed to use OCD on it. Enable this behavior
in the configuration file.
To build this plugin from source, you'll need OLib, found at
http://github.com/Nayruden/olib
Changelog:
v1.10 - 4/14/2011
* [ADD] Multiworld support.
* [ADD] Support for stashing/looting item durabilities (colored cloth).
* [CHANGE] Updated item database.
* [FIX] A protection issue with not recognizing a double chest as a single item.
* [FIX] Various Bukkit breakages.
v1.01 - 3/31/2011
* [FIX] Various Bukkit breakages.
v1.0 - 2/19/2011
* [ADD] Support for Dispensers.
* [CHANGE] Some tweaks that Bukkit devs have deemed necessary.
* [CHANGE] Using Bukkit's ray tracer instead of OLib's now.
* [REMOVE] Check for Bukkit chest bug, seems to have been fixed now.
v0.9 - 2/07/2011
* [ADD] Support for durability/colors throughout OCD, including sorting.
* [ADD] Check for Bukkit bug, warns user when the chest is bugged.
* [FIX] A bug with compacting air due to Bukkit changes.
* [CHANGE] Converted command implementation to new Bukkit command model.
v0.8 - 1/30/2011
* [ADD] New sort: sort by item id.
* [ADD] A basic compatibility with chest protection mods: you must open the
chest to prove ownership (Enable this behavior in config).
v0.7 - 1/29/2011
* [ADD] Sort command.
* [ADD] All commands will now combine stacks as much as possible.
* [FIX] Putting items in the wrong starting row with large chests.
v0.6 - 1/27/2011
* [ADD] Ability to stash and loot only a specific item.
v0.5 - 1/25/2011
* Initial release.
License:
Except where otherwise stated, this work is licensed under the Creative Commons
Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of
this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a
letter to Creative Commons, 171 Second Street, Suite 300, San Francisco,
California, 94105, USA.