SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

WANTED: Chat commands.. #108

Open Hasbinbad opened 10 years ago

Hasbinbad commented 10 years ago

*\ String + Wildcard support are highly requested in all relevant chat commands at this time. Sometimes I have a list of 700+ unsorted cubegrids to physically look through when attempting to admin the server. Some current commands can use these functionalities, but some do not. I'd like to see them all support this.

/getlocation X /tpto X Y (teleport X to "near" Y target).. Or possibly "/tpto Y" where X is assumed as "whatever vehicle you're in the passenger seat of" /kick & /ban /off (turns off all assemblers and refiners) /chair (/imports a specific predefined cubegrid to "near" the admins current location) or just "/chair x y z" /summon X (summons a ship to "near" your location) /stop all

I'll update as I think of others.

/find .. where "/find con" would return a list of ships including "recon" and "conflict" .. probably with a maximum limit asking you to be more specific.

chessmaster42 commented 10 years ago

The following commands are completed as of v0.2.9.10:

/kick /stop all /off

chessmaster42 commented 10 years ago

The following commands are completed as of v0.2.9.12:

/ban /unban

The following commands will be in a future version:

/info cubegrid {EntityId} - This will give basic info like position, velocity, and name /info character {EntityId} - (See Above) /info voxelmap {EntityId} - (See Above)

The teleport command will also be improved to support the request teleport entity A to near entity B instead of specific coordinates. One of the optional params for entity B will be "self" which will teleport to near the admin's character who issued the command.

The "/find" command will also be in a future version but not sure on the design yet.

The only command then that is not covered is "/chair" which is a fun utility command that would be better fit in a plugin.