2024-09-08 14:09 | Merge pull request 'feat/fast-travel' (#9) from feat/fast-travel into main | typable | 4 | +139 | -5 |
2024-09-08 14:06 | feat: Improved fast-travel implementation | typable | 2 | +49 | -1 |
2024-09-08 11:34 | Merge branch 'main' into feat/fast-travel | typable | 1 | +4 | -1 |
2024-09-08 11:33 | feat: Added debug mode to build script | typable | 3 | +21 | -17 |
2024-09-08 11:16 | feat: Limited build action only to main branch | typable | 1 | +4 | -1 |
2024-09-07 14:25 | feat: Added fast-travel feature | typable | 5 | +85 | -3 |
2024-09-06 22:13 | fix: Fixed build script shell type | typable | 1 | +1 | -1 |
2024-09-06 22:01 | fix: Fixed build script error on Windows #3 | typable | 1 | +9 | -1 |
2024-09-06 01:51 | feat: Added reload command | chunksize | 2 | +14 | -0 |
2024-09-06 01:39 | fix: Fixed console error caused by AutoPlacerModule | chunksize | 1 | +1 | -1 |
2024-09-04 02:24 | feat: Added gradle build file for vscode | chunksize | 2 | +28 | -3 |
2024-09-02 21:28 | feat: Updated .gitignore | chunksize | 1 | +4 | -0 |
2024-09-01 12:33 | feat: Removed overkill commands | typable | 2 | +14 | -524 |
2024-09-01 12:20 | feat: Updated README.md | typable | 1 | +1 | -1 |
2024-09-01 12:16 | fix: Adjusted deployment file path for build.yaml | typable | 1 | +1 | -1 |
2024-09-01 12:14 | fix: Removed gradle from build.yaml | typable | 1 | +0 | -1 |
2024-09-01 12:09 | feat: Updated build workflow | typable | 8 | +11 | -47 |
2024-08-29 01:48 | fix: Fixed version API changes | chunksize | 5 | +5 | -16 |
2024-08-28 23:22 | feat: Updated plugin version to 1.21.1 | chunksize | 2 | +2 | -2 |
2024-01-24 00:18 | fix: Removed unused command | typable | 1 | +0 | -1 |
2023-11-17 12:49 | feat: Added heal command | chunksize | 2 | +36 | -0 |
2023-11-16 13:19 | feat: Formatted code & added world constants | typable | 2 | +80 | -34 |
2023-11-06 19:46 | fix: Registered missing listener | chunksize | 1 | +2 | -0 |
2023-11-06 19:32 | feat: Added custom portal event handler | chunksize | 1 | +34 | -3 |
2023-11-06 18:16 | feat: Added survival nether and end worlds | typable | 1 | +32 | -1 |
2023-11-03 21:40 | fix: Updated creative world name check | typable | 1 | +1 | -1 |
2023-11-03 21:31 | fix: Added missing plugin.yml changes | typable | 1 | +6 | -1 |
2023-11-03 21:26 | feat: Added gm & world command | typable | 1 | +54 | -1 |
2023-11-03 20:47 | Update .gitea/workflows/build.yaml | typable | 1 | +1 | -0 |
2023-11-03 20:37 | Update .gitea/workflows/build.yaml | typable | 1 | +6 | -5 |
2023-11-03 20:20 | Update .gitea/workflows/build.yaml | typable | 1 | +2 | -0 |
2023-11-03 20:15 | Update .gitea/workflows/build.yaml | typable | 1 | +21 | -2 |
2023-11-01 13:40 | Added gradle version to build workflow | typable | 1 | +1 | -0 |
2023-11-01 13:34 | Update gradle build process of build workflow | typable | 1 | +5 | -6 |
2023-11-01 13:28 | Added configure gradle step to build workflow | typable | 1 | +3 | -1 |
2023-11-01 13:23 | Updated build command for build workflow | typable | 1 | +1 | -1 |
2023-11-01 13:20 | Added java distribution/version to build workflow | typable | 1 | +3 | -0 |
2023-11-01 13:16 | Added java to build workflow | typable | 1 | +5 | -3 |
2023-11-01 13:14 | Added gradle to build workflow | typable | 1 | +5 | -2 |
2023-11-01 13:11 | Fixed build workflow | typable | 1 | +1 | -1 |
2023-11-01 13:07 | Updated build workflow | typable | 2 | +17 | -20 |
2023-11-01 12:52 | Added demo workflow | typable | 1 | +20 | -0 |
2023-09-17 16:56 | feat: Added creative world | chunksize | 1 | +7 | -0 |
2023-08-07 19:28 | Updated README.md | Andreas | 1 | +1 | -1 |
2023-07-23 14:46 | Changed description | chunksize | 1 | +2 | -2 |
2023-07-23 13:09 | Added enderchest command and added changes and fixes | chunksize | 5 | +111 | -2 |
2023-07-07 13:54 | Added BlockDetectorModule and tweaked AutoBreakerModule | chunksize | 3 | +106 | -2 |
2023-07-01 17:25 | Added sneaking to edit signs | chunksize | 2 | +17 | -5 |
2023-06-23 16:36 | Updated api to 1.20.1 | chunksize | 2 | +2 | -2 |
2023-03-05 20:30 | fix: Fixed same bug in AutoBreakerModule | chunksize | 1 | +2 | -2 |
2023-03-05 20:24 | fix: Fixed bug in AutoBreakerModule | chunksize | 2 | +8 | -2 |
2023-02-23 11:51 | fix: Fixed spelling errors and added command descriptions | typable | 2 | +20 | -4 |
2023-02-23 11:50 | feat: Added PlayerMountModule | typable | 3 | +83 | -16 |
2023-02-22 22:29 | fix player passenger | chunksize | 1 | +1 | -1 |
2023-02-22 16:12 | Disabled enderman griefing | chunksize | 1 | +11 | -1 |
2023-02-18 15:26 | Added /up command and fixed bug | chunksize | 6 | +30 | -3 |
2023-02-17 13:03 | Added AutoBreakerModule, AutoPlacerModule, HopperSorterModule and fixed bug | chunksize | 8 | +755 | -73 |
2023-02-04 00:29 | Added head saddle feature | chunksize | 1 | +10 | -0 |
2023-01-22 23:20 | Added Spawner Module and reload command | chunksize | 3 | +104 | -1 |
2023-01-21 21:11 | Added water bottle extraction to cauldron module[A | chunksize | 1 | +35 | -0 |
2023-01-13 20:57 | Changed warp command messages | typable | 1 | +9 | -9 |
2023-01-13 20:53 | Fixed warp distance calculation bug | typable | 3 | +22 | -6 |
2023-01-12 23:38 | Added cauldron module and fixed player interact bug | chunksize | 8 | +107 | -44 |
2023-01-12 23:26 | Removed hook file | Ubuntu | 2 | +1 | -9 |
2023-01-10 16:01 | Updated README.md | typable | 1 | +0 | -8 |
2023-01-10 16:00 | Removed unused vscode configurations | typable | 1 | +0 | -5 |
2023-01-10 15:58 | Removed unused gradle configurations | typable | 2 | +0 | -7 |
2023-01-10 15:55 | Organized code and removed unused imports | typable | 21 | +1572 | -1564 |
2023-01-04 12:37 | Organized code | typable | 3 | +228 | -178 |
2023-01-04 11:41 | Updated README.md | typable | 1 | +2 | -2 |
2023-01-03 21:08 | Added info book | typable | 3 | +31 | -0 |
2023-01-03 15:45 | Added warp and home teleportation | typable | 10 | +242 | -308 |
2023-01-03 13:52 | Added spawn and invsee command | chunksize | 5 | +104 | -6 |
2022-12-30 17:22 | Fixed chair and added crop harvest | chunksize | 8 | +82 | -325 |
2022-05-13 20:21 | Update README.md | Andreas | 1 | +3 | -3 |
2021-07-18 11:48 | Updated README & build.gradle | typable | 2 | +34 | -2 |
2021-07-04 14:34 | Added creative world | typable | 5 | +40 | -4 |
2021-06-14 16:57 | Upgraded to 1.17 | typable | 1 | +1 | -1 |
2021-05-28 11:22 | Fixed chat, added leaves decay & added Game | typable | 10 | +473 | -11 |
2021-05-17 21:26 | Fixed chair bug | typable | 7 | +101 | -87 |
2021-05-16 15:15 | Added Gradle & Improved chairs | typable | 7 | +133 | -35 |
2021-03-05 19:13 | Fixed format | typable | 2 | +9 | -9 |
2021-02-24 19:05 | Added item drop to ArmorStand | luca-luca | 1 | +18 | -2 |
2021-01-11 17:00 | Fixed code format | typable | 1 | +33 | -35 |
2021-01-11 15:02 | Removed ChestLockListener Added Snowball functionality Added ArmorStand Arms functionality | luca-luca | 2 | +47 | -5 |
2021-01-11 07:47 | Merge branch 'develop' of typable@me.typable.dev:git/MinecraftHub into develop | typable | 1 | +7 | -3 |
2021-01-10 15:34 | Added shutdown and restart | typable | 5 | +172 | -7 |
2020-12-16 16:57 | Fixed explosion | luca-luca | 1 | +7 | -3 |
2020-12-07 22:27 | Added AutoWorkbench | typable | 6 | +298 | -21 |
2020-12-05 21:56 | Added block remove detection | typable | 1 | +41 | -0 |
2020-12-05 21:10 | Fixed double doors | typable | 6 | +131 | -129 |
2020-12-01 11:46 | Added door sound | typable | 1 | +13 | -0 |
2020-11-28 11:01 | Fixed chair sitting | typable | 2 | +17 | -2 |
2020-11-27 11:29 | Fixed placing on chair sitting | typable | 2 | +8 | -0 |
2020-11-27 08:26 | Added chair sitting | typable | 3 | +132 | -0 |
2020-11-26 19:13 | Added "Double Door" and more | typable | 3 | +183 | -0 |
2020-11-14 20:48 | Fixed standby command | typable | 1 | +1 | -1 |
2020-11-14 20:23 | Added head, standby command | luca-luca | 3 | +104 | -21 |
2020-11-14 18:37 | Added StandbyListener | typable | 2 | +85 | -0 |
2020-11-14 12:29 | Added Jar buildscript | typable | 1 | +31 | -0 |
2020-11-14 00:31 | Create todo.txt | typable | 1 | +7 | -0 |
2020-11-13 23:58 | Update .gitignore | typable | 1 | +2 | -1 |
2020-11-13 23:53 | Setup | luca-luca | 3 | +25 | -0 |
2020-11-13 22:25 | Added README.md | typable | 1 | +1 | -0 |