<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inferris.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Azzy</id>
	<title>Inferris - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inferris.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Azzy"/>
	<link rel="alternate" type="text/html" href="https://wiki.inferris.com/wiki/Special:Contributions/Azzy"/>
	<updated>2026-04-17T18:35:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=181</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=181"/>
		<updated>2026-01-18T22:04:47Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Server Architecture and Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:PostgreSQL|PostgreSQL]] serves as the primary database for long-term data storage. The Minecraft server plugins maintain a local cache to improve performance. Inter-server [[wikipedia:Publish–subscribe_pattern|Pub/Sub]] mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== API ===&lt;br /&gt;
The RESTful API is a Node 24 application written in TypeScript that employs the [[wikipedia:Express.js|Express]] framework to serve requests to endpoints and managing data layers.&lt;br /&gt;
&lt;br /&gt;
It leverages both PostgreSQL and Redis databases to achieve its design goals. Of note, the API uses domain-driven design (DDD) as a major design pattern to benefit from bounded contexts and other derived principals related to domains, invariants, and guardrails inside the models.&lt;br /&gt;
&lt;br /&gt;
A non-exhaustive list of dependencies or libraries include, but is not limited to, Kysely (query builder), zod (validation), zod-to-openapi and Swagger UI for OpenAPI integration, ESLint and Prettier, Pino and PinoHTTP, Jest and Supertest for testing and mocks, and Docker.&lt;br /&gt;
&lt;br /&gt;
=== Frontend plugin ===&lt;br /&gt;
The frontend architecture runs alongside a custom-modified version of [https://papermc.io/software/velocity Velocity], which functions as a proxy server to direct requests to the appropriate backend servers. When a player connects to the server, the plugin interacts with the API, which queries the Redis service. If no keys are found, it defaults to retrieving data from the databases. Once data is obtained from either source, the plugin generates and caches the new player data, then submits it via a POST request to the API for storage in both the databases and Redis. When this happens, the backend server, such as the lobby, is already well aware of such event and has already locally cached the needed data.&lt;br /&gt;
&lt;br /&gt;
=== Backend plugin ===&lt;br /&gt;
The backend plugins manage the playable environments, or worlds, and operate on [https://papermc.io/software/paper Paper]&#039;s server software, a performant-optimized fork of Spigot. The backend, like the frontend&#039;s capabilities, is capable of updating a player&#039;s data and transmitting the update to the proxy server plugin, which it then can locally cache to stay up to date. The transmission happens when the API receives a payload within the request body, representing the request server ID, to create a line trace of where the request should head while utilizing a publish–subscribe pattern to alert other instances to grab the new batch of data.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Inferris&amp;quot; plugin is deployed across all backend servers, with its features, or modules, being dynamically enabled or disabled based on specific configurations and conditions. Primary modules include the display of player ranks and the activation of lobby mode. Additionally, each server has a unique blacklisted commands file. The plugin also supports chat logging for moderation, as well as configurable spawn settings, such as location, radius, and minimum/maximum height. It also manages API, Redis, and database connections for seamless integration.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. Inferris plans to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugin systems. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in &#039;&#039;&#039;May of 2023&#039;&#039;&#039;, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Inferris&amp;diff=180</id>
		<title>Inferris</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Inferris&amp;diff=180"/>
		<updated>2026-01-18T21:18:04Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Inferris&#039;&#039;&#039; is an age-gated 17+ community-driven project in active development with the goals of creating a safe and inclusive space where meaningful conversations and genuine connections can thrive with a carefully cultivated culture.&lt;br /&gt;
&lt;br /&gt;
== About ==&lt;br /&gt;
&lt;br /&gt;
=== History and Development ===&lt;br /&gt;
Inferris began in 2023 by [[User:Azzy|Azzy]] under the principal to become a mature, engaging, and supportive community where members engage in lighthearted conversations to more meaningful and mature topics, ensuring a space for everyone to connect authentically without the discomfort of internet trolls and toxic environments.&lt;br /&gt;
&lt;br /&gt;
The Minecraft server project began that same year and significantly changed over time. One major iteration of note was the creation of a [[wikipedia:REST|RESTful API]] for ease of data access in late 2023.&lt;br /&gt;
&lt;br /&gt;
In 2024, a Moderation Mentorship Guide was created for moderators and admins alike to deliver moderation training that teaches concepts and items such as, but is not limited to: becoming a safe presence, the power of observing and feeling the room&#039;s temperature, mod voice versus regular voice ([[wikipedia:Code-switching||code-switching]]), de-escalation practices, crises, handling investigations and reports securely and properly within compartmentalization and transparency guidelines, using the role for the greater good, the clear guardrails and rules against authoritarian or threatening presence, handling staff-on-player and staff-on-staff relations with internal reporting and retaliation protection mechanisms, and more.&lt;br /&gt;
&lt;br /&gt;
In 2025, development began on a rewrite targeting the API and database schema with the outcomes of applying new foundational skills to practice, reducing performance overhead, and strengthening the premise of clean, scalable code.&lt;br /&gt;
&lt;br /&gt;
The Discord server is on track to release some time in 2026 Q3. Currently, there is no release date of the Minecraft project.&lt;br /&gt;
&lt;br /&gt;
=== Mission and Vision ===&lt;br /&gt;
The mission of the Inferris project is to establish a platform that fosters genuine interactions among its members within a selectively nurtured culture. The vision foresees a digital environment where sensitive topics can be discussed maturely. The 17+ age gate was set from the start on grounds of reducing bad actors, internet trolls, and any individuals not prepared to participate in sensitive or mature topics. The community will be a large driver in the directionality of the project to allow new expectations without compromising core values or guardrails.&lt;br /&gt;
&lt;br /&gt;
Integrity and rule guidelines are described to be currently undergoing integration into the culture&#039;s expectations so that once the Discord window opens, it may be significantly easier to cultivate the community with clear guardrails rather than staff &amp;quot;aimlessly patching unsteady policy reforms&amp;quot; without clear values or expectations.&lt;br /&gt;
&lt;br /&gt;
=== Development Status ===&lt;br /&gt;
Inferris is currently in the active development phase. The primary focuses are:&lt;br /&gt;
1. Polishing the Discord community server and finishing development of major Discord bots and virtual participation economy,&lt;br /&gt;
2. Ensuring policies, guidelines, and guardrails are accurately reflected in cultural expectations and cultivation practices related to community management, user experience, and moderation&lt;br /&gt;
3. Releasing a production &amp;quot;v1.0&amp;quot; build of the Inferris Minecraft servers.&lt;br /&gt;
&lt;br /&gt;
== Core Platforms ==&lt;br /&gt;
&lt;br /&gt;
=== Discord Server ===&lt;br /&gt;
The [[Discord server]] serves as the epicenter of Inferris, providing the central platform for interactions. It aims to offer fun and meaningful discussions, social events and community gatherings, and Discord activities and bots to foster connection between the people and community engagement.&lt;br /&gt;
&lt;br /&gt;
=== Minecraft Server ===&lt;br /&gt;
The [[Minecraft server]] will be a complementary space for gaming within the community, offering a fun and engaging environment once it is launched.&lt;br /&gt;
&lt;br /&gt;
=== Forums ===&lt;br /&gt;
The [[forums]] is a community forum ran on the XenForo software to provide an additional platform for discussions and community initiatives. They will also serve as the repository for staff applications, appeals, Minecraft bug reports, and other community-driven activities.&lt;br /&gt;
&lt;br /&gt;
As of 2026, the forums may be scrapped in favor of in-house software and tying together platforms without creating unnecessary distance.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=179</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=179"/>
		<updated>2026-01-18T20:15:37Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* About Inferris */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the official &#039;&#039;&#039;Inferris Wiki&#039;&#039;&#039;! This is your central hub for all things related to the Inferris project, from community guidelines to technical documentation. Whether you&#039;re new to the community or a seasoned member, you&#039;ll find everything you need right here.&lt;br /&gt;
&lt;br /&gt;
== About Inferris ==&lt;br /&gt;
&#039;&#039;&#039;[[Inferris]]&#039;&#039;&#039; is a community-driven initiative designed to create a safe, conversational space in an age-restricted 17+ environment to nurture connection, friendships, and lighthearted to more mature discussions. The mission is to foster a welcoming environment where members can connect, share, and grow together.&lt;br /&gt;
&lt;br /&gt;
The [[Discord server|Discord]] community server is the heart of the platform. It will offer chat spaces, social events and gatherings such as Discord activities, game sessions, and movie nights, engineered activities through [[wikipedia:Discord#Developer_tools_and_bots|Discord bots]], and many other items.&lt;br /&gt;
&lt;br /&gt;
The [[Minecraft server]] extends off the central platform with the ultimate goals of:&lt;br /&gt;
&lt;br /&gt;
# Close Discord integration through account sync integrations&lt;br /&gt;
# Offering server and game activities, such as survival, minigames, and other concepts.&lt;br /&gt;
# Fully custom software outside routine dependencies.&lt;br /&gt;
# Mechanisms to connect with people, such as in-game messaging and a friend system.&lt;br /&gt;
&lt;br /&gt;
The Minecraft project is in early development with no concrete release date planned.&lt;br /&gt;
&lt;br /&gt;
== Quick Start Guide ==&lt;br /&gt;
Get started with Inferris quickly with these essential resources:&lt;br /&gt;
&lt;br /&gt;
* Getting Started&lt;br /&gt;
* Essential Links&lt;br /&gt;
* How to Contribute&lt;br /&gt;
&lt;br /&gt;
== Key Areas of the Wiki ==&lt;br /&gt;
Explore the most important sections of the Inferris Wiki:&lt;br /&gt;
&lt;br /&gt;
* [[Inferris]]&lt;br /&gt;
* [[Community Guidelines]]&lt;br /&gt;
* [[Discord server]]&lt;br /&gt;
* [[Minecraft server]]&lt;br /&gt;
* [[Forums]]&lt;br /&gt;
* Help &amp;amp; Support&lt;br /&gt;
&lt;br /&gt;
== Recent News and Updates ==&lt;br /&gt;
Stay up-to-date with the latest news and updates from Inferris:&lt;br /&gt;
&lt;br /&gt;
* Latest Announcements&lt;br /&gt;
* Patch Notes&lt;br /&gt;
&lt;br /&gt;
== Search the Wiki ==&lt;br /&gt;
Use the search function to quickly find specific topics or pages within the wiki.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=178</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=178"/>
		<updated>2026-01-18T20:14:55Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* About Inferris */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the official &#039;&#039;&#039;Inferris Wiki&#039;&#039;&#039;! This is your central hub for all things related to the Inferris project, from community guidelines to technical documentation. Whether you&#039;re new to the community or a seasoned member, you&#039;ll find everything you need right here.&lt;br /&gt;
&lt;br /&gt;
== About Inferris ==&lt;br /&gt;
&#039;&#039;&#039;[[Inferris]]&#039;&#039;&#039; is a community-driven initiative designed to create a safe, conversational space in an age-restricted 17+ environment to nurture connection, friendships, and lighthearted to more mature discussions. The mission is to foster a welcoming environment where members can connect, share, and grow together.&lt;br /&gt;
&lt;br /&gt;
The [[wikipedia:Discord|Discord]] community server is the heart of the platform. It will offer chat spaces, social events and gatherings such as Discord activities, game sessions, and movie nights, engineered activities through [[wikipedia:Discord#Developer_tools_and_bots|Discord bots]], and many other items.&lt;br /&gt;
&lt;br /&gt;
The [[wikipedia:Minecraft_server|Minecraft server]] extends off the central platform with the ultimate goals of:&lt;br /&gt;
&lt;br /&gt;
# Close Discord integration through account sync integrations&lt;br /&gt;
# Offering server and game activities, such as survival, minigames, and other concepts.&lt;br /&gt;
# Fully custom software outside routine dependencies.&lt;br /&gt;
# Mechanisms to connect with people, such as in-game messaging and a friend system.&lt;br /&gt;
&lt;br /&gt;
The Minecraft project is in early development with no concrete release date planned.&lt;br /&gt;
&lt;br /&gt;
== Quick Start Guide ==&lt;br /&gt;
Get started with Inferris quickly with these essential resources:&lt;br /&gt;
&lt;br /&gt;
* Getting Started&lt;br /&gt;
* Essential Links&lt;br /&gt;
* How to Contribute&lt;br /&gt;
&lt;br /&gt;
== Key Areas of the Wiki ==&lt;br /&gt;
Explore the most important sections of the Inferris Wiki:&lt;br /&gt;
&lt;br /&gt;
* [[Inferris]]&lt;br /&gt;
* [[Community Guidelines]]&lt;br /&gt;
* [[Discord server]]&lt;br /&gt;
* [[Minecraft server]]&lt;br /&gt;
* [[Forums]]&lt;br /&gt;
* Help &amp;amp; Support&lt;br /&gt;
&lt;br /&gt;
== Recent News and Updates ==&lt;br /&gt;
Stay up-to-date with the latest news and updates from Inferris:&lt;br /&gt;
&lt;br /&gt;
* Latest Announcements&lt;br /&gt;
* Patch Notes&lt;br /&gt;
&lt;br /&gt;
== Search the Wiki ==&lt;br /&gt;
Use the search function to quickly find specific topics or pages within the wiki.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Chat_channels&amp;diff=177</id>
		<title>Chat channels</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Chat_channels&amp;diff=177"/>
		<updated>2024-09-08T07:09:40Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Chat channels&#039;&#039;&#039; are used to organize communication by grouping messages based on their purpose and recipients within the [[Minecraft server]]. Each channel serves a specific role, ensuring messages are directed to the appropriate users.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Users can switch between channels depending on their [[Ranks|rank]] and the type of message they wish to send. The primary channels are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Global&#039;&#039;&#039;: The default channel for all users, used for general Minecraft messages visible to everyone.&lt;br /&gt;
* &#039;&#039;&#039;Staff&#039;&#039;&#039;: For communication among staff members, suitable for internal discussions and coordination.&lt;br /&gt;
* &#039;&#039;&#039;Admin&#039;&#039;&#039;: Reserved for administrative use, allowing admins to handle high-level discussions and decisions.&lt;br /&gt;
* &#039;&#039;&#039;Special&#039;&#039;&#039;: Used for specific or temporary needs, such as events or special projects.&lt;br /&gt;
&lt;br /&gt;
=== Commands ===&lt;br /&gt;
To enter a specific channel, use &amp;lt;code&amp;gt;/channel &amp;lt;name&amp;gt;&amp;lt;/code&amp;gt; or the alias &amp;lt;code&amp;gt;/ch &amp;lt;name&amp;gt;&amp;lt;/code&amp;gt;. Replace &amp;lt;code&amp;gt;&amp;lt;name&amp;gt;&amp;lt;/code&amp;gt; with the channel name.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=176</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=176"/>
		<updated>2024-09-08T03:09:56Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Frontend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL]] serves as the primary databases for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend architecture runs alongside a custom-modified version of [https://papermc.io/software/velocity Velocity], which functions as a proxy server to direct requests to the appropriate backend servers. When a player connects to the server, the plugin interacts with the API, which queries the Redis service. If no keys are found, it defaults to retrieving data from the databases. Once data is obtained from either source, the plugin generates and caches the new player data, then submits it via a POST request to the API for storage in both the databases and Redis. When this happens, the backend server, such as the lobby, is already well aware of such event and has already locally cached the needed data.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugins manage the playable environments, or worlds, and operate on [https://papermc.io/software/paper Paper]&#039;s server software, a performant-optimized fork of Spigot. The backend, like the frontend&#039;s capabilities, is capable of updating a player&#039;s data and transmitting the update to the proxy server plugin, which it then can locally cache to stay up to date. The transmission happens when the API receives a payload within the request body, representing the request server ID, to create a line trace of where the request should head while utilizing a publish–subscribe pattern to alert other instances to grab the new batch of data.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Inferris&amp;quot; plugin is deployed across all backend servers, with its features, or modules, being dynamically enabled or disabled based on specific configurations and conditions. Primary modules include the display of player ranks and the activation of lobby mode. Additionally, each server has a unique blacklisted commands file. The plugin also supports chat logging for moderation, as well as configurable spawn settings, such as location, radius, and minimum/maximum height. It also manages API, Redis, and database connections for seamless integration.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. Inferris plans to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugin systems. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in &#039;&#039;&#039;May of 2023&#039;&#039;&#039;, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=175</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=175"/>
		<updated>2024-09-08T03:07:07Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Backend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend architecture runs alongside a custom-modified version of [https://papermc.io/software/velocity Velocity], which functions as a proxy server to direct requests to the appropriate backend servers. When a player connects to the server, the plugin interacts with the API, which queries the Redis service. If no keys are found, it defaults to retrieving data from the MySQL database. Once data is obtained from either source, the plugin generates and caches the new player data, then submits it via a POST request to the API for storage in both the database and Redis. When this happens, the backend server, such as the lobby, is already well aware of such event and has already locally cached the needed data.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugins manage the playable environments, or worlds, and operate on [https://papermc.io/software/paper Paper]&#039;s server software, a performant-optimized fork of Spigot. The backend, like the frontend&#039;s capabilities, is capable of updating a player&#039;s data and transmitting the update to the proxy server plugin, which it then can locally cache to stay up to date. The transmission happens when the API receives a payload within the request body, representing the request server ID, to create a line trace of where the request should head while utilizing a publish–subscribe pattern to alert other instances to grab the new batch of data.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Inferris&amp;quot; plugin is deployed across all backend servers, with its features, or modules, being dynamically enabled or disabled based on specific configurations and conditions. Primary modules include the display of player ranks and the activation of lobby mode. Additionally, each server has a unique blacklisted commands file. The plugin also supports chat logging for moderation, as well as configurable spawn settings, such as location, radius, and minimum/maximum height. It also manages API, Redis, and database connections for seamless integration.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. Inferris plans to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugin systems. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in &#039;&#039;&#039;May of 2023&#039;&#039;&#039;, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=174</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=174"/>
		<updated>2024-09-08T02:57:12Z</updated>

		<summary type="html">&lt;p&gt;Azzy: Removed &amp;quot;actual&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend architecture runs alongside a custom-modified version of [https://papermc.io/software/velocity Velocity], which functions as a proxy server to direct requests to the appropriate backend servers. When a player connects to the server, the plugin interacts with the API, which queries the Redis service. If no keys are found, it defaults to retrieving data from the MySQL database. Once data is obtained from either source, the plugin generates and caches the new player data, then submits it via a POST request to the API for storage in both the database and Redis. When this happens, the backend server, such as the lobby, is already well aware of such event and has already locally cached the needed data.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugins manage the playable environments, or worlds, and operate on [https://papermc.io/software/paper Paper]&#039;s server software, a performant-optimized fork of Spigot. The backend, like the frontend&#039;s capabilities, is capable of updating a player&#039;s data and transmitting the update to the proxy server plugin, which it then can locally cache to stay up to date. The transmission happens when the API receives a payload within the request body, representing the request server ID, to create a line trace of where the request should head while utilizing a publish–subscribe pattern to alert other instances to grab the new batch of data.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. Inferris plans to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugin systems. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in &#039;&#039;&#039;May of 2023&#039;&#039;&#039;, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=173</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=173"/>
		<updated>2024-09-08T02:56:19Z</updated>

		<summary type="html">&lt;p&gt;Azzy: Reworded a few lines, clarified we now use a custom Velocity build&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend architecture runs alongside a custom-modified version of [https://papermc.io/software/velocity Velocity], which functions as a proxy server to direct requests to the appropriate backend servers. When a player connects to the server, the plugin interacts with the API, which queries the Redis service. If no keys are found, it defaults to retrieving data from the MySQL database. Once data is obtained from either source, the plugin generates and caches the new player data, then submits it via a POST request to the API for storage in both the database and Redis. When this happens, the backend server, such as the lobby, is already well aware of such event and has already locally cached the needed data.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugins manage the actual playable environments, or worlds, and operate on [https://papermc.io/software/paper Paper]&#039;s server software, a performant-optimized fork of Spigot. The backend, like the frontend&#039;s capabilities, is capable of updating a player&#039;s data and transmitting the update to the proxy server plugin, which it then can locally cache to stay up to date. The transmission happens when the API receives a payload within the request body, representing the request server ID, to create a line trace of where the request should head while utilizing a publish–subscribe pattern to alert other instances to grab the new batch of data.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. Inferris plans to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugin systems. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in &#039;&#039;&#039;May of 2023&#039;&#039;&#039;, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=172</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=172"/>
		<updated>2024-09-06T02:35:47Z</updated>

		<summary type="html">&lt;p&gt;Azzy: Changed protection settings for &amp;quot;Main Page&amp;quot;: Protected to maintain important information. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the official &#039;&#039;&#039;Inferris Wiki&#039;&#039;&#039;! This is your central hub for all things related to the Inferris project, from community guidelines to technical documentation. Whether you&#039;re new to the community or a seasoned member, you&#039;ll find everything you need right here.&lt;br /&gt;
&lt;br /&gt;
== About Inferris ==&lt;br /&gt;
&#039;&#039;&#039;[[Inferris]]&#039;&#039;&#039; is more than just a project; it&#039;s a community-driven initiative designed to create a safe, supportive space where genuine conversations can happen. The mission is to foster a welcoming environment where members can connect, share, and grow together.&lt;br /&gt;
&lt;br /&gt;
== Quick Start Guide ==&lt;br /&gt;
Get started with Inferris quickly with these essential resources:&lt;br /&gt;
&lt;br /&gt;
* Getting Started&lt;br /&gt;
* Essential Links&lt;br /&gt;
* How to Contribute&lt;br /&gt;
&lt;br /&gt;
== Key Areas of the Wiki ==&lt;br /&gt;
Explore the most important sections of the Inferris Wiki:&lt;br /&gt;
&lt;br /&gt;
* [[Inferris]]&lt;br /&gt;
* [[Community Guidelines]]&lt;br /&gt;
* [[Discord server]]&lt;br /&gt;
* [[Minecraft server]]&lt;br /&gt;
* [[Forums]]&lt;br /&gt;
* Help &amp;amp; Support&lt;br /&gt;
&lt;br /&gt;
== Recent News and Updates ==&lt;br /&gt;
Stay up-to-date with the latest news and updates from Inferris:&lt;br /&gt;
&lt;br /&gt;
* Latest Announcements&lt;br /&gt;
* Patch Notes&lt;br /&gt;
&lt;br /&gt;
== Search the Wiki ==&lt;br /&gt;
Use the search function to quickly find specific topics or pages within the wiki.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=171</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=171"/>
		<updated>2024-09-06T02:35:12Z</updated>

		<summary type="html">&lt;p&gt;Azzy: Changed protection settings for &amp;quot;Main Page&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the official &#039;&#039;&#039;Inferris Wiki&#039;&#039;&#039;! This is your central hub for all things related to the Inferris project, from community guidelines to technical documentation. Whether you&#039;re new to the community or a seasoned member, you&#039;ll find everything you need right here.&lt;br /&gt;
&lt;br /&gt;
== About Inferris ==&lt;br /&gt;
&#039;&#039;&#039;[[Inferris]]&#039;&#039;&#039; is more than just a project; it&#039;s a community-driven initiative designed to create a safe, supportive space where genuine conversations can happen. The mission is to foster a welcoming environment where members can connect, share, and grow together.&lt;br /&gt;
&lt;br /&gt;
== Quick Start Guide ==&lt;br /&gt;
Get started with Inferris quickly with these essential resources:&lt;br /&gt;
&lt;br /&gt;
* Getting Started&lt;br /&gt;
* Essential Links&lt;br /&gt;
* How to Contribute&lt;br /&gt;
&lt;br /&gt;
== Key Areas of the Wiki ==&lt;br /&gt;
Explore the most important sections of the Inferris Wiki:&lt;br /&gt;
&lt;br /&gt;
* [[Inferris]]&lt;br /&gt;
* [[Community Guidelines]]&lt;br /&gt;
* [[Discord server]]&lt;br /&gt;
* [[Minecraft server]]&lt;br /&gt;
* [[Forums]]&lt;br /&gt;
* Help &amp;amp; Support&lt;br /&gt;
&lt;br /&gt;
== Recent News and Updates ==&lt;br /&gt;
Stay up-to-date with the latest news and updates from Inferris:&lt;br /&gt;
&lt;br /&gt;
* Latest Announcements&lt;br /&gt;
* Patch Notes&lt;br /&gt;
&lt;br /&gt;
== Search the Wiki ==&lt;br /&gt;
Use the search function to quickly find specific topics or pages within the wiki.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=170</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Main_Page&amp;diff=170"/>
		<updated>2024-09-06T02:33:30Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* About Inferris */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the official &#039;&#039;&#039;Inferris Wiki&#039;&#039;&#039;! This is your central hub for all things related to the Inferris project, from community guidelines to technical documentation. Whether you&#039;re new to the community or a seasoned member, you&#039;ll find everything you need right here.&lt;br /&gt;
&lt;br /&gt;
== About Inferris ==&lt;br /&gt;
&#039;&#039;&#039;[[Inferris]]&#039;&#039;&#039; is more than just a project; it&#039;s a community-driven initiative designed to create a safe, supportive space where genuine conversations can happen. The mission is to foster a welcoming environment where members can connect, share, and grow together.&lt;br /&gt;
&lt;br /&gt;
== Quick Start Guide ==&lt;br /&gt;
Get started with Inferris quickly with these essential resources:&lt;br /&gt;
&lt;br /&gt;
* Getting Started&lt;br /&gt;
* Essential Links&lt;br /&gt;
* How to Contribute&lt;br /&gt;
&lt;br /&gt;
== Key Areas of the Wiki ==&lt;br /&gt;
Explore the most important sections of the Inferris Wiki:&lt;br /&gt;
&lt;br /&gt;
* [[Inferris]]&lt;br /&gt;
* [[Community Guidelines]]&lt;br /&gt;
* [[Discord server]]&lt;br /&gt;
* [[Minecraft server]]&lt;br /&gt;
* [[Forums]]&lt;br /&gt;
* Help &amp;amp; Support&lt;br /&gt;
&lt;br /&gt;
== Recent News and Updates ==&lt;br /&gt;
Stay up-to-date with the latest news and updates from Inferris:&lt;br /&gt;
&lt;br /&gt;
* Latest Announcements&lt;br /&gt;
* Patch Notes&lt;br /&gt;
&lt;br /&gt;
== Search the Wiki ==&lt;br /&gt;
Use the search function to quickly find specific topics or pages within the wiki.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=169</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=169"/>
		<updated>2024-09-06T02:31:49Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Frontend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend architecture runs on the [[wikipedia:Proxy_server|proxy server]], which acts as a gateway, directing requests to the appropriate backend server. When a player connects to the server, the plugin interacts with the API, which queries the Redis service. If no keys are found, it defaults to retrieving data from the MySQL database. Once data is obtained from either source, the plugin generates and caches the new player data, then submits it via a POST request to the API for storage in both the database and Redis.&lt;br /&gt;
&lt;br /&gt;
[https://papermc.io/software/velocity Velocity] is currently used to for the proxy&#039;s software.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugins manage the actual playable environments, or worlds, and operate on [https://papermc.io/software/paper Paper]&#039;s server software, a performant-optimized fork of Spigot.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=168</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=168"/>
		<updated>2024-09-06T02:12:08Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Server Architecture and Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the API calls. When a player connects to the server, the plugin interacts with the API which queries the Redis service, and if no keys exist, it falls back to the MySQL database. Subsequentially, if data is present in either service, the plugin generates and caches the new player data, and feeds it to a &amp;quot;POST&amp;quot; request so that the API can store the in the database and on Redis. [https://papermc.io/software/velocity Velocity] is currently used to act as a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to limit API requests.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Template:See_also&amp;diff=167</id>
		<title>Template:See also</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Template:See_also&amp;diff=167"/>
		<updated>2024-09-06T02:11:24Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;hatnote&amp;quot;&amp;gt;See also: [[{{{Name of page}}}]]&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;Name of page&amp;quot;: {&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=166</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=166"/>
		<updated>2024-09-06T02:10:41Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Server Architecture and Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player}}&lt;br /&gt;
&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the API calls. When a player connects to the server, the plugin interacts with the API which queries the Redis service, and if no keys exist, it falls back to the MySQL database. Subsequentially, if data is present in either service, the plugin generates and caches the new player data, and feeds it to a &amp;quot;POST&amp;quot; request so that the API can store the in the database and on Redis. [https://papermc.io/software/velocity Velocity] is currently used to act as a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to limit API requests.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=165</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=165"/>
		<updated>2024-09-06T02:10:18Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Server Architecture and Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=&amp;lt;nowiki&amp;gt;[[Player]&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the API calls. When a player connects to the server, the plugin interacts with the API which queries the Redis service, and if no keys exist, it falls back to the MySQL database. Subsequentially, if data is present in either service, the plugin generates and caches the new player data, and feeds it to a &amp;quot;POST&amp;quot; request so that the API can store the in the database and on Redis. [https://papermc.io/software/velocity Velocity] is currently used to act as a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to limit API requests.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Sandbox:See_also&amp;diff=164</id>
		<title>Sandbox:See also</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Sandbox:See_also&amp;diff=164"/>
		<updated>2024-09-06T02:06:28Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{See also|Name of page=Inferris}}&lt;br /&gt;
&lt;br /&gt;
{{Distinguish|Name of page=Inferris}}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Sandbox:See_also&amp;diff=163</id>
		<title>Sandbox:See also</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Sandbox:See_also&amp;diff=163"/>
		<updated>2024-09-06T02:05:09Z</updated>

		<summary type="html">&lt;p&gt;Azzy: Created page with &amp;quot;{{See also|Name of page=Inferris}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{See also|Name of page=Inferris}}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=162</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=162"/>
		<updated>2024-09-06T02:04:17Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Server Architecture and Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
{{See also|Name of page=Player Data}}&lt;br /&gt;
&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the API calls. When a player connects to the server, the plugin interacts with the API which queries the Redis service, and if no keys exist, it falls back to the MySQL database. Subsequentially, if data is present in either service, the plugin generates and caches the new player data, and feeds it to a &amp;quot;POST&amp;quot; request so that the API can store the in the database and on Redis. [https://papermc.io/software/velocity Velocity] is currently used to act as a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to limit API requests.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Template:See_also&amp;diff=161</id>
		<title>Template:See also</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Template:See_also&amp;diff=161"/>
		<updated>2024-09-06T02:04:07Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;hatnote&amp;quot;&amp;gt;See also: {{{Name of page}}}&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;Name of page&amp;quot;: {&lt;br /&gt;
			&amp;quot;required&amp;quot;: true,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-page-name&amp;quot;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=160</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=160"/>
		<updated>2024-09-06T02:02:15Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Server Architecture and Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary (TTL) storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the API calls. When a player connects to the server, the plugin interacts with the API which queries the Redis service, and if no keys exist, it falls back to the MySQL database. Subsequentially, if data is present in either service, the plugin generates and caches the new player data, and feeds it to a &amp;quot;POST&amp;quot; request so that the API can store the in the database and on Redis. [https://papermc.io/software/velocity Velocity] is currently used to act as a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to limit API requests.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=159</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=159"/>
		<updated>2024-09-06T02:01:24Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Frontend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the API calls. When a player connects to the server, the plugin interacts with the API which queries the Redis service, and if no keys exist, it falls back to the MySQL database. Subsequentially, if data is present in either service, the plugin generates and caches the new player data, and feeds it to a &amp;quot;POST&amp;quot; request so that the API can store the in the database and on Redis. [https://papermc.io/software/velocity Velocity] is currently used to act as a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to limit API requests.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=158</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=158"/>
		<updated>2024-09-06T02:00:59Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Backend */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the API calls. When a player connects to the server, the plugin interacts with the API which queries the Redis service, and if no keys exist, it falls back to the MySQL database. Subsequentially, if data is present in either service, the plugin generates and caches the new player data, and feeds it to a &amp;quot;POST&amp;quot; request so that the API can store the in the database and on Redis. [https://papermc.io/software/velocity Velocity] is currently used to act as a proxy.&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to ensure the backend stays up to date with front end data changes.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=157</id>
		<title>Minecraft server</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Minecraft_server&amp;diff=157"/>
		<updated>2024-09-06T01:52:15Z</updated>

		<summary type="html">&lt;p&gt;Azzy: /* Server Architecture and Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The multiplayer &#039;&#039;&#039;Minecraft server&#039;&#039;&#039; at [[Inferris]] is a project that is currently in development, and will serve as a hotspot for gaming within the inner community.&lt;br /&gt;
&lt;br /&gt;
== Server Architecture and Technology ==&lt;br /&gt;
Inferris employs a hybrid data management approach, using a REST API-based microservice architecture for data retrieval, updates, and management. [[wikipedia:Redis|Redis]] is leveraged for fast access and temporary storage, while [[wikipedia:MySQL|MySQL database]] serves as the primary database for long-term data storage. The servers also maintain a local cache to improve performance. Additionally, inter-server Pub/Sub mechanisms are used to enable efficient communication between instances, ensuring that backend and frontend components stay synchronized by updating local data in real-time.&lt;br /&gt;
&lt;br /&gt;
=== Backend ===&lt;br /&gt;
The backend plugin, which runs on the [[wikipedia:Proxy_server|proxy server]], handles most of the data processing and logic for the player and their data. When a player connects, the plugin pulls from Redis, but if the player is not in the key value store, it will pull from the database and subsequently store them in Redis. [https://www.spigotmc.org/wiki/about-bungeecord/ BungeeCord] is currently used to act as a proxy, although there are plans to transition to [https://papermc.io/software/velocity Velocity].&lt;br /&gt;
&lt;br /&gt;
=== Frontend ===&lt;br /&gt;
The frontend plugins run on [https://papermc.io/software/paper Paper], a highly optimized fork of Spigot, and they are the actual playable environments. The frontend plugins are designed to receive data from the backend, and, if needed, send data to the backend; this approach is highly useful to ensure the backend stays up to date with front end data changes.&lt;br /&gt;
&lt;br /&gt;
== Planned Features and Gameplay ==&lt;br /&gt;
&lt;br /&gt;
=== Core game modes and mechanics ===&lt;br /&gt;
&lt;br /&gt;
==== Lobby ====&lt;br /&gt;
The lobby is a standalone server that acts as a hub for players to gather before moving to other servers, and it is the primary point that the proxy sends the [[player]] to. The player&#039;s inventory contains several valuable items, including the Server Selector and Profile. The Server Selector allows players to switch between different game servers, while the Profile item provides detailed information about the player&#039;s account and statistics.&lt;br /&gt;
&lt;br /&gt;
In the lobby, players can use [[Lumina]] to purchase a variety of cosmetic items, including fun gadgets and pets. Players can also perform an air boost at any time by pressing &#039;F&#039; (or the key assigned to swapping items), propelling themselves forward with a trail of particles behind.&lt;br /&gt;
&lt;br /&gt;
==== Mini-games ====&lt;br /&gt;
The mini-games server is currently in development. We plan to offer a variety of mini-games, including team-based and solo PvP options. In addition to traditional PvP, we will try to offer a range of cooperative mini-games that require teamwork and strategy. Our goal is to create a unique and enjoyable experience, free from toxicity, where our community can relax and have fun together.&lt;br /&gt;
&lt;br /&gt;
==== Survival ====&lt;br /&gt;
The survival server is in the concept phase, aiming to offer a unique experience beyond traditional vanilla gameplay. [[User:Azzy|Azzy]] is exploring features such as player home points, public warp points, player-owned shops, and an in-game economy, all powered by custom-built plugins. Community feedback will play a crucial role in shaping the server&#039;s final direction, ensuring it aligns with the desires of the players.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
The development officially started some time in May of 2023, although its original concepts date back much earlier through different plugin iterations.&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Sandbox:Speculation&amp;diff=156</id>
		<title>Sandbox:Speculation</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Sandbox:Speculation&amp;diff=156"/>
		<updated>2024-09-06T01:07:35Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Speculation|Date=September 9, 2024}}Test&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Sandbox:Speculation&amp;diff=155</id>
		<title>Sandbox:Speculation</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Sandbox:Speculation&amp;diff=155"/>
		<updated>2024-09-06T01:07:24Z</updated>

		<summary type="html">&lt;p&gt;Azzy: Created page with &amp;quot;{{Update|Date=September 9, 2024}}Test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Update|Date=September 9, 2024}}Test&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Template:Speculation&amp;diff=154</id>
		<title>Template:Speculation</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Template:Speculation&amp;diff=154"/>
		<updated>2024-09-06T01:07:07Z</updated>

		<summary type="html">&lt;p&gt;Azzy: Created page with &amp;quot;&amp;lt;div class=&amp;quot;information-box&amp;quot;&amp;gt;This article or section contains material that is speculative in nature. Information presented may include unsourced predictions, unconfirmed events, or assumptions that have not been officially verified. Please treat the content with caution and consider verifying facts through reliable sources before relying on any information contained here. &amp;lt;i&amp;gt;({{{Date}}})&amp;lt;/i&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;noinclude&amp;gt; &amp;lt;templatedata&amp;gt; { 	&amp;quot;params&amp;quot;: { 		&amp;quot;Date&amp;quot;: { 			&amp;quot;type&amp;quot;: &amp;quot;d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;information-box&amp;quot;&amp;gt;This article or section contains material that is speculative in nature. Information presented may include unsourced predictions, unconfirmed events, or assumptions that have not been officially verified. Please treat the content with caution and consider verifying facts through reliable sources before relying on any information contained here. &amp;lt;i&amp;gt;({{{Date}}})&amp;lt;/i&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;Date&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;date&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Format: Month Day, Year\n\nExample: September 9, 2024&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=153</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=153"/>
		<updated>2024-09-06T01:04:08Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border-left: 8px solid #f5c842;  /* Orange vertical line on the left */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow */&lt;br /&gt;
    display: block;  /* Ensure the element behaves like a block-level element */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.information-box-unused {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=152</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=152"/>
		<updated>2024-09-06T01:03:03Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border-left: 6px solid #f5c842;  /* Thicker orange vertical line on the left */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow */&lt;br /&gt;
    display: block;  /* Ensure the element behaves like a block-level element */&lt;br /&gt;
    height: auto;  /* Ensure the box takes the height of its content */&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box-unused {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=151</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=151"/>
		<updated>2024-09-06T01:02:44Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border-left: 6px solid #f5c842;  /* Thicker orange vertical line on the left */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow */&lt;br /&gt;
    display: block;  /* Ensure the element behaves like a block-level element */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box-unused {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=150</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=150"/>
		<updated>2024-09-06T01:02:11Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border-left: 6px solid #f5c842;  /* Thicker orange vertical line on the left */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a subtle shadow */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box-unused {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=149</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=149"/>
		<updated>2024-09-06T01:01:22Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
	border-left: 66px solid #f5c842;  /* Orange vertical line on the left */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box-unused {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=148</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=148"/>
		<updated>2024-09-06T01:00:46Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
	border-left: 6px solid #f5c842;  /* Orange vertical line on the left */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box-unused {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=147</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=147"/>
		<updated>2024-09-06T00:59:35Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=146</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=146"/>
		<updated>2024-09-06T00:58:57Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set maximum width for the box */&lt;br /&gt;
    text-align: left;  /* Keep the text left-aligned and flowing naturally */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.information-box div {&lt;br /&gt;
    width: 100%;  /* Make sure the inner content takes full width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=145</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=145"/>
		<updated>2024-09-06T00:57:49Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border: 1px solid #f5c842;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Font style */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box horizontally */&lt;br /&gt;
    max-width: 800px;  /* Set width for the box */&lt;br /&gt;
    text-align: left;  /* Left-align all content */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.information-box div {&lt;br /&gt;
    width: 100%;  /* Make sure the inner content takes full width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=Template:Update&amp;diff=144</id>
		<title>Template:Update</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=Template:Update&amp;diff=144"/>
		<updated>2024-09-06T00:54:08Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;information-box&amp;quot;&amp;gt;This article needs to be updated. Please help update this article to reflect recent events or newly available information. &amp;lt;i&amp;gt;({{{Date}}})&amp;lt;/i&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;Date&amp;quot;: {&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;date&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Format: Month Day, Year\n\nExample: September 9, 2024&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=143</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=143"/>
		<updated>2024-09-06T00:53:44Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Center the content horizontally */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
    text-align: left;  /* Ensure text is left-aligned */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box div {&lt;br /&gt;
    width: 100%;  /* Make sure the inner content takes full width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=142</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=142"/>
		<updated>2024-09-06T00:48:28Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
    width: 50%;  /* Set a width for the box */&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Centering with auto margin */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=141</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=141"/>
		<updated>2024-09-06T00:48:05Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
    width: 50%;  /* Set a width for the box */&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Centering with auto margin */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=140</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=140"/>
		<updated>2024-09-06T00:47:38Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
    width: 50%;  /* Set a width for the box */&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Centering with auto margin */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=139</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=139"/>
		<updated>2024-09-06T00:44:41Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    display: flex;  /* This allows you to add the icon and content side by side */&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 15px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
    width: 50%;  /* Set a width for the box */&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Centering with auto margin */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=138</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=138"/>
		<updated>2024-09-06T00:44:21Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    display: flex;  /* This allows you to add the icon and content side by side */&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 16px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
    width: 50%;  /* Set a width for the box */&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Centering with auto margin */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=137</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=137"/>
		<updated>2024-09-06T00:44:06Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    display: flex;  /* This allows you to add the icon and content side by side */&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box2 {&lt;br /&gt;
    width: 50%;  /* Set a width for the box */&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Centering with auto margin */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=136</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=136"/>
		<updated>2024-09-06T00:42:40Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    display: flex;  /* This allows you to add the icon and content side by side */&lt;br /&gt;
    align-items: center;  /* Align the icon and text vertically */&lt;br /&gt;
    border: 1px solid #f5c842;  /* Thinner orange border */&lt;br /&gt;
    background-color: #fdf7e3;  /* Slight yellowish background */&lt;br /&gt;
    padding: 8px 12px;  /* Adjusted padding */&lt;br /&gt;
    font-family: sans-serif;  /* Similar font to the example */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size */&lt;br /&gt;
    border-radius: 4px;  /* Slightly rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Center the box */&lt;br /&gt;
    max-width: 800px;  /* Adjust width */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=135</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=135"/>
		<updated>2024-09-06T00:41:35Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    width: 50%;  /* Set a width for the box */&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Centering with auto margin */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=134</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=134"/>
		<updated>2024-09-06T00:40:26Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px auto;  /* Space around the box */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=133</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=133"/>
		<updated>2024-09-06T00:40:01Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px 0;  /* Space around the box */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    text-align: center;  /* Optional: Center the text inside the box */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
	<entry>
		<id>https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=132</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wiki.inferris.com/index.php?title=MediaWiki:Common.css&amp;diff=132"/>
		<updated>2024-09-06T00:38:40Z</updated>

		<summary type="html">&lt;p&gt;Azzy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
.hatnote {&lt;br /&gt;
	margin-left: 10px; /* Adjust the value as needed for indentation */&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box {&lt;br /&gt;
    border: 1px solid orange;  /* Orange border */&lt;br /&gt;
    background-color: #f9f9f9;  /* Light background color */&lt;br /&gt;
    padding: 10px;  /* Space inside the box */&lt;br /&gt;
    font-family: Arial, sans-serif;  /* Similar font */&lt;br /&gt;
    font-size: 14px;  /* Adjust font size to match */&lt;br /&gt;
    border-radius: 4px;  /* Rounded corners */&lt;br /&gt;
    margin: 10px 0;  /* Space around the box */&lt;br /&gt;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  /* Light shadow for depth */&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box strong {&lt;br /&gt;
    color: #d35400;  /* Orange text color for the &#039;updated&#039; part */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a {&lt;br /&gt;
    color: #007bff;  /* Link color (blue) */&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.information-box a:hover {&lt;br /&gt;
    text-decoration: underline;  /* Underline links on hover */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.shortdescription {&lt;br /&gt;
  display:block !important;&lt;br /&gt;
  white-space: pre-wrap;&lt;br /&gt;
  display: none !important;&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Azzy</name></author>
	</entry>
</feed>