Advertisement
Guest User

Untitled

a guest
Jan 7th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.76 KB | None | 0 0
  1. # List of buyable things and other configurable things
  2. DontAddDefaults: false
  3. Sign:
  4.   AutoPrice: true
  5.   Text: '[PointShop]'
  6. Vault:
  7.   Enabled: true
  8. Economy:
  9.   Enabled: true
  10.   Failed: Action failed
  11.   NotEnoughMoney: You do not have enough Money
  12.   MoneyForOnePoint: 30
  13.   PointsForOneMoney: 0
  14. SellItem:
  15.   Wood:
  16.     Price: 250
  17.     ID: 5
  18.     Amount: 64
  19. Item:
  20.   xp_15:
  21.     Price: 120
  22.     ID: 384
  23.     Amount: 15
  24.   xp_30:
  25.     Price: 230
  26.     ID: 384
  27.     Amount: 30
  28.   xp_60:
  29.     Price: 450
  30.     ID: 384
  31.     Amount: 60
  32. ItemSet:
  33.   Nether:
  34.     Items:
  35.    - '112:20'
  36.     - 87:64
  37.     - '113:15'
  38.     Price: 1000
  39.     Message: The nether is yours
  40.   Cheater:
  41.     Items:
  42.    - 310:1:PROTECTION_ENVIRONMENTAL:10
  43.     - 311:1:PROTECTION_FIRE:10
  44.     - 312:1:PROTECTION_EXPLOSIONS:10
  45.     - 313:1:PROTECTION_FALL:10
  46.     Price: 100000
  47.     Message: Cheater :P
  48. Cmd:
  49.   Heal:
  50.     Price: 100
  51.     Message: Succesfully healed
  52.     Cmd: heal %player%
  53. CmdSet:
  54.   Stupid:
  55.     Cmds:
  56.    - freeze %player%
  57.     - ban %player%
  58.     - mute %player%
  59.     - slay %player%
  60.     Price: 0
  61.     Message: LOL YOU ARE STUPID xD
  62. DCmd:
  63.   fly_1h:
  64.     Price: 60
  65.     Message1: You can now FLY for one hour.
  66.     Message2: You can no longer FLY.
  67.     Cmd1: op %player%
  68.     Cmd2: deop %player%
  69.     Time: 6
  70.   fly_2h:
  71.     Price: 100
  72.     Message1: You can now FLY for two hours.
  73.     Message2: You can no longer FLY.
  74.     Cmd1: fly %player%
  75.     Cmd2: fly %player%
  76.     Time: 7200
  77.   fly_3h:
  78.     Price: 180
  79.     Message1: You can now FLY for three hours.
  80.     Message2: You can no longer FLY.
  81.     Cmd1: fly %player%
  82.     Cmd2: fly %player%
  83.     Time: 10800
  84. Perm:
  85.   BuyItem:
  86.     PermissionsNode: PointShop.buy.Item
  87.     Price: 250
  88.     Message: Successfully bought the Permissions Node %PermissionsNode%
  89.     GlobalPermission: true
  90. PermSet:
  91.   Trade:
  92.     PermissionsNodes:
  93.    - PointShop.buy.Points
  94.     - PointShop.buy.Money
  95.     Price: 400
  96.     Message: 'Successfully bought the Permissions Set %name% '
  97.     GlobalPermission: true
  98. TimePerm:
  99.   VipII:
  100.     PermissionsNodes:
  101.    - Commandbin.god
  102.     - Commandbin.heal
  103.     - Commandbin.feed
  104.     Price: 5000
  105.     Time: 604800
  106.     Message: You are now VipII for a week
  107.     GlobalPermission: true
  108.   Message: Your TimePerm is out (%name%)
  109. List:
  110.   DCmd:
  111.  - fly_1h
  112.   - fly_2h
  113.   - fly_3h
  114.   Item:
  115.  - xp_15
  116.   - xp_30
  117.   - xp_60
  118.   Message: /pshop list <dcmd/item>
  119. Disable:
  120.   Cmd: true
  121.   CmdSet: true
  122.   DCmd: false
  123.   Item: false
  124.   SellItem: true
  125.   ItemSet: true
  126.   Money: true
  127.   Perm: true
  128.   PermSet: true
  129.   Points: true
  130.   TimePerm: true
  131. DTime:
  132.   Now:
  133.     bwinkl04:
  134.       Amount: 1
  135.       Bought:
  136.         '1': 1357591122934
  137.       Cmd2:
  138.         '1': deop %player%
  139.       End:
  140.         '1': 1357591128934
  141.       Name:
  142.         '1': fly_1h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement