forked from taylorkelly/Help
-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
66 lines (48 loc) · 2.28 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
64
65
66
Help
===========
jascotty2 Changelog
-----------------
Version 0.3.2 - 7/21/11
lowered chat fill size.. should fix some wrapping issues
Version 0.3.1 - 7/7/11
fixed NullPointerException on entry save when no permissions
Version 0.3 - 7/6/11
fixed loading help & plugin help registering before plugin onEnable
Version 0.3 "beta2" - 7/4/11
plugin console output fixed
console output width changed for when running windows
plugin help override can be disabled (default)
- plugin help registering is ignored if the command exists already
- alternatively, can be disabled completely
saving of registered commands can be disabled (also, now saves to file, not "_orig" files)
ExtraHelp now uses filename as plugin name (plugin field no longer used)
added formatting options:
- shortenEntries : can show in old, one-line style
- chat line (useWordWrap:false) - minecraft chat wraps to next line
- columns (useWordWrap:true) - command on left, description in word wrap line(s)
- - can be right-aligned (wordWrapRight:true)
plugin entries can be set to not sorted (listed in the order found in the help file)
"/help reload" is now op-only
"ExtraHelp.yml" will now be converted (again.. seems to have been removed somewhere..)
ExtraHelp supports a multi-directory structure (like FabiaN's help package) (plugin name will be the directory name)
improved node error messages when loading
fixed permissions 3x illegalAccessErrors on load (and api errors)
Version 0.2.4.1 - 4/4/11
another illegalAccessError (hopefully) resolved
Version 0.2.4 - 4/2/11
updated an illegalAccess error that was occurring in 617
Version 0.2.3 - 3/25/11
fixed a null pointer exception in plugin help
Version 0.2.2 - 3/24/11
various null pointer fixes (could have nullpointerException on load without)
improved help listing
added console help support
Compilation
-----------
For compilation, you need :
* JDK 6 (Sun JDK or OpenJDK Highlight recommanded)
* Install [Maven 3](http://maven.apache.org/download.html)
* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit) and [CraftBukkit](http://github.com/Bukkit/CraftBukkit)
* Check out this repo
* Get the Permissions plugin jar and run `mvn install:install-file -Dfile=Permissions.jar -DgroupId=org.bukkit -DartifactId=permissions -Dversion=2.0 -Dpackaging=jar`
* `mvn clean install`