Purchase Commands

Purchase Commands

File Details

(V0.3.0) Purchase Commands (1.8.8 Compatible)

  • B
  • Aug 22, 2015
  • 24.25 KB
  • 1.5K
  • 1.8.3

File Name

PurchaseCommands.jar

Supported Versions

  • 1.8.3

+ Recurring Commands

How to use:

   7:
      Name: Recurring Item
      Perm: essentials.fly
      Recurring: true // Make this cost per use
      Cost: 100
      CostPerUse: 100 // How much the user pays per use
   8:
      Name: Recurring Pack
      Perms:
         - essentials.fly
         - essentials.tp
      Cost: 175
      CostPerUseList:
         - 100 // First Permission Cost - Fly
         - 200 // Second Permission Cost - tp (can be 0)
      RecurringPack: true

MAKE SURE TO MIRROR THIS IN RecurringCommands.yml

Commands:
   1:
      Command: /fly
      CommandPermission: essentials.fly
   2:
      Command: /tp //Make sure to do ALL aliases
      CommandPermission: essentials.tp
   3:
      Command: /tele //Like this
      CommandPermission: essentials.tp
   4:
      Command: /teleport //And this
      CommandPermission: essentials.tp

None currently