All public logs

Combined display of all available logs of Puucraft Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:09, 25 August 2022 Mixarium talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: function fetch_worldguard_data() { fetch("https://betadynmap.puucraft.net/standalone/regions_world.json") .then((response) => { if (response.ok) { return response.json() } else { throw new Error("NETWORK RESPONSE ERROR") } }) .then(data => { let list = document.getElementById('load_fetched_json_worldguard_data') let length = Object.keys(data).length } fo...")