Zum Hauptinhalt springen
Version: CloudNet v3.5 🚧

Create Command

The create command is used to create one or more new services based on a task or completely independent.

Permission: cloudnet.command.create
Aliases: create

Info

This command can be used as a command in the node console or as a command ingame with the prefix /cloud

This is a basic overview about the create command.
Please have a look below for any further information.

COMMAND:  - create by <task> <count>
COMMAND: - create new <name> <MINECRAFT_SERVER, GLOWSTONE, NUKKIT, GO_MINT, BUNGEECORD, VELOCITY, WATERDOG> <count>
COMMAND: parameters:
COMMAND: - task=<name>
COMMAND: - node=[Node-1;Node-2]
COMMAND: - autoDeleteOnStop=<true : false>
COMMAND: - static=<true : false>
COMMAND: - port=<port>
COMMAND: - memory=<mb>
COMMAND: - groups=[Lobby, Prime, TestLobby]
COMMAND: - runtime=<name>
COMMAND: - jvmOptions=[-XX:OptimizeStringConcat;-Xms256M]
COMMAND: - templates=[storage:prefix/name local:Lobby/Lobby;local:/PremiumLobby]
COMMAND: - deployments=[storage:prefix/name local:Lobby/Lobby;local:/PremiumLobby]
COMMAND: - --start

create by

Usage: create by <task> <amount>

This command creates a specified amount of new services based on the specified task.

create new

Usage: create new <name> <MINECRAFT_SERVER, GLOWSTONE, NUKKIT, GO_MINT, BUNGEECORD, VELOCITY, WATERDOG> <amount>

This command creates a specified amount independent service based on the name and type provided.
You can add the following parameters to your command:

  • task=<name> - to set the name of the task which configurations should be included
  • node=[Node-1;Node-2] - to set the nodes on which the services are allowed to start
  • autoDeleteOnStop=<true : false> - to enable (true) or disable (false) the auto deletion once the service is stopped.
  • static=<true : false> - to make the services static (true) or not (false)
  • port=<port> - to set the start port which should be used
  • memory=<mb> - to set the max heap memory of the task
  • runtime=<name> - to a custom runtime
  • jvmOptions=[-XX:OptimizeStringConcat;-Xms256M] - to set custom jvm options
  • templates=[storage:prefix/name] - to include templates for the services
    e.g. templates=[local:Lobby/Lobby;local:/PremiumLobby]
  • deployments=[storage:prefix/name] - to include deployments for the services e.g. deployments=[local:Lobby/Lobby;local:/PremiumLobby]
  • --start - to start the services after the creation