Skip to content

TheosRee/BetonQuestItemsAdder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


bg.png
BetonQuest Version:
3.0.0-DEV-306
ItemsAdder Version:
2.1.25 +

Now uses BQ conditions and events for most stuff!

Search for "Item" on the BetonQuest documentation to see how you can use them.

You define the item with a category and name like you would in the iagive command.

Example:

items:
   ruby: ia iasurvival:ruby
   sword: ia iaalchemy:mysterious_sword

conditions:
   hasRuby: item ruby
   swordHand: hand sword

events:
   giveRuby: give ruby


This plugin also adds the following to BetonQuest:


conditions.png

  • '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

  • 'iablockat <blockID> <x;y;z;world>'
      Changes the block at the given position
  • 'iaplayanimation <animationID>'
      Play animated title

objectives.png

  • '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

About

Adds ItemsAdder quest types to BetonQuest.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%