Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
Halo-like items (Gravity Hammer, Energy Sword, etc)
This is a WarItems resource for the World of War plugin. It includes items similar to Halo:
https://www.youtube.com/watch?v=WpfCbAIUk7Y
You can just drop WOW-WarItem-Halo-1.0.0.jar into WorldOfWar/waritems folder and restart the server. You will find individual configuration files like "EnergySword_config.yml", "TartarusGavel_config.yml" in the waritems folder and you can individually configure how they behavie.
Each item's configuration allow you to specify "material:" and "dataModel:". If you have a resource pack which contains models/textures for certain material and model number, you can specify those materials and model number in each war item's configuration:
WarItems:
TartarusGavel:
enabled: true
displayName: "&5Tartarus Gavel"
info: "Halo's Tartarus Gavel hammer!"
material: DIAMOND_AXE
dataModel: 1002
lore:
- "Halo's Tartarus Gavel Hammer!"
Then, WoW plugin will use the corresponding resource for those items. Items appeared in the above video is using a model created by GriffballChump