UnknownShadow200
|
0f5972ad81
|
Use item number instead of page number, to match fCraft.
|
2016-09-07 08:46:50 +10:00 |
|
UnknownShadow200
|
cb0576797d
|
Fix recent changes for MySQL backend.
|
2016-09-07 00:00:55 +10:00 |
|
UnknownShadow200
|
037b4396ae
|
Now /commands uses multi-page output.
|
2016-09-06 23:25:33 +10:00 |
|
UnknownShadow200
|
5a2aac4573
|
Make /vip and /whitelist use multi page output, also colour the names in them.
|
2016-09-06 21:53:21 +10:00 |
|
UnknownShadow200
|
c45ebb2ebd
|
Fix /vip remove
|
2016-09-06 20:03:37 +10:00 |
|
UnknownShadow200
|
8b680ea217
|
Cleanup /blocks, fix CmdLoad erroring when dll did not exist.
|
2016-09-06 19:25:32 +10:00 |
|
UnknownShadow200
|
38fed28abf
|
Add /bots [level] (Thanks goodlyay)
|
2016-09-06 18:51:23 +10:00 |
|
UnknownShadow200
|
13cf080c53
|
Multipage output for /awards.
|
2016-09-06 18:10:26 +10:00 |
|
UnknownShadow200
|
922ec37511
|
Make /tpzone list use the multipage output code.
|
2016-09-06 17:59:23 +10:00 |
|
UnknownShadow200
|
a86425c731
|
Extend MultiPageOutput to use it for /viewranks too.
|
2016-09-06 17:12:49 +10:00 |
|
UnknownShadow200
|
683179d162
|
Add a multi page command output (thanks fCraft for layout idea).
|
2016-09-06 15:25:07 +10:00 |
|
UnknownShadow200
|
e18d4df815
|
Remove /blocks count, fix /deafen alias
|
2016-09-06 13:17:29 +10:00 |
|
UnknownShadow200
|
ad5f38f486
|
Allow providing reasons in give/pay/take, fix /pay not working from console.
|
2016-09-06 10:43:29 +10:00 |
|
UnknownShadow200
|
c345f01d2e
|
Use relative time in /last.
|
2016-09-06 09:22:04 +10:00 |
|
UnknownShadow200
|
a557a05703
|
Relative timespans in /balance
|
2016-09-06 08:26:33 +10:00 |
|
UnknownShadow200
|
329fdb24e9
|
Don't show 'X went to level' for /os go when server has load on goto enabled.
|
2016-09-06 06:51:16 +10:00 |
|
UnknownShadow200
|
f020920ba5
|
Fix /xjail still moving higher ranked players to the xjail map (but not actually jailing them). (thanks lavacraft)
|
2016-09-05 23:31:39 +10:00 |
|
UnknownShadow200
|
b8a306e62c
|
Fix all cases where a %S was before a space.
|
2016-09-05 22:44:28 +10:00 |
|
UnknownShadow200
|
bf291fa062
|
Use sleep(10) instead of sleep(3) to reduce CPU usage slightly, also add AddColumn to IDatabaseBackend.
|
2016-09-05 22:04:04 +10:00 |
|
UnknownShadow200
|
8a27ec99bc
|
Fix shutting down the server always raising on error on linux environments without a display.
|
2016-09-05 19:37:26 +10:00 |
|
UnknownShadow200
|
629de5e663
|
Modularise more database functions.
|
2016-09-05 17:53:41 +10:00 |
|
UnknownShadow200
|
f070829052
|
Make database backup code less hacky.
|
2016-09-05 17:09:36 +10:00 |
|
UnknownShadow200
|
b2fb6a4a3c
|
Fix /mi colours for multiple realm owners.
|
2016-09-05 16:21:10 +10:00 |
|
UnknownShadow200
|
8844fa5166
|
Fix /server backup lite also saving level backups, fix going auto afk resetting idle time.
|
2016-09-05 14:53:00 +10:00 |
|
UnknownShadow200
|
35230bac70
|
Fix ' not being escaped properly when saving a DB table.
|
2016-09-05 14:25:52 +10:00 |
|
UnknownShadow200
|
4be7974142
|
Cleanup DB code a bit more.
|
2016-09-05 14:24:41 +10:00 |
|
UnknownShadow200
|
6a66f6ee0c
|
Don't show 'level X loaded' for levels that are auto loading when using /goto.
|
2016-09-05 13:54:56 +10:00 |
|
UnknownShadow200
|
e536d67daf
|
Allow providing a reason for shutdown, document /shutdown abor
t, prevent multiple people doing a shutdown at the same time. Fixes #211.
Also disconnected shouldn't be capital, thanks goodlyay.
|
2016-09-05 12:43:37 +10:00 |
|
UnknownShadow200
|
aae0f6ca37
|
Also set pitch when teleporting (Thanks goodlyay), add ability to cancel tasks.
|
2016-09-05 11:07:40 +10:00 |
|
UnknownShadow200
|
60e3a71611
|
Fix compile errors from the merge.
|
2016-09-05 10:19:27 +10:00 |
|
UnknownShadow200
|
3789d2e419
|
Merge branch 'master' of github.com:Hetal728/MCGalaxy
|
2016-09-05 09:49:31 +10:00 |
|
UnknownShadow200
|
f0d13f61d1
|
Validate the name in RankCmd.FindName too, also do the same thing for /ban.
|
2016-09-05 09:47:04 +10:00 |
|
UnknownShadow200
|
f2a7aafbc2
|
Do the same thing for /tempban.
|
2016-09-05 09:29:14 +10:00 |
|
UnknownShadow200
|
6fe6b7a067
|
Ask to confirm before changing rank of non-existent players.
|
2016-09-05 09:12:17 +10:00 |
|
UnknownShadow200
|
7f6a451530
|
Fix join message showing for first round of zombie survival.
|
2016-09-04 23:30:02 +10:00 |
|
UnknownShadow200
|
df0bf301f2
|
Fix -hax not working if color in the motd.
|
2016-09-04 21:58:44 +10:00 |
|
UnknownShadow200
|
e12500c264
|
Remove awards for zombie survival, they didn't even work.
|
2016-09-04 20:43:59 +10:00 |
|
UnknownShadow200
|
1d8a4838ac
|
Reduce award saving overhead, make award saving threadsafe.
|
2016-09-04 20:13:34 +10:00 |
|
UnknownShadow200
|
40cb0e0746
|
Fiddle with zombie survival timings to be fairer to humans.
|
2016-09-04 20:08:16 +10:00 |
|
UnknownShadow200
|
5157ac6a11
|
Tidy up the zombie survival UI a bit.
|
2016-09-04 20:04:57 +10:00 |
|
UnknownShadow200
|
f03f601173
|
Fix command.properties erroring if a line has trailing spaces by making it completely ignore spaces.
|
2016-09-04 19:54:19 +10:00 |
|
UnknownShadow200
|
8389664541
|
Remove myself from the developers list.
|
2016-09-04 11:12:26 +10:00 |
|
UnknownShadow200
|
405554960e
|
Fix /balance message showing globally, oops.
|
2016-09-03 17:28:26 +10:00 |
|
UnknownShadow200
|
1bc8d0d26d
|
Don't show [yes] in /unloaded, makes it much less spammy.
|
2016-09-03 15:22:49 +10:00 |
|
UnknownShadow200
|
ae2806bed2
|
Allow multiple realm owners for a map.
|
2016-09-03 14:57:08 +10:00 |
|
UnknownShadow200
|
b75360efae
|
Fix notes logging minutes instead of months.. oops.
|
2016-09-03 12:51:48 +10:00 |
|
UnknownShadow200
|
3c9b503048
|
Fix voicing someone giving them the wrong color in /who. (Thanks lordmaker)
|
2016-09-03 08:17:58 +10:00 |
|
UnknownShadow200
|
9c2ba4d4fb
|
Fix disconnect player showing 'joined the game' on IRC.
|
2016-09-02 20:50:44 +10:00 |
|
UnknownShadow200
|
96db138a35
|
Finish the Economy database rewrite.
|
2016-09-02 20:26:33 +10:00 |
|
UnknownShadow200
|
a204527ebb
|
Start rewriting economy database table structure - store money in Players table instead, with economy table only tracking players who have performed transactions.
|
2016-09-02 14:56:27 +10:00 |
|