diff --git a/doc/commands/Admin-Chat.html b/doc/commands/Admin-Chat.html new file mode 100644 index 00000000..060b5926 --- /dev/null +++ b/doc/commands/Admin-Chat.html @@ -0,0 +1,376 @@ + + + + +
+ + +Commands Module - Admin Chat + - Adds a command that allows admins to talk in a private chat
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.common | +
| admin-chat | +Sends a message in chat that only admins can see | +
Commands Module - Bonus + - Adds a command that allows players to have increased stats
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.roles | +
| utils.event | +
| utils.game | +
| expcore.store | +
| config.bonuses | +
| bonus | +Changes the amount of bonus you receive | +
Commands Module - Cheat Mode + - Adds a command that allows players to enter cheat mode
+ + + + + + + + + + + + +| expcore.commands | +
| toggle-cheat-mode | +Toggles cheat mode for your player, or another player. | +
Commands Module - Clear Inventory + - Adds a command that allows admins to clear people's inventorys
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.common | +
| clear-inventory | +Clears a players inventory | +
Commands Module - Debug + - Adds a command that opens the debug frame
+ + + + + + + + + + + + +| modules.gui.debug.main_view | +
| expcore.commands | +
| debug | +Opens the debug pannel for viewing tables. | +
Commands Module - Find + - Adds a command that zooms in on the given player
+ + + + + + + + + + + + +| expcore.commands | +
| find-on-map | +Find a player on your map. | +
Commands Module - Help + - Adds a better help command that allows searching of descriotions and names
+ + + + + + + + + + + + +| expcore.commands | +
| utils.global | +
| chelp | +Searches for a keyword in all commands you are allowed to use. | +
Commands Module - Home + - Adds a command that allows setting and teleporting to your home position
+ + + + + + + + + + + + +| expcore.commands | +
| utils.global | +
| home | +Teleports you to your home location | +
| home-set | +Sets your home location to your current position | +
| home-get | +Returns your current home location | +
| return | +Teleports you to previous location | +
Teleports you to your home location
+ + + + + + + + + + + + + + + + +Sets your home location to your current position
+ + + + + + + + + + + + + + + + +Returns your current home location
+ + + + + + + + + + + + + + + + +Teleports you to previous location
+ + + + + + + + + + + + + + + + + + + + +Commands Module - Interface + - Adds a command that acts as a direct link to the the active softmod, for debug use
+ + + + + + + + + + + + +| expcore.commands | +
| utils.global | +
| expcore.common | +
| interface | +Sends an innovation to be ran and returns the result. | +
Commands Module - Jail + - Adds a commands that allow admins to jail, unjail, and temp ban players
+ + + + + + + + + + + + +| expcore.commands | +
| modules.control.jail | +
| expcore.common | +
| jail | +Puts a player into jail and removes all other roles. | +
| unjail | +Removes a player from jail. | +
| temp-ban | +Temp bans a player until the next reset; this requires a reason; this will clear the players inventory. | +
| clear-temp-ban | +Removes temp ban from a player; this will not restore their items. | +
Puts a player into jail and removes all other roles.
+ + + + Command Parameters: + +Removes a player from jail.
+ + + + Command Parameters: + +Temp bans a player until the next reset; this requires a reason; this will clear the players inventory.
+ + + + Command Parameters: + +Removes temp ban from a player; this will not restore their items.
+ + + + Command Parameters: + +Commands Module - Kill + - Adds a command that allows players to kill them selfs and others
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.roles | +
| kill | +Kills yourself or another player. | +
Commands Module - Me + - Adds a command that adds * around your message in the chat
+ + + + + + + + + + + + +| expcore.commands | +
| me | +Sends an action message in the chat | +
Commands Module - Rainbow + - Adds a command that prints your message in rainbow font
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.common | +
| rainbow | +Sends an rainbow message in the chat | +
Commands Module - Repair + - Adds a command that allows an admin to repair and revive a large area
+ + + + + + + + + + + + +| expcore.commands | +
| config.repair | +
Commands Module - Reports + - Adds a commands that allow players to report other players
+ + + + + + + + + + + + +| expcore.roles | +
| expcore.commands | +
| modules.control.reports | +
| expcore.common | +
| report | +Reports a player and notifies moderators | +
| get-reports | +Gets a list of all reports that a player has on them. | +
| clear-reports | +Clears all reports from a player or just the report from one player. | +
Reports a player and notifies moderators
+ + + + Command Parameters: + +Gets a list of all reports that a player has on them.
+If no player then lists all players and the number of reports on them.
+ + + Command Parameters: + +Clears all reports from a player or just the report from one player.
+ + + + Command Parameters: + + + + + + + + + + + + + + + + + + + + +Commands Module - Roles + - Adds a commands that allow interaction with the role system
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.roles | +
| resources.color_presets | +
| assign-role | +Assigns a role to a player | +
| unassign-role | +Unassigns a role from a player | +
| list-roles | +Lists all roles in they correct order | +
Assigns a role to a player
+ + + + Command Parameters: + +Unassigns a role from a player
+ + + + Command Parameters: + +Lists all roles in they correct order
+ + + + Command Parameters: + +Commands Module - Spawn + - Adds a command that allows players to teleport to their spawn point
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.roles | +
| go-to-spawn | +Teleport to spawn | +
Commands Module - Tag + - Adds a command that allows players to have a custom tag after their name
+ + + + + + + + + + + + +| expcore.commands | +
| expcore.roles | +
| tag | +Sets your player tag. | +
| tag-clear | +Clears your tag. | +
Sets your player tag.
+ + + + Command Parameters: + +Clears your tag.
+Or another player if you are admin.
+ + + Command Parameters: + +Commands Module - Teleport + - Adds a command that allows players to teleport to other players
+ + + + + + + + + + + + +| expcore.commands | +
| teleport | +Teleports a player to another player. | +
| bring | +Teleports a player to you. | +
| goto | +Teleports you to a player. | +
Teleports a player to another player.
+ + + + Command Parameters: + +Teleports a player to you.
+ + + + Command Parameters: + +Teleports you to a player.
+ + + + Command Parameters: + +Commands Module - Warnings + - Adds a commands that allow admins to warn other players
+ + + + + + + + + + + + +| expcore.commands | +
| modules.control.warnings | +
| expcore.common | +
| config.warnings | +
| give-warning | +Gives a warning to a player; may lead to automatic script action. | +
| get-warnings | +Gets the number of warnings a player has. | +
| clear-warnings | +Clears all warnings (and script warnings) from a player | +
Gives a warning to a player; may lead to automatic script action.
+ + + + Command Parameters: + +Gets the number of warnings a player has.
+If no player then lists all players and the number of warnings they have.
+ + + Command Parameters: + +Clears all warnings (and script warnings) from a player
+ + + + Command Parameters: + +| Admin-Chat | +Commands Module - Admin Chat + - Adds a command that allows admins to talk in a private chat | +
| Bonus | +Commands Module - Bonus + - Adds a command that allows players to have increased stats | +
| Cheat-Mode | +Commands Module - Cheat Mode + - Adds a command that allows players to enter cheat mode | +
| Clear-Inventory | +Commands Module - Clear Inventory + - Adds a command that allows admins to clear people's inventorys | +
| Debug | +Commands Module - Debug + - Adds a command that opens the debug frame | +
| Find | +Commands Module - Find + - Adds a command that zooms in on the given player | +
| Help | +Commands Module - Help + - Adds a better help command that allows searching of descriotions and names | +
| Home | +Commands Module - Home + - Adds a command that allows setting and teleporting to your home position | +
| Interface | +Commands Module - Interface + - Adds a command that acts as a direct link to the the active softmod, for debug use | +
| Jail | +Commands Module - Jail + - Adds a commands that allow admins to jail, unjail, and temp ban players | +
| Kill | +Commands Module - Kill + - Adds a command that allows players to kill them selfs and others | +
| Me | +Commands Module - Me + - Adds a command that adds * around your message in the chat | +
| Rainbow | +Commands Module - Rainbow + - Adds a command that prints your message in rainbow font | +
| Repair | +Commands Module - Repair + - Adds a command that allows an admin to repair and revive a large area | +
| Reports | +Commands Module - Reports + - Adds a commands that allow players to report other players | +
| Roles | +Commands Module - Roles + - Adds a commands that allow interaction with the role system | +
| Spawn | +Commands Module - Spawn + - Adds a command that allows players to teleport to their spawn point | +
| Tag | +Commands Module - Tag + - Adds a command that allows players to have a custom tag after their name | +
| Teleport | +Commands Module - Teleport + - Adds a command that allows players to teleport to other players | +
| Warnings | +Commands Module - Warnings + - Adds a commands that allow admins to warn other players | +