1973 Commits

Author SHA1 Message Date
UnknownShadow200
7b6be7923b ScriptFile.Append is no longer hardcoded. 2016-09-09 23:36:05 +10:00
UnknownShadow200
89f08dad70 Cleanup /botai a bit. 2016-09-09 21:12:15 +10:00
UnknownShadow200
ef7a6d31f1 Convert all the instructions to the new format. 2016-09-09 20:44:33 +10:00
UnknownShadow200
c334aa7c14 Make kill instruction 200% more killer (does better dist check, instead of checking if block coords same) 2016-09-09 19:47:03 +10:00
UnknownShadow200
f2eef89460 Praise be to our robot overloads. Start refactoring bot instructions to be more extensible. 2016-09-09 19:27:31 +10:00
UnknownShadow200
c25602b429 Bots should rotate when hunting to face the target player. 2016-09-09 19:15:54 +10:00
UnknownShadow200
d501219f4f Cleanup lava survival in gui 2016-09-09 15:19:20 +10:00
UnknownShadow200
128e3f932f Merge fix 2016-09-09 11:06:06 +10:00
UnknownShadow200
f62fefc977 Merge fix 2016-09-09 11:04:45 +10:00
UnknownShadow200
591d11d528 Only save ignore files when using /ignore, not everytime you leave the server. 2016-09-09 10:40:40 +10:00
UnknownShadow200
679a213570 Show all previous alts not just ones since last server restart. Make it so you can't unload the core plugin. 2016-09-09 10:34:48 +10:00
UnknownShadow200
9d82e5af72 Start work on making the core code a plugin. 2016-09-09 10:02:48 +10:00
UnknownShadow200
22ce335527 Move bulk of CmdGoto into PlayerActions. 2016-09-09 07:58:30 +10:00
UnknownShadow200
ffb3375582 Refs should be able to see human and zombie chat, map auhtors should show coloured in /mi and join message if ZS is active. 2016-09-08 23:03:50 +10:00
UnknownShadow200
d8b6240a52 Remove unnecessary try{} catch{} 2016-09-08 20:58:34 +10:00
UnknownShadow200
de79a0e3e4 Less usage of Convert class 2016-09-08 17:15:09 +10:00
UnknownShadow200
3f36bca185 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2016-09-08 14:46:44 +10:00
UnknownShadow200
5c56b7ffc0 Changing properties in gui shouldn't change server salt 2016-09-08 13:00:44 +10:00
UnknownShadow200
684e023a71 Cleanup security tab in properties, add a checkbox for 'use whitelist' 2016-09-08 12:22:17 +10:00
UnknownShadow200
8f023349bc Get rid of unneeded files 2016-09-08 11:47:23 +10:00
UnknownShadow200
8a8855bcfc Get rid of pointless check for first char being a % in HandleChat, fix 'auto mute' appearing before last message that triggered the mute. 2016-09-08 10:44:11 +10:00
UnknownShadow200
bf99339d38 Avoid ColorTranslator, use our own hex parsing function. 2016-09-07 18:06:52 +10:00
UnknownShadow200
9823575786 Use better message for when level isn't buildable/deletable and you are using a client that does not support BlockPermissions. 2016-09-07 12:32:36 +10:00
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