-
Notifications
You must be signed in to change notification settings - Fork 69
Ingame Command list
CakeLancelot edited this page Jan 8, 2021
·
15 revisions
Custom commands are parsed and handled by the OpenFusion server. When a chat message is received that starts with the command prefix (default:
/), instead of sending that chat to other players the server intercepts the message. Account levels are separate from the normal player level, and determine which commands they have access to - a lower number being more permissive.
| Command | Description | Required Acclevel |
|---|---|---|
| /players | Print all players on the server | 30 |
These commands are parsed clientside, then put into a packet before being sent to the server. For example, /speed sends a
P_CL2FE_GM_REQ_PC_SET_VALUEpacket with iSetValueType equal to 6. Some of these built-in commands do not interact with the server at all, such as /viewcol, /hideui and /viewloc.
| Command | Description | Implemented? |
|---|---|---|
| /chwarp | TODO: Add description | ✅ |
| /chnum | TODO: Add description | ✅ |
| /chinfo | TODO: Add description | ✅ |
| /qinven | TODO: Add description | ✅ |
| /emote | TODO: Add description | ✅ |
| /dance | TODO: Add description | ✅ |
| /motd | TODO: Add description | ✅ |
| /announce | TODO: Add description | ✅ |
| /bcast | TODO: Add description | ✅ |
| /nano_equip | TODO: Add description | ✅ |
| /nano_unequip | TODO: Add description | ✅ |
| nano_active | TODO: Add description | ✅ |
| /speed | Sets movement speed to the specified value | ✔️ |
| /jump | TODO: Add description | ✅ |
| /warp | TODO: Add description | ✅ |
| /goto | TODO: Add description | ✅ |
| /warptopc | TODO: Add description | ✅ |
| /itemN | TODO: Add description | ✅ |
| /itemQ | TODO: Add description | ✅ |
| /mapwarp | TODO: Add description | ✅ |
| /nano | TODO: Add description | ✅ |
| /nanoArr | TODO: Add description | ✅ |
| /summon | TODO: Add description | ✅ |
| /groupsummon | TODO: Add description | ✅ |
| /summonshiny | TODO: Add description | ✅ |
| /unsummon | TODO: Add description | ✅ |
| /nanoskill | TODO: Add description | ✅ |
| /mission | TODO: Add description | ✅ |
| /task | TODO: Add description | ✅ |
| /unstick_n | TODO: Add description | ✅ |
| /unstick_i | TODO: Add description | ✅ |
| /unstick_ui | TODO: Add description | ✅ |
| /locate_i | TODO: Add description | ✅ |
| /locate_ui | TODO: Add description | ✅ |
| /locate_n | TODO: Add description | ✅ |
| /teleport2me_n | TODO: Add description | ✅ |
| /teleport2me_i | TODO: Add description | ✅ |
| /teleport2me_ui | TODO: Add description | ✅ |
| /teleportXYZ_i | TODO: Add description | ✅ |
| /teleportXYZ_ui | TODO: Add description | ✅ |
| /teleportXYZ_n | TODO: Add description | ✅ |
| /teleportMapXYZ_i | TODO: Add description | ✅ |
| /teleportMapXYZ_n | TODO: Add description | ✅ |
| /teleportMapXYZ_ui | TODO: Add description | ✅ |
| /teleport_i_i | TODO: Add description | ✅ |
| /teleport_ui_ui | TODO: Add description | ✅ |
| /teleport_i_n | TODO: Add description | ✅ |
| /teleport_n_n | TODO: Add description | ✅ |
| /kick_i | TODO: Add description | ✅ |
| /kick_ui | TODO: Add description | ✅ |
| /kick_n | TODO: Add description | ✅ |
| /invisible | TODO: Add description | ✅ |
| /invulnerable | TODO: Add description | ✅ |
| /health | TODO: Add description | ✅ |
| /batteryW | TODO: Add description | ✅ |
| /batteryN | TODO: Add description | ✅ |
| /fusionmatter | TODO: Add description | ✅ |
| /taros | TODO: Add description | ✅ |
| /gmmarker | TODO: Add description | ✅ |
| /equipitem | TODO: Add description | ✅ |
| /viewloc | TODO: Add description | ✅ |
| /mute_i_on | TODO: Add description | ✅ |
| /mute_i_off | TODO: Add description | ✅ |
| /mute_ui_on | TODO: Add description | ✅ |
| /mute_ui_off | TODO: Add description | ✅ |
| /mute_n_on | TODO: Add description | ✅ |
| /mute_n_off | TODO: Add description | ✅ |
| /hideui | TODO: Add description | ✅ |
| /viewcol | TODO: Add description | ✅ |
| /shwarp | TODO: Add description | ✅ |
| /viewid | TODO: Add description | ✅ |
| /rateF | TODO: Add description | ✅ |
| /rateT | TODO: Add description | ✅ |
| /tasklog | TODO: Add description | ✅ |