Title: List2Play Servers
Author: list2play
Published: <strong>22 de desembre de 2025</strong>
Last modified: 22 de març de 2026

---

Cerca extensions

![](https://ps.w.org/list2play-servers/assets/banner-772x250.png?rev=3425624)

![](https://ps.w.org/list2play-servers/assets/icon-256x256.png?rev=3425624)

# List2Play Servers

 Per [list2play](https://profiles.wordpress.org/list2play/)

[Baixa](https://downloads.wordpress.org/plugin/list2play-servers.1.0.4.zip)

 * [Detalls](https://ca.wordpress.org/plugins/list2play-servers/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/list2play-servers/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/list2play-servers/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/list2play-servers/#developers)

 [Suport](https://wordpress.org/support/plugin/list2play-servers/)

## Descripció

List2Play Servers is a powerful WordPress plugin that allows you to display game
servers from List2Play.net on your WordPress website. Perfect for gaming communities,
server owners, and gaming websites.

#### Key Features

 * **Server Selection & Management**: Choose specific servers to display via admin
   panel with drag-and-drop reordering. Select from your own servers or add any 
   public server by ID.
 * **Multiple Display Methods**: Use shortcode `[list2play_servers]`, WordPress 
   Widget, or Gutenberg Block to display servers anywhere on your site.
 * **Customizable Display Options**: Control what information to show – hostname,
   status, address, game type, region, players, map, votes, player history charts,
   server stats, and vote buttons.
 * **Player History Charts**: Beautiful Chart.js charts showing player count over
   time (24-hour history).
 * **Vote Integration**: Display total votes and vote buttons that link directly
   to List2Play voting page.
 * **Advanced Filtering**: Filter servers by game type, category, country, status(
   online/offline), and more.
 * **Flexible Sorting**: Sort by votes, activity, newest, or server name in ascending
   or descending order.
 * **Pagination**: Built-in pagination support with customizable servers per page(
   default: 20, max: 100).
 * **WordPress Widget**: Full-featured widget with all display options and ability
   to show a single server by ID.
 * **Gutenberg Block**: Native Gutenberg block with live preview and all customization
   options.
 * **Responsive Design**: Mobile-friendly layouts that work perfectly on all devices(
   desktop, tablet, mobile).
 * **Performance Optimized**: Built-in caching system for API responses to reduce
   server load and improve page speed.
 * **GDPR Compliant**: Privacy-focused with optional metadata collection and clear
   privacy policy.
 * **Easy Configuration**: Simple admin interface with automatic server loading 
   and intuitive controls.

#### Installation

 1. Upload the `list2play-servers` folder to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings > List2Play Servers to configure the plugin
 4. Enter your API token from your List2Play profile settings
 5. Select which servers to display
 6. Use the shortcode `[list2play_servers]` on any page or post

#### Configuration

**API Settings:**
 * API Base URL: API base URL (default: `https://list2play.net/
api`) * API Token: Enter your API token from your List2Play profile settings * Cache
Duration: Set how long to cache API responses (default: 300 seconds)

**Server Selection:**
 * Click “Refresh Servers” to fetch your servers from the 
API * Select which servers to display by default using the checkboxes * Drag and
drop servers to reorder them (custom order is preserved) * Click “Save Selection”
to save your choices * Add servers by ID if needed (enter server ID from List2Play
server URL, e.g., `https://list2play.net/servers/discord/922` where `922` is the
server ID)

**Display Options:**
 * Control what information is displayed by default for shortcode,
widget, and block * Options include: Hostname, Status, Address, Game, Region, Players,
Map, Votes, Player History Chart, Server Stats, Vote Button * Each option can be
enabled or disabled individually * Options can be overridden per shortcode/widget/
block instance

**Privacy Settings:**
 * Option to send detailed usage statistics (plugin version,
WordPress version, PHP version, domain, site URL) to List2Play for support and analytics*
Basic API usage statistics (user ID, endpoints, IP, timestamps) are automatically
logged by List2Play API for service operation and security (required, cannot be 
disabled) * All data stored locally can be cleared or deleted at any time

#### Usage

**Shortcode:**
 [list2play_servers]

**Parameters:**
 * `game_type` – Filter by game type slug (see Supported Games below)*`
category` – Filter by category slug * `country` – Filter by country code (e.g., 
US, GB, LT) * `status` – Filter by status: `online` or `offline` * `sort` – Sort
by: `votes`, `activity`, `newest`, `server` * `direction` – Sort direction: `asc`
or `desc` (default: `desc`) * `per_page` – Number of servers per page (default: 
20, max: 100) * `show_stats` – Show server statistics: `true` or `false` (default:`
true`) * `show_votes` – Show vote count: `true` or `false` (default: `true`) * `
show_vote_button` – Show vote button: `true` or `false` (default: `true`)

#### Supported Games

List2Play platform supports the following game types. Use the slug in the `game_type`
parameter:

**Counter-Strike Series:**
 * `cs16` – Counter-Strike 1.6 * `css` – Counter-Strike:
Source * `csgo` – Counter-Strike: Global Offensive * `cs2` – Counter-Strike 2

**Minecraft:**
 * `minecraft` – Minecraft * `minecraftpe` – Minecraft Pocket Edition

**Valve Games:**
 * `tf2` – Team Fortress 2 * `gmod` – Garry’s Mod * `l4d` – Left
4 Dead * `l4d2` – Left 4 Dead 2 * `hl1` – Half-Life 1 * `hl2dm` – Half-Life 2 Deathmatch*`
dod` – Day of Defeat * `dods` – Day of Defeat Source

**Survival Games:**
 * `rust` – Rust * `arkse` – ARK: Survival Evolved * `sevendaystodie`–
7 Days to Die * `theforest` – The Forest * `terraria` – Terraria

**Other Games:**
 * `killingfloor` – Killing Floor * `killingfloor2` – Killing Floor
2 * `arma3` – ARMA 3 * `cod` – Call of Duty * `cod2` – Call of Duty 2 * `cod4` –
Call of Duty 4 * `samp` – San Andreas Multiplayer * `gta5m` – GTA Five M * `mta`–
Multi Theft Auto * `discord` – Discord * And many more!

**Example:**
 [list2play_servers game_type=”cs16″ status=”online”] – Display online
Counter-Strike 1.6 servers

**WordPress Widget:**
 Add the “List2Play Servers” widget to any widget area. The
widget displays servers selected in the admin settings.

Widget options:
 * **Title** – Widget title (optional) * **Show Single Server** –
Enter a server ID to display only that specific server (optional) * **Number of 
servers** – How many servers to display (1-20, ignored if single server ID is set)***
Status** – Filter by status: All, Online Only, or Offline Only * **Sort by** – Sort
by: Votes, Activity, or Newest * **Sort direction** – Ascending or Descending * **
Game Type** – Filter by game type slug (optional) * **Country Code** – Filter by
country code (optional, e.g., US, GB, LT) * **Display Options** – Choose which information
to display: * Hostname * Status * Address * Game * Region * Players * Map * Votes*
Player History Chart * Server Stats * Vote Button

**Gutenberg Block:**
 Use the “List2Play Servers” block in the Gutenberg editor.
The block displays servers selected in the admin settings.

Block options:
 * **Number of servers** – How many servers to display (1-100) * **
Status** – Filter by status: All, Online Only, or Offline Only * **Sort by** – Sort
by: Votes, Activity, Newest, or Server Name * **Sort direction** – Ascending or 
Descending * **Game Type** – Filter by game type slug (optional) * **Country Code**–
Filter by country code (optional, e.g., US, GB, LT) * **Display Options** – Choose
which information to display: * Hostname * Status * Address * Game * Region * Players*
Map * Votes * Player History Chart * Server Stats * Vote Button

#### API Requirements

This plugin requires a List2Play API token. To get your API token:

 1. Log in to your List2Play account
 2. Go to your profile settings
 3. Navigate to the “API Access” section
 4. Generate an API token
 5. Copy the token and paste it into the plugin settings

#### Screenshots

 1. Admin settings page with server selection
 2. Admin settings page showing server list
 3. Server list displayed on frontend with shortcode/widget
 4. Pagination example
 5. WordPress Widget configuration

#### Frequently Asked Questions

#### Do I need a List2Play account?

Yes, you need a List2Play account and an API token to use this plugin.

#### Can I display servers from other users?

Yes, you can add servers by ID to display any public server from List2Play.

#### Does the plugin work without an API token?

No, an API token is required to use this plugin. You need to obtain an API token
from your List2Play account profile settings.

#### Can I customize the appearance?

Yes, the plugin includes default styles that work with most WordPress themes. You
can customize the appearance by adding custom CSS to your theme.

#### How does caching work?

The plugin caches API responses to improve performance. Cache duration can be configured
in the settings. You can manually clear the cache from the admin settings page.

#### Support

For bug reports, feature requests, or general support, please contact us:

 * **Email:** info@list2play.net
 * **Website:** https://list2play.net
 * **Report Bugs:** info@list2play.net (subject: “List2Play Servers Plugin Bug Report”)
 * **Feature Requests:** info@list2play.net (subject: “List2Play Servers Plugin 
   Feature Request”)

### Privacy Policy

This plugin collects and processes the following data:

**Data Collected:**
 * API Token: Stored locally in WordPress database using WordPress
Options API (stored as plain text in database, protected by WordPress access controls)*
Server Data: Fetched from List2Play API and cached locally * API Usage Statistics(
Required): User ID, API endpoints accessed, request method, IP address, User-Agent,
response status, timestamp * Client Metadata (Optional): Plugin version, WordPress
version, PHP version, domain, and site URL

**Data Usage:**
 * Server data is fetched from List2Play API to display on your 
website * API usage statistics are automatically logged by List2Play API for service
operation, security, rate limiting, and monitoring purposes (required, cannot be
disabled) * Client metadata is sent to List2Play API for detailed statistics and
support purposes (optional, can be disabled in settings) * All data is stored locally
in WordPress database using WordPress Transients and Options API

**Data Sharing:**
 * Server data is fetched from List2Play.net API * API usage statistics
are automatically logged by List2Play.net API (required for service operation) *
Client metadata (if enabled) is sent to List2Play.net API for statistics * No data
is shared with third parties

**Your Rights:**
 * You can disable detailed metadata collection (domain, site URL,
versions) in plugin settings * Basic API usage statistics (endpoints, user ID, IP,
timestamps) are required for service operation and cannot be disabled * You can 
clear cached data at any time * You can delete the plugin and all its data will 
be removed (see Uninstall section)

**GDPR Compliance:**
 * This plugin does not collect personal data directly from
your website visitors. However, when the plugin makes API requests to List2Play.
net, basic API usage statistics (user ID, endpoints accessed, IP address, User-Agent,
timestamps) are automatically logged by List2Play API as required for service operation,
security, rate limiting, and monitoring. This is necessary for the API service to
function and cannot be disabled (legal basis: legitimate interest under GDPR Article
6(1)(f) and contract performance) * Detailed client metadata (domain, site URL, 
plugin/WordPress/PHP versions) may be considered personal data under GDPR and is
optional – you can disable it in plugin settings * All data stored locally in WordPress
can be deleted at any time * List2Play has the right to know who and how uses their
API service for operational, security, and business purposes

**Third-Party Services:**
 * List2Play.net API: Used to fetch server data * Chart.
js CDN: Used for player history charts (loaded from jsdelivr.net)

For more information about List2Play’s privacy practices, visit: https://list2play.
net/privacy

### Support

For bug reports, feature requests, or general support, please contact us:

 * **Email:** info@list2play.net
 * **Website:** https://list2play.net
 * **Report Bugs:** info@list2play.net (subject: “List2Play Servers Plugin Bug Report”)
 * **Feature Requests:** info@list2play.net (subject: “List2Play Servers Plugin 
   Feature Request”)

## Captures

 * [[
 * Admin settings page with server selection
 * [[
 * Server list displayed on frontend
 * [[
 * Player history chart
 * [[
 * WordPress Widget configuration
 * [[
 * Gutenberg Block in editor

## Blocs

Aquesta extensió proporciona 1 bloc.

 *   List2Play Servers Display List2Play game servers with customizable options.

## Instal·lació

 1. Upload the `list2play-servers` folder to `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings > List2Play Servers to configure the plugin
 4. Enter your API token from your List2Play profile settings
 5. Select which servers to display
 6. Use the shortcode `[list2play_servers]` on any page or post

## PMF

### Do I need a List2Play account?

Yes, you need a List2Play account and an API token to use this plugin.

### Can I display servers from other users?

Yes, you can add servers by ID to display any public server from List2Play.

### Does the plugin work without an API token?

No, an API token is required to use this plugin. You need to obtain an API token
from your List2Play account profile settings.

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«List2Play Servers» és programari de codi obert. La següent gent ha col·laborat 
en aquesta extensió.

Col·laboradors

 *   [ list2play ](https://profiles.wordpress.org/list2play/)

[Traduïu «List2Play Servers» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/list2play-servers)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/list2play-servers/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/list2play-servers/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/list2play-servers/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/list2play-servers/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.0.4

 * **Upgrade migration**: If the API Base URL was saved as the old domain, it is
   automatically rewritten to **list2play.net** on load (fixes charts/API for existing
   sites without manual settings change).

#### 1.0.3

 * **API URL defaults**: All remaining default URLs, admin links, and JS fallbacks
   now use **https://list2play.net** (fixes charts and API calls when the stored
   option still pointed at the old domain).
 * **Renderer / uninstall** headers updated to the new domain.

#### 1.0.2

 * **Site domain**: Default API base URL and all documentation now use **https://
   list2play.net** (migrated from the previous domain).
 * **Support & privacy text**: Updated references to List2Play.net API and contact
   addresses in readme and FAQ-style sections.

#### 1.0.1

 * **Enhancement**: Improved Discord server support
 * Discord servers now display “Join Link” instead of “Address” with clickable link
   to join server
 * Discord servers display “Users” instead of “Players” for better terminology
 * Discord servers show “24h Users History” instead of “24h Players History” in 
   charts
 * Discord server addresses are now clickable links that open in new tab instead
   of copy buttons
 * Improved user experience for Discord server owners and visitors

#### 1.0.0

 * Initial release of List2Play Servers plugin
 * Server selection and management via admin panel with drag-and-drop reordering
 * Support for displaying your own servers or any public server by ID
 * Shortcode support with extensive filtering and sorting options
 * WordPress Widget with full customization options and single server display capability
 * Gutenberg Block with live preview and all customization options
 * Player history charts using Chart.js (24-hour history)
 * Vote integration with vote count display and vote buttons
 * Advanced filtering by game type, category, country, and status
 * Flexible sorting by votes, activity, newest, or server name
 * Pagination support with customizable servers per page
 * Customizable display options (hostname, status, address, game, region, players,
   map, votes, charts, stats, vote button)
 * Responsive design for all devices (desktop, tablet, mobile)
 * Built-in caching system for API responses
 * GDPR compliant with optional metadata collection and privacy policy
 * Plugin lifecycle hooks (activation/deactivation/uninstall)
 * Settings link in plugin action links
 * Automatic server loading on admin page
 * Comprehensive error handling and user feedback

## Meta

 *  Versió **1.0.4**
 *  Darrera actualització **fa 2 setmanes**
 *  Instal·lacions actives **10+**
 *  Versió del WordPress ** 5.8 o posterior **
 *  Provada fins a **6.9.4**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/list2play-servers/)
 * Etiquetes
 * [gaming](https://ca.wordpress.org/plugins/tags/gaming/)[multiplayer](https://ca.wordpress.org/plugins/tags/multiplayer/)
   [servers](https://ca.wordpress.org/plugins/tags/servers/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/list2play-servers/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[Afegeix una ressenya](https://wordpress.org/support/plugin/list2play-servers/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/list2play-servers/reviews/)

## Col·laboradors

 *   [ list2play ](https://profiles.wordpress.org/list2play/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/list2play-servers/)