Skip to content

MGBedWars

Martin Eisengardt edited this page Jul 16, 2017 · 5 revisions

MGBedWars for Minigames-API

How to play

BedWars is some kind of arcade "build and fight" game.

After spawning you are typically inside your home base. Some kind of building or similar things. As long as your bed is there you will respawn. You loose if you die and your bed was destroyed because you cannot respwn any more. Of course you will if all enemy beds are destroyed and all enemies are killed.

You can gather three Kind of resources: clay, iron and gold. Typically you only have a clay and iron spot within your home base. You need to get to the mid of the map (or any other place the administrator created for you). Ther you will find the gold spots.

Within your home base you find a npc. He is able to trade with you and give you buildable blocks, weapons etc. for your resources.

There are four possible teams with one or multiple team members:

  • blue
  • red
  • yellow
  • green

As long as one of your team mates is alive you will be able to win the game. Even if you your bed was destroyed and you were killed.

Items

There are no Special boost items

Classes

Bedwars has no classes yet.

Commands

All commands are prefixed with "/bw"

See Default-Sub-Commands

Sub-Command Permission Description
setupbeds [Arena] setup Adds beds for given arena to players inventory

Use the "setupbeds " sub command to create the beds. you will get your beds in your inventory, one for each team color. Place them at the home base of the teams. After placing them you can remove them from inventory.

Additionally you need the following blocks on the ground. Only blocks inside arena bounds are working. The arena is scanned for blocks during save command. So please save the arena to let the blocks spawn items:

  • hardened clay #172
  • iron block #42
  • Gold block #41

Every npc within the arena bounds behave as merchants. So simply place a npc wihtin each home base. Ensure the npc does not walk away (f.e. put a block above him and slabs around him.

Signs

The game is internally called "bedwars".

All Signs have to use "bedwars" as minigame name.

Configuration files

File Path Default Value Description
gui.yml - - Contains the trade config for the villager trade menu

gui.xml in Details

TODO

Clone this wiki locally