First war tutorial

Tutorial

Installation

  1. First install WorldEdit and WorldGuard plugins
  2. Put EpicWar.jar to plugins folder.
  3. Run your server, when loaded stop.

Create first war

  1. Create file "First War.ward" in plugins/EpicWar/wars and copy contents from WarTemplate.ward
  2. Edit values in "First War.ward" Use this:
# positive number > 0
id: 1
name: First War
desc: This is simple war

startTime: 19.08.2013 10:00
world:
 name: world # or your world name

sectors: 
 generator: 
  name: simple # that generator generates fixed size sector as grid of  sectors
  config:
   size: 64 # in blocks, you can sets that value to your 
   width: 2 # amount of sectors horizontal in grid
   height: 2 # amount of sectors vertical in grid
   names: # array of names for sectors
    - D0 # you can use your values
    - D1
    - D2
    - D3
 
airdrops:
 enable: false

points:
 kill: 100
 death: 50
 capture:
  point: 150
  sector: 200
  
power:
 defender: 40
 attacker: 40
  1. add line to config.yml
wars:
 - First War
  1. Start your server
  2. find place for sectors
  3. use /ews gen
  4. use /ewf create faction1 RED in one of sectors
  5. use /ewf create faction2 BLUE in other sector
  6. use /ewp create testPoint 8 100 in one of sectors (not on factions sectors)
  7. use /ewf join faction1 and attack testPoint

If you have any problem or this tutorial it isn't good send me pm or post comment


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes