summaryrefslogtreecommitdiffstats
path: root/EssentialsChat/src
Commit message (Collapse)AuthorAgeLines
* Package Renamesementalo2012-07-16-24/+24
|
* Use maven for versioning. Note GroupManager versioning is broken.md_52012-03-18-1/+1
|
* Trade is part of Economysnowleo2012-03-14-2/+2
|
* Move utils to new packagesnowleo2012-03-14-1/+1
|
* Splitting permissions and ranks (renamed from groups)snowleo2012-03-14-6/+6
| | | | Deleted all old permissions handlers, since we fully use superperms now
* ChargeException was in the correct folder, but had the wrong package header.Paul Buonopane2012-02-23-1/+1
| | | | Signed-off-by: Paul Buonopane <techsoftadvanced@gmail.com>
* Merge branch 'refs/heads/master' into 3.0snowleo2012-02-21-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore Essentials/src/com/earth2me/essentials/Essentials.java Essentials/src/com/earth2me/essentials/EssentialsTimer.java Essentials/src/com/earth2me/essentials/ISettings.java Essentials/src/com/earth2me/essentials/Jails.java Essentials/src/com/earth2me/essentials/OfflinePlayer.java Essentials/src/com/earth2me/essentials/Settings.java Essentials/src/com/earth2me/essentials/User.java Essentials/src/com/earth2me/essentials/UserData.java Essentials/src/com/earth2me/essentials/UserMap.java Essentials/src/com/earth2me/essentials/Util.java Essentials/src/com/earth2me/essentials/commands/Commandnear.java Essentials/src/com/earth2me/essentials/commands/Commandping.java Essentials/src/com/earth2me/essentials/commands/Commandspawner.java Essentials/src/com/earth2me/essentials/commands/Commandspawnmob.java Essentials/src/com/earth2me/essentials/commands/Commandsuicide.java Essentials/src/com/earth2me/essentials/commands/Commandtpaccept.java Essentials/src/com/earth2me/essentials/commands/Commandwarp.java Essentials/src/messages_en.properties Essentials2Compat/src/com/earth2me/essentials/EssentialsConf.java Essentials2Compat/src/com/earth2me/essentials/EssentialsUpgrade.java EssentialsChat/src/plugin.yml EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtect.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawnPlayerListener.java
| * Make Essentials Update use new Listener system, and fix a few general ↵md_52012-02-15-3/+1
| | | | | | | | mistakes, including that of the config
| * Fixing silly typo - Fixes shout costs.KHobbits2012-02-09-1/+1
| |
| * Switch website URL's to point at wiki.KHobbits2012-01-28-1/+1
| |
* | New Groups code, supports groups.yml file, gm and vault, new economy api.snowleo2012-02-06-13/+5
| |
* | Modified BetterLocation, and new Permission-Systemsnowleo2012-02-05-6/+27
| |
* | Random CleanupKHobbits2012-01-28-5/+0
| |
* | Clean more imports.KHobbits2012-01-28-1/+0
| |
* | Tidy chat.KHobbits2012-01-26-3/+0
| |
* | Fix dependsKHobbits2012-01-25-2/+2
| |
* | 2nd sweep over Essentials Chat, to implement 2.8 changes.KHobbits2012-01-24-35/+33
| | | | | | | | Formatting cache still needs reimplemented.
* | Merge branch '3.0' of github.com:essentials/Essentials into 3.0KHobbits2012-01-24-2/+0
|\ \ | | | | | | | | | | | | Conflicts: Essentials/src/messages_en.properties
* | | First sweep over Essentials Chat, to implement 2.8 changes.KHobbits2012-01-24-127/+127
|/ / | | | | | | Formatting cache still needs reimplemented.
* | Merge branch 'refs/heads/master' into 3.0snowleo2012-01-24-0/+51
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes to EssChat have not been merged Conflicts: Essentials/src/com/earth2me/essentials/Essentials.java Essentials/src/com/earth2me/essentials/EssentialsEntityListener.java Essentials/src/com/earth2me/essentials/ISettings.java Essentials/src/com/earth2me/essentials/OfflinePlayer.java Essentials/src/com/earth2me/essentials/Settings.java Essentials/src/com/earth2me/essentials/Util.java Essentials/src/com/earth2me/essentials/listener/EssentialsBlockListener.java Essentials/src/com/earth2me/essentials/listener/EssentialsPlayerListener.java Essentials/src/com/earth2me/essentials/listener/EssentialsPluginListener.java Essentials/src/messages.properties Essentials/src/messages_da.properties Essentials/src/messages_de.properties Essentials/src/messages_en.properties Essentials/src/messages_es.properties Essentials/src/messages_fr.properties Essentials/src/messages_nl.properties EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChat.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayer.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerHighest.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerLowest.java EssentialsChat/src/com/earth2me/essentials/chat/EssentialsChatPlayerListenerNormal.java EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIP.java EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectBlockListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectEntityListener.java EssentialsProtect/src/com/earth2me/essentials/protect/EssentialsProtectPlayerListener.java EssentialsSpawn/src/com/earth2me/essentials/spawn/EssentialsSpawn.java EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPP.java EssentialsXMPP/src/com/earth2me/essentials/xmpp/EssentialsXMPPPlayerListener.java
| * Adding translation keys for [L] and [Spy]KHobbits2012-01-20-2/+2
| |
| * Check shout/question messages are longer than 1 character.KHobbits2012-01-20-1/+1
| |
| * Removing load info, bucket displays that now.snowleo2012-01-20-1/+0
| |
| * Update for new CraftBukkit Event Codesnowleo2012-01-20-8/+14
| | | | | | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
| * Cache MessageFormats for Chatsnowleo2012-01-19-1/+3
| |
| * Compiled regex is faster.KHobbits2012-01-18-1/+1
| |
| * Make sure to clean the chatStore.KHobbits2012-01-18-1/+2
| |
| * Reduce duplicate calls in EssentialsChatKHobbits2012-01-18-103/+133
| | | | | | | | Should cut the time down a little.
| * Stripping vanilla colour from /helpop and /mailKHobbits2012-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 /msgKHobbits2012-01-16-4/+7
| |
| * Strip colors from chat, if the user does not have the permission.snowleo2012-01-16-0/+3
| |
* | Fixing Warp, Spawnmob signsKHobbits2012-01-04-3/+1
| | | | | | | | Fix Imports
* | EssentialsSpawn and EssentialsChat should build now againsnowleo2012-01-02-4/+13
| |
* | Essentials now throws a custom event, to handle local chat. KHobbits2011-12-17-1/+1
| | | | | | (Changing event name, so we don't get custom event conflicts.)
* | EssentialsChat cleaning.KHobbits2011-12-17-261/+355
| |
* | Updated all modules to new api, some settings are still missingsnowleo2011-12-14-17/+17
| |
* | Moved signs code to a new modulesnowleo2011-12-14-1/+1
|/
* Update plugin information.KHobbits2011-12-09-1/+1
|
* Fix broken charge for shout and questionsnowleo2011-12-09-45/+59
|
* Better distance checking.KHobbits2011-12-01-20/+17
|
* If Essentials core fails to read one of the configs now, it will disable ↵snowleo2011-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!snowleo2011-11-27-2/+4
|
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-22/+13
|
* More code cleanup.KHobbits2011-11-18-2/+0
|
* EssChat update part 1.okamosy2011-10-30-148/+333
|
* Edited Priority to "High" feildmaster2011-10-03-1/+1
| | | Adds compatibility to plugins that adds text to the current "format."
* Adding command cost for !shout and ?question.KHobbits2011-08-17-16/+36
|
* 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
|