Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added a tidy error message for invalid permission entries in | ElgarL | 2012-01-18 | -2/+6 |
| | | | GlobalGroups. | |||
* | deleting the contents of GlobalGroups.yml will no longer thrown a | ElgarL | 2011-12-14 | -41/+45 |
| | | | NullPointerException. | |||
* | Added custom events so plugins can now be notified of changes within | ElgarL | 2011-12-13 | -0/+6 |
| | | | GroupManager. | |||
* | globalgroups prefix 'g:' is now not case sensitive. | ElgarL | 2011-11-29 | -4/+4 |
| | ||||
* | Minor optimization for Group loading/clone | ElgarL | 2011-11-07 | -3/+11 |
| | ||||
* | Fixed up javadoc comment errors | ElgarL | 2011-11-04 | -7/+7 |
| | ||||
* | GM will now check to see if it's data files have been changed at each | ElgarL | 2011-11-02 | -42/+110 |
| | | | | | | | | | scheduled save. If the files have been altered (on disc) it will reload, so long as the in-memory data hasn't changed. If the files on Disc have changed AND there have been changes to it's in-memory data it will show a warning. You then MUST issue a '/mansave force' to overwrite the disc files, or a '/manload' to overwrite the memory data. | |||
* | Added Info node support to Global Groups. | ElgarL | 2011-10-31 | -11/+56 |
| | ||||
* | Typo's and formatting | ElgarL | 2011-10-31 | -84/+73 |
| | ||||
* | Global Groups yml and class | ElgarL | 2011-10-31 | -0/+291 |