summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP/src/com/earth2me/essentials/geoip/EssentialsGeoIPPlayerListener.java
Commit message (Collapse)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-8/+8
|
* [API] fix other modules to use new packagesIaccidentally2013-07-13-1/+1
|
* Fix cleanup to not hold Users in memory.snowleo2013-05-03-1/+1
|
* Refactor name of ScheduleAsyncDelayedTask to RunTaskAsynchronouslyIaccidentally2013-01-31-1/+1
|
* New Permission: essentials.god.pvpKHobbits2012-09-08-1/+1
| | | | Unless you have this permission you will be unable to attack other players while in god mode.
* Give user chance to get display name set before displaying geoip.KHobbits2012-09-08-7/+19
|
* Ignore players, that don't have an IPAlexander Schepp2012-07-10-1/+1
|
* Update for new CraftBukkit Event Codesnowleo2012-01-20-3/+5
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-14/+11
|
* Fix #1106 GeoIP announces players who are hidden, on join.snowleo2011-11-11-1/+1
|
* Heavy cleanup of all classessnowleo2011-07-16-3/+3
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Missed some parts for the last commitssnowleo2011-06-01-1/+2
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1555 e251c2fe-e539-e718-e476-b85c1f46cddb
* More translation stuff. Translated Spawn, Chat, Protect, GeoIPsnowleo2011-05-10-7/+8
| | | | | | | 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
* This is a big refactoring of the user class and more.snowleo2011-05-01-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [trunk] Geoip: New permission essentials.geoip.show, that allow the player ↵snowleo2011-05-01-2/+9
| | | | | | to see the location of other players. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1299 e251c2fe-e539-e718-e476-b85c1f46cddb
* [trunk] GeoIP: New permission: essentials.geoip.hidesnowleo2011-05-01-0/+5
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1295 e251c2fe-e539-e718-e476-b85c1f46cddb
* EssentialsGeoIP is now officially part of Essentialssnowleo2011-05-01-0/+162
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1292 e251c2fe-e539-e718-e476-b85c1f46cddb