Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use the new Workaround in buy signs. | snowleo | 2011-06-12 | -1/+1 |
| | ||||
* | Workaround methods are static | snowleo | 2011-06-12 | -2/+2 |
| | ||||
* | Use the correct maxStackSize, when adding things to the inventory. | snowleo | 2011-06-12 | -5/+126 |
| | ||||
* | Limit buy signs amount to a full inventory of a player. | snowleo | 2011-06-12 | -1/+1 |
| | ||||
* | Sell & Buy Sign | snowleo | 2011-06-12 | -6/+176 |
| | ||||
* | To make things consistent: | snowleo | 2011-06-12 | -1/+2 |
| | | | | permissions: essentials.signs.break.signname and essentials.signs.signname.break | |||
* | Updated french translation by Nelo | snowleo | 2011-06-12 | -151/+150 |
| | ||||
* | Correct header | snowleo | 2011-06-12 | -5/+8 |
| | ||||
* | Sort all messages, so diffs are easier. | snowleo | 2011-06-12 | -1428/+1428 |
| | ||||
* | Fix for calling command for plugins that are loaded after Essentials. | snowleo | 2011-06-12 | -11/+5 |
| | ||||
* | Prevent lava bucket placed in air (far away from user) | snowleo | 2011-06-12 | -5/+0 |
| | | | | event.isCancelled() does not return the expected value | |||
* | Another missing part | snowleo | 2011-06-12 | -0/+4 |
| | ||||
* | The permission is essentials.protect.ownerinfo | snowleo | 2011-06-12 | -1/+1 |
| | ||||
* | Merge branch 'master' of https://github.com/essentials/Essentials | snowleo | 2011-06-12 | -4/+15 |
|\ | ||||
| * | Protect: Remove protection when attached block is destroyed | ementalo | 2011-06-11 | -4/+15 |
| | | ||||
* | | Fix for Craftbukkit Bug 912 | snowleo | 2011-06-12 | -10/+21 |
|/ | ||||
* | Merge branch 'master' of https://github.com/essentials/Essentials | snowleo | 2011-06-11 | -1/+463 |
|\ | ||||
| * | Protect: Get block owners on right click block only | ementalo | 2011-06-11 | -1/+2 |
| | | ||||
| * | Merge pull request #2 from khobbits/master | snowleo | 2011-06-08 | -0/+461 |
| |\ | | | | | | | gm aliases | |||
| | * | Adding group permission alias | KHobbits | 2011-06-08 | -1/+145 |
| | | | ||||
| | * | Adding user permission alias | KHobbits | 2011-06-08 | -1/+87 |
| | | | ||||
| | * | Adding manload | KHobbits | 2011-06-08 | -0/+29 |
| | | | ||||
| | * | Adding some GM aliases | KHobbits | 2011-06-08 | -0/+202 |
| |/ | ||||
* | | Merge branch 'release' | snowleo | 2011-06-11 | -1/+88 |
|\ \ | |/ |/| | | | | | | | Conflicts: .gitignore lib/bukkit-0.0.1-SNAPSHOT.jar | |||
| * | Update version number of Bukkitstable-2.3.2 | snowleo | 2011-06-11 | -1/+1 |
| | | ||||
| * | Update for the changes in Bukkit | snowleo | 2011-06-11 | -0/+87 |
| | | ||||
| * | CB #860 B#716 | snowleo | 2011-06-11 | -0/+0 |
| | | ||||
| * | Ignore all build files | snowleo | 2011-06-11 | -1/+25 |
| | | ||||
| * | gitignore for .DS_Store files | snowleo | 2011-06-11 | -0/+1 |
| | | ||||
* | | Catch NumberFormatException | snowleo | 2011-06-08 | -20/+34 |
| | | ||||
* | | Cleanup | snowleo | 2011-06-08 | -2/+1 |
| | | ||||
* | | The sign permissions will be: | snowleo | 2011-06-08 | -3/+5 |
| | | | | | | | | | | | | essentials.signs.create.* essentials.signs.use.* essentials.signs.break.* | |||
* | | Refactoring of the signs | snowleo | 2011-06-08 | -75/+622 |
| | | | | | | | | | | | | Todo: Eco signs, Protection signs New permission: essentials.signs.[signname].break | |||
* | | Added developer readme and settings. | snowleo | 2011-06-07 | -0/+16 |
| | | ||||
* | | Fix save inventory after logout for new players. | snowleo | 2011-06-07 | -1/+1 |
| | | ||||
* | | Remove unused imports | snowleo | 2011-06-07 | -2/+0 |
| | | ||||
* | | Fix dependency | snowleo | 2011-06-07 | -4/+11 |
| | | | | | | | | Loading from lib won't work, so back to the old method. | |||
* | | The rest of Wundarks commit, cleaned | snowleo | 2011-06-07 | -95/+179 |
| | | ||||
* | | Added [Time] Sign | Wundark | 2011-06-07 | -0/+8 |
| | | ||||
* | | Changed MOTD | Wundark | 2011-06-07 | -1/+0 |
| | | ||||
* | | Merge branch 'permissions3' | snowleo | 2011-06-07 | -1/+3 |
|\ \ | ||||
| * | | ignore build directories | snowleo | 2011-06-07 | -1/+3 |
| | | | ||||
* | | | Fix the tests. | snowleo | 2011-06-07 | -0/+1 |
| | | | ||||
* | | | Only import what we really need. | snowleo | 2011-06-07 | -16/+17 |
| | | | ||||
* | | | Bukkit #704 | snowleo | 2011-06-07 | -0/+0 |
|/ / | ||||
* | | Cleanup | snowleo | 2011-06-07 | -7/+83 |
| | | | | | | | | /manuadd command | |||
* | | Permissions 3.1.4 | snowleo | 2011-06-07 | -240/+1792 |
| | | | | | | | | | | Added Code for Perm2, Perm3 and Config Permissions Cleaned EssentialsChat | |||
* | | Major cleanup of the Protect code | snowleo | 2011-06-06 | -759/+951 |
| | | ||||
* | | Ignore all build files | snowleo | 2011-06-06 | -1/+25 |
| | | ||||
* | | gitignore for .DS_Store files | snowleo | 2011-06-06 | -0/+1 |
| | |