https://github.com/theturkeydev/call_of_minecraft-zombies
A Minecraft plugin designed to recreate the Call of Duty Zombies game mode!
https://github.com/theturkeydev/call_of_minecraft-zombies
bukkit-plugin call-of-duty java minecraft minecraft-bukkit minecraft-bukkit-plugin minecraft-plugin plugin zombies
Last synced: about 1 month ago
JSON representation
A Minecraft plugin designed to recreate the Call of Duty Zombies game mode!
- Host: GitHub
- URL: https://github.com/theturkeydev/call_of_minecraft-zombies
- Owner: TheTurkeyDev
- License: mit
- Created: 2015-03-31T21:11:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T01:52:41.000Z (2 months ago)
- Last Synced: 2025-02-27T03:06:31.666Z (about 2 months ago)
- Topics: bukkit-plugin, call-of-duty, java, minecraft, minecraft-bukkit, minecraft-bukkit-plugin, minecraft-plugin, plugin, zombies
- Language: Java
- Homepage:
- Size: 28.3 MB
- Stars: 22
- Watchers: 5
- Forks: 18
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Funding: funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# Call Of MineCraft: Zombies
COMZ, is a Bukkit plugin that adds the Zombies minigame from the Call Of Duty© FranchiseBukkitDev page: https://www.curseforge.com/minecraft/bukkit-plugins/call-duty-zombies
### Contributing:
For those interested in contributing simply pull down the master branch, add your changes and make a PR! I'm not overly
stringent on formatting, just try and keep the same style that you see in the code, or when in doubt just ask!This is a
gradle based project, so to make your life easier I recommend importing the project as such in your IDE. To build the
plugin, simple run `gradlew build` on the root folder and then the plugin jar should be found in `Core/build/libs` when
the build completes.All core code that you will ikely need to edit will be located inside the `Core` module, but version compatibility code
can be found in the NMS Support folder and then the corresponding version module.