Skip to content

TheosRee/BetonQuestItemsAdder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


bg.png
BetonQuest Version:
2.1.3-SNAPSHOT +
ItemsAdder Version:
2.1.25 +

conditions.png

  • 'iaitem <itemID> [amount:x]'
      e.g. 'iaitem itemsadder:ruby amount:4'
      Check if the player has all specified items in his inventory
  • 'iawear <itemID>'
      e.g 'iawear itemsadder:ruby_helmet'
      Check if the player is wearing specified armor
  • 'iahand <itemID> [amount:x]'
      Check if the player is holding a specified item in his hand
  • 'iablockat <blockID> <x;y;z;world>'
      e.g. 'iablock itemsadder:ruby_ore 40;72;3;world'
      Check if the block is at location

events.png

  • 'iaitem <ADD/REMOVE> <itemID> [amount:x]'
      Adds/Removes items to/from player’s inventory
  • 'iablockat <blockID> <x;y;z;world>'
      Changes the block at the given position
  • 'iaplayanimation <animationID>'
      Play animated title

objectives.png

  • 'iacraft <itemID> [amount:x]'
      To complete this objective the player must craft specified item
  • 'iapickup <itemID> [amount:x] [notify]'
      e.g. 'iapickup itemsadder:ruby amount:3 notify'
      To complete this objective you need to pick up the specified amount of items
  • 'iablockbreak <blockID> [amount:x] [notify:number]'
      e.g. iablockbreak itemsadder:ruby_ore amount:5 notify:1'
      To complete this objective player must break specified amount of blocks
  • 'iablockplace <blockID> [amount:x] [notify:number]'
      To complete this objective player must place specified amount of blocks

todo.png

  • Create Enchant objective documentation
  • Create Smelting objective documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%