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).
- 01:29, 30 May 2024 Mausterio talk contribs created page Trails (Created page with "{{Infobox plugin | type = Transportation | server = Survival | rootcommand = trails | github = https://github.com/MinevoltRPG/Trails | spigot = https://www.spigotmc.org/resources/trails-proper-roads-on-your-server.49930/ }} == Info == In the real world, walking wears down trails and paths, eventually. Trails adds this element to Minecraft by automatically creating paths and roads based on the repeated path player...")
- 01:04, 30 May 2024 Mausterio talk contribs created page File:Trails.png
- 01:04, 30 May 2024 Mausterio talk contribs uploaded File:Trails.png
- 00:58, 30 May 2024 Mausterio talk contribs moved page LiteBans to LiteBans
- 19:10, 29 May 2024 Mausterio talk contribs created page Template:Inventory slot (Redirected page to Template:Inventory slot) Tag: New redirect
- 19:10, 29 May 2024 Mausterio talk contribs created page Template:Inventory slot/doc (Created page with "{{shortcut|Slot}} {{lua|data=Inventory slot/Aliases}} The inventory slot template creates an interface element which looks and acts like an in-game inventory slot. The images used have the <code>Invicon ''<item name>''.png</code> name format, or <code>Grid ''<item name>'' (''<mod name>'').png</code> in case of mods (which are currently being phased out). GIF files are also supported for animated icons. == Usage == All inputs are optional:<br> <pre>{{Slot |[Title]Mo...")
- 19:09, 29 May 2024 Mausterio talk contribs created page Template:Inventory slot (Created page with "<includeonly>{{#invoke: inventory slot | slot }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page -->")
- 19:09, 29 May 2024 Mausterio talk contribs created page Module:Inventory slot/doc (Created page with "<!-- Documentation here --> This module implements {{tl|inventory slot}}.")
- 19:08, 29 May 2024 Mausterio talk contribs created page Module:Crafting/doc (Created page with "<!-- Documentation here --> This module implements {{tl|crafting}}. Parent arguments are automatically merged with directly passed arguments (the latter overwriting the former). == Dependencies == * Module:Inventory slot * Module:Recipe table * Module:ProcessArgs")
- 19:06, 29 May 2024 Mausterio talk contribs created page Module:Inventory slot (Created page with "local p = {} local i18n = { filename = 'Invicon $1', legacyFilename = 'Grid $1.png', modLink = 'Mods/$1/$2', moduleAliases = Module:Inventory slot/Aliases, moduleRandom = Module:Random, -- List of special prefixes which should be handled by -- other modules (such as being moved outside links) prefixes = { any = 'Any', matching = 'Matching', damaged = 'Damaged', unwaxed = 'Unwaxed', }, suffixes = { be = 'BE', lce = 'LCE', }, } p.i18n = i18n...")
- 19:06, 29 May 2024 Mausterio talk contribs created page Module:Recipe table (Created page with "local m = {} local i18n = { headingDescription = 'Description', headingIngredients = 'Ingredients', headingName = 'Name', headingRecipe = '$1 recipe', moduleSlot = Module:Inventory slot, moduleUi = Module:UI, separator = ' +', setSeparator = ' or', tableDescription = '$1 recipes', } local slot = require( i18n.moduleSlot ) local prefixes = slot.i18n.prefixes --[[Merges a list, or inserts a string or table into a table --]] local function...")
- 19:06, 29 May 2024 Mausterio talk contribs created page Module:Grinding (Created page with "local p = {} local i18n = { categoryUpcoming = 'Category:Upcoming', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Grinding', } p.i18n = i18n local recipeTable = require( i18n.moduleRecipe ).table function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( i18n.moduleArgs ).merge( true ) else f = mw.getCurrentFrame() end args.Input1 = args[1] args.Input2 = args[2] args.Output = args[3]...")
- 19:05, 29 May 2024 Mausterio talk contribs created page Module:Looming (Created page with "local p = {} local i18n = { categoryUpcoming = 'Category:Upcoming', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Loom', } p.i18n = i18n local recipeTable = require( i18n.moduleRecipe ).table function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( i18n.moduleArgs ).merge( true ) else f = mw.getCurrentFrame() end args.Banner = args[1] args.Dye = args[2] args.Pattern = args[3] args.S...")
- 19:05, 29 May 2024 Mausterio talk contribs created page Module:Stonecutting (Created page with "local p = {} local i18n = { categoryUpcoming = 'Category:Upcoming', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Cutting', } p.i18n = i18n local recipeTable = require( i18n.moduleRecipe ).table function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( i18n.moduleArgs ).merge( true ) else f = mw.getCurrentFrame() end args.Input = args[1] args.Output = args[2] local out = recipeTable...")
- 19:05, 29 May 2024 Mausterio talk contribs created page Module:Brewing (Created page with "local p = {} local i18n = { defaultBasePotion = 'Awkward Potion', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Brewing', } p.i18n = i18n local recipeTable = require( i18n.moduleRecipe ).table function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( i18n.moduleArgs ).merge( true ) else f = mw.getCurrentFrame() end args.Input = args[1] if not args.base then args.base = i18n.default...")
- 19:04, 29 May 2024 Mausterio talk contribs created page Module:Smelting (Created page with "local p = {} local i18n = { defaultFuel = 'Any fuel', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Smelting', } p.i18n = i18n local recipeTable = require( i18n.moduleRecipe ).table function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( i18n.moduleArgs ).merge( true ) else f = mw.getCurrentFrame() end args.Input = args[1] args.Output = args[2] args.Experience = args[3] args.Fuel =...")
- 19:03, 29 May 2024 Mausterio talk contribs created page Module:Crafting (Created page with "local p = {} local i18n = { type = 'Crafting', colored = 'Colored', coloredDyes = { 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Yellow Dye', 'Lime Dye', 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Green Dye', 'Red Dye', 'Black Dye', }, categoryIngredientUsage = 'Category:Recipe using $1', categoryRecipeType = 'Category:$1 recipe', itemBrownMushroom = 'Brown Mushroom', itemColoredDye = 'Colored Dye',...")
- 19:03, 29 May 2024 172.69.58.148 talk created page Template:Crafting (Created page with "<includeonly>{{#invoke:crafting|table}}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
- 17:40, 29 May 2024 Mausterio talk contribs moved page Mobs to Mobs
- 17:26, 29 May 2024 Mausterio talk contribs moved page WoopMC:FAQ to WoopMC:FAQ (revert)
- 17:15, 29 May 2024 Mausterio talk contribs created page File:Plant Monster.gif
- 17:15, 29 May 2024 Mausterio talk contribs uploaded File:Plant Monster.gif
- 17:15, 29 May 2024 Mausterio talk contribs created page Plant Monster (Created page with "{{Entity | behavior = Hostile | image = {{PAGENAME}}.gif | hp = {{hp|0|14px}} | armor = {{armor|0|14px}} | speed = 0.6 | biome = Dark Forest }}")
- 16:55, 29 May 2024 Mausterio talk contribs created page File:Swamp Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs uploaded File:Swamp Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs created page File:Spruce Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs uploaded File:Spruce Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs created page File:Snowy Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs uploaded File:Snowy Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs created page File:Savannah Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs uploaded File:Savannah Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs created page File:Plains Creeper.gif
- 16:55, 29 May 2024 Mausterio talk contribs uploaded File:Plains Creeper.gif
- 16:54, 29 May 2024 Mausterio talk contribs created page File:Mushroom Creeper.gif
- 16:54, 29 May 2024 Mausterio talk contribs uploaded File:Mushroom Creeper.gif
- 16:54, 29 May 2024 Mausterio talk contribs created page File:Hills Creeper.gif
- 16:54, 29 May 2024 Mausterio talk contribs uploaded File:Hills Creeper.gif
- 16:53, 29 May 2024 Mausterio talk contribs created page File:Dripstone Creeper.gif
- 16:53, 29 May 2024 Mausterio talk contribs uploaded File:Dripstone Creeper.gif
- 16:53, 29 May 2024 Mausterio talk contribs created page File:Desert Creeper.gif
- 16:53, 29 May 2024 Mausterio talk contribs uploaded File:Desert Creeper.gif
- 16:53, 29 May 2024 Mausterio talk contribs created page File:Dark Oak Creeper.gif
- 16:53, 29 May 2024 Mausterio talk contribs uploaded File:Dark Oak Creeper.gif
- 16:52, 29 May 2024 Mausterio talk contribs created page File:Cave Creeper.gif
- 16:52, 29 May 2024 Mausterio talk contribs uploaded File:Cave Creeper.gif
- 16:52, 29 May 2024 Mausterio talk contribs created page File:Beach Creeper.gif
- 16:52, 29 May 2024 Mausterio talk contribs uploaded File:Beach Creeper.gif
- 16:52, 29 May 2024 Mausterio talk contribs created page File:Bamboo Creeper.gif
- 16:52, 29 May 2024 Mausterio talk contribs uploaded File:Bamboo Creeper.gif
- 16:47, 29 May 2024 Mausterio talk contribs created page Swamp Creeper (Created page with "{{Entity | behavior = Hostile | hp = {{hp|0|14px}} | armor = {{armor|0|14px}} | speed = 0.6 | biome = Swamp }}")