Commit Graph

94 Commits

Author SHA1 Message Date
Robin Lambertz 548b2f2c60 Fix the crash with teams not being cleared
You forgot to actually add the team to the list of teams...
2013-04-09 01:23:08 +02:00
weaondara a316d6ccdc Update PermissionCheckEvent.java 2013-03-31 12:30:46 +03:00
md_5 75bc2738b9 Check length before checking if command. 2013-03-24 16:32:54 +11:00
md_5 cf4846baa9 Add issue #221 - permission check event 2013-03-24 16:29:45 +11:00
md_5 120a4dc401 Remove HTTP request which snuck in. 2013-03-24 16:25:53 +11:00
md_5 5f7ecf9d3b Fix issue #213 - servers crashing clients. 2013-03-24 11:39:14 +11:00
md_5 73aaf58009 Try and make the client not crash when switching teams. @lazertester 2013-03-23 20:49:47 +11:00
md_5 fd062503e1 Skeleton team object. TODO: Make @mbax come and show me how to rewrite entire API. Also interface 2013-03-23 20:41:35 +11:00
md_5 9838a09a8c Add slightly modified version of #220 - ChatColor.getByChar 2013-03-21 21:29:26 +11:00
md_5 86b864ce21 Fix small javadoc warning 2013-03-20 20:36:33 +11:00
md_5 27d454524f Use asynchttpclient instead 2013-03-20 19:10:59 +11:00
md_5 8827feacfb Implement high performance HTTP api for plugins with jetty. 2013-03-20 18:52:26 +11:00
md_5 692610cd7e Add asynchronous event API from issue #200 2013-03-19 20:09:15 +11:00
md_5 1edd27963f Add issue #215 - scheduler API 2013-03-19 19:45:34 +11:00
md_5 730c05aaad Actually print time it took 2013-03-19 17:23:07 +11:00
md_5 2bae6cafc2 Try and prevent inefficient plugins by nagging when events take longer than 0.25ms to process. Someone let me know if this spams and I need to increase the max time. 2013-03-19 17:21:54 +11:00
md_5 dfa47f740d Add feature #208 - Bungee texture packs. 2013-03-19 11:54:13 +11:00
md_5 87fcef0658 Implement PR #212 - sendMessages() for CommandSenders 2013-03-19 11:43:37 +11:00
md_5 e681c8906d Add server kick event 2013-03-16 21:32:11 +11:00
md_5 54098c8989 Attempt to track, and remove scoreboards at reconnect 2013-03-16 21:06:28 +11:00
md_5 156ea30c32 Add scoreboard packets + API classes. Still unimplemented. 2013-03-16 20:48:51 +11:00
md_5 6bb089074e Clear scoreboards on reconnect. 2013-03-16 20:13:01 +11:00
md_5 f5b4e1242d Add #205 more methods in Plugin for getting resources / data folders. 2013-03-16 11:53:25 +11:00
md_5 dc2ef1eac7 Bump api to 1.5 2013-03-15 21:19:10 +11:00
md_5 113dada511 Depreceate old register command / listener methods. 2013-03-15 21:08:50 +11:00
md_5 4811e7be4f Implement PostLoginEvent, closes #191 2013-03-14 21:11:16 +11:00
md_5 9bf6a58ba2 Update snakeyaml and guava versions. 2013-03-14 19:51:36 +11:00
md_5 c1ff4ffb89 Update to 1.5 & don't deploy proxy to maven, only APIs 2013-03-14 17:50:33 +11:00
md_5 1d2afae98e Fix canAccess check 2013-03-12 17:13:50 +11:00
md_5 92c1450909 Fix issue #129 - make chat event fire for commands, and add isCommand method. 2013-03-12 15:15:25 +11:00
md_5 fea3642550 Add #183 - restricted servers 2013-03-12 12:13:23 +11:00
md_5 3dac86a94c Add getConsole() to the API 2013-03-12 12:01:47 +11:00
md_5 59efec128d Add ProxiedPlayer.chat, see #146 2013-03-12 11:38:11 +11:00
md_5 9edcda7ace Downgrade NIO to 1.4.7 2013-03-11 18:28:10 +11:00
md_5 a3e1493ce1 Merge NIO into master. I would not recommend this on a production server at all. Its 1.5 anyway. 2013-03-11 13:30:29 +11:00
md_5 76319371f7 Small code / api cleanup. Need to fix kicking in general, especially in ServerConnector before release. 2013-03-11 10:06:14 +11:00
md_5 fa5804ec86 OMG WTF BBQ IT WORKS. LETS IRON OUT BUGS AND GET OUR RELEASE TARGET, ONLY 12 HOURS LEFT. 2013-03-11 09:18:39 +11:00
md_5 a0989a8932 Update for 1.5. This build only supports 1.5, not any other versions. 2013-03-10 12:41:13 +11:00
md_5 b6e76f4054 Cleanup permissions and disconnect sequences 2013-03-07 21:04:03 +11:00
md_5 0f9cc76633 Update Server interface to remove depreceated methods 2013-03-07 20:52:19 +11:00
md_5 5c1d7e1c5b Allow setting tab list size per listener see #173 2013-03-04 22:52:53 +11:00
md_5 e7887fbbb4 Show not found class name 2013-03-03 14:39:45 +11:00
md_5 317f286789 Handle removed servers in reconnect 2013-03-02 19:26:19 +11:00
md_5 379376f0fa Add player disconnect event, thanks @lazertester 2013-02-13 18:49:08 +11:00
md_5 d17c457040 Add experimental offline mode support - closes issue #121 2013-02-12 11:48:38 +11:00
md_5 da9c41ae66 Fix reloading. 2013-02-10 21:08:41 +11:00
md_5 ce6656afc0 Reformat API + Protocol 2013-02-09 19:13:40 +11:00
md_5 23582a635b Reformat to new code style, lots of spaces for easy reading. 2013-02-09 17:57:09 +11:00
md_5 014997ccf8 Also lowercase aliases 2013-02-06 17:52:16 +11:00
md_5 bd39fad41b Case insensitive commands 2013-02-06 17:41:20 +11:00