Skip to content
Tortellio edited this page Mar 6, 2017 · 9 revisions

This plugin sends data to a PHP server that displays player positions, direction, whether the player is in a vehicle or dead. The web version is required to use this!!!

WEB Version Here current version is v0.4 latest plugin build is required.

Dynmap If you cannot figure out how to set up the php server I will update this description of how to do it. I use EasyPHP WebServer if you use EasyPHP devserver you cannot access the webpage from other computers only at 127.0.0.1.

I will make a video on how to do this. Plus EasyPHP webserver is only on Windows Im sure you could find something else that would do it on linux but your on your own if you do that.

**Windows: **

  1. Put the dynmap.dll in your plugins folder Start server so server creates configuration file.
  2. Go to http://www.easyphp.org/ and download WEBSERVER otherwise it will not be visible on computers other than host computer
  3. Install EasyPHP Webserver
  4. Download this and copy the contents of the web folder into www folder in EasyPHP webserver folder
  5. Start EasyPHP webserver go down to the toolbar in the bottom right of windows and click up arrow and find the easyphp icon.
  6. Right click and click dashboard
  7. Here you need to install php through the dashboard and find the url to your webserver for example http://192.168.1.101:888 < note the :888 is the port so you need to port forward this port.
  8. I would port forward UDP and TCP because i don’t know which it is.
  9. Also note that some ISPs’ block port 80 from being port forwarded unless you have a enterprise connection or something.
  10. Port 80 is the default for web browsing.
  11. In the Rocket/Plugins/Dynmap/dynmapconfiguration define the url of your webserver where it askes for it (use http://localhost)
  12. I recomend if the webserver is on the same network as your unturned server you use the local ip url.
  13. Go to Unturned/Maps/YourMap, copy the map.png that you are using, place it in the .maps folder in your PHP (www folder
  14. ) and rename map.png to the name of the map (example: PEI.png)
  15. If .maps folder doesn't exist make new ones
  16. To change the syncInterval which is how often it updates.
  17. Goto the config in your rocket/plugins/dynmap/dynmapconfiguration and change the syncInterval.
  18. The syncInterval is in milliseconds so 1000 is 1 second.
  19. Then you have to goto the www folder and then config folder and open config.dat in notepad.
  20. Change the interval to the same as the plugin.
  21. To set up the login profiles goto the users.dat in the same folder.

If you want to give suggestions comment on this plugin. BTW i plan on making this into an adminstration console so that people can easily remotely adminstrate. Another thing is you might want to turn login on so that random people cant use it to get an advantage in pvp scenarios.

Love my work? Consider Donating Based off the work by LinhyCZ, and AnthoDingo info can be found below. Developed by LinhyCZ, http://linhy.cz Modified by AnthoDingo Modified by Alec123445

Clone this wiki locally