- 41cfd01 Add description to pom.xml by Momo · 7 years ago
- 4c70794 Properly handle generators with null spawns (#536) by mastercoms · 7 years ago
- 60dbb07 Start 2017.8.0 by momothereal · 7 years ago
- adf771c Finalize 2017.7.0 release by momothereal · 7 years ago 2017.7.0
- cd86771 Implement paintings (#535) by Martin Panzer · 7 years ago
- d15acb4 Clean-up unnecessary comments and sout (#533) by louxiu · 7 years ago
- d027037 Add boat recipes (#534) by Martin Panzer · 7 years ago
- 568759b Clean-up Item Frames (#532) by Martin Panzer · 7 years ago
- 0ca6710 Fix shift click when crafting and refresh the crafting result slot (#527) by Florent Clarret · 7 years ago
- b79d4d3 Implement playsound command (#531) by Florent Clarret · 7 years ago
- 123d959 Implement ender crystals (#530) by Martin Panzer · 7 years ago
- 0cc7310 Implement boats (#529) by Martin Panzer · 7 years ago
- 17b1c67 GPGPU Surface Noise (#528) by mastercoms · 7 years ago
- acd4661 Fix NPE in matchesWildcard by mastercoms · 7 years ago
- 7057d5e Support multiple passengers (#524) by Martin Panzer · 7 years ago
- 9d6a98b Better support for off-hand in item usage. by momothereal · 7 years ago
- fe14e9e Fix multiple issues with entity interaction and off-hand support by momothereal · 7 years ago
- cb9e4d8 Fix Horse storage loading (for cases like spawn eggs), make horse babies the same style/color as parent. by momothereal · 7 years ago
- 1a3a37b Implement /toggledownfall, /spawnpoint, /setidletimeout and /setworldspawn (#523) by Florent Clarret · 7 years ago
- ccd47f2 Add off hand support for Armor stands (#520) by Martin Panzer · 7 years ago
- db95165 Add me, seed, xp and defaultgamemode commands (#521) by FlorentClarret · 7 years ago
- 771eb2a Adds banlist command (#518) by FlorentClarret · 7 years ago
- 5c741e2 Consolodate Maven deploy tasks by Gareth Coles · 7 years ago
- 17274e1 JDs are handled by the server now by Gareth Coles · 7 years ago
- 3b985a8 SmallCaveDecorator -> SurfaceCaveDecorator by momothereal · 7 years ago
- da41304 [CircleCI] Manually copy javadocs.zip by momothereal · 7 years ago
- 54fb4f2 [CircleCI] Add javadocs.zip as artifact by momothereal · 7 years ago
- a828189 Remove JavaDocs deployment for now by momothereal · 7 years ago
- 77ddd8f Try to use Perlin noise for cave generation by momothereal · 7 years ago
- 1c23dee Tweak caves a little, factor-in depth in generation by momothereal · 7 years ago
- c0ef704 Deploy JavaDocs by Gareth Coles · 7 years ago
- e1dc54a Make surface caves less vertical by momothereal · 7 years ago
- e4a5889 Start work on surface caves by momothereal · 7 years ago
- 9531b34 Exclude armor/shield slots in InventoryMonitor when looking in another inventory. by momothereal · 7 years ago
- 13b0baa Fix /tellraw command, allow for array of Text components (fixes GH-433) by momothereal · 7 years ago
- 26d6849 Fix multiple explosion-related problems (#517) by Martin Panzer · 7 years ago
- 36d17c5 Check for cancelled state for certain events (fixes GH-516) by momothereal · 7 years ago
- ff80007 Add Glowstone logo to README by Momo · 7 years ago
- c1e7cf7 Actually damage when falling (fix regression) by momothereal · 7 years ago
- 120ce9a Set last damage (and cause) after calling EntityDamageEvents by momothereal · 7 years ago
- 02321e7 Respawn on ground (#513) by Martin Panzer · 7 years ago
- a756e06 Fix incorrect arg length in /tell by momothereal · 7 years ago
- b77bd82 Make furnaces show as burning when cooking/burning (fixes GH-474) by momothereal · 7 years ago
- e1f96b8 Start 2017.7 by momothereal · 7 years ago
- 3847c74 Finalize 2017.6.1 release. by momothereal · 7 years ago 2017.6.1
- 4db9257 Add parrots to registry. by momothereal · 7 years ago
- aa20bbc Forcefully kill players even if they are in creative/survival (fixes GH-512) by momothereal · 7 years ago
- 501cc98 Make tnt explosions more vanilla like (#511) by Martin Panzer · 7 years ago
- 5baa000 Make explosions visible (#509) by Martin Panzer · 7 years ago
- 0826543 Incomplete /tp implementation by momothereal · 7 years ago
- 5f44aaa Implement /clear by momothereal · 7 years ago
- cbe5135 Fix RCON decoding by momothereal · 7 years ago
- ff4da00 Implement /save-all, /save-on and /save-off by momothereal · 7 years ago
- 363b16b Implement /weather by momothereal · 7 years ago
- 439dc9a Implement /time by momothereal · 7 years ago
- 7dfc6fa Don't duplicate Bootstrap variable inherited from super-class in Rcon, fixes #497 by momothereal · 7 years ago
- bd1e31a Tab-complete for /whitelist by momothereal · 7 years ago
- 6797e38 Fix minor formatting issue by momothereal · 7 years ago
- 33e60b6 Implement /whitelist by momothereal · 7 years ago
- 1a4c77b Implement /pardon and /pardon-ip by momothereal · 7 years ago
- 0e18ff8 Implement /difficulty and /kill by momothereal · 7 years ago
- dc08c44 Update Code of Conduct by Momo · 7 years ago
- 6c5797c Update README by Momo · 7 years ago
- 01253f6 Revert some of the previous changes in last commit by momothereal · 7 years ago
- 4c00b2f Try to fix things with CircleCI deployment by momothereal · 7 years ago
- 069d600 [CircleCI] Deploy to Maven by Gareth Coles · 7 years ago
- e788089 [CircleCI] Test server deployment by Gareth Coles · 7 years ago
- 4465341 Incomplete Advancement basic implementation. by momothereal · 7 years ago
- 19791da Use CommandUtils for various command implementations by momothereal · 7 years ago
- 896bbc4 Allow use of item names without namespace in /give by momothereal · 7 years ago
- c320b00 Revert previous commit due to regression and incorrect fix by momothereal · 7 years ago
- 85f3e55 Add BlockType#createBlock(), potential fix for GH-496 (Signs) by momothereal · 7 years ago
- e23f1c9 Fix metrics UUID by mastercoms · 7 years ago
- b01b8fe Remove function debug line by momothereal · 7 years ago
- ff6912d Implement /give command, use ItemIds for Material<->Name by momothereal · 7 years ago
- 623de2f Fix javadoc warnings by momothereal · 7 years ago
- 75cbccb Make Glowstone colorful again! (1.12) (#477) by mastercoms · 7 years ago
- cdc53f4 Don't drop empty items when breaking containers, added ImmutableItemStack. by momothereal · 7 years ago 2017.6.0
- 8b3d13e Don't prepare spawn too early when loading world metadata. Closes GH-490 by momothereal · 7 years ago
- f5abedc Enhance prepare spawn code by mastercoms · 7 years ago
- 9cc4e4d Don't use a service for metrics by mastercoms · 7 years ago
- 768d46f Implement ender dragon IO (fixes #489) by mastercoms · 7 years ago
- 90ddb81 Fix metrics not submitting data by mastercoms · 7 years ago
- 4f6b416 Use scheduler thread pool to save player data by mastercoms · 7 years ago
- 8b399a1 Improve cleanup for setting bottom of a double plant by mastercoms · 7 years ago
- 19ab987 Fix lake water being too high by mastercoms · 7 years ago
- 6e01acd Optimize section on save by mastercoms · 7 years ago
- 2e03fa9 Remove empty AI task by mastercoms · 7 years ago
- 1e896c0 Use NBT to initialize block entities by mastercoms · 7 years ago
- 2853616 setBiome used block coordinates for getChunk by mastercoms · 7 years ago
- a50bfef Change default start script by mastercoms · 7 years ago
- d39a54c Update recommended start parameters by mastercoms · 7 years ago
- a3b158b Label version as snapshot (whoops) by mastercoms · 7 years ago
- 0d7c5e9 New Code of Conduct by mastercoms · 7 years ago
- c32f369 Start 2017.6 by mastercoms · 7 years ago
- 2d5dca3 Finalize 2017.5 release by mastercoms · 7 years ago 2017.5
- 51aa571 Bump version by mastercoms · 7 years ago
- e5b2873 Implement ender dragon. Fixes #482 by mastercoms · 7 years ago
- 2b9ba70 Fix possible NPE when updating unattached blocks (#483) by satoshinm · 7 years ago
- 06a721e Fix inverted condition causing NPE crafting. Closes GH-486 (#487) by satoshinm · 7 years ago