Setup

From DvZ Wiki
Jump to: navigation, search

WIP


Initial Setup

  1. You need to download DisguiseCraft or Lib's Disguises - please read the instructions on their page!
  2. Also instal ProtocolLib - it is described on the Disguisecraft page but nobody seems to read it
  3. Since Version 1.6.3 you also need SpellItems(2.2 for DvZ 1.8, 2.0 for DvZ 1.7.1, 1.3 for DvZ 1.7, 1.2 for DvZ 1.6.X)
  4. Download this Plugin
  5. Start the server once and let it generate the default config files
  6. Stop the Server
  7. Edit the config to your likings.

Then you need to setup at least one world:

  1. Log in as an OP
  2. Chose a world
  3. Set the Spawnpositions with "/dvz_location -1 dwarves spawn" and "/dvz_location -1 zombies spawn"
  4. Optional: Create the Monument with "/dvz_location -1 dwarves monument" (You can modify it, except of the Enchanting Tables)
  5. Modify the world to your likings
  6. Use /save-all to make sure the current world is saved
  7. Use /dvz_createworld to save it as an automatic world
  8. Repeat for how many worlds you want
  9. Saved worlds can be found in /dvz_worlds/

The Lobby:

  1. Use /dvz_join to get to the Lobby World if it is enabled
  2. You can modify this world as much as you want


Message Format

Most messages displayed to normal players ingame can be formated using these methods:


Minecrafts Formatting codes can be used. Putting a "&" instead of a "§" in front of them.

"%n" will result in a new message/line.

"lang:[string]" will use the text located in [string] in the selected language file. WARNING: This will only work at the start of the message and the message cann't contain anything else.
You can add another ":[argument]" to replace every "-0-" in the string in the language file.
Example:
"lang:used_seconds:30" with "used_seconds:Can be used every -0- seconds" in the language file will result in "Can be used every 30 seconds".