James Gillham
665ea1cbbc
Fix commands not working when run from the server console.
2021-05-20 20:51:26 +01:00
James Gillham
ca381aa289
Add config-restart command.
...
- change Restart command to use server.start_game (offers setting the mod pack).
- Change danger ores and crashsite maps to use the new restart command.
2021-05-15 11:21:46 +01:00
James Gillham
d33392b1cf
Remove /dc command, use /sc instead.
2020-12-28 22:44:42 +00:00
Lynn
4add981a76
Sync colors from /color command to the settings
2019-05-30 18:55:41 +02:00
Lynn
1cd19c69e7
Replaced command for player and chat colors
2019-05-30 18:55:41 +02:00
grilledham
880c0366d1
Game.get_player_by_index -> game.get_player
2019-05-16 11:10:56 +01:00
plague006
b389c15cc5
luacheckrc tweaks to raise warnings when registering events through script, or registering a command through commands
2019-03-04 06:57:08 -05:00
plague006
c491b524ee
Remove unused var
2019-03-04 06:15:36 -05:00
plague006
fe830039fa
Remove command search
2019-03-04 05:53:02 -05:00
plague006
55aa7fd916
Command descriptions
...
Remove search_command
Overhaul meltdown commands
Localize some gui
2019-03-03 17:21:59 -05:00
plague006
fc48d264cf
Commands to locale
...
Change target_name refs to poll the player
2019-03-03 17:21:47 -05:00
plague006
23f955d1c3
Add exception for commands.add_command overwrite in command.lua
2019-03-01 20:46:32 -05:00
plague006
2428a93154
Add error_logging
2019-02-28 11:48:48 -05:00
grilledham
2ff799f030
Changed sc to dc
2019-02-25 15:17:45 +00:00
Matthew Heguy
ba5f05297f
Change options to match style of others: opposite of defaults
2019-02-19 20:02:50 -05:00
Matthew Heguy
ca7d6edbd5
Add missing comment tag
2019-02-19 19:58:56 -05:00
plague006
7c29683b2e
Split commands into their respective modules
2019-02-16 21:24:28 -05:00
Matthew Heguy
d6d4df26f0
Change command feedback and help text to use locale
2019-02-14 14:35:11 -05:00
plague006
e4df3b34a4
Add timestamp to log
2019-02-12 20:22:12 -05:00
Matthew Heguy
28daf88f21
Overhaul rank system, command, donator, add probation rank
2019-02-12 20:22:12 -05:00
plague006
50e686e775
Cleanup, check for player
2019-02-03 01:01:32 -05:00
plague006
0705a76ee0
Fix nested ifs
2019-02-02 12:11:31 -05:00
plague006
950cfe10d3
Add command notifications
2019-02-01 20:46:12 -05:00
plague006
ddbae68baf
Add color-redmew deprecation warning
2019-02-01 09:30:53 -05:00
plague006
3d24f023c0
Remove deprecated tp commands
...
Refine messaging for deprecated commands
2019-01-27 16:44:45 -05:00
Lynn
afec58b440
Admins have regular permissions, commands should reflect this
2019-01-05 18:04:02 +01:00
Matthew
a84dcfdd91
Overhaul commands ( #576 )
...
* Split admin-only commands out of custom commands
Remove free item logging
* Overhaul commands remaining in custom_commands
* Overhaul commands in remaining files
* Change custom_commands to redmew_commands
* Remove follow.lua
2019-01-02 16:34:17 +01:00
Matthew
c2234505f3
Implement server-side color saving ( #566 )
...
* Implement server-side color saving
* Add set_and_return to core utils
2019-01-02 14:42:18 +01:00
Lynn
35c916c9b4
Removed unused variables
2018-12-09 00:37:59 +01:00
Lynn
a9d40f74a9
Added a command-search command
2018-12-09 00:34:25 +01:00
Lynn
5e00d9b721
Reduced to a single command
2018-12-06 18:17:51 +01:00
Lynn
fcbae24ff0
table.size -> table_size
2018-11-30 19:29:06 +01:00
Lynn
cb3c9ba1d0
Fixed refactored util import
2018-11-30 19:25:05 +01:00
Lynn
bfe804e2f0
ipairs -> pairs
2018-11-30 19:21:46 +01:00
Lynn
1f99757654
Added a bit more documentation
2018-11-30 19:15:11 +01:00
Lynn
f88b05448e
Using global print if server
2018-11-30 18:50:57 +01:00
Lynn
8cdf747a2e
Improved debug logging and error reporting during development
2018-11-30 18:45:27 +01:00
Lynn
8c0874a10d
Added support to capture excess arguments as sentence
2018-11-30 18:45:27 +01:00
Lynn
9d35776849
Server/Debug/Player only flags and Debug extraction
2018-11-30 18:45:27 +01:00
Lynn
bd1425956f
Added admin check and aggregate errors
2018-11-30 18:43:37 +01:00
Lynn
1dcc5cefdc
Ensured player can be nil in case of being the server
2018-11-30 18:43:37 +01:00
Lynn
eb7de9bc2e
Added a new command wrapper to reduce boilerplate
2018-11-30 18:43:37 +01:00