Skip to content

3. Commands & Permissions

Tajam edited this page Aug 10, 2020 · 4 revisions

Jext Commands

Selectors

@a  - Select all players in the server
@w  - Select all players in the world (Not usable by console)
@wr - Select a random player in the world (Not usable by console)
@r  - Select a random player in the server
@s  - Select the command sender (Not usable by console)

Commands

parameters: [Required Parameter] <Optional Parameter>


/disc [music name]

  • Get the specified custom music disc.
  • permission: jext.disc

/discgive [selector] [music name]

  • Give the specified custom music disc to player(s).
  • permission: jext.disc.give

/playmusic [selector] [music name] <pitch> <volume>

  • Play specified custom music to selected player(s).
  • When the volume parameter is not specified, the range of music is set to infinity. Suitable for stereo music to play.
  • permission: jext.playmusic

/playat [X] [Y] [Z] <pitch> <volume>

  • Play specified custom music to selected player(s).
  • Unlike "playmusic" command, volume parameter will default to jukebox range if not set.
  • permission: jext.playat

/stopmusic [selector] <music name>

  • Stop specified custom music or all custom music for selected player(s).
  • All custom music will stop if name parameter is not set.
  • permission: jext.stopmusic

Clone this wiki locally