Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Altering PEX prefix/suffix. | KHobbits | 2011-10-27 | -2/+4 | |
|/ / | |||||
* | | Few more states in EssentialsUpdate | KHobbits | 2011-10-26 | -3/+135 | |
| | | |||||
* | | Fixing invsee error. | KHobbits | 2011-10-26 | -1/+2 | |
| | | |||||
* | | Extra triggers for /sell inventory | KHobbits | 2011-10-26 | -1/+1 | |
| | | |||||
* | | Improved readability of /sell | KHobbits | 2011-10-26 | -36/+35 | |
| | | | | | | | | ~translations need checking~ | ||||
* | | Cleanup debug message, code tidy. | KHobbits | 2011-10-25 | -62/+85 | |
| | | |||||
* | | Only prevent AFK heal, if freeze player is enabled. | KHobbits | 2011-10-25 | -5/+8 | |
| | | |||||
* | | Fix health event name. | KHobbits | 2011-10-24 | -1/+2 | |
| | | |||||
* | | Merge branch 'master' of github.com:essentials/Essentials into essmaster | KHobbits | 2011-10-24 | -32/+105 | |
|\ \ | |||||
| * | | Cleanup | snowleo | 2011-10-23 | -1/+0 | |
| | | | |||||
| * | | Minor changes because we use a map instead of a list | snowleo | 2011-10-23 | -6/+7 | |
| | | | |||||
| * | | Another state added | snowleo | 2011-10-23 | -0/+1 | |
| | | | |||||
| * | | Less chance for C&P error | snowleo | 2011-10-23 | -1/+6 | |
| | | | |||||
| * | | Moving the link between the states from the constructor of the state machine ↵ | snowleo | 2011-10-23 | -27/+94 | |
| | | | | | | | | | | | | to the states classes. | ||||
* | | | AFK users shouldn't heal from full hunger. | KHobbits | 2011-10-24 | -2/+13 | |
|/ / | |||||
* | | Automatically unAFK on interaction. | KHobbits | 2011-10-23 | -0/+3 | |
| | | |||||
* | | Statemachine for installation wizard (WIP) | snowleo | 2011-10-23 | -40/+470 | |
| | | |||||
* | | Fix Test | snowleo | 2011-10-21 | -2/+63 | |
| | | |||||
* | | Use of lomboks delegate on player wrapping | snowleo | 2011-10-21 | -848/+58 | |
| | | |||||
* | | CB#1337 | snowleo | 2011-10-21 | -0/+0 | |
| | | | | | | | | B#953 | ||||
* | | Merge branch 'refs/heads/groupmanager' | snowleo | 2011-10-21 | -14/+32 | |
|\| | |||||
| * | Added data.save.hours setting to config. This allow control over how | ElgarL | 2011-10-16 | -4/+14 | |
| | | | | | | long backups are retained. | ||||
| * | Simplified config.yml while retaining backwards compatibility. | ElgarL | 2011-10-16 | -6/+13 | |
| | | |||||
| * | Fixed reading world mirrors from the config. | ElgarL | 2011-10-16 | -8/+9 | |
| | | |||||
* | | Cleanup | snowleo | 2011-10-19 | -25/+25 | |
| | | |||||
* | | Moved all config options to new Settings classes | snowleo | 2011-10-19 | -45/+410 | |
| | | |||||
* | | Cleanup | snowleo | 2011-10-19 | -36/+44 | |
| | | |||||
* | | Merge pull request #30 from tustin2121/master | snowleo | 2011-10-19 | -33/+164 | |
|\ \ | | | | | | | Porting Some Player-Only Commands to the Console | ||||
| * | | Minor fixes. Basic testing shows all works. | Tim P | 2011-10-18 | -6/+26 | |
| | | | |||||
| * | | Made a concerted effort to change the messages.properties in the various ↵ | Tim P | 2011-10-18 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | languages to the new format for weather. - Incidently, there was an error in the _da translation - the message for the key weatherSun did not have a "in your world" clause. This is added with the "your world" clause changed, like it is everywhere. | ||||
| * | | Made a couple commands available for the console (ones that make sense to be ↵ | Tim P | 2011-10-18 | -13/+124 | |
| | | | | | | | | | | | | | | | | | | able to access from the command line). | ||||
* | | | Save the ban reason, not the command name. | KHobbits | 2011-10-18 | -1/+1 | |
| | | | |||||
* | | | Removing debugging. | KHobbits | 2011-10-18 | -9/+7 | |
| | | | |||||
* | | | More debugging | KHobbits | 2011-10-18 | -2/+5 | |
| | | | |||||
* | | | Adding a debug note. | KHobbits | 2011-10-18 | -1/+3 | |
|/ / | |||||
* | | Updated german translation by HDS | snowleo | 2011-10-16 | -17/+16 | |
| | | |||||
* | | Revert bed fix, because it's fixed in Bukkit now. Thanks to feildmaster | snowleo | 2011-10-15 | -13/+0 | |
| | | |||||
* | | Test if objects can be read from yaml in the original sort | snowleo | 2011-10-15 | -1/+5 | |
| | | |||||
* | | Correctly fix the N/S direction | snowleo | 2011-10-15 | -13/+40 | |
| | | |||||
* | | Moving apikey outside main file. | KHobbits | 2011-10-13 | -2/+9 | |
| | | | | | | | | Keep the actual key in local repo ;) | ||||
* | | Merge branch 'master' of github.com:essentials/Essentials into essmaster | KHobbits | 2011-10-13 | -3/+450 | |
|\ \ | |||||
| * | | New storage system for settings (WIP) | snowleo | 2011-10-13 | -3/+450 | |
| | | | |||||
* | | | Made a silly little upload script, for uploading things to dev bukkit. | KHobbits | 2011-10-13 | -0/+1901 | |
|/ / | |||||
* | | Merge remote branch 'remotes/ess/groupmanager' into essmaster | KHobbits | 2011-10-12 | -24/+56 | |
|\| | |||||
| * | Added a config setting - bukkit_perms_override: false | ElgarL | 2011-10-12 | -12/+41 | |
| | | | | | | | | Enable to allow default Bukkit based permissions to remain enabled, unless directly negated within GroupManager. | ||||
| * | v 1.4: | ElgarL | 2011-10-11 | -14/+17 | |
| | | | | | | | | - Updated for Bukkits new YamlConfiguration. - Cleared remaining Cast errors cause by object cloning. | ||||
* | | Cleanup | snowleo | 2011-10-12 | -25/+51 | |
| | | |||||
* | | Replacing martyr with Pircbot 1.5 | snowleo | 2011-10-12 | -10946/+4166 | |
| | | |||||
* | | EssentialsUpdate WIP | snowleo | 2011-10-12 | -1/+13835 | |
| | | |||||
* | | Fixing german translation error. | KHobbits | 2011-10-11 | -1/+1 | |
|/ |