summaryrefslogtreecommitdiffstats
path: root/EssentialsChat
Commit message (Collapse)AuthorAgeLines
* BuildAll -> EssentialsParentChris Ward2013-12-01-1/+1
|
* More logging!drtshock2013-05-02-3/+1
|
* Format everything using Netbeanssnowleo2013-04-07-18/+19
|
* Use correct translations with colorsnowleo2013-04-06-1/+1
|
* Moving all default messages back to the code, where they should besnowleo2013-04-06-5/+5
| | | | Also tweaking I18n class and YamlStorageWriter a bit
* Remove all instances of transient. (properly formatted this time!)Iaccidentally2013-01-14-8/+8
|
* Revert "Remove Transient :: Formatting Cleanup"Iaccidentally2013-01-14-27/+26
|
* Remove Transient :: Formatting CleanupIaccidentally2013-01-14-26/+27
|
* More Cleanup :: add TODO commentsIaccidentally2013-01-14-1/+1
|
* Cleanup :: Standardize import organization :: lots of comments :: remove ↵Iaccidentally2013-01-11-21/+21
| | | | unused eco systems
* Merge gravy's pull and reformat codeKHobbits2012-12-31-60/+52
|
* Essentials Team instead of Essentialsteamsnowleo2012-11-27-1/+1
|
* Update authors fields of all plugins to a link instead of an outdated list ↵snowleo2012-11-27-1/+1
| | | | of developers
* Don't confuse gravypodAlexander Schepp2012-11-01-1/+1
|
* Fix chat coloursementalo2012-10-15-4/+1
|
* Fix instanceof Playersnowleo2012-10-14-2/+2
|
* Esschat clean upementalo2012-10-10-2/+5
| | | | Re-implement sign throttle Test #2331
* Adding join / quit messages in the config test #1697ementalo2012-10-08-25/+31
| | | | PlayerChatEvent -> AsyncPlayerChatEvent
* Organize Importssnowleo2012-10-06-12/+10
|
* Less locks pleasesnowleo2012-10-06-15/+4
|
* Move format methods from Util to FormatUtilsnowleo2012-09-02-1/+2
|
* Removing server layer part 2snowleo2012-08-26-5/+7
|
* Some user matching updatesementalo2012-07-20-4/+4
|
* Merge of server-layer branchementalo2012-07-17-43/+41
|\
| * package name change to net.ess3ementalo2012-06-27-44/+47
| |
| * Renamed plugin from Essentials3 to Essentials-3snowleo2012-06-27-1/+1
| |
| * That just leaves the big ol' core. Largely ignore Compat as it is very ↵md_52012-06-27-13/+8
| | | | | | | | temporary.
| * Remove fake explosion.ementalo2012-06-18-4/+3
| | | | | | | | Missing bits of commandr
| * 2.9 Mergesementalo2012-06-18-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make /vanish follow the same rules as /fly, /god and /gamemode Add espawn to plugin.yml Allow your hat to be removed with /hat remove void silent command failures on /hat (ie typing /hat fish will no longer silently return as if broken) Fix /exp so it can be used in the console Using /exp, show can't find player message, if no matching player is found Replace op ignore exempt with ignore exempt chat permission: essentials.chat.ignoreexempt This permission won't prevent a player from ignoring the player, but the player will see the chat messages anyway. Fix chat showing [spy] prefix when social spy was not required to see the message Players should not be able to ignore Console Also implement chat exempt permission in other commands. Prevent joinbots from triggering join code, unless they are actually connected to the server and online.
| * 2.9 -> 3.0 mergeementalo2012-06-06-32/+14
| |
| * 2.9 to 3.0 mergeementalo2012-05-29-0/+1
| |
| * Master -> 3.0ementalo2012-05-28-1572/+411
| |\
| * | Chat spy, should show otherworld chat.KHobbits2012-04-06-9/+8
| | |
| * | New Permission: essentials.chat.urlKHobbits2012-03-22-2/+5
| | | | | | | | | | | | Without this perm, URLs will be modified not to be links.
| * | Split colour permissions into 3: color/magic/formatKHobbits2012-03-22-8/+1
| | |
* | | 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
* | Complete the transition to maven :Dmd_52012-03-04-1317/+21
| |
* | 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
| |