1 Tap Kill
作者:rebot | 分类:模组
Minecraft 版本: 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: bukkit paper purpur spigot
标签: cursed game-mechanics magic
⚔️ 1tk v1.0.0
1tk is a lightweight one-tap kill troll plugin for Bukkit, Spigot, Paper, and Purpur servers. Give selected players the ability to instantly kill allowed mobs or players with a normal melee hit.
Troll Plugin: 1tk is made for playful server trolling, staff jokes, and private/friends-only chaos.
Note: Player toggle data is stored separately in
plugins/1tk/players.yml. Theconfig.ymlfile is only for plugin settings.
⚠️ Version Compatibility Notice
| Minecraft Version | Java Version | 1tk Support |
|---|---|---|
| 1.8.8 and newer | Java 8+ | ✅ Built against Spigot API 1.8.8 |
| Modern Paper/Purpur releases | Server-required Java version | ✅ Supported through classic plugin.yml loading |
One JAR for supported servers. 1tk uses the classic Bukkit plugin API and avoids Paper-only plugin loading features for broader compatibility (bugs may appear though).
? Development & Support
1tk is currently in active development. More quality-of-life options, command polish, and configuration features may be added in future updates. (Source code will be published later)
For support, bug reports, or feature ideas, join the Discord Server.
? Prerequisites
- Bukkit-family server: Built against Spigot API
1.8.8-R0.1-SNAPSHOT. - Java 8+: The plugin compiles to Java 8 bytecode for wider server compatibility.
- Operator or permission access: Admin commands require
1tk.command.
? Features
- ⚔️ One-Tap Toggle: Enable or disable one-tap kill for one player or every online player.
- ?️ Immune Players: Protect specific players from being one-tapped.
- ? UUID Storage: Saves enabled and immune players by UUID in
players.yml. - ?️ Configurable Rules: Decide which game mode combinations can one-tap players or mobs.
- ? Configurable Death Messages: Replace vanilla one-tap player death messages to avoid duplicate chat lines.
- ? Vanilla Mob Deaths: Mobs keep their normal Minecraft death messages.
- ? Live Reload: Use
/1tk reloadto reloadconfig.ymlandplayers.ymlwithout restarting. - ? Status Command: Use
/1tk statusto check version, update status, rules, and stored player counts. - ⌨️ Smart Tab Completion: Suggests subcommands, players,
*,true, andfalse.
? Commands & Permissions
? Commands & Permissions | Command | Description | Permission | Default | | :--- | :--- | :--- | :--- | | `/1tk toggle ` | Enables or disables one-tap kill | `1tk.command` | OP | | `/1tk immune ` | Enables or disables one-tap immunity | `1tk.command` | OP | | `/1tk reload` | Reloads config and player data | `1tk.command` | OP | | `/1tk status` | Displays plugin status and version info | `1tk.command` | OP |Legacy command:
/1tk <player|*> <true|false>still works, but/1tk toggle ...is preferred.
⚙️ Configuration (config.yml)
⚙️ config.yml
```yaml
# 1tk configuration
#
# Player toggle state is stored separately in plugins/1tk/players.yml.
# Check for future plugin updates from Obsyron.
# Set enabled to false if you do not want 1tk to contact the update URL.
updates:
enabled: true
notify-ops-on-join: true
# One-tap rules. These only apply to players who have one-tap enabled.
# Immune players in plugins/1tk/players.yml cannot be one-tapped.
rules:
survival-can-kill-survival-players: true
creative-can-kill-survival-players: true
survival-can-kill-mobs: true
creative-can-kill-mobs: true
# Replaces one-tap death messages.
# Vanilla one-tap player death messages are suppressed first so they do not appear twice.
# If enabled is false, one-tap player deaths will be silent.
# Mobs keep their normal vanilla death messages.
# Placeholders: %victim%, %killer%, %victim_type%
death-messages:
enabled: true
show-killer: false
player-message: "%victim% died"
player-message-with-killer: "%victim% got one tapped by %killer%"
```
? Player Data (players.yml)
1tk stores player state in a separate data file:
enabled-players: []
immune-players: []
Both sections store UUIDs, not player names. This keeps data working even if a player changes their Minecraft username.
请登录后举报
暂无评论,抢个沙发吧~