-
Notifications
You must be signed in to change notification settings - Fork 2
Example Arena Creation
Tomas Santos edited this page Aug 2, 2016
·
8 revisions
Currently there is no Video Tutorial but there will be one included here soon!
Below, we have our basic map. I'll be referring to it for convenience sake.
- The first step is to create the arena and add the respective player spawns.
- Going to the location indicated below with a "1" I'll use the following command:
- "/tow create myArena"
- This simultaneously creates the arena and sets the red teams spawn.
- Next I'll move to the location indicated below with a "2" and use:
- "/tow alter arena 2"
- This will add the Blue teams spot to the location
- Now we are going to add Towers to the arena starting with the red team's towers
- For each of the locations indicated below with red numbers, Ill use the following command:
- "/tow add tower red (location#) myArena"
- To clarify the above, at the location with a 2 I would put "/tow add tower red 2 myArena"
- Note that there doesn't have to be six locations. Theoretically you can have indefinite but it will undoubtedly slow down your server.
- Now we are going to repeat the process above with the blue numbers except this time the command changes to:
- "/tow add tower blue (location#) myArena"


