Dwarves vs Zombies
Ever wanted to play DvZ, but you couldn't either because Rob hosts it at the wrong time for you or you never get chosen? Now you can host your own Games using this plugin! Or you can change to configs to have your very own DvZ.
Your just a player searching for a server?:
Checkout these public servers hosted by the community:
Forum for Servers
What is Dwarves vs Zombies:
Idea by "Rob" http://twitter.com/#!/urealms (Tutorial):
Explanation Image -
Video by Rob
Features:
- Automated Games with World resets
- Completly customizable Dwarf und Monster classes
- Special Spell Items with Manasystem
- Changable Block drops/Break Blacklists and Blockchanges
The two default versions: You can change most of these things in the config.
| "Old DvZ" | "New DvZ" | |
|---|---|---|
| Dwarf classes | Builder, Alchemist, Blacksmith and Tailor | Builder, Lumberjack and Blacksmith |
| Monster classes | Zombie, Skeleton, Creeper, Wolf, Spider, IronGolem, SnowGolem, Broodmother, Cat and Enderman | Zombie, Skeleton and Creeper |
| "Special features" | ... | Quarry, Infinite Cake, ... |
| "Tutorial" | Explanation Image | Video |
WARNING: Version 1.4 changed the way the Plugin needs to be Setup, please read the instructions carefully!

The Sourcecode is available on github: https://github.com/andre111/Dwarves-vs-Zombies
Current Version:
v.1.7.1 - For Changelog see the download page.
NYI:
- Dragon AI - I'm not sure if I will ever be able to do it :(
Incompatible plugins:
- LWC(only when used in the gameworld) - causes huge memory leaks, currently trying to get in contact with the author to see what I/he can do.
Support Dwarves vs Zombies:
You can support DvZ by donating(The button on the topright corner of this site).
Disclaimer
show_andre111_tag:
This Plugin displays my name as "andre111 the Plugin Author" in chat by default.
If you don't want this you can simply disable it with the "show_andre111_tag" config option.
Metrics:
This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
If you wish to disable this feature (/me cries), you can do so by opt-ing out, which you can do in the config file under /plugins/PluginMetrics/





-
View User Profile
-
Send Message
Posted Jul 14, 2013For those having trouble finding the dev builds...
These are NOT approved by Bukkit team, use at your own risk.
ProtocolLib - http://assets.comphenix.net/jenkins/job/ProtocolLib/
DisguiseCraft - http://build.yu8.me:8080/job/DisguiseCraft/
-
View User Profile
-
Send Message
Posted Jul 14, 2013@HJLFgamer
You need a running Disguisecraft Version or else it wont work.
-
View User Profile
-
Send Message
Posted Jul 14, 2013@KillerAnt9000
It couldn't find disguisecraft but that was clearly a know issue which I sorted out in the config. Here is the console there are a few ill put them in bold and itallics:
C:\Users\Kevin\Desktop\Minecraft server\DVZ>java -Xmx1024M -jar craftbukkit.jar -o true 17:22:10 [INFO] Starting minecraft server version 1.6.2 17:22:10 [INFO] Loading properties 17:22:10 [INFO] Default game type: SURVIVAL 17:22:10 [INFO] Generating keypair 17:22:10 [INFO] Starting Minecraft server on 192.168.1.79:25565 17:22:10 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0 -25-g2a13a5a-b2812jnks (MC: 1.6.2) (Implementing API version 1.6.2-R0.1-SNAPSHOT ) 17:22:11 [INFO]
-Bukkit Auto Updater-17:22:11 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds. 17:22:11 [INFO] If you would like to be kept informed about new Development Buil d releases, it is recommended that you change 'preferred-channel' in your bukkit .yml to 'dev'. 17:22:11 [INFO] With that set, you will be told whenever a new version is availa ble for download, so that you can always keep up to date and secure with the lat est fixes. 17:22:11 [INFO] If you would like to disable this warning, simply set 'suggest-c hannels' to false in bukkit.yml. 17:22:11 [INFO]----- 17:22:11 [SEVERE] Could not load 'plugins\DisguiseCraft.jar' in folder 'plugins'org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/mi necraft/server/v1_5_R3/Packet at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager. java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager .java:230) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.ja va:239) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.<init>(CraftServer.java:21 7) at net.minecraft.server.v1_6_R2.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_6_R2.DedicatedPlayerList.<init>(SourceFile:11 ) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.jav a:106) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java :391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:5 82) Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R3/Packet at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:173) ... 9 more Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R3.Packet
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more 17:22:11 [INFO] [ProtocolLib] Loading ProtocolLib v2.4.7 17:22:11 [WARNING] [ProtocolLib] Version (MC: 1.6.2) has not yet been tested! Pr oceed with caution. 17:22:11 [INFO] [Dwarves vs Zombies] Loading Dwarves vs Zombies v1.6.1 17:22:11 [INFO] [ProtocolLib] Enabling ProtocolLib v2.4.7 17:22:11 [INFO] [ProtocolLib] Started structure compiler thread. 17:22:11 [INFO] Preparing level "world" 17:22:11 [INFO] Preparing start region for level 0 (Seed: -6233451054247911472) 17:22:12 [INFO] Preparing start region for level 1 (Seed: -6233451054247911472) 17:22:12 [INFO] Preparing start region for level 2 (Seed: -6233451054247911472) 17:22:12 [INFO] [Dwarves vs Zombies] Enabling Dwarves vs Zombies v1.6.1 17:22:12 [SEVERE] Error occurred while enabling Dwarves vs Zombies v1.6.1 (Is it up to date?) java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R3/Packet at me.andre111.dvz.DvZ.onEnable(DvZ.java:116) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.jav a:282) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer. java:264) at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:3 13) at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:2 90) at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:2 50) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.jav a:151) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java :391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:5 82) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R3.Packet
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader .java:70) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader. java:53) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 12 more 17:22:12 [INFO] Server permissions file permissions.yml is empty, ignoring it 17:22:13 [INFO] Done (1.602s)! For help, type "help" or "?"
The comment thing is acting up and one has a line though it instead.
-
View User Profile
-
Send Message
Posted Jul 14, 2013@HJLFgamer
Is there a error in the console when loading up the plugin?
-
View User Profile
-
Send Message
Posted Jul 14, 20132. Chose a world How? I don't have a world directory or anything. Plz explain the parameters used for the commands when i type in /dvz_dwarf it just says /dvz_dwarf [gameID_default_0] for example. A set-up video would be useful.
-
View User Profile
-
Send Message
Posted Jul 14, 2013@And_S Did it work?
-
View User Profile
-
Send Message
Posted Jul 13, 2013@niallconnollymint
or get the Player in a game end let it end(or reset it).
-
View User Profile
-
Send Message
Posted Jul 13, 2013I might Know how to fix It Ive not tried It but Delete your Player file In the world Instructions 1. Go on your server File 2. Open world File 3. Open Players In side the world file 4. Delete your player name file.
-
View User Profile
-
Send Message
Posted Jul 13, 2013Yeah the dragon code has some issues and is still not completly finished right now
-
View User Profile
-
Send Message
Posted Jul 13, 2013@KillerAnt9000 @And_S Yes, That has happened to Me, Ill ask And_S About It
-
View User Profile
-
Send Message
Posted Jul 13, 2013I have another problem. Once someone has been a dragon they keep all there hearts. So some people on my server have lots of earts stacked togethor on there health bar.
-
View User Profile
-
Send Message
Posted Jul 12, 2013@LiLChris06
Thanks ill join today!
-
View User Profile
-
Send Message
Posted Jul 12, 2013@LilChris06 Thanks, for helping Him out!
-
View User Profile
-
Send Message
Posted Jul 12, 2013@KillerAnt9000
That is coming in a future update, its live on my server if you want to try it. :)
-
View User Profile
-
Send Message
Posted Jul 12, 2013Ok I want to know how to make it so when the game starts, they are not teleported until they pick a class.
-
View User Profile
-
Send Message
Posted Jul 12, 2013@KillerAnt9000 Yes, The world you are in Is the lobby World.
-
View User Profile
-
Send Message
Posted Jul 11, 2013Hello, I don't know if this is a bug or if someone could please help me out with this but , when the DvZ game starts, I get teleported to a random place in the map. Does anyone please know how to fix this? It would be greatly appreciated.
-
View User Profile
-
Send Message
Posted Jul 10, 2013Please Post your issues As a ticket, The comments are Getting cramped a bit.
-
View User Profile
-
Send Message
Posted Jul 9, 2013@xVenHD
This isn't the place, go to the Bukkit forums or watch some Youtube videos. :)
-
View User Profile
-
Send Message
Posted Jul 9, 2013Can anyone good at coding help me code my first plugin. I'm sort of new and I would like it if anyone would help me.