Commit Graph

  • a039e65a8a Don't burn important blocks. Fixes #697 cmastudios 2013-10-27 16:03:28 -0500
  • 9e6b0d9f17 Fix color after custom item names cmastudios 2013-10-27 15:59:39 -0500
  • df6f47907f Merge pull request #684 from taoneill/nimitz-file-format-r3 taoneill 2013-10-23 21:45:41 -0700
  • 874782cce9 Merge 4c1dc732f4 into dd6f425368 Alexandr 2013-10-17 18:20:47 -0700
  • f814f71cf3 Updated russian localization from @AlexMerser21. cmastudios 2013-10-17 20:20:21 -0500
  • 97b9afa06c Merge 85f9d6e4f3 into 7621bdd321 grinning 2013-10-17 12:32:28 -0700
  • 85f9d6e4f3 Fixes the churning in @taoneill 's stomach grinning 2013-10-17 15:32:23 -0400
  • 4c1dc732f4 Update messages_ru.properties Alexandr 2013-10-17 22:08:11 +0300
  • dd6f425368 Fix for infinite exploding TNT near warzone edges. cmastudios 2013-10-16 19:43:23 -0500
  • 7621bdd321 Fix some issues uncovered in review, add block features. cmastudios 2013-10-16 18:55:07 -0500
  • f44c2528e7 Fix war format speed regression with metadata cmastudios 2013-10-12 21:58:38 -0500
  • ac12c2af29 Fix nasty mass destruction volume bug when volume is moved Have to experience it first hand yourself with your own work. Bugs suck. cmastudios 2013-10-09 23:15:07 -0500
  • 60e74eff99 Load war zone blocks in batches to prevent server hangs cmastudios 2013-10-06 13:31:56 -0500
  • aacd93b960 Add new volume format. Closes #527, closes #510, closes #500, closes #255 Block items are stored as their Material name. Block data is stored with the bukkit configuration serializer. This supports custom blocks. Tested with MCPC-Plus server. Currently supports saving some tile entity data, such as sign text, all containers, note blocks, juke boxes, skulls/heads, command blocks, and basic mob spawners. The database is easily extensible for future blocks. cmastudios 2013-10-05 16:21:25 -0500
  • 1722c86a71 Remove deprecated BlockInfo in favor of Location/BlockState BlockInfo kept making me cringe every time I had to look at the code. More importantly it only had support for storing item IDs and no data. It was way obsolete versus new API. cmastudios 2013-10-05 02:04:28 -0500
  • 6e9efc7a8a Closes gh-679 - Load chest data for trapped chests cmastudios 2013-10-04 23:38:07 -0500
  • 3c80815428 Fixes gh-677 - Fix for bukkit chest inventory change cmastudios 2013-10-02 15:57:46 -0500
  • 5913f73fcb Internationalized player interface, Russian locale cmastudios 2013-09-28 22:25:10 -0500
  • a7458bf261 Fixes gh-640 - Glassify a list of block types cmastudios 2013-09-27 18:12:18 -0500
  • 39b0ead3bd Using more bukkit interfaces rather than IDs cmastudios 2013-09-27 18:11:09 -0500
  • e38b2aa62b Add event when battle ends Actually no, I just forgot to stage this. cmastudios 2013-09-20 16:15:05 -0500
  • a4f1b29922 Properly implement War event API, some cleaning. cmastudios 2013-09-20 16:11:44 -0500
  • 74636336b9 Merge e2f6e02ae7 into 2bddae16a2 Ben Menking 2013-09-20 08:10:28 -0700
  • e2f6e02ae7 Added events for various gameplay events Ben Menking 2013-09-16 11:47:37 -0400
  • 2bddae16a2 Restore saturation and tweak some soup pvp actions cmastudios 2013-09-10 19:14:39 -0500
  • d94b7b3e78 Soup PvP Added Nicholasntp 2013-07-01 13:03:12 -0500
  • f1ce78907e Fix issues with joining a team. cmastudios 2013-09-10 18:57:58 -0500
  • 12b5f8350f Handle deaths after they have been counted and rewarded. cmastudios 2013-09-10 18:11:21 -0500
  • dbac21aa44 Add MySQL kill/death logging support. Closes gh-658 cmastudios 2013-08-09 23:30:46 -0500
  • 0dc7ac837f Added configurable airstrikes, based on work from @grinning. cmastudios 2013-06-01 00:54:11 -0500
  • 26ec11f46c Allow the use of multiple items in rewards. cmastudios 2013-05-31 23:54:21 -0500
  • 17aef5e162 Add base for configurable KS rewards. Fixes gh-506 cmastudios 2013-05-31 01:12:26 -0500
  • c66120c4fa Fixes gh-611, gh-612 - Add kill count system and kill meters with XP. cmastudios 2013-03-07 19:26:19 -0600
  • 2738d2e358 Add scoreboard features and configuration options. Fixes gh-623, gh-45 cmastudios 2013-09-10 17:23:34 -0500
  • b367cc53ad Add ability to bypass warzone lobby. Fixes gh-669 cmastudios 2013-09-07 18:10:23 -0500
  • 890e78fd5d TeamKind cleanup, warning fixes, closes gh-631 cmastudios 2013-09-04 19:07:16 -0500
  • ea0df4f22b Store loadouts using bukkit stack seriliazer. cmastudios 2013-08-09 18:45:27 -0500
  • 5a571e7329 Add support for multiple spawn points. Closes gh-628. cmastudios 2013-08-08 23:27:09 -0500
  • 200ae92e0f Remove "Can't re-enter spawn" task. cmastudios 2013-08-08 23:19:00 -0500
  • c56fac6c34 Make invisible spawns hidden. Closes gh-627 cmastudios 2013-08-08 17:25:15 -0500
  • bf3795ded1 Minecraft 1.6 compatibility. cmastudios 2013-07-26 22:22:27 -1000
  • fb375002de Fixes gh-239. Add joinmidbattle zonecfg option. cmastudios 2013-07-13 17:00:56 -0500
  • ebd95a4e16 Fixes gh-410. Prevent /join in autoassign zones. cmastudios 2013-07-13 16:32:21 -0500
  • c8e1022885 Merge d5000e0c71 into 756ca37a82 grinning 2013-07-01 13:12:56 -0700
  • 01dccf5d5e Merge efe529a6c5 into 756ca37a82 nicholasntp 2013-07-01 11:10:28 -0700
  • efe529a6c5 Soup PvP Added Nicholasntp 2013-07-01 13:03:12 -0500
  • 756ca37a82 Merge pull request #641 from cmastudios/weselection taoneill 2013-07-01 10:41:54 -0700
  • 7c6964e3cf Merge 5c954a19b4 into bf7e1a9847 Connor 2013-07-01 10:35:37 -0700
  • bf7e1a9847 Merge pull request #638 from cmastudios/hotfix-cslotsteal taoneill 2013-07-01 10:31:00 -0700
  • 6a52466b0e Merge 13396f85a4 into da14a8fc4d Connor 2013-06-29 21:33:18 -0700
  • 13396f85a4 Fixes gh-645, gh-643 - Load player armor when using playerloadoutasdefault cmastudios 2013-06-29 23:31:01 -0500
  • 7bf28a6f3e Merge 72b2dcd3fc into da14a8fc4d nicholasntp 2013-06-29 15:28:04 -0700
  • c4b268910b Refresh player tags anytime players leave a zone cmastudios 2013-06-11 23:28:26 -0500
  • 5c954a19b4 Make sure the selection is a cuboid cmastudios 2013-06-11 23:11:25 -0500
  • 21688ba4d0 Create zones with WorldEdit cuboid selections cmastudios 2013-06-08 22:55:35 -0500
  • 3cadd2f510 Merge 5eb424669d into da14a8fc4d Connor 2013-05-31 22:55:07 -0700
  • 5eb424669d Added configurable airstrikes, based on work from @grinning. cmastudios 2013-06-01 00:54:11 -0500
  • 1a05885956 Allow the use of multiple items in rewards. cmastudios 2013-05-31 23:54:21 -0500
  • 728111217e Fix game end TP bugs caused by a5cd846 cmastudios 2013-05-31 17:03:36 -0500
  • 6738bd7926 Add base for configurable KS rewards. Fixes gh-506 cmastudios 2013-05-31 01:12:26 -0500
  • 6ceb892425 Fixes gh-611, gh-612 - Add kill count system and kill meters with XP. cmastudios 2013-03-07 19:26:19 -0600
  • 3b0b0c6720 Fixes gh-630. Close open inventories before reset. cmastudios 2013-05-30 19:09:10 -0500
  • da14a8fc4d Merge pull request #635 from cmastudios/multiworld-loadout-hotfix taoneill 2013-05-20 15:24:23 -0700
  • 600d9cd030 Merge a5cd846b2a into e3e20fc704 Connor 2013-05-18 14:54:06 -0700
  • a5cd846b2a Fixes gh-533 cmastudios 2013-05-18 15:56:23 -0500
  • 423654d21e Fix incompabilities with per-world inventories. cmastudios 2013-05-18 13:42:38 -0500
  • e3e20fc704 Merge pull request #610 from cmastudios/colored-names taoneill 2013-05-04 10:07:47 -0700
  • fc63dfc050 Merge 0fbf381748 into 856d697d79 Connor 2013-05-04 10:04:33 -0700
  • 856d697d79 Merge pull request #587 from cmastudios/fix-colored-armor taoneill 2013-05-04 10:02:49 -0700
  • 653e556794 Merge d724f5a382 into 4317b2fc8c Connor 2013-05-04 09:54:05 -0700
  • 4317b2fc8c Merge pull request #579 from cmastudios/zone-permissions taoneill 2013-05-04 09:53:39 -0700
  • 42e7e0d58f Merge ce72ba36fa into 2d91b3cf90 Connor 2013-05-04 09:51:08 -0700
  • 2d91b3cf90 Updating version to 1.8-PREVIEW (Nimitz) taoneill 2013-05-04 12:48:56 -0400
  • d06caa838a Merge 62284c3146 into e83c53061d grinning 2013-05-03 21:01:37 -0700
  • 62284c3146 Doing /warstats now returns your own stats grinning 2013-05-04 00:01:25 -0400
  • d7beee584e Syntatic Sugar grinning 2013-05-04 00:01:03 -0400
  • 5b54510316 Fixes Wins and Losses incrementing correctly grinning 2013-05-02 14:49:03 -0400
  • ea8abed91a Fixes YML Implementation and a death logged when joining a warzone grinning 2013-05-01 18:24:05 -0400
  • 8a56e3fe7c Fixes Wolf Spawning and Adds Documentation grinning 2013-04-30 21:08:11 -0400
  • fa506739f3 Merge 1.8 Preview with @cmastudios zone-permissions grinning 2013-04-30 13:21:25 -0400
  • 99e32cceac Add scoreboard features and configuration options. cmastudios 2013-04-04 22:03:29 -0500
  • 046a7cd375 Update bukkit version to 1.5.1-R0.2-SNAPSHOT. cmastudios 2013-04-04 22:01:54 -0500
  • 72946633d3 Add support for new loadout system to base classes and configuration subsystem. cmastudios 2013-03-22 22:09:29 -0500
  • 3a49cd922b Add new loadout class support to the existing loadout subsystem. cmastudios 2013-03-22 22:01:02 -0500
  • e363ca1249 Added new classes to manage loadouts instead of the hashmap method. cmastudios 2013-03-22 21:59:03 -0500
  • e87833ac61 Fixes gh-608 - loadout "first" will be given on join and each battle after cmastudios 2013-03-07 18:13:39 -0600
  • c73bf05030 Prevent players from smuggling items into warzones with ender chests. cmastudios 2013-03-07 17:17:06 -0600
  • cbcbd1993f Fixes gh-594 - blockheads:off now results in a colored helmet cmastudios 2013-02-09 12:47:11 -0600
  • 97806c6300 Fixed anvil names not being saved to loadout. cmastudios 2013-01-29 22:21:41 -0600
  • 7ee34197d7 Fixed colored armor not working at all in loadouts cmastudios 2013-01-25 19:17:20 -0600
  • ab80cec33d Data Layer for Stats is complete grinning 2013-04-29 20:52:00 -0400
  • b18092204e User Layer for Stats is complete grinning 2013-04-29 20:51:35 -0400
  • b97be23590 Fixes Stupid Typo Error in Database Creation grinning 2013-04-29 12:02:18 -0400
  • d9ac08c9b7 Initial Commit of Stat Storage Abstraction grinning 2013-04-26 21:30:15 -0400
  • 93d9154757 [WIP] Player Stat Tracking grinning 2013-04-25 22:17:01 -0400
  • 9b3b519566 Teamchat no longer shows up in normal chat grinning 2013-04-25 22:15:30 -0400
  • 2eb4f83fa8 Teamchat now toggles grinning 2013-04-25 22:15:09 -0400
  • 516d21a4df Fixes weird bug when coming out of Warzone having to do with setting health grinning 2013-04-25 22:14:47 -0400
  • 36737da763 YML File Storage for Player Stats grinning 2013-04-23 23:20:15 -0400
  • 02889bd760 Fixes Bug where player loses War loadout after being killed by a killstreak wolf grinning 2013-04-23 21:14:20 -0400