(V0.3.0) Purchase Commands (1.8.8 Compatible)

Details

  • Filename
    PurchaseCommands.jar
  • Uploaded by
  • Uploaded
    Aug 22, 2015
  • Size
    24.25 KB
  • Downloads
    1,507
  • MD5
    5eb2150de31056931a4c3d13b96a9184

Supported Bukkit Versions

  • 1.8.3

Changelog

+ 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