Formatting

http://obtapps.6te.net/packsshop/images/form_logo.png

If yo don’t know the very simple formatting for this plugin, this page is for you !

To create a pack, add a line in the packs part :

packs:
  myNewPack:


Now, add parts in you pack :

  • To add money, add the money line, with a float value :
    packs: #Each variables are optionally!     
      myNewPack:
        money: 10.0   #Money example!
    
  • To add items, add the items list, with a list like this:
    packs: #Each variables are optionally!    
      myNewPack:
        money: 10.0   #Money example !     
        items:     
        - planks/64/2 #item_name/quantity/subid     OR     
        - glass/64    #item_name/quantity
    


For the first version, it’s all ! But a ‘tellrawmsg’ and ‘broadcastmsg’ variables are in development !

Post a comment or a ticket on GitHub for more informations !


Comments

Posts Quoted:
Reply
Clear All Quotes