Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | New config settings for Protect: | snowleo | 2011-07-18 | -0/+38 |
| | | | | | | protect.prevent.tnt-playerdamage protect.prevent.fireball-fire protect.prevent.fireball-playerdamage | |||
* | I don't think we need this anymore. | snowleo | 2011-07-18 | -4/+0 |
| | ||||
* | Removed " from language files | snowleo | 2011-07-18 | -12/+12 |
| | ||||
* | Fix: Player staying afk if moving | snowleo | 2011-07-18 | -4/+1 |
| | ||||
* | Merge branch 'master' of https://github.com/essentials/Essentials | snowleo | 2011-07-18 | -0/+10 |
|\ | ||||
| * | Merge pull request #14 from khobbits/patch-2 | snowleo | 2011-07-17 | -0/+10 |
| |\ | | | | | | | Missing commands in config.yml | |||
| | * | Edited Essentials/src/config.yml via GitHub | KHobbits | 2011-07-17 | -0/+10 |
| | | | ||||
* | | | Only show hidden player count, if it's more than 0 | snowleo | 2011-07-18 | -1/+1 |
|/ / | ||||
* | | Fix InventoryWorkaround.addItem() not using the combined list. | snowleo | 2011-07-18 | -2/+2 |
| | | ||||
* | | Append the event and not the word event to trade log | snowleo | 2011-07-18 | -1/+1 |
| | | ||||
* | | Log location of /sell and signs | snowleo | 2011-07-18 | -9/+22 |
| | | ||||
* | | Missing return in /time reset command | snowleo | 2011-07-18 | -0/+1 |
| | | ||||
* | | Fix player still being in user list after he was deleted. | snowleo | 2011-07-18 | -0/+1 |
| | | ||||
* | | Added option to hide player from /list /who ... login message. | snowleo | 2011-07-18 | -9/+107 |
|/ | | | | | This is for other plugins, that want to hide a player. Use IEssentials.getUser(Player p).setHidden(boolean) | |||
* | Split build and use protection | snowleo | 2011-07-18 | -2/+21 |
| | ||||
* | Protect Rails and other signs from pistons | snowleo | 2011-07-18 | -1/+66 |
| | ||||
* | Cleaned deprecated functions | snowleo | 2011-07-18 | -44/+23 |
| | ||||
* | Piston push blacklist | snowleo | 2011-07-18 | -3/+41 |
| | ||||
* | Protection of signs against pistons | snowleo | 2011-07-18 | -50/+118 |
| | ||||
* | Bukkit Permission system | snowleo | 2011-07-18 | -9/+65 |
| | | | | New config setting: use-bukkit-permissions | |||
* | CB #1000 Bukkit #700 | ementalo | 2011-07-17 | -2/+165 |
| | ||||
* | Test #706. essentials.mute.exempt - messages for mute players | ementalo | 2011-07-17 | -1/+1 |
| | ||||
* | Merge branch 'master' of github.com:essentials/Essentials | ementalo | 2011-07-17 | -177/+591 |
|\ | ||||
| * | Fixes to EssentialsProtect that will remove conflicts with WorldGuard and ↵ | snowleo | 2011-07-16 | -0/+16 |
| | | | | | | | | other protection plugins. | |||
| * | mute for offline users | snowleo | 2011-07-16 | -1/+1 |
| | | ||||
| * | Register API #8f66f7dcae80945250301a9d9e644a74ab28d0b6 | snowleo | 2011-07-16 | -37/+232 |
| | | | | | | | | Supports BOSE7 | |||
| * | Disable old message about iconomy not being enabled before essentials | snowleo | 2011-07-16 | -1/+1 |
| | | ||||
| * | fix kickexempt | snowleo | 2011-07-16 | -0/+1 |
| | | ||||
| * | Revert to correct class loader | snowleo | 2011-07-16 | -3/+3 |
| | | ||||
| * | restricted-commands have been removed from config.yml | snowleo | 2011-07-16 | -45/+49 |
| | | | | | | | | Now we have a whitelist: player-commands | |||
| * | Log free signs. | snowleo | 2011-07-16 | -3/+7 |
| | | | | | | | | | | We don't how much the user takes out of the free sign, so we log the maximum value. Also corrected the stack sizes. | |||
| * | Colored signs with &0-f | snowleo | 2011-07-16 | -0/+8 |
| | | | | | | | | Permissions: essentials.signs.color | |||
| * | Revert broken ban reason for /tempban | snowleo | 2011-07-16 | -1/+1 |
| | | ||||
| * | German language file corrections | snowleo | 2011-07-16 | -3/+3 |
| | | ||||
| * | Fixing the UnitTests | snowleo | 2011-07-16 | -0/+2 |
| | | ||||
| * | Merge branch 'master' of https://github.com/essentials/Essentials | snowleo | 2011-07-16 | -10/+30 |
| |\ | ||||
| * | | Created an interface for settings. | snowleo | 2011-07-16 | -14/+193 |
| | | | ||||
* | | | essentials.mute.exempt prevents muting, send messages when a player is muted ↵ | ementalo | 2011-07-16 | -4/+39 |
| |/ |/| | | | | | to the muted | |||
* | | Merge pull request #12 from khobbits/master | ementalo | 2011-07-15 | -8/+18 |
|\ \ | | | | | | | Tidy plugins.yml, tidy help. | |||
| * | | Format. | KHobbits | 2011-07-15 | -10/+9 |
| | | | ||||
| * | | Adding a failure message for help search | KHobbits | 2011-07-15 | -3/+12 |
| | | | ||||
| * | | Adjust the help for more alias' | KHobbits | 2011-07-15 | -3/+5 |
| | | | ||||
* | | | This change did not commit | ementalo | 2011-07-16 | -1/+2 |
| | | | ||||
* | | | Test #393 adding optional ban reason with tempban /tempban player time ↵ | ementalo | 2011-07-16 | -2/+11 |
| |/ |/| | | | | | reason, also adding essentials.tempban.exempt | |||
* | | Fix merge error | snowleo | 2011-07-16 | -1/+2 |
| | | ||||
* | | Merge branch 'master' of https://github.com/essentials/Essentials | snowleo | 2011-07-16 | -32/+38 |
|\ \ | ||||
| * | | offline player validation for banning | ementalo | 2011-07-15 | -17/+13 |
| | | | ||||
| * | | Merge branch 'master' of github.com:essentials/Essentials | ementalo | 2011-07-15 | -330/+267 |
| |\ \ | ||||
| * | | | fixing offline player permissions check-ups. | ementalo | 2011-07-15 | -15/+25 |
| | | | | | | | | | | | | | | | | | | | | Ban for offline players. 2 new permissions nodes. essentials.ban.exempt and essentials.kick.exempt. People with this permission cannot be banned / kicked | |||
* | | | | Heavy cleanup of all classes | snowleo | 2011-07-16 | -292/+328 |
| |/ / |/| | | | | | | | | | | | ItemDb is not static anymore Essentials.getStatic() removed |