AlexPlugins - ServerTools

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 147 downloads ๐Ÿ“Œ v0.0.5-Beta ๐Ÿ“… 12/14/2025
๐ŸŸก Updated this year

By silver_sphinx ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 7/17/2026 ๐Ÿ“… Created: 12/14/2025

๐Ÿ” Analysis

  • ๐Ÿ† #184 of 1224 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿงฐ AlexPlugins โ€“ ServerTools ## Update to 0.0.5 Release before 7/25 # ServerTools **ServerTools** is a modular utility plugin for **Paper and Purpur 26.2 Minecraft servers**. It provides focused administrative tools, player timezones, configurable custom items, and an optional Python expansion system. ServerTools integrates with **PlaceholderAPI** when installed. Plugins such as **TAB** can display ServerTools placeholders through PlaceholderAPI; TAB is not a direct dependency. > โš ๏ธ **ServerTools is actively developed and considered a work in progress.** > Features, commands, configuration, and expansion APIs may change between beta releases. --- ## Requirements - **Paper 26.2** or **Purpur 26.2** - **Java 25** - **PlaceholderAPI 2.12.3+** โ€” optional, required only for placeholders - **TAB** โ€” optional ServerTools does not support Spigot, CraftBukkit, Folia, Sponge, BungeeCord, Velocity, or Waterfall. --- ## โœจ Core Features ### ๐Ÿ•’ Player Timezone System A local, per-player timezone system using real **IANA timezone identifiers**, such as `America/New_York` and `Europe/London`. - Per-player timezone storage - Configurable server-default timezone - Automatic daylight-saving-time handling - Case-insensitive timezone input - Join reminders for players without a configured timezone - Configurable reminder delay and interval - Timezone removal and fallback to the server default - PlaceholderAPI integration Example placeholder output: ```text 6:18 PM ``` Timezone commands: ```text /tz /tz set <ZoneId> /tz change <ZoneId> /tz remove ``` --- ### ๐Ÿงฉ PlaceholderAPI Integration When PlaceholderAPI is installed, ServerTools automatically registers its internal expansion at runtime. No PlaceholderAPI eCloud download is required. Available placeholder: ```text %servertools_time% ``` The placeholder returns the playerโ€™s local time. If the player has not selected a timezone, the configured server default is used. TAB can display this value through its normal PlaceholderAPI support. --- ### ๐ŸŽจ Configurable Special Items ServerTools can create custom items defined in `servertools.yml`. Special items support: - Material selection - Custom display names - Configurable stack amounts - Custom model data - Unsafe enchantment levels - Persistent ServerTools item identifiers - Giving items to online players - Removing ServerTools items from player inventories - Tab completion for item IDs and player names Commands: ```text /specialitem give <item> /specialitem list /specialitem remove <player> /specialitem reload ``` A matching Minecraft 26.2 resource pack is included for the default Ownerโ€™s Sword and Ownerโ€™s Pickaxe examples. --- ### ๐Ÿ Python Expansion System ServerTools includes an optional expansion system powered by **Jython 2.7**. Expansion files can: - Register dynamic commands - Unregister commands - Run console commands - Write messages to the server log - Use startup and shutdown lifecycle functions - Disable themselves at runtime Expansion files are loaded from: ```text plugins/ServerTools/expansions/ ``` > Expansions execute inside the Minecraft server and can dispatch console commands. Only install expansion files you fully trust. Management commands: ```text /expansions list /expansions reload /expansions remove <id> /expansions dev list /expansions dev stop <id> ``` The shorter `/expans` alias is also available. --- ### ๐Ÿ› ๏ธ Server Utilities ServerTools currently includes: - `/disconnect` โ€” disconnect yourself with a configurable message - `/stopserver ` โ€” schedule a server shutdown - `/stopserver cancel` โ€” cancel a scheduled shutdown - `/servertools version` โ€” display the installed version - `/servertools reload` โ€” reload configuration and expansions - `/servertools disable` โ€” disable ServerTools - `/servertools verifyclient` โ€” show login verification and client-brand information - `/servertools playeridentification` โ€” show player identification information - `/tz` โ€” manage player timezones - `/specialitem` โ€” manage configured custom items - `/expansions` โ€” manage Python expansions Administrative commands are protected by permissions defined in `plugin.yml`. --- ## ๐Ÿ“‹ Modular Configuration ServerTools stores its primary configuration in: ```text plugins/ServerTools/servertools.yml ``` Configuration defaults are loaded automatically, while existing server configuration values are preserved. Example: ```yaml plugin: enabled: true disconnect: enabled: true message: "Disconnected!" timezones: enabled: true default: "America/New_York" request-on-join: true reminder-delay-seconds: 2 reminder-interval-seconds: 30 expansions: enabled: true developer-mode: false special-items: owners_sword: material: NETHERITE_SWORD amount: 1 display-name: "&6Owner's Sword" custom-model-data: 1001 enchants: SHARPNESS: 255 SMITE: 5 ``` --- ## ๐Ÿ“ฆ Installation 1. Install **Java 25**. 2. Download `Server

# ๐Ÿงฐ AlexPlugins โ€“ ServerTools

## Update to 0. 0. 5 Release before 7/25

# ServerTools

ServerTools is a modular utility plugin for Paper and Purpur 26. 2 Minecraft servers. It provides focused administrative tools, player timezones, configurable custom items, and an optional Python expansion system.

ServerTools integrates with PlaceholderAPI when installed. Plugins such as TAB can display ServerTools placeholders through PlaceholderAPI; TAB is not a direct dependency.

> โš ๏ธ ServerTools is actively developed and considered a work in progress. > Features, commands, configuration, and expansion APIs may change between beta releases.

## Requirements

  • Paper 26. 2 or Purpur 26. 2
  • Java 25
  • PlaceholderAPI 2. 12. 3+ โ€” optional, required only for placeholders
  • TAB โ€” optional

ServerTools does not support Spigot, CraftBukkit, Folia, Sponge, BungeeCord, Velocity, or Waterfall.

## โœจ Core Features

### ๐Ÿ•’ Player Timezone System

A local, per-player timezone system using real IANA timezone identifiers, such as `America/New_York` and `Europe/London`.

  • Per-player timezone storage
  • Configurable server-default timezone
  • Automatic daylight-saving-time handling
  • Case-insensitive timezone input
  • Join reminders for players without a configured timezone
  • Configurable reminder delay and interval
  • Timezone removal and fallback to the server default
  • PlaceholderAPI integration

Example placeholder output:

```text 6:18 PM ```

Timezone commands:

```text /tz /tz set /tz change /tz remove ```

### ๐Ÿงฉ PlaceholderAPI Integration

When PlaceholderAPI is installed, ServerTools automatically registers its internal expansion at runtime.

No PlaceholderAPI eCloud download is required.

Available placeholder:

```text %servertools_time% ```

The placeholder returns the playerโ€™s local time. If the player has not selected a timezone, the configured server default is used.

TAB can display this value through its normal PlaceholderAPI support.

### ๐ŸŽจ Configurable Special Items

ServerTools can create custom items defined in `servertools.yml`.

Special items support:

  • Material selection
  • Custom display names
  • Configurable stack amounts
  • Custom model data
  • Unsafe enchantment levels
  • Persistent ServerTools item identifiers
  • Giving items to online players
  • Removing ServerTools items from player inventories
  • Tab completion for item IDs and player names

```text /specialitem give /specialitem list /specialitem remove /specialitem reload ```

A matching Minecraft 26. 2 resource pack is included for the default Ownerโ€™s Sword and Ownerโ€™s Pickaxe examples.

### ๐Ÿ Python Expansion System

ServerTools includes an optional expansion system powered by Jython 2. 7.

Expansion files can:

  • Register dynamic commands
  • Unregister commands
  • Run console commands
  • Write messages to the server log
  • Use startup and shutdown lifecycle functions
  • Disable themselves at runtime

Expansion files are loaded from:

```text plugins/ServerTools/expansions/ ```

> Expansions execute inside the Minecraft server and can dispatch console commands. Only install expansion files you fully trust.

Management commands:

```text /expansions list /expansions reload /expansions remove /expansions dev list /expansions dev stop ```

The shorter `/expans` alias is also available.

### ๐Ÿ› ๏ธ Server Utilities

ServerTools currently includes:

  • `/disconnect` โ€” disconnect yourself with a configurable message
  • `/stopserver ` โ€” schedule a server shutdown
  • `/stopserver cancel` โ€” cancel a scheduled shutdown
  • `/servertools version` โ€” display the installed version
  • `/servertools reload` โ€” reload configuration and expansions
  • `/servertools disable` โ€” disable ServerTools
  • `/servertools verifyclient` โ€” show login verification and client-brand information
  • `/servertools playeridentification` โ€” show player identification information
  • `/tz` โ€” manage player timezones
  • `/specialitem` โ€” manage configured custom items
  • `/expansions` โ€” manage Python expansions

Administrative commands are protected by permissions defined in `plugin.yml`.

## ๐Ÿ“‹ Modular Configuration

ServerTools stores its primary configuration in:

```text plugins/ServerTools/servertools.yml ```

Configuration defaults are loaded automatically, while existing server configuration values are preserved.

```yaml plugin: enabled: true

disconnect: enabled: true message: "Disconnected!"

timezones: enabled: true default: "America/New_York" request-on-join: true reminder-delay-seconds: 2 reminder-interval-seconds: 30

expansions: enabled: true developer-mode: false

special-items: owners_sword: material: NETHERITE_SWORD amount: 1 display-name: "&6Owner's Sword" custom-model-data: 1001 enchants: SHARPNESS: 255 SMITE: 5 ```

## ๐Ÿ“ฆ Installation

1. Install Java 25. 2. Download `Server

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
silver_sphinx
Version
0.0.5-Beta
Downloads
147
Endorsements
0
Category
bukkit
Created
12/14/2025
Updated
7/17/2026
Game Versions
26.2
Tags
management, technology, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does AlexPlugins - ServerTools support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of AlexPlugins - ServerTools?

Version 0.0.5-Beta, published 2026-07-17 with 147 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by silver_sphinx ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods