summaryrefslogtreecommitdiff
path: root/docs/GM-Commands.md
AgeCommit message (Collapse)Author
2021-01-05Rename command .character deleted old (#329)Walter Pagani
2020-12-22style: Alphabetize GM Commands (#285)Duncan Steenburgh
* Alphabetize GM Commands * Place main commands before subcommands (eg. .teleport comes before .teleport name) * Order commands starting with `un` as if they did not have the `un` prefix. * This places them next to their opposite command * For example, possess will be next to unpossess, and both will be in the `p` section (eg. 1. player learn, 2. possess, 3. unpossess, 4. quest) * Place `showarea` and `hidearea` commands next to each other, in the `s` section * Use full teleport command name instead of abbreviation
2020-10-23docs: Add more details to `respawn` command description (#283)Duncan Steenburgh
The respawn command can take a target. This was not reflected in the docs
2020-08-05fix: Update obsolete commands in GM command pageBarbz
2020-07-12refactor: gm_commands ban commands (#257)Barbz
- Reorganized the ban commands, one was completely off the table, and the unban commands were in alphabetical order but it's not practical to find so I put them near the ban commands. When you look for banning related, everything is there, no need to scroll, better User eXperience. - Made it clearer that the $bantime does not need double quotes (else it fails) - Explained the .ban playeraccount command
2020-06-02fix(gm-commands): layout and table (#239)Stefano Borzì
2020-05-18fix: Improve the server shutdown/restart descriptions + group them (#208)Barbz
I grouped them together for easier browsing thus breaking the alphabetical order, but this order is just the order of laziness, so why not break it
2020-04-15fix(commands): How to delete an item with .additemBarbz
2020-04-11fix wander_distance (#204)Kitzunu
* Update creature.md * update some more files :)
2020-04-09fix: extra info for .send message in the Commands list (#201)Barbz
2020-03-27fix: Not implemented command (#186)Barbz
2020-03-02fix: Update GM-Commands.md (#183)gengarshadowball
Update to fit the new core command
2019-12-21docs: update GM-Commands (#162)Stoabrogga
2019-12-03restore GM-Commands; add "reload acore_string" command; remove trinity* ↵Stoabrogga
names (#155)
2019-12-02doc: cleanup trinity_string (#154)Francesco Borzì
2019-11-22Fixed table in GM-commands.md (#145)Stefano Borzì
2019-11-21Update GM-Commands (#141)Stoabrogga
2019-06-09Fixed typo in previous commits (#59)Kitzunu
2019-06-09Fix command page and add GM command page (#58)Kitzunu