summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Travis - use Maven to buildChris Ward2013-12-26-1/+1
|
* Add aliases to stationary water & stationary lavaSkyBirdSoar2013-12-26-0/+2
| | | | | | New changes: stillwater is an alias to 9:0 (Stationary water) stilllava is an alias to 11:0 (Stationary lava)
* Pull geoip library from MavenChris Ward2013-12-26-16599/+30
|
* Use Ant to replace GroupManager's plugin.yml versionChris Ward2013-12-22-0/+1
|
* Better matching of zombie and skeleton mobdata to avoid confusion.KHobbits2013-12-22-13/+13
|
* Add {4} to homeSet TL key, this contains the name of the home being set.KHobbits2013-12-21-1/+1
|
* Check command cost permissions prior to teleporting. Fixes ESS-4918KHobbits2013-12-21-4/+6
|
* Add extra /home message TL paramsKHobbits2013-12-21-1/+16
| | | | | {1} = current home count {2} = max home count
* Don't check for default worth durability if more than one durability price ↵KHobbits2013-12-21-6/+31
| | | | | | is defined. This also adds support for '*' durability matching 'other'.
* Restore CB to lib folderKHobbits2013-12-21-0/+0
|
* Use Bukkit beta buildChris Ward2013-12-18-1/+6
|
* Try changing the config file home language up a little bit.KHobbits2013-12-17-5/+7
|
* fix gcWorld in de localeNecrodoom2013-12-15-1/+1
|
* Add cobweb aliasesNecrodoom2013-12-13-0/+2
|
* Change teleport safety checks to use less expensive methods.Chris Ward2013-12-13-4/+12
|
* Alter teleport cancel message to reflect config option.KHobbits2013-12-13-21/+21
|
* Add the ability to disable teleport safety. Requested by a few people - ↵Joshua Popoff2013-12-13-2/+51
| | | | teleport safety isn't always a good thing for some servers. Request is cancelled if not safe.
* Remove Javadocs from the default compile, use the javadoc:javadoc goal to ↵Chris Ward2013-12-11-10/+2
| | | | generate them.
* Merge pull request #609 from Skylexia/patch-1Chris Ward2013-12-10-26/+26
|\ | | | | Fixed all the salmon.
| * Fixed all the salmon.Skylexia2013-12-10-26/+26
|/
* Merge pull request #607 from necrodoom/patch-67Iaccidentally2013-12-08-0/+4
|\ | | | | Add new baked potato aliases - thanks clou44
| * Add new baked potato aliases - thanks clou44Necrodoom2013-12-08-0/+4
|/
* Strip all Mac OSX charactersChris Ward2013-12-08-1/+8
| | | | Temporary workaround awaiting PR from Bukkit
* Fix formatting from last commitmd-52013-12-08-2/+2
|
* Strip weird sign chars sent by OSX due to client bugmd_52013-12-08-2/+2
|
* Update config.yml to reflect recent custom message settings.KHobbits2013-12-08-2/+2
|
* Make it so both {world} and {worldname} work for both keyword parsers.KHobbits2013-12-07-0/+3
|
* Update BukkitKHobbits2013-12-07-3/+22
| | | | Bukkit: #1859 CB: #2943
* Ignore empty chat events generated by pluginsNecrodoom2013-12-07-1/+6
|
* Add support for adding item meta to [free] signs.KHobbits2013-12-07-6/+38
| | | | Fix NPE on [sign] creation.
* Logger cleanup pt 1.KHobbits2013-12-07-25/+26
|
* Cleanup /remove ingame syntaxKHobbits2013-12-07-1/+1
|
* Show warning when invalid mob type is specified for /removeKHobbits2013-12-07-22/+43
|
* Remove requires at least one argument.KHobbits2013-12-07-1/+5
|
* Fix issue in login messagesChris Ward2013-12-07-0/+4
| | | | Message wouldn't be displayed if silent join is enabled and custom is disabled. Probably.
* Disable the login message hooks automaticallyChris Ward2013-12-07-5/+4
|
* Fix login messagesChris Ward2013-12-07-4/+8
|
* Revert "Fixed bug when logging in silently"Chris Ward2013-12-07-15/+18
| | | | This reverts commit 81e782a8b0c04e1e880674e5bac4ffd42b8de8ee.
* Merge pull request #605 from Phryxiil/2.xIaccidentally2013-12-06-18/+15
|\ | | | | Fixed bug when logging in silently
| * Fixed bug when logging in silentlyZarubinator2013-12-06-18/+15
|/
* Who doesn't love a good ol' NPEChris Ward2013-12-06-1/+1
|
* Fix glass pane IDsNecrodoom2013-12-05-155/+305
| | | | remove duplicates in items.csv (thanks .itemdbparse)
* Cleanup join/quit messages.Chris Ward2013-12-05-29/+24
|
* Fix custom join messages Removes double message, adds colour codes and ↵Chris Ward2013-12-05-27/+37
| | | | placeholders for the user's name.
* Code cleanupTheReverend4032013-12-05-4/+4
|
* Update items.csv to 1.7.2 (beta file version)Necrodoom2013-12-05-13/+893
|
* Updated translations from crowdinKHobbits2013-12-05-385/+915
|
* Cache join/quit messages.KHobbits2013-12-05-24/+58
|
* Add options to disable join/quit messages and custom join/quit messagesIaccidentally2013-12-05-5/+64
|
* Merge remove and killall command, thanks to @Evonuts and @Iaccidentally.KHobbits2013-12-05-298/+174
|