Skip to content

Instantly share code, notes, and snippets.

@alkarinv
alkarinv / EPaintballConfig.yml
Last active December 16, 2015 10:39
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
@alkarinv
alkarinv / ESpleefConfig.yml
Last active December 16, 2015 10:39
Creating the old ESpleef
configVersion: 2.0
## This should be places in the plugin directory
## for more help configuring see the wiki
## https://github.com/alkarinv/BattleArena/wiki
## Change this file to customize your event
ESpleef:
enabled: true
prefix: "&b[eSpleef]&e"
command: espleef
@alkarinv
alkarinv / ParkourConfig.yml
Created April 9, 2013 03:19
ParkourConfig so that parkour is always running and players can join and leave at any time.
configVersion: 2.0
## This should be placed in the plugin directory
## for more help configuring see the wiki
## https://battleplugins.com/w
## Change this file to customize your event
Parkour: ### This should be exactly the same as the name you registered
enabled: true
database: Parkour # needs BattleTracker
rated: true # if database is enabled
@alkarinv
alkarinv / permissions.yml
Last active December 15, 2015 11:09
Example default bukkit permissions.yml
server.basics:
default: true
children:
arena.leave: true
arena.join.arena: true
arena.join.skirmish: true
arena.join.battleground: true
arena.join.colosseum: true
arena.join.tourney: true
arena.join.freeforall: true