2939 Commits

Author SHA1 Message Date
UnknownShadow200
bfd4042f84 Move more stuff into namespaces. 2017-05-10 13:22:56 +10:00
UnknownShadow200
77caf24b28 Break every plugin and move events to their own namespace. 2017-05-10 13:14:36 +10:00
UnknownShadow200
24a8cfcf0d Use far simpler method for defining assembly version, that does not rely on reflection. 2017-05-10 12:33:11 +10:00
UnknownShadow200
912eda7025 Remove obsolete database functions 2017-05-10 12:06:14 +10:00
UnknownShadow200
c66c44a264 Minimise hardcoding of updating files 2017-05-10 12:02:24 +10:00
UnknownShadow200
40c5766842 Fix changing fallback not auto-reloading clients that don't support custom blocks. 2017-05-08 23:50:52 +10:00
UnknownShadow200
8b27fcd068 Fix /mark (Thanks fam0r) 2017-05-08 22:42:54 +10:00
UnknownShadow200
8b69431c5a Remove more pointless Send funcs 2017-05-08 22:06:55 +10:00
UnknownShadow200
ea09af941f Remove SendXYZ functions from Player, add more comments to Packet 2017-05-08 21:16:26 +10:00
UnknownShadow200
0e69b77bcd Add missing 1.8.8.9 to changelog 1.8.9.0 2017-05-08 10:52:32 +10:00
UnknownShadow200
8ede6144c5 Release 1.8.9.0 2017-05-08 10:48:52 +10:00
UnknownShadow200
61e4826a8e Make /paste use help colours, prefer Player.Message 2017-05-07 21:19:25 +10:00
UnknownShadow200
c3cf0af36d Show actual name of command can't be used in /mb, for multi-commands /mb creations. 2017-05-07 18:54:29 +10:00
UnknownShadow200
800d94c7ed Fix /place with sand/gravel and physics on leaving ghost sand/gravel block behind 2017-05-07 18:52:09 +10:00
UnknownShadow200
322b6e9a85 Make /restoreselection a drawop and allow it to work with different sized restores. Fixes #219. 2017-05-07 18:26:49 +10:00
UnknownShadow200
699510f7a7 Fix wrong message when changing team owner (thank fam0r) 2017-05-07 17:00:00 +10:00
UnknownShadow200
f7ff6a1b0d Use main scheduler for ping sending and afk checking 2017-05-07 08:35:12 +10:00
UnknownShadow200
a18e2bcab1 Fix bug with /ride thread not being removed after player disconnected 2017-05-06 23:00:07 +10:00
UnknownShadow200
7a46a30c47 Fix /lb remove 0 stuffing up (Thanks fam0r), blockqueue is now a scheduled task. 2017-05-06 20:46:12 +10:00
UnknownShadow200
4de5512aad Fix /map edge using half map height instead of edge level. (Thanks fam0r) 2017-05-06 18:42:09 +10:00
UnknownShadow200
4ed03d7c60 Finish modularising /top, closes #304. 2017-05-06 16:43:18 +10:00
UnknownShadow200
787f957844 last commit - fix group/rank name matching not working when colour code within rank/group name. (Thanks AndyFC) 2017-05-06 16:29:02 +10:00
UnknownShadow200
259380c9eb Don't show + in offline names when possible 2017-05-06 16:26:11 +10:00
UnknownShadow200
0082904fb5 Modularise top, partially addresses #304 2017-05-06 16:16:39 +10:00
UnknownShadow200
62d4c13ba9 Less spam on login, 1 less timer 2017-05-05 17:31:17 +10:00
UnknownShadow200
eccb227461 For privacy reasons, remove city from /location 2017-05-05 10:14:05 +10:00
UnknownShadow200
394ed2598c organise stuff 2017-05-05 10:10:31 +10:00
UnknownShadow200
9fcdaa4031 fix /rules [name] sending to yourself, comments 2017-05-04 22:41:38 +10:00
UnknownShadow200
e2c869d3fa Add /uban as alias to xban that doesn't ban IP (Like MCForge), closes #406. 2017-05-03 08:11:16 +10:00
UnknownShadow200
6ef6296e34 Make it when plugins cancel chat, it doesn't show on IRC still. Icky solution, need to think of a better one later. 2017-05-02 22:13:56 +10:00
UnknownShadow200
48d247c976 Restrict volatile array to reference types 2017-05-02 14:51:49 +10:00
UnknownShadow200
4646a529f7 Allow manually changing IRC command prefix 2017-05-02 11:26:03 +10:00
UnknownShadow200
cc2b5c63e4 Cleaner IRC code 2017-05-02 11:11:09 +10:00
UnknownShadow200
d54e5edaef Phase 1 of refactoring IRC bot. 2017-05-02 10:57:35 +10:00
UnknownShadow200
4fe6fd5178 Doing ban/rank of an offline player, but forgetting the + at the end, should autocomplete that +. 2017-05-01 23:23:26 +10:00
UnknownShadow200
eed351c654 fix 2017-05-01 23:01:06 +10:00
UnknownShadow200
26a6dfbec7 You shouldn't be able to fill over active water. (Thanks fam0r) 2017-05-01 20:34:10 +10:00
UnknownShadow200
6e6ca01a5d Maps shouldn't generate with active water. (Thanks __Tauraiis__) 2017-05-01 20:33:19 +10:00
UnknownShadow200
7a6cd69e85 Now /seen uses coloured name too 2017-04-30 19:32:00 +10:00
UnknownShadow200
79425b279d Prevent /save from revealing hide 2017-04-30 19:27:39 +10:00
UnknownShadow200
f2fb839d02 Allow changing animal AI of blocks 2017-04-30 18:27:24 +10:00
UnknownShadow200
a977748936 Prevent two entities from being assigned the same ID, fixes #411 2017-04-30 17:15:21 +10:00
UnknownShadow200
23fc8160e4 comments 2017-04-30 17:03:16 +10:00
UnknownShadow200
d2adbbf726 Add /botai list, closes #302 2017-04-30 16:12:10 +10:00
UnknownShadow200
0f0b494d88 0.001% less code duplication 2017-04-30 15:55:34 +10:00
UnknownShadow200
f2e1747573 allow turning off secret commands 2017-04-29 08:19:04 +10:00
UnknownShadow200
f2d3000ee7 fix minor issue in /map realmowner and /b, add more collide types 2017-04-28 21:56:29 +10:00
UnknownShadow200
f7eac381a8 Can still activate portals/message blocks in non-deletable map. (Thanks goodlyay) 2017-04-28 21:08:44 +10:00
UnknownShadow200
62b8fa5b9c Limit deaths to 32767 at most 2017-04-28 20:36:45 +10:00
UnknownShadow200
1e25a88dc1 x 2017-04-28 20:22:14 +10:00