summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* CB#1337snowleo2011-10-21-0/+0
| | | | B#953
* Merge branch 'refs/heads/groupmanager'snowleo2011-10-21-14/+32
|\
| * Added data.save.hours setting to config. This allow control over howElgarL2011-10-16-4/+14
| | | | | | long backups are retained.
| * Simplified config.yml while retaining backwards compatibility.ElgarL2011-10-16-6/+13
| |
| * Fixed reading world mirrors from the config.ElgarL2011-10-16-8/+9
| |
* | Cleanupsnowleo2011-10-19-25/+25
| |
* | Moved all config options to new Settings classessnowleo2011-10-19-45/+410
| |
* | Cleanupsnowleo2011-10-19-36/+44
| |
* | Merge pull request #30 from tustin2121/mastersnowleo2011-10-19-33/+164
|\ \ | | | | | | Porting Some Player-Only Commands to the Console
| * | Minor fixes. Basic testing shows all works.Tim P2011-10-18-6/+26
| | |
| * | Made a concerted effort to change the messages.properties in the various ↵Tim P2011-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 P2011-10-18-13/+124
| | | | | | | | | | | | | | | | | | able to access from the command line).
* | | Save the ban reason, not the command name.KHobbits2011-10-18-1/+1
| | |
* | | Removing debugging.KHobbits2011-10-18-9/+7
| | |
* | | More debuggingKHobbits2011-10-18-2/+5
| | |
* | | Adding a debug note.KHobbits2011-10-18-1/+3
|/ /
* | Updated german translation by HDSsnowleo2011-10-16-17/+16
| |
* | Revert bed fix, because it's fixed in Bukkit now. Thanks to feildmastersnowleo2011-10-15-13/+0
| |
* | Test if objects can be read from yaml in the original sortsnowleo2011-10-15-1/+5
| |
* | Correctly fix the N/S directionsnowleo2011-10-15-13/+40
| |
* | Moving apikey outside main file.KHobbits2011-10-13-2/+9
| | | | | | | | Keep the actual key in local repo ;)
* | Merge branch 'master' of github.com:essentials/Essentials into essmasterKHobbits2011-10-13-3/+450
|\ \
| * | New storage system for settings (WIP)snowleo2011-10-13-3/+450
| | |
* | | Made a silly little upload script, for uploading things to dev bukkit.KHobbits2011-10-13-0/+1901
|/ /
* | Merge remote branch 'remotes/ess/groupmanager' into essmasterKHobbits2011-10-12-24/+56
|\|
| * Added a config setting - bukkit_perms_override: falseElgarL2011-10-12-12/+41
| | | | | | | | Enable to allow default Bukkit based permissions to remain enabled, unless directly negated within GroupManager.
| * v 1.4:ElgarL2011-10-11-14/+17
| | | | | | | | - Updated for Bukkits new YamlConfiguration. - Cleared remaining Cast errors cause by object cloning.
* | Cleanupsnowleo2011-10-12-25/+51
| |
* | Replacing martyr with Pircbot 1.5snowleo2011-10-12-10946/+4166
| |
* | EssentialsUpdate WIPsnowleo2011-10-12-1/+13835
| |
* | Fixing german translation error.KHobbits2011-10-11-1/+1
|/
* Added two new permission nodes - groupmanager.notify.self &ElgarL2011-10-11-1/+34
| | | | | groupmanager.notify.other These allow players/admins to be notified when players are moved between groups.
* Merge branch 'master' into groupmanagersnowleo2011-10-11-111/+654
|\
| * Changes for new Bukkitsnowleo2011-10-11-3/+40
| |
| * CB#1317snowleo2011-10-11-0/+0
| | | | | | | | B#941
| * Changing essentials URL, we should at least give one that works, although ↵KHobbits2011-10-11-1/+1
| | | | | | | | bukkitdev would probably be better.
| * Fix NPE in BUY signssnowleo2011-10-10-0/+4
| |
| * Fix of the recharge code, also the maximum line length on signs is 15 not 16!snowleo2011-10-10-7/+11
| |
| * Reverting ementalos change on freeze-afk, hopefully fixing the flickering.snowleo2011-10-09-2/+9
| |
| * Cleanupsnowleo2011-10-09-3/+5
| |
| * Notch decided that the sun rises north and sets south.snowleo2011-10-09-11/+2
| | | | | | | | "Corrected" values for /getpos and /compass
| * Prevent that long lines are stored on the signsnowleo2011-10-09-8/+19
| |
| * Allow players to recharge trade signs without breaking them.snowleo2011-10-09-2/+25
| | | | | | | | Also don't give out items, if their inventory is full.
| * Don't spill out items, if inventory is full on buy signs.snowleo2011-10-09-19/+236
| |
| * Edited Essentials/src/items.csv via GitHubKHobbits2011-10-09-0/+2
| |
| * Allow to disable the death messages of minecraftsnowleo2011-10-09-5/+22
| |
| * Corrected datavalues for pistonssnowleo2011-10-09-29/+29
| |
| * Cancel early, not latesnowleo2011-10-09-1/+1
| |
| * Prevent players with essentials.sleepingignored permission from going to ↵snowleo2011-10-09-0/+14
| | | | | | | | bed. Prevents a bug in bukkit.
| * Allow players with essentials.signs.trade.override permission break invalid ↵snowleo2011-10-09-8/+18
| | | | | | | | trade signs.