-
Notifications
You must be signed in to change notification settings - Fork 148
MobArena
Magic has some integration with MobArena so you can set up magic-based classes, mobs and rewards as part of your arenas.
Use /mconfig example add arenas
if you want to use all of the built-in arena classes. Note that this will import the stars, war and bending configs!
Alternately, you can put this in your plugins/Magic/config.yml if you don't want to use the mconfig
command:
example: arenas
The wands made available are used in the example MobArena class configs shown below.
You can use your own wands and mobs in MobArea configs without importing the arenas example.
Magic wands and items can be used in MobArena class and reward configs. Simply prefix the magic item/wand key with "magic:" in configs. For example:
Mage:
items: magic:mage
helmet: magic:wizardhelmet
boots: magic:wizardboots
chestplate: magic:wizardchestplate
leggings: magic:wizardleggings
unbreakable-weapons: false
Note that "unbreakable-weapons: false" will prevent MobArena from messing with the durability of wand items, which will randomly change their appearance during the battle.
You can use magic mobs directly in MobArena configs. For example:
boss1:
type: boss
wave: 10
monster: darkwizard
Some of the example classes use items from the war configs. If you want to use these classes, you will also need to add the war configs via
/mconfig example add war
This will add a variety of guns and vehicles, but none of it will be available to players by default.
See here for some class, mob and reward examples. I'm using these on my dev server:
https://github.com/elBukkit/MagicPlugin/tree/master/Magic/src/examples/MobArena
Note that these are config snippets, you will need to copy and paste them into the right places in your MobArena config.yml if you want to use them.
- Home
- FAQ
- Support
- Progression
- Spell Points
- Crafting
- Basic Setup
- Customization
- Resource Pack
- Examples
- Messages and Languages
- Vanity Items
- NPCs
- Magic Blocks
- Magic Mobs
- Putting Images on Maps
- Using MySQL or SQLite
- Placeholders
- Skript
- Regions