HomeJavaModsLiveToggle
LiveToggle

LiveToggle

LiveToggle is an extremely lightweight Paper/Spigot plugin that allows players to toggle a LIVE mode using /live.

The plugin:


✨ Features


🧠 Performance & Lag

LiveToggle is designed with performance as the highest priority:

➡️ Result: no noticeable lag and negligible memory usage


📦 Requirements


🔧 Installation

  1. Download or build the plugin
  2. Place LiveToggle-*.jar in your plugins/ folder
  3. Start the server
  4. Edit config.yml to your liking
  5. Use /livetoggle reload after changes

⚙️ Commands

/live

Toggles LIVE mode on or off

/livetoggle reload

Reloads the configuration without restarting the server


🔐 Permissions

Permission Description
livetoggle.use Access to /live
livetoggle.reload Access to /livetoggle reload

📝 Configuration (config.yml)

permission: "livetoggle.use"
reloadPermission: "livetoggle.reload"

luckperms:
  enabled: true
  priority: 100
  suffix: " &c[LIVE]&7"
  setSuffixCommand: 'lp user {player} meta setsuffix {priority} "{suffix}"'
  removeSuffixCommand: "lp user {player} meta removesuffix {priority}"

commands:
  onEnable:
    - "say &a{player} is now LIVE!"
  onDisable:
    - "say &c{player} is no longer LIVE!"

messages:
  noPermission: "&cYou do not have permission."
  enabled: "&aLIVE mode enabled."
  disabled: "&cLIVE mode disabled."
  reloaded: "&aConfig reloaded."
  reloadNoPermission: "&cYou do not have permission to do this."
  reloadUsage: "&cUsage: /livetoggle reload"
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more