mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 10:37:44 +01:00
Updated setup section with more clear examples of tileUrl and updateUrl.
This commit is contained in:
parent
4bdcb2222a
commit
04ffed70ea
@ -1,10 +1,7 @@
|
|||||||
var setup = {
|
var setup = {
|
||||||
//Web based path to your tiles. Example: tileUrl: 'http://mydomain.com/myminecraftmap/',
|
tileUrl: 'http://www.yourdomain.com/minecraft/tiles/',
|
||||||
tileUrl: 'http://gorfyhome.com/minecraft/',
|
updateUrl: 'http://www.yourdomain.com/minecraft/up/',
|
||||||
//Web based path to your updates. Example: updateUrl: 'http://mydomain.com/myminecraftmap/up/',
|
updateRate: 2000 //Seconds the map should poll for updates. (Seconds) * 1000. The default is 2000 (every 2 seconds).
|
||||||
updateUrl: 'http:/gorfyhome.com/minecraft/up/',
|
|
||||||
//Seconds the map should poll for updates. (Seconds) * 1000. The default is 2000 (every 2 seconds).
|
|
||||||
updateRate: 2000
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* THERE SHOULD BE NO NEED FOR MANUAL CONFIGURATION BEYOND THIS POINT */
|
/* THERE SHOULD BE NO NEED FOR MANUAL CONFIGURATION BEYOND THIS POINT */
|
||||||
|
Loading…
Reference in New Issue
Block a user