BattlePlugins / BattleArena

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
https://docs.battleplugins.org/shelves/battlearena
GNU General Public License v3.0
21 stars 23 forks source link

Battleplugins repo #118

Closed Rocologo closed 4 years ago

Rocologo commented 4 years ago

Your repo seems to be down?

https://repo.battleplugins.org/artifactory/libs-release

Europia79 commented 4 years ago

There's an alternative Maven Repository at http://rainbowcraft.sytes.net/maven/repository/

Also, you can use BattlePluginsDev to download all the run-time libraries & build all the compile-time dependencies... all in a few easy commands:

git clone --recurse-submodules https://github.com/BattlePlugins/BattlePluginsDev.git
mvn install -f setup.xml
mvn -B archetype:generate -DarchetypeGroupId=mc.bp -DarchetypeArtifactId=server -DarchetypeVersion=test
git checkout -- pom.xml
mvn clean install

Hopefully this helps. If not, lemme know what you're looking for.

Rocologo commented 4 years ago

Thanks very much. I have hooked into BattleArena from MobHunting, so I only need the repo to compile MobHunting.

I have made it so players dont get MobHunting rewards when a player kill another player in a battle. Plugins like BattleArena and MobArena usually do have its own rules for rewards and the players should not have double rewards or the benefit that they dont "really" die in a battle.