Skip to content

Available Modifications

deadcyclo edited this page Sep 12, 2011 · 23 revisions

Listed below are modifications that advanced users may chose to impliment into the rendering of overviewer. These mods may include additional information overlays into the output, the style in which tiles are rendered, or additional actions that are performed by overviewer on each run. These typically require the administrator to have a little more knowledge of programming languages... as a note to developers of these mods, please feel free to update this list with links to your own scripts and mods.


sundial

Minecraft Sundial https://github.com/sunkid/minecraft-sundial/ - Will show your ingame server time as an overlay onto the Overviewer Map.


mapmarkers

PlayerMarkers https://github.com/pironic/Minecraft-Overviewer-Addons/tree/master/PlayerMarkers - A bukkit plugin and overviewer javascript file to show ingame player positions live on the rendered Overviewer map.

Player Avatars https://github.com/ethzero/Minecraft-Overviewer-Addons/tree/master/Player-Avatar - PlayerMarkers actually uses this php script, if you would like to host your own copy instead of relying on the built in host that comes with PlayerMarkers, then use this script.


WG2OvR

WorldGuard2OverviewerRegion https://github.com/pironic/Minecraft-Overviewer-Addons/tree/master/WG2OvR - This php script takes the regions defined in WorldGuard, and outputs them in isometric cubes on your overviewer map.


MCWeather

MCWeather https://github.com/pironic/Minecraft-Overviewer-Addons/tree/master/mcweather - Add a current weather and forecast icon to your Overviewer map.


Menus

Menus http://code.google.com/p/overviewer-menus/ - Allows other addon developers to create simple menus.


WarpMarkers http://dev.bukkit.org/server-mods/warpmarkers/ https://github.com/deadcyclo/WarpMarkers - Shows /warp-points from Essentials on the map. Includes created by, time, last used by and time. Also shows /warp-points alerts (created, deleted, used).


Online Players Add a list of clickable links that displays players online. Updated for build June20th build.

Base code by pironic & ethzero of github, I simply updated it and moved the styling to the overviewer.css

https://github.com/KariTrace/Overviewer-Players-Online-Update


Re-Packaged Overviewer (with Add-ons) https://github.com/FabianN/Minecraft-Overviewer - This is a fork of overviewer with add-ons included. Comes with MapMarkers, Player Avatars, Sundial, WG2OvR, and mcweather. All you need to do is point WG2OvR, mcweather, and Sundial to the location of your regions.yml and level.dat files (details are in the README).

Clone this wiki locally