Added configuration and renamed Map to MapType.
This commit is contained in:
parent
ce60452a35
commit
3aa48f2215
10 changed files with 37 additions and 22 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<project name="dynmap" default="dist" basedir=".">
|
||||
<include file="build_parameters.xml"/>
|
||||
<property name="bukkit.jar" location="C:\Users\Bob\Desktop\minecraft_server\bukkit-0.0.1-SNAPSHOT.jar"/>
|
||||
<property name="minecraft" location="C:\Users\Bob\Desktop\minecraft_server"/>
|
||||
<property name="plugins" location="${minecraft}/plugins/"/>
|
||||
<property name="http_root" location="/srv/http/dynmap/"/>
|
||||
<property name="pluginname" value="dynmap"/>
|
||||
|
||||
<property name="src" location="src"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue