sessionEndCommand

Defines a command used to terminate a proxy session in the database.

If no sessionEndCommand is supplied, the proxy session will be terminated upon disconnecting from the database.

Here is an example of how you can use this element in a commandBlock.

<commandBlock> 
  <commands> 
    <sessionEndCommand> 
      <arguments/> 
    </sessionEndCommand> 
  </commands> 
</commandBlock>

Child Elements of sessionEndCommand Element

(arguments) ?

Parent Elements of sessionEndCommand Element

commands