Skip to content

The main plugin for the CakeWarsGame. CakeWars is our Proof of Concept gamemode.

License

Notifications You must be signed in to change notification settings

Exorath/CakeWarsGamePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CakeWarsGamePlugin

The main plugin for the CakeWarsGame. CakeWars is our Proof of Concept gamemode.

config.yml

flavors:
  default:
    shop:
      directories:
        - name: Weapons
          material: IRON_SWORD
          slot: 0
          cost:
          items:
          - name: Wooden Sword
            material: WOODEN_SWORD
            amount: 1
            slot: 0
          lore:
          - Buy weapons here
      spawnerTypes:
        iron:
          material: IRON_INGOT
          interval: 40

exomap.yml

teams:
  team1:
    spawnLocation:
      x: 23.5
      y: 72
      z: 118.5
    cakeLocation:
      x: 23.5
      y: 71
      z: 115.5
    primaryShopLocation:
      x: 30.5
      y: 71
      z: 115.5
    maxPlayers: 2
lobby:
  spawn:
    x: -4.5
    y: 125
    z: 3
spawners:
  spawners:
    spawner1:
      type: iron
      location:
        x: 22.5
        y: 72
        z: 117.5
flavorIds:
- default
- fast

##config.json

{
"kitPackage": {
  "seeKitServiceForKitPackageSpec": true
}
}

##Environment

  • KIT_SERVICE_ADDRESS
  • CONNECTOR_SERVICE_ADDRESS

About

The main plugin for the CakeWarsGame. CakeWars is our Proof of Concept gamemode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages