summaryrefslogtreecommitdiffstats
path: root/EssentialsGeoIP
Commit message (Collapse)AuthorAgeLines
* Future Java versions may not support _ as identifier.FearFree2014-03-22-10/+10
|
* Reformat pomKHobbits2014-02-08-2/+2
|
* Restore Bukkit dependency to parent pomChris Ward2014-01-30-7/+0
|
* Force Bukkit version to match deps.KHobbits2014-01-25-0/+7
|
* Remove Ant, migrate Netbeans code style to pom.xmlChris Ward2013-12-27-1675/+0
|
* Pull geoip library from MavenChris Ward2013-12-26-16599/+30
|
* Add Maven SupportChris Ward2013-10-19-0/+51
|
* Remove .idea and *.iml from gitChris Ward2013-10-18-27/+0
|
* Extract CommandSender to CommandSource, this should prevent Ess user object ↵KHobbits2013-10-16-0/+27
| | | | leaks.
* [API] fix other modules to use new packagesIaccidentally2013-07-13-2/+2
|
* Split util classes.KHobbits2013-06-08-5/+16
|
* 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
|
* Netbeans 7.2 changessnowleo2012-08-03-55/+402
|
* Ignore players, that don't have an IPAlexander Schepp2012-07-10-1/+1
|
* Remove old, unwanted manifest.mf filesmd_52012-03-01-3/+0
|
* Switch website URL's to point at wiki.KHobbits2012-01-28-1/+1
|
* Removing load info, bucket displays that now.snowleo2012-01-20-8/+2
|
* Update for new CraftBukkit Event Codesnowleo2012-01-20-4/+6
| | | | EssentialsSpawn can't be updated yet, because the new event system lacks dynamic priorities.
* Netbeans 7.1 stuffsnowleo2012-01-12-2/+11
|
* Update copylibs.KHobbits2011-12-13-5/+7
|
* Update Bukkit jars and paths.KHobbits2011-12-12-2/+2
|
* Cleanup of the library foldersnowleo2011-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 ↵snowleo2011-11-30-3/+7
| | | | 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.
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-23/+23
|
* CB# 1467 B#1022snowleo2011-11-20-2/+2
|
* More code cleanup.KHobbits2011-11-18-1/+0
|
* Fix #1106 GeoIP announces players who are hidden, on join.snowleo2011-11-11-1/+1
|
* More teamcity fixes.KHobbits2011-10-29-29/+4
|
* Lets try a adding a few dependencies.KHobbits2011-10-29-5/+30
|
* Changes to build-impl by Netbeanssnowleo2011-08-08-3/+4
|
* Added code guidelines to all projects, so we don't need them globally.snowleo2011-07-24-3/+38
| | | | | | | 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.
* Heavy cleanup of all classessnowleo2011-07-16-7/+9
| | | | | ItemDb is not static anymore Essentials.getStatic() removed
* Only import what we really need.snowleo2011-06-07-2/+2
|
* Permissions 3.1.4snowleo2011-06-07-2/+3
| | | | | Added Code for Perm2, Perm3 and Config Permissions Cleaned EssentialsChat
* 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
* cleanupsnowleo2011-05-22-1/+0
| | | | git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1518 e251c2fe-e539-e718-e476-b85c1f46cddb
* Move Register stuff inside Essentialssnowleo2011-05-13-29/+4
| | | | 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-5/+30
| | | | 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-9/+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/+14
| | | | | | | 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-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/+18095
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1292 e251c2fe-e539-e718-e476-b85c1f46cddb