summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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)
* 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
| * update IDs: 5,6,17,18 - erase unused and add newnecrodoom2012-08-15-136/+260
|/ | | items.csv version 2.1_08
* Merge pull request #121 from necrodoom/patch-6Iaccidentally2012-08-13-2/+18
|\ | | | | few extra fixes to several ID item name aliases
| * few extra fixes to several IDsnecrodoom2012-08-13-2/+18
|/ | | items.csv version 2.1_07
* add spruce/pine tree to items.csvIaccidentally2012-08-13-0/+20
|
* Merge branch '2.9' of github.com:essentials/Essentials into 2.9KHobbits2012-08-13-284/+284
|\
| * Fix encoding of swedish localesnowleo2012-08-13-281/+281
| |
| * Update Essentials/src/items.csvKHobbits2012-08-13-1/+1
| |
| * Update Essentials/src/items.csvKHobbits2012-08-13-1/+1
| |
| * Merge pull request #115 from necrodoom/patch-3KHobbits2012-08-11-1/+1
| |\ | | | | | | grammar check on plugin.yml
| | * sets, not settingnecrodoom2012-08-08-1/+1
| | |
* | | Try and prevent 'corrupt' messages files from breaking essentials.KHobbits2012-08-13-3/+13
|/ /
* | Add command name matching to /gamemodeKHobbits2012-08-12-21/+42
| | | | | | | | This allows aliases such as /gmc and /creative [player] to be used without stating gamemode as a parameter.
* | Improve player matching in /gamemodeKHobbits2012-08-12-3/+15
| | | | | | | | Add extra aliases to /gamemode
* | fix name length check in /killIaccidentally2012-08-10-1/+1
| |
* | fix msg and pay to accept 2 character namesIaccidentally2012-08-10-2/+2
| |
* | Throw warning when using /kill without valid player.KHobbits2012-08-10-0/+7
| |
* | Add console log message when player is /kickedKHobbits2012-08-10-0/+3
| |