Skip to content
Brian Walker edited this page Jul 3, 2017 · 6 revisions


All commands in MyZ are totally configurable. For the sake of this guide, I will provide the default arguments as well as their behaviour.


/MyZ

  • Permission: none
  • Pre-conditions: If executor is a player, they must be in a MyZ world
  • Description: Lists all available MyZ commands (ie. commands the executor has permission to use) and meets pre-conditions.

/MyZ manage spawns

  • Permission: MyZ.manager.spawns
  • Pre-conditions: Executor is a player
  • Description: Sets the executor to a manager of spawnpoints. Managers are described below.
  • More information on the spawnpoints manager can be found here: Setting Up (Spawns)

/MyZ reload config

  • Permission: MyZ.manager.config
  • Pre-conditions: None
  • Description: Reloads each MyZ configuration file.

/MyZ spawn [spawnpoint]

  • Permission: MyZ.play; if using the [spawnpoint] argument, the "MyZ.spawn.numbered" permission is required
  • Pre-conditions: Executor is a player that has not yet spawned
  • Description: Spawns the player into MyZ. If provided, the number argument (ie. "/MyZ spawn 3") will attempt to spawn the player at the given spawnpoint number. This command may fail if there are hostile players in close proximity to the spawnpoint and safespawn is enabled.

/MyZ manage engineer

  • Permission: MyZ.manager.engineer
  • Pre-conditions: Executor is a player and enhanced_anvils are enabled
  • Description: Sets the executor to a manager of engineer (enhanced anvils) recipes. Managers are described below.
  • More information on the engineer manager can be found here: Setting Up (Engineering)

/MyZ reload userdata

  • Permission: MyZ.manager.config
  • Pre-conditions: None
  • Description: Reloads all userdata files.

/MyZ transcribe

  • Permission: MyZ.manager.config
  • Pre-conditions: None
  • Description: Mainly for translators, this will create a "transcriptions" folder in your MyZ plugin folder and writes all locales into MyZ-readable format.

/MyZ manage chests

  • Permission: MyZ.manager.chests
  • Pre-conditions: Executor is a player
  • Description: Sets the executor to a manager of chests. Managers are described below.
  • More information on the chests manager can be found here: Setting Up (Chests)

/MyZ manage chat prefix

  • Permission: MyZ.manager.chat
  • Pre-conditions: Executor is a player
  • Description: Sets the executor to a manager of chests. Managers are described below.

/MyZ manage spawn kit

  • Permission: MyZ.manager.spawn_kits
  • Pre-conditions: Executor is a player
  • Description: Sets the executor to a manager of spawn kits. Managers are described below.

/MyZ respawn chests

  • Permission: MyZ.manager.chests
  • Pre-conditions: MyZ chests are enabled
  • Description: Respawns all MyZ chests forcibly

/MyZ temperature

  • Permission: MyZ.play
  • Pre-conditions: Executor is a player and playing MyZ with temperature enabled on the server
  • Description: Outputs the temperature of the player in the action bar

/MyZ version

  • Permission: OP
  • Pre-conditions: None
  • Description: Outputs the installed version of MyZ

/MyZ item get

  • Permission: MyZ.manager.chests
  • Pre-conditions: Executor is a player
  • Description: Gives the player the specific MyZ item requested as an argument. Use to see all available items.
  • Example: /myz item get medical_bandage 64 (will give you 64 Medical Bandages)

/MyZ item apply

  • Permission: MyZ.manager.chests
  • Pre-conditions: Executor is a player and holding an item
  • Description: Attempts to apply an equipment state to the item in the player's hand. Use to find all states. Will fail if state is not compatible with the item.
  • More info on the diffrent "states"/"upgrades" can be found here: Features (Engineering)
  • Example: (holding wooden sword) /myz item apply sharpened

/MyZ stats [player] [page]

  • Permission: MyZ.stats; if using the [player] argument, the permission "MyZ.stats.other" is required
  • Pre-conditions: Executor is a player that has spawned and MyZ scoreboards are enabled
  • Description: Without any arguments (ie. "/MyZ stats"), this will toggle the scoreboard showing for the executor. With a page provided, it will show the specified page. With a player provided, it will show the specified player's stats on the specific page.

/MyZ rank

  • Permission: MyZ.manager.rank
  • Pre-conditions: None
  • Description: Updates the player's rank to the given number.

/MyZ give string

  • Permission: OP
  • Pre-conditions: Executor is a player with an item in their hand
  • Description: Sends the executor the give string (ie. minecraft:dirt) for the item in the executor's hand. Mainly for use in the "commands" section of the shop.

/MyZ auto assign chests [coordinate] [coordinate]

  • Permission: MyZ.manager.chests
  • Pre-conditions: Executor is a player and MyZ chests are enabled with at least one lootset added on the server
  • Description: Without the coordinates specified, assigns random chest types to all chests in the loaded chunks. If coordinates are specified in the form of "x,z" "x,z" (setting two corners of a cuboid region), MyZ will scan the area in these bounds and fill all the chests found in the same fashion.

/MyZ userdata [player]

  • Permission: MyZ.manager.userdata
  • Pre-conditions: None
  • Description: Without the player argument specified, the executor is treated as the target. Using tab to discover the value, set the target's stored value for the specified entry to a specific value.

/MyZ shop

  • Permission: MyZ.shop
  • Pre-conditions: Executor is a player and spawned
  • Description: Opens the MyZ shop for the executor

/MyZ manage regions

  • Permission: MyZ.manager.regions
  • Pre-conditions: Executor is a player
  • Description: Sets the executor to a manager of mob spawn regions. Managers are described below.

/MyZ points

  • Permission: MyZ.play
  • Pre-conditions: Executor is a player and spawned
  • Description: Outputs the Z Points of the executor in chat.

/MyZ friends [add/remove] [player]

  • Permission: MyZ.play
  • Pre-conditions: Executor is a player
  • Description: Without any arguments (ie. "/MyZ friends"), outputs the friends list of the executor in chat. Otherwise, adds the given player to the friends list (if "add" is specified) or removes the given player from the friends list (if "remove" is specified) from the executor.

/MyZ optimize

  • Permission: OP
  • Pre-conditions: None
  • Description: Automatically downloads all missing soft-dependencies for MyZ (ie. LibsDisguises, ProtocolLib, Skript, CrackShot)

/MyZ drop <zombie/pigman/giant/guard>

  • Permission: MyZ.manager.spawns
  • Pre-conditions: Executor is a player with an item in their hand
  • Description: Adds the item in the executor's hand to the drop table for the specified mob.

Managers

TODO

Clone this wiki locally