2018-05-31 00:39:09 +00:00
|
|
|
Items:
|
|
|
|
SuperPickAxe:
|
|
|
|
# (REQUIRED) Item price in Jobs Points
|
|
|
|
Price: 10000.0
|
|
|
|
Icon:
|
2019-08-19 00:12:51 +00:00
|
|
|
# (REQUIRED) Icon item
|
|
|
|
Id: diamond_pickaxe
|
2018-05-31 00:39:09 +00:00
|
|
|
# (Optional - Default: 1) Icon item amount
|
|
|
|
Amount: 1
|
|
|
|
# (Optional) Icon name. Supports usual color codes
|
|
|
|
Name: "&eBest pick axe ever!"
|
|
|
|
# (Optional) Icon lore. Supports usual color codes
|
|
|
|
Lore:
|
|
|
|
- "&6Efficiency V"
|
|
|
|
- "&6Unbreaking III"
|
|
|
|
- "&eAnd one tasty apple!"
|
2019-08-19 00:12:51 +00:00
|
|
|
# (Optional - default: false) Hides icon if player don't have permission to get this item
|
2018-05-31 00:39:09 +00:00
|
|
|
HideWithoutPermission: true
|
2019-08-19 00:12:51 +00:00
|
|
|
# (Optional) When you want to use Player Head material with skin then use this
|
|
|
|
#CustomHead:
|
|
|
|
# PlayerName: playerName
|
|
|
|
# Using the current player (if have job) who opened the gui. The PlayerName string is ignoring if this exist.
|
|
|
|
# UseCurrentPlayer: true
|
2018-05-31 00:39:09 +00:00
|
|
|
# (Optional) List of permissions required to buy this item
|
|
|
|
RequiredPermission:
|
|
|
|
- jobs.item.pickaxe
|
|
|
|
# (Optional) List of jobs and levels to buy this item
|
|
|
|
RequiredJobLevels:
|
|
|
|
- Miner-50
|
|
|
|
- Woodcutter-10
|
|
|
|
# (Optional) Total level from all jobs player currently in
|
|
|
|
RequiredTotalLevels: 100
|
2019-08-19 00:12:51 +00:00
|
|
|
# (Optional) Performs commands on item purchase
|
2018-05-31 00:39:09 +00:00
|
|
|
# use 'msg ' at start of command to send nice message to player
|
2019-08-19 00:12:51 +00:00
|
|
|
# all other commands will be performed normally as they would be executed from console
|
2018-05-31 00:39:09 +00:00
|
|
|
# use [player] variable to include buyers name
|
|
|
|
PerformCommands:
|
|
|
|
- "msg &eThanks for buying this super pick axe!"
|
|
|
|
# (Optional) Gives items by defined criteria
|
|
|
|
GiveItems:
|
|
|
|
# Can be any word
|
|
|
|
PickAxe:
|
2019-08-19 00:12:51 +00:00
|
|
|
# (Required) Item name
|
|
|
|
Id: diamond_pickaxe
|
2018-05-31 00:39:09 +00:00
|
|
|
# (Optional - Default: 1) Item amount
|
|
|
|
Amount: 1
|
|
|
|
# (Optional) Item name
|
|
|
|
Name: "&eSuper PickAxe"
|
|
|
|
# (Optional) Item lore
|
|
|
|
Lore:
|
|
|
|
- "&eUber pickAxe"
|
|
|
|
# (Optional) Item enchants
|
|
|
|
Enchants:
|
|
|
|
- DIG_SPEED=5
|
|
|
|
- DURABILITY=3
|
|
|
|
# Can be any word
|
|
|
|
Apple:
|
2019-08-19 00:12:51 +00:00
|
|
|
# (Required) Item name
|
|
|
|
Id: apple
|
2018-05-31 00:39:09 +00:00
|
|
|
WoodenShovel:
|
|
|
|
Price: 100.0
|
|
|
|
Icon:
|
2019-08-19 00:12:51 +00:00
|
|
|
Id: wooden_shovel
|
2018-05-31 00:39:09 +00:00
|
|
|
Name: "&eWooden shovel"
|
|
|
|
HideWithoutPermission: true
|
|
|
|
RequiredPermission:
|
|
|
|
- jobs.item.shovel
|
|
|
|
RequiredJobLevels:
|
|
|
|
- Digger-5
|
|
|
|
PerformCommands:
|
|
|
|
- "msg &eThanks [player] for buying this shovel!"
|
2019-08-19 00:12:51 +00:00
|
|
|
- "give [player] wooden_shovel 1"
|
2018-05-31 00:39:09 +00:00
|
|
|
LureEnchantBook:
|
|
|
|
Price: 100.0
|
|
|
|
Icon:
|
2019-08-19 00:12:51 +00:00
|
|
|
Id: enchanted_book
|
2018-05-31 00:39:09 +00:00
|
|
|
Name: "&eEnchant book"
|
|
|
|
Lore:
|
|
|
|
- "&eContains Lure 3 enchant"
|
|
|
|
HideWithoutPermission: true
|
|
|
|
RequiredPermission:
|
|
|
|
- jobs.item.LureBook
|
|
|
|
RequiredJobLevels:
|
|
|
|
- Fisherman-100
|
|
|
|
PerformCommands:
|
|
|
|
- "msg &eThanks [player] for buying this book!"
|
|
|
|
GiveItems:
|
|
|
|
Book:
|
2019-08-19 00:12:51 +00:00
|
|
|
Id: enchanted_book
|
2018-05-31 00:39:09 +00:00
|
|
|
Enchants:
|
|
|
|
- LURE=3
|
|
|
|
Elytra:
|
|
|
|
Price: 100000.0
|
|
|
|
Icon:
|
2019-08-19 00:12:51 +00:00
|
|
|
Id: elytra
|
2018-05-31 00:39:09 +00:00
|
|
|
Name: "&eAngel wings"
|
|
|
|
HideWithoutPermission: true
|
|
|
|
RequiredPermission:
|
|
|
|
- jobs.item.elytra
|
|
|
|
PerformCommands:
|
|
|
|
- "msg &eThanks [player] for buying Angel Wings!"
|
|
|
|
# (Optional) Gives items by defined criteria
|
|
|
|
GiveItems:
|
|
|
|
Elytra:
|
2019-08-19 00:12:51 +00:00
|
|
|
Id: elytra
|
2018-05-31 00:39:09 +00:00
|
|
|
|