forked from alkarinv/BattleArena
-
Notifications
You must be signed in to change notification settings - Fork 1
Spawningmobsanditems
mheiden edited this page Dec 24, 2012
·
11 revisions
To add a spawn for an item or mob do the following. use the command ArenaAlter (aa).
- /aa select <arena> : select the arena you want to alter
- /aa addSpawn <mob> <index> : add a mob spawn to your location.
- /aa addSpawn <item> <index> : add an item spawn to your location
- /aa addSpawn <item> <amount> <index> : add the amount of items to your location
- /aa addSpawn wolf 1 : add a wolf to your location. Index # 1
- /aa addSpawn wolf 2 : add 2nd wolf to your location. Index # 2
- /aa addSpawn diamond_sword 3 : add a diamond sword to your location. Index # 3
- /aa addSpawn arrow 32 4 : add 32 arrows to your location. Index # 4
- /aa addSpawn <item> fs=<seconds> rs=<seconds> <index>: fs (first spawn time in seconds), rs=(respawn time in seconds)
- /aa addSpawn bow fs=30 rs=50 1: Spawns one bow 30 seconds into the game, and respawns it every 50 seconds after that. You could do it like
- /aa addSpawn diamond rs=50 fs=30 1 if you wanted.
- /aa addSpawn diamond_sword sharp:1 1 also works to add enchants.