Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T17:29:03.000Z (5 months ago)
- Last Synced: 2024-10-15T07:08:26.271Z (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.2 MB
- Stars: 22
- Watchers: 5
- Forks: 17
- Open Issues: 47
-
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.