summaryrefslogtreecommitdiffstats
path: root/EssentialsChat
Commit message (Collapse)AuthorAgeLines
* Correcting all line endings to LFsnowleo2011-07-24-76/+76
|
* Added code guidelines to all projects, so we don't need them globally.snowleo2011-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.snowleo2011-07-23-1/+1
|
* EssentialsChat: The user should see his own messagesnowleo2011-07-21-6/+7
| | | | Corrected radius
* Fix for local chat not working (instead acting just like global chat)Brettflan2011-07-20-1/+1
|
* Removed leftovers from initial Factions integrationBrettflan2011-07-20-5/+2
|
* More changes to the EssentialsChat API for Factionssnowleo2011-07-20-37/+9
|
* The event.getPlayer() is needed for the hook.snowleo2011-07-19-2/+2
|
* Rewritten Factions hook, so we don't need Factions in our code.snowleo2011-07-19-38/+70
|
* Heavy cleanup of all classessnowleo2011-07-16-15/+8
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Moved user.setDisplayName() from EssentialsChat to Essentialssnowleo2011-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 EssentialsChatsnowleo2011-07-02-9/+10
|
* Implemented Factions hooks for proper chat integration with it (master/dev ↵Brettflan2011-07-02-2/+47
| | | | branch)
* Only import what we really need.snowleo2011-06-07-5/+3
|
* Permissions 3.1.4snowleo2011-06-07-164/+99
| | | | | Added Code for Perm2, Perm3 and Config Permissions Cleaned EssentialsChat
* Pull-Request #1 by mrapplesnowleo2011-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 commandsnowleo2011-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 Essentialssnowleo2011-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.snowleo2011-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.snowleo2011-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, GeoIPsnowleo2011-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 Codesnowleo2011-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.snowleo2011-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
* Updated build-impl by Netbeans 7.0snowleo2011-04-21-1080/+1088
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1246 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Removed useless loadClasses() method from Essentials.snowleo2011-04-16-3/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1216 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] EssentialsChat: chat-radius is now multi world compatible.snowleo2011-04-05-1/+3
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1133 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Handle suffix with a size of 0 or 1.snowleo2011-04-01-1/+1
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1085 e251c2fe-e539-e718-e476-b85c1f46cddb
* Temp fix for coloured suffixesementalo2011-04-01-1/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1076 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] Remove private directories.snowleo2011-04-01-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1055 e251c2fe-e539-e718-e476-b85c1f46cddb
* Updated for CB 602Zenexer2011-03-30-2/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1043 e251c2fe-e539-e718-e476-b85c1f46cddb
* Revert to 1013snowleo2011-03-30-12/+10
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1021 e251c2fe-e539-e718-e476-b85c1f46cddb
* 2.1 prerelease, part 2 of 3Zenexer2011-03-30-0/+1498
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk2.1@1015 e251c2fe-e539-e718-e476-b85c1f46cddb