To hide all the GUIs (show nothing but the player, basically).
PHP Code:
showstats( 1024 );
The nicknames are a feature, so it is something like:
PHP Code:
enablefeatures( allfeatures - 0x200 );
Put both of those in the onCreated or onTimeOut of a system script.