Commit Graph

269 Commits

Author SHA1 Message Date
md_5
96a5287e5b Stab in dark at forge + more client mod support. 2012-11-12 17:21:09 +11:00
md_5
6b984e052d Hardcode MC versions 2012-11-12 17:15:31 +11:00
md_5
a20e8951f6 Clean some formatting etc 2012-11-08 18:55:32 +11:00
Ranzdo
5ecbd4b2bc Fix to issue #28 and also added a default case to tab list. 2012-11-07 05:51:32 +01:00
Björn Sundahl
2c1d7b34e6 Fix issue #7 by adding Tab List Support. Thanks @ranzdo 2012-11-06 20:22:20 +11:00
md_5
e4522c7ab4 Fix disabling almost all commands. Oops 2012-11-06 18:43:42 +11:00
md_5
70be951ac2 Fix commands not being executed at all when disabled 2012-11-06 18:36:06 +11:00
mbax
71ab7f7c45 Add ability to block a server change and send a message on change 2012-11-02 01:48:05 -04:00
md_5
cd95befbea Effect remove packet too 2012-11-02 12:55:39 +11:00
md_5
f9c8d0ae09 Fix issue #21 by rewriting packet 0x29 entity effect 2012-11-02 12:54:27 +11:00
md_5
9aeb63889f Fix issue #20 by colouring motd in command 2012-11-02 09:22:40 +11:00
md_5
88babcaea1 Close issue #24 by adding hostname paramater to login event 2012-11-02 09:21:17 +11:00
md_5
6f005064a1 Add new event for @mbax 2012-11-02 09:19:55 +11:00
lol768
30abf975c2 Fix onlogin not firing, handshake firing twice 2012-10-31 19:52:45 +00:00
md_5
3c0f9bc3c4 Because server admins are bitchy we need to support 1.3 as well 2012-10-29 18:36:25 +11:00
md_5
428a77bae1 Because server admins are bitchy we need to support 1.3 as well 2012-10-29 18:36:25 +11:00
md_5
2252bb27c6 Support 1.3 pings. 2012-10-29 18:23:12 +11:00
md_5
9e4ecf1ad4 Is ammar2 a wizard? 2012-10-28 16:00:28 +11:00
md_5
328f23a4fd Allow coloured motd 2012-10-27 09:38:08 +11:00
md_5
52e81deb58 Update for 1.4. Please note this is really messed and doesn't seem to work. 2012-10-26 17:53:07 +11:00
md_5
671710f4e2 Update for 1.4. Please note this is really messed and doesn't seem to work. 2012-10-26 17:53:07 +11:00
md_5
fbe16cb906 Update for Mendax 2012-10-26 16:43:46 +11:00
md_5
51174c2c9f Change to Mendax and refactor stuff. 2012-10-26 16:41:06 +11:00
md_5
f3204c37fd Fix arrows flying back after server reconnect. 2012-10-25 17:05:16 +11:00
md_5
d9bd0e3ee6 Don't need to maintain rain or held item state. Closes issues #12 and #3 2012-10-25 16:26:42 +11:00
md_5
05019bd31a Create new OPTIONAL_MOTION instruction and use it in 0x17 2012-10-24 07:32:40 +11:00
md_5
b12953f2dc Actually register motd command. 2012-10-23 16:43:58 +11:00
lol768
d47f37557c Fix replace method 2012-10-23 16:43:17 +11:00
lol768
d4122eb5e5 Add /motd command to allow user to set motd without restarting/stopping server 2012-10-23 16:41:17 +11:00
lol768
f936e1b869 Fix &h not being removed from the message properly 2012-10-23 16:41:17 +11:00
lol768
e2c357ccb0 Allow custom colours and hide prefix 2012-10-22 21:02:39 +11:00
md_5
e0b38c9984 0x47 is byte not boolean, shouldn't make a difference 2012-10-22 09:35:43 +11:00
md_5
3b7df920d1 Fix 0x17 2012-10-22 08:43:26 +11:00
lol768
0d443603be Add translateAlternateColorCodes method 2012-10-21 22:36:28 +02:00
md_5
fbf3fc9795 Keep spaces in alerts 2012-10-21 20:58:31 +11:00
md_5
372b3c231c Prevent errors when the full config is not set 2012-10-21 18:30:14 +11:00
md_5
a6007ec6cf Add post auth event 2012-10-21 12:46:58 +11:00
md_5
f38ef71de8 Micro optimize by using ubyte in skips 2012-10-20 21:37:04 +11:00
md_5
5f33136cbf Optimizing breaks the jar 2012-10-19 17:29:49 +11:00
md-5
5962ebd992 Hopefully fix issue #2 by using an unsigned byte 2012-10-19 09:51:48 +12:00
md_5
02b353b485 Run jar through proguard (don't obfuscate) to crush it down to 300kb 2012-10-18 17:42:12 +11:00
Björn Sundahl
ec1829d921 Added the direction byte to 0x0F 2012-10-18 16:10:59 +11:00
md_5
ea5584f28c Strings can be treated as short_short 2012-10-18 13:50:06 +11:00
md_5
83275df93e Crush packets for speed and add basic toStrings 2012-10-18 12:08:46 +11:00
md_5
c9f78a989c Fix a few definitions 2012-10-17 19:03:30 +11:00
md_5
88973388f7 Hold me tight, use my own packet definitions. 2012-10-17 19:03:20 +11:00
md_5
f0656355de Initial commit. Man the Minecraft protocol is sucky. 2012-10-17 18:32:35 +11:00
md_5
6c66e18262 Nothing like a change of coding style to neaten things up. 2012-10-16 19:52:34 +11:00
md_5
e0b738e188 Best to at least hope for DevBukkit acceptance. 2012-10-16 17:59:37 +11:00
md_5
914949d34e Add alert command. 2012-10-16 16:57:19 +11:00