Skip to content

Instantly share code, notes, and snippets.

@alkarinv
Last active December 16, 2015 10:39
Show Gist options
  • Save alkarinv/5421723 to your computer and use it in GitHub Desktop.
Save alkarinv/5421723 to your computer and use it in GitHub Desktop.
Recreating the EPaintballConfig
EPaintball:
enabled: true
command: epb
gameType: Paintball ## needs to be Paintball, (giving this match the abilities of a normal paintball)
database: ePaintball # or delete if you dont want wins/losses/top, needs BattleTracker
prefix: "&a[ePaintball]&e"
victoryCondition: LastManStanding
nTeams: 2+
teamSize: 1
matchTime: 300
preReqs:
options: []
onEnter:
options: [storeAll]
onLeave:
options: [restoreAll]
onJoin:
options: [teleportIn, woolTeams, pvpOff]
onPrestart:
options: [pvpOff]
onStart:
options: [pvpOn]
onComplete:
options: [teleportOut]
onDeath:
options: [randomRespawn, clearInventory]
onSpawn:
options: [enchants, giveItems, health=20, hunger=20, deEnchant, invulnerable=2]
items:
- snow_ball: 128
winner:
options: [health=20, hunger=20]
losers:
options: [health=20, hunger=20]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment