Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Adding translation keys for [L] and [Spy] | KHobbits | 2012-01-20 | -2/+2 |
| | ||||
* | Check shout/question messages are longer than 1 character. | KHobbits | 2012-01-20 | -1/+1 |
| | ||||
* | Removing load info, bucket displays that now. | snowleo | 2012-01-20 | -1/+0 |
| | ||||
* | Update for new CraftBukkit Event Code | snowleo | 2012-01-20 | -8/+14 |
| | | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities. | |||
* | Cache MessageFormats for Chat | snowleo | 2012-01-19 | -1/+3 |
| | ||||
* | Compiled regex is faster. | KHobbits | 2012-01-18 | -1/+1 |
| | ||||
* | Make sure to clean the chatStore. | KHobbits | 2012-01-18 | -1/+2 |
| | ||||
* | Reduce duplicate calls in EssentialsChat | KHobbits | 2012-01-18 | -103/+133 |
| | | | | Should cut the time down a little. | |||
* | Stripping vanilla colour from /helpop and /mail | KHobbits | 2012-01-16 | -1/+1 |
| | | | | | Adding support for &k in EssChat Adding support for colour in /msg and /r - New perm: essentials.msg.color | |||
* | Stripping vanilla colours from /msg | KHobbits | 2012-01-16 | -4/+7 |
| | ||||
* | Strip colors from chat, if the user does not have the permission. | snowleo | 2012-01-16 | -0/+3 |
| | ||||
* | Netbeans 7.1 stuff | snowleo | 2012-01-12 | -2/+11 |
| | ||||
* | Update copylibs. | KHobbits | 2011-12-13 | -5/+7 |
| | ||||
* | Update Bukkit jars and paths. | KHobbits | 2011-12-12 | -2/+2 |
| | ||||
* | Update plugin information. | KHobbits | 2011-12-09 | -1/+1 |
| | ||||
* | Fix broken charge for shout and question | snowleo | 2011-12-09 | -45/+59 |
| | ||||
* | Better distance checking. | KHobbits | 2011-12-01 | -20/+17 |
| | ||||
* | Cleanup of the library folder | snowleo | 2011-12-01 | -2/+1 |
| | | | | Also: we don't use the mysql.jar/sqlite.jar anymore, since it is included in craftbukkit. I don't know why this reference in config.yml still exists. | |||
* | If Essentials core fails to read one of the configs now, it will disable ↵ | snowleo | 2011-11-30 | -5/+14 |
| | | | | itself. If other modules detect that Essentials is not enabled, they will be disabled too. EssentialsProtect will go into emergency mode, canceling all events that could hurt your world. Fix the file and either restart or reload the server. | |||
* | Locale.ENGLISH!!1! | snowleo | 2011-11-27 | -2/+4 |
| | ||||
* | Switch to the new I18n class and format cleanup of all classes | snowleo | 2011-11-21 | -22/+15 |
| | ||||
* | CB# 1467 B#1022 | snowleo | 2011-11-20 | -2/+2 |
| | ||||
* | More code cleanup. | KHobbits | 2011-11-18 | -2/+0 |
| | ||||
* | EssChat update part 1. | okamosy | 2011-10-30 | -148/+333 |
| | ||||
* | Edited Priority to "High" | feildmaster | 2011-10-03 | -1/+1 |
| | | | Adds compatibility to plugins that adds text to the current "format." | |||
* | Adding command cost for !shout and ?question. | KHobbits | 2011-08-17 | -16/+36 |
| | ||||
* | Changes to build-impl by Netbeans | snowleo | 2011-08-08 | -3/+4 |
| | ||||
* | Correcting all line endings to LF | snowleo | 2011-07-24 | -76/+76 |
| | ||||
* | Added code guidelines to all projects, so we don't need them globally. | snowleo | 2011-07-24 | -5/+40 |
| | | | | | | | Compress jar files Don't copy lib files into dist folders Removed vendor names Changed all java versions to 1.6 to make it consistent. | |||
* | Readded some code, so that the user is not checked, if he is next to himself. | snowleo | 2011-07-23 | -1/+1 |
| | ||||
* | EssentialsChat: The user should see his own message | snowleo | 2011-07-21 | -6/+7 |
| | | | | Corrected radius | |||
* | Fix for local chat not working (instead acting just like global chat) | Brettflan | 2011-07-20 | -1/+1 |
| | ||||
* | Removed leftovers from initial Factions integration | Brettflan | 2011-07-20 | -5/+2 |
| | ||||
* | More changes to the EssentialsChat API for Factions | snowleo | 2011-07-20 | -37/+9 |
| | ||||
* | The event.getPlayer() is needed for the hook. | snowleo | 2011-07-19 | -2/+2 |
| | ||||
* | Rewritten Factions hook, so we don't need Factions in our code. | snowleo | 2011-07-19 | -38/+70 |
| | ||||
* | Heavy cleanup of all classes | snowleo | 2011-07-16 | -15/+8 |
| | | | | | ItemDb is not static anymore Essentials.getStatic() removed | |||
* | Moved user.setDisplayName() from EssentialsChat to Essentials | snowleo | 2011-07-15 | -10/+0 |
| | | | | | | Added new config: change-displayname (default to true) It allows users to disable the setDisplayName, if they have other plugins that modify the display name Updated user.getNick() to use StringBuilder | |||
* | Added softdepend: Factions to EssentialsChat | snowleo | 2011-07-02 | -9/+10 |
| | ||||
* | Implemented Factions hooks for proper chat integration with it (master/dev ↵ | Brettflan | 2011-07-02 | -2/+47 |
| | | | | branch) | |||
* | Only import what we really need. | snowleo | 2011-06-07 | -5/+3 |
| | ||||
* | Permissions 3.1.4 | snowleo | 2011-06-07 | -164/+99 |
| | | | | | Added Code for Perm2, Perm3 and Config Permissions Cleaned EssentialsChat | |||
* | Pull-Request #1 by mrapple | snowleo | 2011-06-05 | -1/+1 |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1588 e251c2fe-e539-e718-e476-b85c1f46cddb | |||
* | Missing part for the /ignore command | snowleo | 2011-05-15 | -0/+3 |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1478 e251c2fe-e539-e718-e476-b85c1f46cddb | |||
* | Move Register stuff inside Essentials | snowleo | 2011-05-13 | -28/+3 |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1454 e251c2fe-e539-e718-e476-b85c1f46cddb | |||
* | Add Register as dependency for all projects. | snowleo | 2011-05-13 | -109/+134 |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1453 e251c2fe-e539-e718-e476-b85c1f46cddb | |||
* | Finally get rid of all dependency problems. | snowleo | 2011-05-11 | -7/+2 |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1423 e251c2fe-e539-e718-e476-b85c1f46cddb | |||
* | More translation stuff. Translated Spawn, Chat, Protect, GeoIP | snowleo | 2011-05-10 | -9/+11 |
| | | | | | | | Protect is only partly translated (sql stuff is not translated) EssentialsSpawn is changed to use the onCommand from Essentials jar, since that is more up to date. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1408 e251c2fe-e539-e718-e476-b85c1f46cddb | |||
* | Cleanup of the iConomyBridge Code | snowleo | 2011-05-02 | -1/+1 |
| | | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1321 e251c2fe-e539-e718-e476-b85c1f46cddb | |||
* | This is a big refactoring of the user class and more. | snowleo | 2011-05-01 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many commands have been cleaned. File changes: - all user data has been moved from users.yml to userdata folder - all files in userdata folder are lower case Both changes should be done automatically. Class changes: - Moved all user data functions to UserData class - Moved all user teleport functions to Teleport class - Moved the user list to Essentials class - Less static functions for better testing - EssentialsCommand now has ess Property (Essentials class) - New NotEnoughArgumentsException, that will show command description and syntax New commands: - /seen, shows the last login or logout - /tempban, temporarily ban someone - /tjail and mute, temporarily option added Other changes: - ban reason is saved - don't show "You have xxx mail" on login, if user doesn't have essentials.mail permission - time will be parsed: years, months (mo), weeks, days, hours, minutes (m), seconds, these can be shortened and combined, example: 2 days 5h 30m git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1300 e251c2fe-e539-e718-e476-b85c1f46cddb |