summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | clarify some things on configNecrodoom2012-08-30-4/+7
|/ /
* | Merge pull request #131 from necrodoom/patch-14KHobbits2012-08-29-0/+11
|\ \ | | | | | | update pork aliases
| * | update pork aliasesNecrodoom2012-08-29-0/+11
|/ / | | | | items.csv version 2.1_11
* | Merge branch 'groupmanager' of github.com:essentials/Essentials into 2.9KHobbits2012-08-28-30/+70
|\|
| * iacc's analElgarL2012-08-21-1/+1
| |
| * No more null errors from corrupt config.yml's.ElgarL2012-08-19-30/+67
| |
| * Fix an error with Logging set to 'OFF' triggering a cast exception.ElgarL2012-08-14-3/+6
| |
* | Fix CB.KHobbits2012-08-28-0/+12
| |
* | Merge branch '2.9' into releaseKHobbits2012-08-28-0/+0
|\ \
| * | Update CB :: Bukkit 1536 || Craftbukkit 2352 (1.3.2-R0.1)KHobbits2012-08-28-0/+0
| | |
* | | Merge branch '2.9' of github.com:essentials/Essentials into releaseKHobbits2012-08-28-233/+649
|\| |
| * | If both freeze-afk-players and cancel-afk-on-move is turned on, cancel AFK ↵KHobbits2012-08-28-1/+6
| | | | | | | | | | | | on player jump.
| * | Disable AFK when player damages entity.KHobbits2012-08-28-9/+13
| | |
| * | Manually merge Nickshelton80's alias change.KHobbits2012-08-28-1/+1
| | |
| * | Handle jail teleport locations slightly better.KHobbits2012-08-28-4/+16
| | |
| * | Optimize AntiBuild a littleKHobbits2012-08-28-35/+108
| | | | | | | | | | | | Support item name deny messages in antibuild.
| * | Fix minor typo in plugin.ymlKHobbits2012-08-27-2/+2
| | | | | | | | | | | | Remove 'essentials.interact' permission from antibuild - Not needed
| * | Remove max walk option to config, until its fixed in the client.KHobbits2012-08-27-3/+0
| | |
| * | Missing [player] param syntax on /afkKHobbits2012-08-26-1/+1
| | |
| * | Comment out/remove the /speed walk code, until the client properly supports ↵KHobbits2012-08-26-14/+22
| | | | | | | | | | | | this function.
| * | New command /speed [walk|fly] <speed> [player]KHobbits2012-08-26-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New permissions: essentials.speed = access to the command essentials.speed.others = ability to change the speed of another player essentials.speed.bypass = override max speed limits in config.yml New config options: max-fly-speed max-walk-speed
| * | More work on /fly command - Still incompleteKHobbits2012-08-26-46/+131
| | | | | | | | | | | | Updated and fixed messages files for missing keys.
| * | Updated Spanish TranslationKHobbits2012-08-26-144/+144
| | |
| * | Foundation for speed command - not yet implemented.KHobbits2012-08-25-0/+113
| | |
| * | Add AntiBuild to Metrics.KHobbits2012-08-25-1/+2
| | |
| * | Don't check for loan permission is there is no cost.KHobbits2012-08-22-0/+1
| | |
| * | New perm: essentials.kit.exemptdelayKHobbits2012-08-22-0/+4
| | | | | | | | | | | | Allows you to exempt from kit delays.
| * | Remove debug messages.KHobbits2012-08-21-3/+0
| | |
| * | New command: /enderchest [player] (alias /endersee and /echest)KHobbits2012-08-21-6/+67
| | | | | | | | | | | | | | | | | | | | | | | | This command lets you look inside your or another players enderchest New Permissions: essentials.enderchest - Access to the command essentials.enderchest.others - Lets you look at other enderchests essentials.enderchest.modify - Lets you modify other enderchests
| * | Update CBKHobbits2012-08-21-1/+49
| | | | | | | | | | | | Bukkit 1533 || Craftbukkit 2345 (1.3.1-R2.1)
* | | Merge branch '2.9' into releaseKHobbits2012-08-21-10076/+1653
|\| |
| * | Reorder perm check in antibuildKHobbits2012-08-20-6/+6
| | |
| * | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-08-19-0/+23
| |\ \
| | * \ Merge pull request #124 from necrodoom/patch-11KHobbits2012-08-19-0/+23
| | |\ \ | | | | | | | | | | patch ID 322 and update ID 260
| | | * | patch ID 322 and update ID 260necrodoom2012-08-19-0/+23
| | |/ / | | | | | | | | items.csv version 2.1_10
| * | | Merge branch 'antibuild' into 2.9KHobbits2012-08-19-602/+1965
| |\ \ \ | | |/ / | |/| |
| | * | Reduce permissions checks in antibuild.KHobbits2012-08-19-14/+19
| | | | | | | | | | | | | | | | Add a little debug logging for those with it enabled.
| | * | Correct antibuild perm checkKHobbits2012-08-19-5/+5
| | | | | | | | | | | | | | | | (still need to abort interact/use checks on block place)
| | * | Attempt to add support for metadata permissions.KHobbits2012-08-19-4/+35
| | | |
| | * | Split Ess protect into EssProtect and EssAntiBuildKHobbits2012-08-19-602/+1929
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New permissions: essentials.build - same as build: true essentials.build.interact.<id> - whitelist single interact block essentials.build.place.<id> - whitelist single place block essentials.build.break.<id> - whitelist single break block essentials.build.use.<id> - whitelist single use item
| * | | Add some command cost debugging messages to /ess debugKHobbits2012-08-19-0/+15
| | | |
| * | | Slightly more realistic worth prices.KHobbits2012-08-19-121/+121
| | | |
| * | | Tidy the worth file formatting.KHobbits2012-08-19-198/+166
| |/ /
| * | Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-08-18-12/+12
| |\ \
| | * \ Merge pull request #123 from necrodoom/patch-9Iaccidentally2012-08-18-12/+12
| | |\ \ | | | | | | | | | | fix ID 2259, pointed out by tanite
| | | * | fix ID 2259, pointed out by tanitenecrodoom2012-08-18-12/+12
| | | | | | | | | | | | | | | items.csv version 2.1_09
| * | | | Removing EssentialsUpdate from 2.9 branch.KHobbits2012-08-18-8620/+0
| |/ / / | | | | | | | | | | | | Development may be continued in 3.x branch.
| * | | Remove 3.x api migration code.KHobbits2012-08-18-1403/+0
| | | | | | | | | | | | | | | | | | | | 3.x development was moved to different code branch. Removing deprecated warnings, since it would be silly to deprecate ALL classes.
| * | | Fix /warp command matching in console.KHobbits2012-08-18-2/+2
| |/ /
| * | Merge pull request #122 from necrodoom/patch-8Iaccidentally2012-08-15-136/+260
| |\ \ | | | | | | | | update IDs: 5,6,17,18 - erase unused and add new