| Name | ClientRun |
| Syntax | clientrun [<script>] (path:<name>) (def.<name>:<value>) (defmap:<map>) |
| Short Description | Runs a client script on a Clientizen client. |
| Full Description | Runs a client script on the linked player's client, if they are using Clientizen.
You must specify a client script name to run. Optionally, use the "path:" argument to choose a specific sub-path within a script. Optionally, use "def.<name>:<value>" to pass one or more definitions to the client. Alternately, use "defmap:<map>" to specify definitions to pass as a MapTag, where the keys will be definition names and the values will of course be definition values. |
| Related Tags | None
|
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Group | Depenizen |
| Requires | Depenizen, Clientizen |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/clientizen/commands/ClientRunCommand.java#L24 |