Paste #57900: Untitled Paste

Date: 2019/09/06 22:05:31 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


#########################
#
#  itemshopAssignment
#    type: assignment
#    debug: false
#    actions:
#      on assignment:
#      - trigger name:click state:true
#      on click:
#      - flag player currentshop:blockshopList
#      - inventory open d:mainGlobalShopGui 
#
#  itemshopList:
#    type: yaml data
#    items:
#    - bstone
#
#  item:
#    type: item
#    debug: false
#    material: i@stone
#    lore:
#    - <&7>Price: <&e>$<script.yaml_key[price]>
#    - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
#    price:
#
#########################

farmshopAssignment:
  type: assignment
  debug: false
  actions:
    on assignment:
    - trigger name:click state:true
    on click:
    - flag player currentshop:farmshopList
    - inventory open d:mainGlobalShopGui

farmshopList:
  type: yaml data
  items:
  - fmwheat_seeds
  - fmpumpkin_seeds
  - fmmelon_seeds
  - fmbeetroot_seeds
  - fmpotato
  - fmcarrot
  - fmsugar_cane
  - fmwheat
  - fmmelon_slice
  - fmmelon
  - fmcactus
  - fmnether_wart

fmwheat_seeds:
  type: item
  debug: false
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmpumpkin_seeds:
  type: item
  debug: false
  material: pumpkin_seeds
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmmelon_seeds:
  type: item
  debug: false
  material: melon_seeds
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmbeetroot_seeds:
  type: item
  debug: false
  material: beetroot_seeds
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmpotato:
  type: item
  debug: false
  material: potato
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmcarrot:
  type: item
  debug: false
  material: carrot
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmsugar_cane:
  type: item
  debug: false
  material: sugar_cane
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmwheat:
  type: item
  debug: false
  material: wheat
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmmelon_slice:
  type: item
  debug: false
  material: melon_slice
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmmelon:
  type: item
  debug: false
  material: melon
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmcactus:
  type: item
  debug: false
  material: cactus
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50

fmnether_wart:
  type: item
  debug: false
  material: nether_wart
  lore:
  - <&7>Price: <&e>$<script.yaml_key[price]>
  - <&7>Sell price: <&e>$<script.yaml_key[price].mul[0.95]>
  price: 50