1513 Commits

Author SHA1 Message Date
UnknownShadow200
f9e4aeb3d3 Reverse previous commit. 2016-06-06 13:49:20 +10:00
UnknownShadow200
aed2e32db2 Allow colour codes in server name. 2016-06-06 13:01:39 +10:00
UnknownShadow200
7d9800de1c Fix console missing colour codes on IRC, fix whitespace at end of IRC message not being trimmed. 2016-06-06 12:04:49 +10:00
UnknownShadow200
ca7902edac Combine various quit-type commands into one class. 2016-06-05 15:36:20 +10:00
UnknownShadow200
1459c88c33 Fix block changes still being recorded to BlockDB, even though the block wasn't actually changed. (Thanks Tree) 2016-06-05 10:36:22 +10:00
UnknownShadow200
1880269f37 Allow partially matching unloaded map names, closes #183. 2016-06-05 10:21:11 +10:00
UnknownShadow200
d34db5c7ac Cleanup /invincible. 2016-06-05 00:16:40 +10:00
UnknownShadow200
e95cd2acac Fix /eat using titles and colon (Thanks goodlyay). 2016-06-04 11:17:57 +10:00
UnknownShadow200
14651c1e68 Make unafk instantly when your own rotation changes. 2016-06-03 16:27:25 +10:00
UnknownShadow200
9136e2f39d Show idle time in /whois. 2016-06-03 16:20:33 +10:00
UnknownShadow200
e7cb1e71a6 Make the afk code nicer. 2016-06-03 13:35:51 +10:00
UnknownShadow200
f6d3f14599 Death messages should not include title. (Thanks goodlyay) 2016-06-03 12:53:50 +10:00
UnknownShadow200
f2f06412f8 If you use > or < for partial messages, now only the last > or < in a line is converted into the special character, not all occurences of the character in that line. 2016-06-03 12:49:13 +10:00
UnknownShadow200
dba840f704 Allow changing 'show player titles on IRC' from IRC. 2016-06-03 11:34:49 +10:00
UnknownShadow200
ba7392fd28 Add property for whether IRC player titles are shown. 2016-06-03 11:09:31 +10:00
UnknownShadow200
c2395aae9d Fix /blockset using S instead of %S. 2016-06-03 08:25:20 +10:00
UnknownShadow200
33bcb23437 Fix /cut not working if number of non-air blocks was in draw limit, but volume of copy area was greater than draw limit. (Thanks Mirzuuuh) 2016-06-02 00:37:12 +10:00
UnknownShadow200
bc34954b83 Fix temprank auto checker not working. (Thanks t0be) 2016-06-01 20:38:34 +10:00
UnknownShadow200
d611ae7463 Only advbuilder+ can create teams by default, fix /fg with top layer. (Thanks goodlyay) 2016-06-01 16:14:06 +10:00
UnknownShadow200
b529e4693c Make PlayerList code nicer. 2016-06-01 11:34:07 +10:00
UnknownShadow200
15a6c1c562 Use safer method of incrementing pointers. 2016-06-01 11:06:10 +10:00
UnknownShadow200
9dae5ff8fb Remove /pcount, integrate it into /sinfo. 2016-06-01 00:34:07 +10:00
UnknownShadow200
d343804aae Show IP-ban info in /baninfo, remind when /unban if their IP is also banned. 2016-06-01 00:16:17 +10:00
UnknownShadow200
94fca6866d Unbans have reasons, last ban reason is kept for /baninfo, closes #178. 2016-05-31 23:26:43 +10:00
UnknownShadow200
8f6a0dbca0 Add /env normal to reset all variables, instead of /env preset normal. (Thanks goodlyay) 2016-05-31 12:45:42 +10:00
UnknownShadow200
04ad8f7e1b Preserve rotation on using portals to different maps (thanks goodlyay). 2016-05-31 12:06:57 +10:00
UnknownShadow200
e4ecb67bc7 Add a basic PlayerActions class. 2016-05-31 11:56:19 +10:00
UnknownShadow200
9a1a252f45 Add a basic LevelActions class. 2016-05-31 11:27:37 +10:00
UnknownShadow200
b318295793 Combine /promote and /demote into /setrank. 2016-05-30 23:04:21 +10:00
UnknownShadow200
6bfa243d12 Allow partial matching of rank names in some commands. 2016-05-30 22:13:35 +10:00
UnknownShadow200
532a9964a9 Fix names in blockdb still using remaining characters from longer names if a shorter name then makes a block change. (Thanks whiteraven1000) 2016-05-30 21:39:03 +10:00
UnknownShadow200
9b32c6d437 Fix /undo name all not working from console. 2016-05-30 21:29:49 +10:00
UnknownShadow200
efe3828c78 Remove the rarely used /search commands. 2016-05-30 20:40:58 +10:00
UnknownShadow200
4df74d8876 Remove /staff and /mods, just use /devs. 2016-05-30 16:31:25 +10:00
UnknownShadow200
a3f123c15d Remove pointless /banlist command. 2016-05-30 16:21:50 +10:00
UnknownShadow200
a4aec8a80e Cleanup /baninfo. 2016-05-30 15:28:47 +10:00
UnknownShadow200
35715d0c3f Make /whois prettier. 2016-05-30 13:51:58 +10:00
UnknownShadow200
c8a5a034a7 Maps generated with /os map add should zone to yourself, fix IRC controller with HalfOp verification not working. 2016-05-29 10:31:56 +10:00
UnknownShadow200
065d41d7b8 Fix /whowas not working on mysql backend. 2016-05-28 22:09:01 +10:00
UnknownShadow200
e96296dc06 Fix crashing some clients when a fallback block is a CPE block. 2016-05-28 19:58:58 +10:00
UnknownShadow200
40f567bc86 Fix BlockDB not working on mono. 2016-05-28 18:55:05 +10:00
UnknownShadow200
a6884182ac Fix /zone del not working. 2016-05-28 18:42:26 +10:00
UnknownShadow200
048b63062e Make /viewranks more efficient. 2016-05-28 17:59:14 +10:00
UnknownShadow200
d0914bb614 Don't duplicate code for both /warp and /waypoint. 2016-05-28 17:35:20 +10:00
UnknownShadow200
bd874937e4 Fix /spin and rotating resulting in air no longer being pasted. (Thanks goodlyay) 2016-05-28 16:09:00 +10:00
UnknownShadow200
08186c876c Remove /deltemprank, /temprankinfo, /tempranklist and combine them into /temprank. 2016-05-28 15:37:39 +10:00
UnknownShadow200
9205b4faf5 Remove /serverreport, integrate it into /serverinfo. 2016-05-28 14:42:27 +10:00
UnknownShadow200
a6cf896e1b Update /help message for /spin. 2016-05-28 13:43:05 +10:00
UnknownShadow200
08d8fe88bf Allow rotating 180, 270 degrees in a call to /spin. 2016-05-28 12:42:50 +10:00
UnknownShadow200
9d1b23519e Organise /spin more. 2016-05-28 12:08:58 +10:00