Download ToolKit — Minecraft Mods — ModStock
ToolKit

Downloads

3

Last update

10 months ago

Versions

1.20.4 — 1.21.1
Server
Control
Utils
Logo

Dependencies: Apollo, Dynmap (optional)

ToolKit is a lightweight plugin for Spigot and Paper 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.

  • /crash \: Force-quits a selected player's Minecraft client
    • permission: toolkit.crash
      • bypass: toolkit.crash.bypass
  • /skick \: 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

  • /crawl \: Forces a selected player to crawl on ground
    • permission: toolkit.crawl
      • other: toolkit.crawl.other
  • /sit \: Forces a selected player to sit on ground or any other block
    • permission: toolkit.sit
      • other: toolkit.sit.other

  • /lunar \<waypoint/mod> \<add/remove/list>: Command for interacting with the Lunar client, such as creating checkpoints (width dynmap support) or banning certain mods
    • permission: toolkit.lunar
    • staff: Mode enables staff modes in Lunar and allows player to bypass banned mods
      • permission: toolkit.lunar.staff
    • other:
      • option in config to kick all non-lunar players

  • /vanish \<player/list>: Makes a player invisible to other players
    • permission: toolkit.vanish
  • /pinfo \: Shows the player's IP address and the client they are connected with
    • permission: toolkit.pinfo
    • clients:
      • Forge
      • Fabric
      • LiteLoader
      • WorldDownloader
      • Rift
      • LunarClient
      • FeatherClient
  • /cmdblock: Allows to block specified server commands
    • permission: toolkit.cmdblock
      • bypass: toolkit.cmdblock.bypass
  • /rp \ \: Forcefully orders the player to download the given resource pack
    • permission: toolkit.rp
  • /msg \ \: Sends a private message to the given player.
    • permission: toolkit.msg

  • /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

  • /gmc: Switch player's gamemode to CREATIVE
  • /gms: Switch player's gamemode to SURVIVAL
  • /gma: Switch player's gamemode to ADVENTURE
  • /gmsp: Switch player's gamemode to SPECTATOR
  • /spawn: Teleports player to spawn
  • /fly: Allows the player to fly
  • /wc: Clear weather
  • /ic: Clear inventory

Additional Features:

  • Custom join message
  • Custom leave message

  • Teleport to spawn on join
  • Teleport to spawn on death
  • Teleport to spawn using /spawn
  • Dynmap integration to hide players in vanish and show lunar waypoints

Config

  • true = enabled, false = disabled

    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!"
    #lunar waypoints
    waypoints:
      - Spawn:
          color: "#ba1e0d"
          world: world
          x: 0
          y: 100
          z: 0
    
    #disabled lunar mods
    disabled_mods:
      - Replaymod
      #- OneSevenVisuals
      #- Fps
      #- Cps
      #- Sba
      #- ToggleSneak
      #- Zoom
      #- HypixelMod
      #- HypixelBedwars
      #- Quickplay
      #- Armorstatus
      #- Keystrokes
      #- Coordinates
      #- DayCounter
      #- Crosshair
      #- PotionEffects
      #- DirectionHud
      #- Titles
      #- Waypoints
      #- HitColor
      #- Scoreboard
      #- ItemCounter
      #- Ping
      #- MotionBlur
      #- PackOrganizer
      #- Chat
      #- Tab
      #- Nametag
      #- ShulkerPreview
      #- ScrollableTooltips
      #- UhcOverlay
      #- ParticleChanger
      #- NickHider
      #- Cooldowns
      #- WorldeditCui
      #- Clock
      #- Stopwatch
      #- Playtime
      #- Memory
      #- Combo
      #- ReachDisplay
      #- TimeChanger
      #- ServerAddress
      #- Saturation
      #- ColorSaturation
      #- ItemPhysics
      #- TntCountdown
      #- ItemTracker
      #- ShinyPots
      #- 3dSkins
      #- GlintColorizer
      #- Momentum
      #- BlockOutline
      #- Screenshot
      #- Fov
      #- Fog
      #- AutoTextHotkey
      #- MumbleLink
      #- 2dItems
      #- Bossbar
      #- Freelook
      #- PvpInfo
      #- Snaplook
      #- TeamView
      #- PackDisplay
      #- MenuBlur
      #- Minimap
      #- Hitbox
      #- Lighting
      #- WeatherChanger
      #- ChunkBorders
      #- SoundChanger
      #- Neu
      #- HurtCam
      #- DamageTint
    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
    lunar: 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
Project members
czQery

czQery

Developer