Combined display of all available logs of WoopMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:07, 26 May 2024 Mausterio talk contribs created page File:Armor (icon).webp
- 00:07, 26 May 2024 Mausterio talk contribs uploaded File:Armor (icon).webp
- 23:54, 25 May 2024 Mausterio talk contribs created page Module:Iconbar/doc (Created page with "This module implements {{tl|iconbar}}. It should generally be invoked directly on template pages, rather than using the iconbar template. Parent arguments are automatically merged with directly passed arguments (the latter overwriting the former). == Dependencies == * Module:ProcessArgs")
- 20:05, 25 May 2024 Mausterio talk contribs created page Template:Message box (Created page with "<includeonly><div class="msgbox searchaux {{#if: {{{mini|{{{small|}}}}}} | msgbox-mini | }} {{ #switch: {{{type|}}} | style | display | presentation = msgbox-yellow | minor | minor-issue | content | issue = msgbox-orange | major | major-issue | delete = msgbox-red | organization | title | move = msgbox-purple | details | parity | edition | upcoming = msgbox-blue | notice | note | info = msgbox-green | other = msgbox-magenta | #default = {{#if: {{#pos:...")
- 20:05, 25 May 2024 Mausterio talk contribs created page Template:Message box (Redirected page to Template:Message box) Tag: New redirect
- 19:58, 25 May 2024 Mausterio talk contribs created page File:Empty Heart (icon).webp
- 19:58, 25 May 2024 Mausterio talk contribs uploaded File:Empty Heart (icon).webp
- 19:58, 25 May 2024 Mausterio talk contribs deleted page File:Empty Heart (icon).png (content before blanking was: "")
- 19:49, 25 May 2024 Mausterio talk contribs created page Template:Infobox entity (Redirected page to Template:Infobox entity) Tag: New redirect
- 19:46, 25 May 2024 Mausterio talk contribs uploaded a new version of File:Empty Heart (icon).png
- 19:24, 25 May 2024 Mausterio talk contribs deleted page Template:Infobox entity (content was: "{{#seo:|image=File:{{#if:{{{pageimage|}}}|{{{pageimage}}}|{{PAGENAME}}.png}}}} {{#invoke:infobox|infobox | invimage = none | rows = {{infobox row|label='''Base mob'''|field={{#if: {{{basemob|}}} | <span class="plainlinks">[https://minecraft.wiki/w/{{{basemob}}} {{{basemob}}}]</span> | ? }} }} {{infobox row|label='''<span class="plainlinks">[https://minecraft.wiki/w/Healt...", and the only contributor was "Mausterio" (talk))
- 19:23, 25 May 2024 Mausterio talk contribs created page Template:Infobox row (Created page with "<includeonly>{{ #if: {{{1|}}}{{{label|}}} | ! {{ucfirst: {{{1|{{{label|}}}}}} }} }} | {{#if: {{{class|}}} | class="{{{class}}}" }} {{ #if: {{{1|}}}{{{label|}}} || colspan="2" }} | {{{2|{{{field|}}}}}} |-</includeonly>")
- 19:16, 25 May 2024 Mausterio talk contribs created page Template:Infobox entity (Redirected page to Template:Infobox entity) Tag: New redirect
- 19:14, 25 May 2024 Mausterio talk contribs created page Creeper (Created page with "{{Infobox_entity |basemob=Wither Skeleton |health={{hp|20}} |spawn=Nether reactor |behavior=Hostile |armor={{Armor|7}} |damage='''Armed''' Easy: {{hp|8|withered=1}} Normal: {{hp|11|withered=1}} Hard: {{hp|15|withered=1}} '''Unarmed''' Easy: {{hp|2|withered=1}} Normal: {{hp|2|withered=1}} Hard: {{hp|3|withered=1}} '''Wither:''' {{hp|1|withered=1}} per 2 sec {{EffectLink|id=wither|Wither (effect)|Wither}} for 10 sec ({{hp|5|withered=1}})|speed=0.25 when idle and 0...")
- 19:12, 25 May 2024 Mausterio talk contribs moved page Template:Infobox entity to Template:Infobox entity
- 19:10, 25 May 2024 Mausterio talk contribs created page Template:BOLDPAGENAME (Created page with "'''{{PAGENAME}}'''")
- 19:10, 25 May 2024 Mausterio talk contribs created page File:Empty Armor (icon).png
- 19:10, 25 May 2024 Mausterio talk contribs uploaded File:Empty Armor (icon).png
- 19:09, 25 May 2024 Mausterio talk contribs created page Template:Armorbar (Created page with "<includeonly>{{#invoke: iconbar | bar | full = Armor (icon).png | size = {{{2|18}}} | value = {{{1}}} | title = {{#expr:{{{1|0}}}/2}} armor point{{#ifeq: {{{1}}} | 2 || s }} | min = {{{total|}}} | link = {{{link|}}} | alt = 🛡 }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 19:09, 25 May 2024 Mausterio talk contribs created page Template:Armor (Created page with "<includeonly>{{{1}}} ({{armorbar|{{ #ifexpr: {{{1}}} > 10 | 2 | {{{1}}} }}|9px}}{{ #ifexpr: {{{1}}} > 10 | × {{ #expr: {{{1}}} / 2 }} }})</includeonly>")
- 18:53, 25 May 2024 Mausterio talk contribs created page Template:Health (Redirected page to Template:Health) Tag: New redirect
- 18:52, 25 May 2024 Mausterio talk contribs created page File:Empty Heart (icon).png
- 18:52, 25 May 2024 Mausterio talk contribs uploaded File:Empty Heart (icon).png
- 18:51, 25 May 2024 Mausterio talk contribs created page Module:ProcessArgs (Created page with "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent().args...")
- 18:51, 25 May 2024 Mausterio talk contribs created page Module:Iconbar (Created page with "local p = {} function p.bar( f ) local args = require( 'Module:ProcessArgs' ).merge() local alt = args.alt or '' local link = args.link or '' local full = args.full local half = args.half or 'Half ' .. full local empty = args.empty or 'Empty ' .. full local value = math.abs( tonumber( args.value ) or 0 ) / 2 local min = math.ceil( math.abs( tonumber( args.min ) or 0 ) / 2 ) local size = args.size or '' local title = args.title or '' local reverse = args.revers...")
- 18:50, 25 May 2024 Mausterio talk contribs created page Template:Healthbar (Created page with "<includeonly>{{#invoke: Iconbar | bar | full = {{ #if: {{{mob|}}} | Mob | {{ #if: {{{poisoned|}}} | Poisoned | {{ #if: {{{withered|}}} | Withered | {{ #if: {{{absorption|}}} | Absorption | {{ #if: {{{freezing|}}} | Freezing }} }} }} }} {{#if: {{{hardcore|}}} | Hardcore }} }} Heart (icon).png | empty = Empty Heart (icon).png | size = {{{2|18}}} | value = {{{1}}} | title = {{#expr: {{{1|0}}} / 2 }} {{...")
- 18:49, 25 May 2024 Mausterio talk contribs created page Template:Health (Created page with "<includeonly>{{#if: {{{notag|}}} || {{{1|0}}} }}<span class="nowrap {{#if: {{{notag|}}} || mc-hearts}}">{{healthbar |{{#ifexpr: {{{1|0}}} > 10 | 2 | {{#ifexpr: floor {{{1|0}}} = {{{1|0}}} | {{{1|0}}} | 2 }} }} |{{#if: {{{2|}}} | {{{2}}} | 9 }} |poisoned={{{poisoned|}}} |withered={{{withered|}}} |hardcore={{{hardcore|}}} |freezing={{{freezing|}}} |mob={{{mob|}}} |absorption={{{absorption|}}} |total={{{total|}}} }}{{#ifexpr: {{{1|0}}} > 10 | × {{#expr: {{{1|0}}} / 2...")
- 18:29, 25 May 2024 Mausterio talk contribs created page Template:Infobox entity (Created page with "<!--------- Infobox ---------> <includeonly>{{Infobox| |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image |header1 = {{{name|{{PAGENAME}}}}} |rowclass1 = infobox-title |label2 = Location |data2 = <span class="data-world">{{{active|}}} server</span>{{#if:{{{active|}}}|{{nbsp}}{{nbsp}}—{{nbsp}}{{nbsp}}<span class="data-located">on {{SITENAME}}:About|...")
- 18:20, 25 May 2024 Mausterio talk contribs created page File:BambooCreeper.gif
- 18:20, 25 May 2024 Mausterio talk contribs uploaded File:BambooCreeper.gif
- 17:50, 25 May 2024 Mausterio talk contribs created page Template:Infobox world (Created page with "<!-- ------- Infobox ------- --><includeonly>{{Infobox| |bodyclass = mw-collapsible floatright |image1 = {{#if:{{{image|}}}|[[File:{{{image}}}|400px]]|400px}} |imagerowclass1 = infobox-image |header1 = {{{name|{{PAGENAME}}}}} |rowclass1 = infobox-title |label2 = Location |data2 = <span class="data-world">{{{active|}}} world</span>{{#if:{{{active|}}}|{{nbsp}}{{nbsp}}—{{nbsp}}{{nbsp}}<span class="data-located">on {{SITENAME}}:About...")
- 17:38, 25 May 2024 Mausterio talk contribs created page File:NullscapeThumbnail.jpg
- 17:38, 25 May 2024 Mausterio talk contribs uploaded File:NullscapeThumbnail.jpg
- 17:37, 25 May 2024 Mausterio talk contribs created page World:Nullscape (Created page with "{{Infobox plugin | name = Nullscape | image = NullscapeThumbnail.jpg | type = Terrain | server = Survival | github = https://github.com/Stardust-Labs-MC/Nullscape | extwiki = https://stardustlabs.miraheze.org/wiki/Nullscape }}")
- 17:36, 25 May 2024 Mausterio talk contribs created page World:Incendium (Created page with "{{Infobox plugin | name = Incendium | image = IncendiumThumbnail.jpg | type = Terrain | server = Survival | github = https://github.com/Stardust-Labs-MC/Incendium | extwiki = https://stardustlabs.miraheze.org/wiki/Incendium }}")
- 17:34, 25 May 2024 Mausterio talk contribs created page File:IncendiumThumbnail.jpg
- 17:34, 25 May 2024 Mausterio talk contribs uploaded File:IncendiumThumbnail.jpg
- 17:34, 25 May 2024 Mausterio talk contribs deleted page File:IncendiumThumbnail.png (content was: "", and the only contributor was "Mausterio" (talk))
- 17:32, 25 May 2024 Mausterio talk contribs undeleted page File:IncendiumThumbnail.png (1 revision and 1 file)
- 17:32, 25 May 2024 Mausterio talk contribs deleted page File:IncendiumThumbnail.png (content was: "", and the only contributor was "Mausterio" (talk))
- 17:31, 25 May 2024 Mausterio talk contribs created page File:IncendiumThumbnail.png
- 17:31, 25 May 2024 Mausterio talk contribs uploaded File:IncendiumThumbnail.png
- 15:46, 25 May 2024 Mausterio talk contribs created page Template:SEO (Created page with "{{#seo: |type = website |title = {{SITENAME}} |image = WoopMC_Logo.png |keywords = wiki,game,Minecraft,server,lgbt,lgbtq,gay,enjin,multiplayer,bedrock,java |description = {{SITENAME}} - A friendly, community-based server network aimed at providing a fun, safe, and inclusive place for everyone to play! |site_name = {{SITENAME}} |locale = {{PAGELANGUAGE}} }} Category:Dynamic background <!-- Hide ToC --> __NOTOC__ {{DISPLAYTITLE:{{SITENAME}}}} {{Short descri...")
- 02:40, 25 May 2024 172.70.178.194 talk created page LiteBans (Created page with "# Litebans")
- 02:36, 25 May 2024 172.70.178.179 talk created page Plugin:MythicMobs (Created page with "== Mobs == === Passive Mobs === * Rat * Crab * Squirrel * Duck === Neutral Mobs=== * Bear * Crocodile === Hostile Mobs === * Creeper * Skeleton * Plant_Monster === Boss Mobs === === Upcoming Mobs === === Unused Mobs === === Removed Mobs ===")
- 01:44, 25 May 2024 172.70.100.31 talk created page Plugin:Lands/Wars (Created page with "This page explains how the war system of Lands works from the perspective of a player. ==1. Declare War== To declare war against your enemy, simply execute /Wars declare <land>. Now a menu will open which asks you about setting a tribute. This tribute will be paid by the enemy (defender) in case they surrender later. After you clicked on the send button, the enemy will receive your war declaration with information, like when the war starts and which tribute you set in c...")
- 23:22, 24 May 2024 Mausterio talk contribs created page File:LandsThumbnail.png (Lands Plugin Thumbnail)
- 23:22, 24 May 2024 Mausterio talk contribs uploaded File:LandsThumbnail.png (Lands Plugin Thumbnail)
- 23:20, 24 May 2024 Mausterio talk contribs created page Plugin:Lands (Created page with "{{Infobox plugin | name = Lands | image = LandsThumbnail.png | type = Claims | server = Survival | rootcommand = lands | subcommands = Many | alias1 = land | alias2 = war | custom = No | rank = Prism | github = https://github.com/Arcaniax-Development/HeadDatabase-API | spigot = https://www.spigotmc.org/resources/head-database.14280/...")
- 18:18, 24 May 2024 Mausterio talk contribs reverted File:WoopMC Logo.png to an old version (Reverted to version as of 02:35, 24 May 2024 (UTC))