Commit Graph

149 Commits

Author SHA1 Message Date
Glow 3d32ac4271
Update PortalGodMode.java 2018-10-14 23:58:52 -04:00
Glow a4ffd0838f
Update and rename PortalGodMode to PortalGodMode.java 2018-10-14 02:54:23 -04:00
Glow 6092bd4db4
Create PortalGodMode 2018-10-14 02:51:39 -04:00
zeroeightsix e736bc4442 Implement SafeWalk
Closes #44
2018-10-11 22:29:39 +02:00
zeroeightsix 4249cbc95f Add commands option to CustomChat
Closes #37
2018-10-11 21:29:58 +02:00
zeroeightsix a4cc53034c Merge remote-tracking branch 'origin/master' 2018-10-11 20:25:37 +02:00
zeroeightsix 9cf35f71d5 Use shutdown hook instead of inject
Closes #33
2018-10-11 20:25:17 +02:00
Ridan Vandenbergh 4f13f20c7f
add thank you note 2018-10-10 21:32:02 +02:00
wine d0dda90017
Add issue template 2018-10-10 20:33:17 +02:00
Ridan Vandenbergh 6b11150f93
Merge pull request #43 from zeroeightysix/feature-modifier-binds
Fix debug code & add prefix command
2018-10-10 19:21:53 +02:00
zeroeightsix f43b4a6497 Prefix command 2018-10-10 19:19:43 +02:00
zeroeightsix 49f5dd1bf2 oops removed debug code 2018-10-10 19:04:39 +02:00
Ridan Vandenbergh 19f22a5650
Merge pull request #40 from zeroeightysix/feature-modifier-binds
Binds with key modifiers
2018-10-10 17:46:06 +02:00
zeroeightsix 2d711bb10a Pretty formatting 2018-10-10 17:35:47 +02:00
zeroeightsix 3e7d3cd414 Save binds correctly
I should really rewrite the settings system.
2018-10-09 20:45:57 +02:00
zeroeightsix 136e0155a4 Implemented binds with key modifiers 2018-10-09 20:22:14 +02:00
wine 546d3c60c4
Merge pull request #39 from wine/master
Add travis auto build
2018-10-09 17:53:50 +02:00
Ossian Winter 04c0f5ceac Attempt to make publish workin 2018-10-09 17:29:36 +02:00
Ossian Winter a6a9e08818 Publish artifact to GitHub releases 2018-10-09 17:16:05 +02:00
Ossian Winter 03f812a733 Add travis-ci build 2018-10-09 16:25:51 +02:00
zeroeightsix d3802679c7 Add auto switch settings
Solves #12
2018-10-05 20:52:51 +02:00
zeroeightsix 0f44ed6d36 Fix horse chest
Fixes #34
2018-10-05 20:49:35 +02:00
zeroeightsix b3d2389ed1 Implement save command
Closes #33
2018-10-04 18:21:42 +02:00
zeroeightsix 156177d677 Fix NoEntityTrace always working 2018-10-04 17:47:26 +02:00
zeroeightsix a16f29be35 Allow strings for command prefixes
Closes #32
2018-10-04 17:45:06 +02:00
zeroeightsix fe927b9a34 Implement packet fly 2018-10-03 17:54:41 +02:00
zeroeightsix 58a4e84766 Remove dupe command 2018-10-03 17:02:08 +02:00
Ridan Vandenbergh d17b27a942
Merge pull request #27 from zeroeightysix/fix-tpssync
Fix tpssync
2018-10-03 16:56:28 +02:00
zeroeightsix fba2d8014d Merge remote-tracking branch 'origin/master' 2018-10-03 16:52:33 +02:00
zeroeightsix 0fa7432261 Add access transformer for ItemTool#attackDamage
Closes #29
2018-10-03 16:52:21 +02:00
ossian winter d316043685 Inner enums dont care about static 2018-10-03 09:31:14 -05:00
zeroeightsix 0538d17a40 DeathCoords -> AutoRespawn 2018-10-03 16:11:12 +02:00
zeroeightsix ab6e3c904b Implement TpsSync 2018-10-03 15:05:26 +02:00
zeroeightsix 63036c8712 Merge branch 'master' of https://github.com/zeroeightysix/KAMI 2018-10-03 13:19:58 +02:00
Ridan Vandenbergh 8e1a029c81
Merge pull request #26 from zeroeightysix/fix-noentitytrace
Fix NoEntityTrace
2018-10-03 13:14:49 +02:00
zeroeightsix 0a9bafde61 Fix NoEntityTrace 2018-10-03 13:13:59 +02:00
zeroeightsix 61a262ad70 Only call onUpdate on client tick 2018-10-03 12:57:28 +02:00
Ridan Vandenbergh 1674c4bb90
Update README.md
Fixed typo
2018-10-03 11:10:23 +02:00
wine 889e917d46
Merge pull request #25 from wine/gnu/linux
GNU/Linux rephrase
2018-10-03 08:43:42 +02:00
wine be61428c07
Update README.md 2018-10-03 08:41:36 +02:00
wine a2951d1350
Merge pull request #24 from wine/add-issues
Add issues badge to the readme file
2018-10-03 08:39:38 +02:00
wine 31ec2c5e66
Merge branch 'master' into add-issues 2018-10-03 08:39:28 +02:00
wine 013404d1c4
Merge pull request #1 from wine/add-issues
Add issues badge to README
2018-10-03 08:37:55 +02:00
wine 8aa2c83c88
Update README.md 2018-10-03 08:37:13 +02:00
zeroeightsix ac840eed62 Merge remote-tracking branch 'origin/master' 2018-10-03 00:41:25 +02:00
zeroeightsix ca0f6301a4 Add AutoTool 2018-10-03 00:41:07 +02:00
Ridan Vandenbergh e2df79b938
Merge pull request #18 from wine/fix-double-register
Lag compensator is already subscribed to the event bus in its constru…
2018-10-02 22:04:26 +02:00
Ridan Vandenbergh c30e8efb9e
Merge pull request #19 from wine/clean-general
Clean general
2018-10-02 21:53:22 +02:00
Ridan Vandenbergh f8c4237041
Merge pull request #17 from wine/clean-gradle
Clean gradle
2018-10-02 21:45:00 +02:00
ossian winter 6b4adf5675 Revert "Clean-up build file"
This reverts commit 560a5e7a98.
2018-10-02 14:06:16 -05:00