Advertisement
Guest User

EXSolo's Mole Plugin Config

a guest
Jul 28th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.52 KB | None | 0 0
  1. config:
  2.   save-teams: true
  3.   # If set to false the teams wont be saved on reload or restart
  4.   use-permissions: false
  5.   # use permissions or use operator system
  6.   admins-can-use-mole-commands: true
  7.   # admins can use every mole command
  8. kits:
  9. # Item syntax:
  10. # 393,1,0[,1]
  11. # ItemID,Amount,DamageValue[,SplashPotion 0/1]
  12. # Trap IDs:
  13. # - Drop Trap: 1000
  14. # - Lava Trap: 1001
  15. # - TNT Trap: 1002
  16. # - Escape Hatch: 1003
  17. # - Hole: 1004
  18. # - Staircase: 1005
  19.   The Fighter:
  20.     display: 261
  21.     items:
  22.      - 276,1,0
  23.       - 261,1,0
  24.       - 262,64,0
  25.       - 322,1,0
  26.       - 1005,1,0
  27.       - 373,1,8204,1
  28.   The Potter:
  29.     display: 373
  30.     items:
  31.      - 373,1,16388,1
  32.       - 373,1,16456,1
  33.       - 373,1,16458,1
  34.       - 373,1,16386,0
  35.       - 368,1,0
  36.       - 1005,1,0
  37.   The Pyro:
  38.     display: 259
  39.     items:
  40.      - 327,1,0
  41.       - 383,5,61
  42.       - 259,1,0
  43.       - 373,1,8259,0
  44.       - 46,5,0
  45.       - 1004,1,0
  46.   The Trapper:
  47.     display: 46
  48.     items:
  49.      - 46,3,0
  50.       - 327,1,0
  51.       - 373,1,16388,1
  52.       - 1000,1,0
  53.       - 1001,1,0
  54.       - 1002,2,0
  55.   The Mobber:
  56.     display: 383
  57.     items:
  58.      - 383,1,50
  59.       - 383,2,51
  60.       - 383,1,57
  61.       - 1003,1,0
  62.       - 46,5,0
  63.       - 368,2,0
  64.   The Troll:
  65.     display: 403
  66.     items:
  67.      - 401,64,0
  68.       - 403,10,0
  69.       - 407,8,0
  70.       - 1004,10,0
  71.       - 373,1,16430,1
  72.       - 119,1,0
  73.   The Horsefighter:
  74.     display: 329
  75.     items:
  76.      - 329,1,0
  77.       - 417,1,0
  78.       - 420,5,0
  79.       - 383,3,100
  80.       - 297,16,0
  81.       - 353,10,0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement