ToolKit
Essential set of tools for administration, includes commands like /crash, /lunar, /spawn, /crawl etc.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
ToolKit
> Optional dependencies: Apollo, Pl3xMap
ToolKit is a lightweight plugin for Paper & Folia servers that provides a range of useful tools for server administrators.
Suitable for all servers that require basic player management tools.
Key Features:
> *`.bypass` permission suffix is for restricting anyone to use that command on you.
`.other` permission suffix is for option to apply the command to other players.*
- /skick <player>: Force-quits a selected player's Minecraft client - permission: `toolkit.crash` - bypass: `toolkit.crash.bypass` - /skick <player>: Disconnects the player from the game with a very long message, making it impossible to click on the button to return to the main menu - permission: `toolkit.skick` - bypass: `toolkit.skick.bypass`
---
- /sit <player>: Forces a selected player to crawl on ground - permission: `toolkit.crawl` - other: `toolkit.crawl.other` - /sit <player>: Forces a selected player to sit on ground or any other block - permission: `toolkit.sit` - other: `toolkit.sit.other`
---
- /wp <add/remove/list>: Command for creating waypoints compatible with Lunar & Pl3xMap - permission: `toolkit.wp`
---
- /msg <player> <message>: Makes a player invisible to other players - permission: `toolkit.vanish` - /msg <player> <message>: Shows the player's IP address and the client they are connected with - permission: `toolkit.pinfo` - clients: - Forge - Fabric - LiteLoader - WorldDownloader - Rift - LunarClient - FeatherClient - /msg <player> <message>: Allows to block specified server commands - permission: `toolkit.cmdblock` - bypass: `toolkit.cmdblock.bypass` - /msg <player> <message>: Forcefully orders the player to download the given resource pack - permission: `toolkit.rp` - /msg <player> <message>: Sends a private message to the given player. - permission: `toolkit.msg`
---
- /troll <player> <troll>: Brings a touch of mischievous fun - permission: `toolkit.troll` - bypass: `toolkit.troll.bypass` - trolls: - Sneak - Sleep (it must be night, and you must stand on the bed) - Close - CloseSpam (anti-leave) - Glow - PickUp - Freeze - FakeOp - Flip - Thor - FakeDemo
Aliases:
> *All Aliases have permission in this format `toolkit.<command>` with option to add `toolkit.<command>.other` suffix*
- /ic: Switch player's gamemode to CREATIVE - /ic: Switch player's gamemode to SURVIVAL - /ic: Switch player's gamemode to ADVENTURE - /ic: Switch player's gamemode to SPECTATOR - /ic: Teleports player to spawn - /ic: Allows the player to fly - /ic: Clear weather - /ic: Clear inventory
Additional Features:
- Custom leave message - Custom leave message
---
- Block all players without Lunar client - Block all players without Lunar client - Block all players without Lunar client - Block all players without Lunar client - Block all players without Lunar client
Config
- true = enabled, false = disabled
```yml spawn: world: world join: true death: true join: alert: true message: "&8[&cSERVER&8]&6 %player%&7 joined!" leave: alert: true message: "&8[&cSERVER&8]&6 %player%&7 disconnected!" #custom chat colors color: bracket: "&8" name: "&c" text: "&7" highlight: "&6" lunar: #kick non lunar players kick: false kick_message: "&8[&cSERVER&8]&7 This is lunar only server!" msg: sender: "&8[&cMSG&8]&7 To&6 %receiver%&8 >&7 %msg%" receiver: "&8[&cMSG&8]&7 From&6 %sender%&8 >&7 %msg%" #disable individual commands (to prevent collision with plugins with same commands) commands: crash: true crawl: true skick: true sit: true troll: true pinfo: true rp: true wp: true cmdblock: true vanish: true msg: true gmc: true gms: true gma: true gmsp: true spawn: true fly: true wc: true ic: true #block commands commandblock: message: "&8[&cSERVER&8]&7 You''re not allowed to do this!" list: - pl - plugins - help - ver - version - about - "?" - bukkit ```