CarouselSelector
  • Introduction
  • Introduction
    • Installation
  • In Game Documentation
    • Commands
    • Custom player head
    • Click animations
    • Custom model data
  • API Documentation
    • JavaDoc
    • CarouselSelectorPlugin.class
    • CarouselSelector.class
    • Open a 3D-Menu
Powered by GitBook
On this page
  • Notes
  • Available commands
  • Placeholder
  • Actions
  • Examples

Was this helpful?

  1. In Game Documentation

Commands

Here are listed the commands allowing the creation of menu directly in game.

PreviousInstallationNextCustom player head

Last updated 1 year ago

Was this helpful?

Notes

If you use WorldEdit plugin, please keep in mind that the alias /cs will not work.

Available commands

Do a "/cs ?/help" to see all commands.

➜ Permission : cs.admin

You can use "/cs open example" to open the example menu.

➜ Permission : cs.open.example

Placeholder

  • To use player name, type '%player% when typing command.

  • To use spaces, type '##' when typing command.

  • Space out actions with spaces like bellow.

Actions

action

description

Example

tell

Send a message to the player.

tell:&6Welcome##!

broadcast

Send a message to players.

broadcast:Hello##World##!

console

Run a command on the console.

console:time##set##day

command

Run a command as player.

command:help

open

Opens another menu for the player by specifying its id.

open:1

connect

Connect player to another server.

connect:Hub

Examples

/cs add item 0 My3DItem false tell:&6&lFollow##iCrossing##on##spigotmc.org##! console:time##set##day console:give##%player%##minecraft:iron_axe

You can replace, add or delete actions directly in the config file. (Don't forget to reload !)

If you change the configuration directly and want to use color codes, please use the symbol '§'.