usables

usables commands

/kit

An FTC command (default description)

Permission: ftc.kits
Aliases: kits
Uses:

  • /kit
    Displays a list of Kits
  • /kit <kit>
    Uses a Kit
  • /kit <kit> info
    Shows general info
  • /kit <kit> data
    Displays the Usable data
  • /kit <kit> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /kit <kit> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /kit <kit> data merge <tag>
    Merges a tag into Usable data
  • /kit <kit> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /kit <kit> silent
    Checks if a usable is silent
  • /kit <kit> silent <true | false>
    Sets a usable to be silent or not
  • /kit <kit> actions
    Shows all the existing Actions
  • /kit <kit> actions clear
    Clears the Action list
  • /kit <kit> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /kit <kit> actions add <type> [<input>]
    Adds a Action
  • /kit <kit> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /kit <kit> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /kit <kit> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /kit <kit> tests
    Shows all the existing Conditions
  • /kit <kit> tests clear
    Clears the Condition list
  • /kit <kit> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /kit <kit> tests add <type> [<input>]
    Adds a Condition
  • /kit <kit> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /kit <kit> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /kit <kit> tests set <index> <type> [<input>]
    Sets the Condition at index to type

/usable

An FTC command (default description)

Permission: ftc.usables
Aliases: interactable, usables
Uses:

  • /usable block <block: x,y,z> info
    Shows general info
  • /usable block <block: x,y,z> use
    Makes you use a block
  • /usable block <block: x,y,z> use <players>
    Makes a list of players use a block
  • /usable block <block: x,y,z> data
    Displays the Usable data
  • /usable block <block: x,y,z> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usable block <block: x,y,z> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usable block <block: x,y,z> data merge <tag>
    Merges a tag into Usable data
  • /usable block <block: x,y,z> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usable block <block: x,y,z> silent
    Checks if a usable is silent
  • /usable block <block: x,y,z> silent <true | false>
    Sets a usable to be silent or not
  • /usable block <block: x,y,z> actions
    Shows all the existing Actions
  • /usable block <block: x,y,z> actions clear
    Clears the Action list
  • /usable block <block: x,y,z> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable block <block: x,y,z> actions add <type> [<input>]
    Adds a Action
  • /usable block <block: x,y,z> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usable block <block: x,y,z> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usable block <block: x,y,z> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usable block <block: x,y,z> tests
    Shows all the existing Conditions
  • /usable block <block: x,y,z> tests clear
    Clears the Condition list
  • /usable block <block: x,y,z> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable block <block: x,y,z> tests add <type> [<input>]
    Adds a Condition
  • /usable block <block: x,y,z> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usable block <block: x,y,z> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usable block <block: x,y,z> tests set <index> <type> [<input>]
    Sets the Condition at index to type
  • /usable entity <entity: uuid | @selector> info
    Shows general info
  • /usable entity <entity: uuid | @selector> use
    Makes you use a entity
  • /usable entity <entity: uuid | @selector> use <players>
    Makes a list of players use a entity
  • /usable entity <entity: uuid | @selector> data
    Displays the Usable data
  • /usable entity <entity: uuid | @selector> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usable entity <entity: uuid | @selector> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usable entity <entity: uuid | @selector> data merge <tag>
    Merges a tag into Usable data
  • /usable entity <entity: uuid | @selector> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usable entity <entity: uuid | @selector> silent
    Checks if a usable is silent
  • /usable entity <entity: uuid | @selector> silent <true | false>
    Sets a usable to be silent or not
  • /usable entity <entity: uuid | @selector> actions
    Shows all the existing Actions
  • /usable entity <entity: uuid | @selector> actions clear
    Clears the Action list
  • /usable entity <entity: uuid | @selector> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable entity <entity: uuid | @selector> actions add <type> [<input>]
    Adds a Action
  • /usable entity <entity: uuid | @selector> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usable entity <entity: uuid | @selector> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usable entity <entity: uuid | @selector> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usable entity <entity: uuid | @selector> tests
    Shows all the existing Conditions
  • /usable entity <entity: uuid | @selector> tests clear
    Clears the Condition list
  • /usable entity <entity: uuid | @selector> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable entity <entity: uuid | @selector> tests add <type> [<input>]
    Adds a Condition
  • /usable entity <entity: uuid | @selector> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usable entity <entity: uuid | @selector> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usable entity <entity: uuid | @selector> tests set <index> <type> [<input>]
    Sets the Condition at index to type
  • /usable item info
    Shows general info
  • /usable item use
    Makes you use a item
  • /usable item use <players>
    Makes a list of players use a item
  • /usable item data
    Displays the Usable data
  • /usable item data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usable item data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usable item data merge <tag>
    Merges a tag into Usable data
  • /usable item data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usable item silent
    Checks if a usable is silent
  • /usable item silent <true | false>
    Sets a usable to be silent or not
  • /usable item actions
    Shows all the existing Actions
  • /usable item actions clear
    Clears the Action list
  • /usable item actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable item actions add <type> [<input>]
    Adds a Action
  • /usable item actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usable item actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usable item actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usable item tests
    Shows all the existing Conditions
  • /usable item tests clear
    Clears the Condition list
  • /usable item tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable item tests add <type> [<input>]
    Adds a Condition
  • /usable item tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usable item tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usable item tests set <index> <type> [<input>]
    Sets the Condition at index to type
  • /usable triggers create <name>
    Defines a new trigger, using your world edit
    selection as the trigger’s area
  • /usable triggers <trigger> rename <trigger name> <new name>
    Renames a trigger to name
  • /usable triggers <trigger> redefine <trigger name>
    Redefines a trigger to your current world edit selection
  • /usable triggers <trigger> remove
    Removes a trigger
  • /usable triggers <trigger> info
    Shows general info
  • /usable triggers <trigger> use
    Makes you use a triggers
  • /usable triggers <trigger> use <players>
    Makes a list of players use a triggers
  • /usable triggers <trigger> data
    Displays the Usable data
  • /usable triggers <trigger> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usable triggers <trigger> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usable triggers <trigger> data merge <tag>
    Merges a tag into Usable data
  • /usable triggers <trigger> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usable triggers <trigger> silent
    Checks if a usable is silent
  • /usable triggers <trigger> silent <true | false>
    Sets a usable to be silent or not
  • /usable triggers <trigger> actions
    Shows all the existing Actions
  • /usable triggers <trigger> actions clear
    Clears the Action list
  • /usable triggers <trigger> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable triggers <trigger> actions add <type> [<input>]
    Adds a Action
  • /usable triggers <trigger> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usable triggers <trigger> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usable triggers <trigger> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usable triggers <trigger> tests
    Shows all the existing Conditions
  • /usable triggers <trigger> tests clear
    Clears the Condition list
  • /usable triggers <trigger> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable triggers <trigger> tests add <type> [<input>]
    Adds a Condition
  • /usable triggers <trigger> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usable triggers <trigger> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usable triggers <trigger> tests set <index> <type> [<input>]
    Sets the Condition at index to type
  • /usable kit
    Displays a list of Kits
  • /usable kit <kit>
    Uses a Kit
  • /usable kit <kit> info
    Shows general info
  • /usable kit <kit> data
    Displays the Usable data
  • /usable kit <kit> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usable kit <kit> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usable kit <kit> data merge <tag>
    Merges a tag into Usable data
  • /usable kit <kit> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usable kit <kit> silent
    Checks if a usable is silent
  • /usable kit <kit> silent <true | false>
    Sets a usable to be silent or not
  • /usable kit <kit> actions
    Shows all the existing Actions
  • /usable kit <kit> actions clear
    Clears the Action list
  • /usable kit <kit> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable kit <kit> actions add <type> [<input>]
    Adds a Action
  • /usable kit <kit> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usable kit <kit> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usable kit <kit> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usable kit <kit> tests
    Shows all the existing Conditions
  • /usable kit <kit> tests clear
    Clears the Condition list
  • /usable kit <kit> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable kit <kit> tests add <type> [<input>]
    Adds a Condition
  • /usable kit <kit> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usable kit <kit> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usable kit <kit> tests set <index> <type> [<input>]
    Sets the Condition at index to type
  • /usable warp
    Displays a list of Warps
  • /usable warp <warp> destination
    Displays a warp’s current destination location
  • /usable warp <warp> destination set
    Sets a warp’s destination to where you’re standing
  • /usable warp <warp> destination set <pos: x,y,z>
    Sets a warp’s position to the given xyz coordinates
  • /usable warp <warp> instant
    Shows if a warp will always instantly teleport players or not
  • /usable warp <warp> instant <true | false>
    Sets if a warp will always instantly teleport players or not
  • /usable warp <warp>
    Uses a Warp
  • /usable warp <warp> info
    Shows general info
  • /usable warp <warp> data
    Displays the Usable data
  • /usable warp <warp> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usable warp <warp> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usable warp <warp> data merge <tag>
    Merges a tag into Usable data
  • /usable warp <warp> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usable warp <warp> silent
    Checks if a usable is silent
  • /usable warp <warp> silent <true | false>
    Sets a usable to be silent or not
  • /usable warp <warp> actions
    Shows all the existing Actions
  • /usable warp <warp> actions clear
    Clears the Action list
  • /usable warp <warp> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable warp <warp> actions add <type> [<input>]
    Adds a Action
  • /usable warp <warp> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usable warp <warp> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usable warp <warp> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usable warp <warp> tests
    Shows all the existing Conditions
  • /usable warp <warp> tests clear
    Clears the Condition list
  • /usable warp <warp> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usable warp <warp> tests add <type> [<input>]
    Adds a Condition
  • /usable warp <warp> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usable warp <warp> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usable warp <warp> tests set <index> <type> [<input>]
    Sets the Condition at index to type

/usableblock

An FTC command (default description)

Permission: ftc.usables.block
Aliases: usable_block
Uses:

  • /usableblock <block: x,y,z> info
    Shows general info
  • /usableblock <block: x,y,z> use
    Makes you use a block
  • /usableblock <block: x,y,z> use <players>
    Makes a list of players use a block
  • /usableblock <block: x,y,z> data
    Displays the Usable data
  • /usableblock <block: x,y,z> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usableblock <block: x,y,z> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usableblock <block: x,y,z> data merge <tag>
    Merges a tag into Usable data
  • /usableblock <block: x,y,z> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usableblock <block: x,y,z> silent
    Checks if a usable is silent
  • /usableblock <block: x,y,z> silent <true | false>
    Sets a usable to be silent or not
  • /usableblock <block: x,y,z> actions
    Shows all the existing Actions
  • /usableblock <block: x,y,z> actions clear
    Clears the Action list
  • /usableblock <block: x,y,z> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usableblock <block: x,y,z> actions add <type> [<input>]
    Adds a Action
  • /usableblock <block: x,y,z> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usableblock <block: x,y,z> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usableblock <block: x,y,z> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usableblock <block: x,y,z> tests
    Shows all the existing Conditions
  • /usableblock <block: x,y,z> tests clear
    Clears the Condition list
  • /usableblock <block: x,y,z> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usableblock <block: x,y,z> tests add <type> [<input>]
    Adds a Condition
  • /usableblock <block: x,y,z> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usableblock <block: x,y,z> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usableblock <block: x,y,z> tests set <index> <type> [<input>]
    Sets the Condition at index to type

/usableentity

An FTC command (default description)

Permission: ftc.usables.entity
Aliases: usable_entity
Uses:

  • /usableentity <entity: uuid | @selector> info
    Shows general info
  • /usableentity <entity: uuid | @selector> use
    Makes you use a entity
  • /usableentity <entity: uuid | @selector> use <players>
    Makes a list of players use a entity
  • /usableentity <entity: uuid | @selector> data
    Displays the Usable data
  • /usableentity <entity: uuid | @selector> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usableentity <entity: uuid | @selector> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usableentity <entity: uuid | @selector> data merge <tag>
    Merges a tag into Usable data
  • /usableentity <entity: uuid | @selector> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usableentity <entity: uuid | @selector> silent
    Checks if a usable is silent
  • /usableentity <entity: uuid | @selector> silent <true | false>
    Sets a usable to be silent or not
  • /usableentity <entity: uuid | @selector> actions
    Shows all the existing Actions
  • /usableentity <entity: uuid | @selector> actions clear
    Clears the Action list
  • /usableentity <entity: uuid | @selector> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usableentity <entity: uuid | @selector> actions add <type> [<input>]
    Adds a Action
  • /usableentity <entity: uuid | @selector> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usableentity <entity: uuid | @selector> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usableentity <entity: uuid | @selector> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usableentity <entity: uuid | @selector> tests
    Shows all the existing Conditions
  • /usableentity <entity: uuid | @selector> tests clear
    Clears the Condition list
  • /usableentity <entity: uuid | @selector> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usableentity <entity: uuid | @selector> tests add <type> [<input>]
    Adds a Condition
  • /usableentity <entity: uuid | @selector> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usableentity <entity: uuid | @selector> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usableentity <entity: uuid | @selector> tests set <index> <type> [<input>]
    Sets the Condition at index to type

/usableitem

An FTC command (default description)

Permission: ftc.usables.item
Aliases: usable_item
Uses:

  • /usableitem info
    Shows general info
  • /usableitem use
    Makes you use a item
  • /usableitem use <players>
    Makes a list of players use a item
  • /usableitem data
    Displays the Usable data
  • /usableitem data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usableitem data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usableitem data merge <tag>
    Merges a tag into Usable data
  • /usableitem data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usableitem silent
    Checks if a usable is silent
  • /usableitem silent <true | false>
    Sets a usable to be silent or not
  • /usableitem actions
    Shows all the existing Actions
  • /usableitem actions clear
    Clears the Action list
  • /usableitem actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usableitem actions add <type> [<input>]
    Adds a Action
  • /usableitem actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usableitem actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usableitem actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usableitem tests
    Shows all the existing Conditions
  • /usableitem tests clear
    Clears the Condition list
  • /usableitem tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usableitem tests add <type> [<input>]
    Adds a Condition
  • /usableitem tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usableitem tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usableitem tests set <index> <type> [<input>]
    Sets the Condition at index to type

/usabletriggers

An FTC command (default description)

Permission: ftc.usables.trigger
Aliases: usable_triggers, triggers
Uses:

  • /usabletriggers create <name>
    Defines a new trigger, using your world edit
    selection as the trigger’s area
  • /usabletriggers <trigger> rename <trigger name> <new name>
    Renames a trigger to name
  • /usabletriggers <trigger> redefine <trigger name>
    Redefines a trigger to your current world edit selection
  • /usabletriggers <trigger> remove
    Removes a trigger
  • /usabletriggers <trigger> info
    Shows general info
  • /usabletriggers <trigger> use
    Makes you use a triggers
  • /usabletriggers <trigger> use <players>
    Makes a list of players use a triggers
  • /usabletriggers <trigger> data
    Displays the Usable data
  • /usabletriggers <trigger> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /usabletriggers <trigger> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /usabletriggers <trigger> data merge <tag>
    Merges a tag into Usable data
  • /usabletriggers <trigger> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /usabletriggers <trigger> silent
    Checks if a usable is silent
  • /usabletriggers <trigger> silent <true | false>
    Sets a usable to be silent or not
  • /usabletriggers <trigger> actions
    Shows all the existing Actions
  • /usabletriggers <trigger> actions clear
    Clears the Action list
  • /usabletriggers <trigger> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usabletriggers <trigger> actions add <type> [<input>]
    Adds a Action
  • /usabletriggers <trigger> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /usabletriggers <trigger> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /usabletriggers <trigger> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /usabletriggers <trigger> tests
    Shows all the existing Conditions
  • /usabletriggers <trigger> tests clear
    Clears the Condition list
  • /usabletriggers <trigger> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /usabletriggers <trigger> tests add <type> [<input>]
    Adds a Condition
  • /usabletriggers <trigger> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /usabletriggers <trigger> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /usabletriggers <trigger> tests set <index> <type> [<input>]
    Sets the Condition at index to type

/warp

An FTC command (default description)

Permission: ftc.warps
Aliases: warps
Uses:

  • /warp
    Displays a list of Warps
  • /warp <warp> destination
    Displays a warp’s current destination location
  • /warp <warp> destination set
    Sets a warp’s destination to where you’re standing
  • /warp <warp> destination set <pos: x,y,z>
    Sets a warp’s position to the given xyz coordinates
  • /warp <warp> instant
    Shows if a warp will always instantly teleport players or not
  • /warp <warp> instant <true | false>
    Sets if a warp will always instantly teleport players or not
  • /warp <warp>
    Uses a Warp
  • /warp <warp> info
    Shows general info
  • /warp <warp> data
    Displays the Usable data
  • /warp <warp> data view [<path: nbt path>]
    Displays Usable data, if [path] is set, shows only
    data at that path
  • /warp <warp> data insert <path: nbt path> <tag>
    Inserts a tag into Usable data at a path
  • /warp <warp> data merge <tag>
    Merges a tag into Usable data
  • /warp <warp> data set <tag>
    Completely overwrites the existing Usable data
    and sets it to tag
  • /warp <warp> silent
    Checks if a usable is silent
  • /warp <warp> silent <true | false>
    Sets a usable to be silent or not
  • /warp <warp> actions
    Shows all the existing Actions
  • /warp <warp> actions clear
    Clears the Action list
  • /warp <warp> actions remove <indices>
    Removes a Action
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /warp <warp> actions add <type> [<input>]
    Adds a Action
  • /warp <warp> actions add -at <index> <type> [<input>]
    Adds an Action before the element at index
  • /warp <warp> actions add -first <type> [<input>]
    Adds a Action to the front of the Actions list
  • /warp <warp> actions set <index> <type> [<input>]
    Sets the Action at index to type
  • /warp <warp> tests
    Shows all the existing Conditions
  • /warp <warp> tests clear
    Clears the Condition list
  • /warp <warp> tests remove <indices>
    Removes a Condition
    Examples:
    • remove 1: Removes an element at index 1
    • remove 1..3: Removes all elements between indices 1 through 3
  • /warp <warp> tests add <type> [<input>]
    Adds a Condition
  • /warp <warp> tests add -at <index> <type> [<input>]
    Adds an Condition before the element at index
  • /warp <warp> tests add -first <type> [<input>]
    Adds a Condition to the front of the Conditions list
  • /warp <warp> tests set <index> <type> [<input>]
    Sets the Condition at index to type

Metadata

This is an auto-generated command documentation file generated by the FTC plugin.
Date: Sat Nov 18 17:32:09 EET 2023
Plugin version: 1.0.0-SNAPSHOT
Total commands: 7

Last modified November 18, 2023: Update commands wiki (60db43f)