Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | Fixes made, added /exp fix [playername] this fixes negative exp. | kukelekuuk00 | 2012-05-17 | -55/+110 | |
| | | | |||||
| * | | small description change | kukelekuuk00 | 2012-05-14 | -1/+1 | |
| | | | |||||
| * | | new command /exp [set|give|player] [player] [amount] | kukelekuuk00 | 2012-05-14 | -9/+59 | |
| | | | | | | | | | perms are essentials.exp, essentials.exp.others, essentials.exp.set, essentials.exp.set.others, essentials.exp.give and essentials.exp.give.others | ||||
| * | | Added an /exp command that shows the amount of exp you have and how much you ↵ | kukelekuuk00 | 2012-05-13 | -0/+45 | |
| | | | | | | | | | | | | | | | need for the next level. Permissions are essentials.exp and essentials.exp.needed | ||||
* | | | Update CraftBukkit: 1.2.5-R2.0 - 2190 | KHobbits | 2012-05-19 | -0/+36 | |
| | | | | | | | | | | | | Update Bukkit: 1.2.5-R2.0 - 1459 | ||||
* | | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2012-05-19 | -3/+124 | |
|\ \ \ | |||||
| * | | | There is no need to start a second task to measure lag, it can in fact be ↵ | md_5 | 2012-05-17 | -53/+38 | |
| | | | | | | | | | | | | | | | | measured with enough precision from the exisitng one. | ||||
| * | | | Add a LagMeter (ticks per second) to the /gc command. This command can now ↵ | md_5 | 2012-05-17 | -2/+138 | |
| | | | | | | | | | | | | | | | | | | | | | | | | be accessed with /lag as well. Also added a simple /vanish command, with the extra node essentials.vanish.see If you require a more advanced vanish solution checkout VanishNoPacket from mbaxter. | ||||
* | | | | Strip invalid chars from kit names | KHobbits | 2012-05-19 | -4/+5 | |
|/ / / | | | | | | | | | | This may possibly block some kits from working that previous worked, if the kit name contained unusual letters | ||||
* / / | Try to trim long displaynicks instead of blankly refusing to show them. | KHobbits | 2012-05-13 | -32/+44 | |
|/ / | | | | | | | Will try trimming prefixes and dropping suffixes before trimming nicknames. | ||||
* | | Force 3 letters before matching players for /god /gamemode and /fly | KHobbits | 2012-05-07 | -3/+3 | |
| | | |||||
* | | Revert "Update home count..." This reverts commit ↵ | KHobbits | 2012-05-07 | -13/+1 | |
| | | | | | | | | | | | | cd1734f0965652fef584df42f79a22a8f42387db. On second thought, this would just lead to inconsistency.... | ||||
* | | Home confirmation when using a bed. | KHobbits | 2012-05-07 | -1/+3 | |
| | | |||||
* | | Update home count to include the bed home if set, this does not prevent ↵ | KHobbits | 2012-05-07 | -3/+17 | |
| | | | | | | | | people from setting a bed home if they are at max. | ||||
* | | Revert "Revert "New config option 'cancel-afk-on-move' - Set to false you ↵ | KHobbits | 2012-05-06 | -14/+38 | |
| | | | | | | | | | | | | | | | | don't use afk." -- This should fix afk mode." This reverts commit a40b225d476dd32b66af9c9a5095c2f809d75cb2. Another attempt at adding 'cancel-afk-on-move' toggle. | ||||
* | | Revert "/me crashes ementalo's face for making the client crash." | KHobbits | 2012-05-06 | -1/+3 | |
| | | | | | | | | | | | | This reverts commit d9ac02d701c114bc499220f273b4e99032218c56. And fix the original bug. | ||||
* | | Add whisper to social spy trigger list. | KHobbits | 2012-05-06 | -1/+1 | |
| | | |||||
* | | Revert "We can't damage and kill, so we will just kill to make everyone ↵ | KHobbits | 2012-05-06 | -4/+6 | |
| | | | | | | | | | | | | | | | | happy, and the event pointless." This reverts commit 7957a946efac1349961ad9f302eb0a33a901277b. Also fix kill to do the same. | ||||
* | | We can't damage and kill, so we will just kill to make everyone happy, and ↵ | md_5 | 2012-05-05 | -4/+0 | |
| | | | | | | | | the event pointless. | ||||
* | | Merge branch 'refs/heads/groupmanager' | snowleo | 2012-04-26 | -14/+69 | |
|\| | |||||
| * | Allow 'manucheckp' to notify when superperms reports false but it is | ElgarL | 2012-04-22 | -2/+3 | |
| | | | | | | really negated. | ||||
| * | Fix forgetting sub groups on a manload. | ElgarL | 2012-04-21 | -9/+52 | |
| | | |||||
| * | updated classpath (eclipse) for teh whole project | ElgarL | 2012-04-21 | -1/+0 | |
| | | |||||
| * | remove unneeded dependency of craftbukkit | ElgarL | 2012-04-21 | -1/+10 | |
| | | |||||
| * | Remove unneeded dependency of craftbukkit (Eclipse building) | ElgarL | 2012-04-21 | -1/+1 | |
| | | |||||
| * | Prevent null perms getting past the GlobalGroups loader. | ElgarL | 2012-04-18 | -2/+5 | |
| | | |||||
* | | Revert "New config option 'cancel-afk-on-move' - Set to false you don't use ↵ | snowleo | 2012-04-26 | -57/+29 | |
| | | | | | | | | | | | | | | | | | | | | afk." -- This should fix afk mode. This reverts commit 00e8e29efb1f3e1752ab89dd3335bd2aa881cd2f. Conflicts: Essentials/src/com/earth2me/essentials/EssentialsPlayerListener.java | ||||
* | | Latest items.csv by necrodoom | ementalo | 2012-04-25 | -15/+15 | |
| | | |||||
* | | /me crashes ementalo's face for making the client crash. | md_5 | 2012-04-25 | -3/+1 | |
| | | |||||
* | | Fix items.csv | snowleo | 2012-04-24 | -2/+2 | |
| | | |||||
* | | Merge pull request #66 from Iaccidentally/patch-8 | snowleo | 2012-04-24 | -5/+596 | |
|\ \ | | | | | | | Necrodoom's update to items.csv | ||||
| * | | Necrodoom's update to items.csv | Iaccidentally | 2012-04-24 | -5/+596 | |
|/ / | |||||
* | | Updated czech language, thanks tommymortago | ementalo | 2012-04-24 | -355/+356 | |
| | | |||||
* | | Small cleanup of things | md_5 | 2012-04-24 | -68/+10 | |
| | | |||||
* | | Adding the kickedAll TL key the the rest of the files | ementalo | 2012-04-24 | -23/+33 | |
| | | |||||
* | | Add message to sender when all players kicked, addresses issue #1968 | md_5 | 2012-04-24 | -0/+2 | |
| | | |||||
* | | Use a quick (and working comparer) | md_5 | 2012-04-24 | -2/+1 | |
| | | |||||
* | | New permission essentials.invsee.preventmodify. People with this permission ↵ | ementalo | 2012-04-23 | -1/+3 | |
| | | | | | | | | cannot have their inventories modified by invsee | ||||
* | | Merge pull request #64 from mdojcar/patch-1 | snowleo | 2012-04-23 | -82/+82 | |
|\ \ | | | | | | | 0.2 version of Czech translate: optimized by mdojcar | ||||
| * | | 0.2 version: optimized by mdojcar (modojcar@seznam.cz) - mirne fixy a trochu ↵ | mdojcar | 2012-04-21 | -82/+82 | |
|/ / | | | | | | | jsem preklad vylepsil | ||||
* | | Remove stack trace cleaning, didn't actually remove unwanted elements. | KHobbits | 2012-04-20 | -15/+3 | |
| | | |||||
* | | Slightly widen block break protection on protected signs (still does not ↵ | KHobbits | 2012-04-18 | -13/+10 | |
| | | | | | | | | block chain breaks). | ||||
* | | Merge remote branch 'remotes/origin/groupmanager' | KHobbits | 2012-04-18 | -40/+75 | |
|\| | |||||
| * | Fix a couple of perms in GlobalGroups | ElgarL | 2012-04-17 | -2/+3 | |
| | | |||||
| * | Re-initialize the WorldsHolder on a reload, as un-registering and | ElgarL | 2012-04-16 | -38/+72 | |
| | | | | | | | | re-registering a new holder means all plugins have to check for the new service on every quiery. | ||||
* | | Switch the order of the alt give syntax to follow vanilla order. | KHobbits | 2012-04-18 | -3/+3 | |
| | | |||||
* | | Don't get the Essentials user object when we don't need it. | KHobbits | 2012-04-17 | -8/+9 | |
| | | |||||
* | | Wrong default value for AFK disable pickup. | KHobbits | 2012-04-17 | -2/+2 | |
| | | |||||
* | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2012-04-16 | -1/+1 | |
|\ \ | |||||
| * | | Do we have to remind @khobbits not to code while drunk. Again. | md_5 | 2012-04-16 | -1/+1 | |
| | | |