Livestreaming? do /live to enable or disable Live Stream Modus, (config partially in Dutch)
LiveToggle is an extremely lightweight Paper/Spigot plugin that allows players to toggle a LIVE mode using /live.
The plugin:
/live toggle (on / off)/livetoggle reloadLiveToggle is designed with performance as the highest priority:
/live is executed➡️ Result: no noticeable lag and negligible memory usage
LiveToggle-*.jar in your plugins/ folderconfig.yml to your liking/livetoggle reload after changes/liveToggles LIVE mode on or off
/livetoggle reloadReloads the configuration without restarting the server
| Permission | Description |
|---|---|
livetoggle.use |
Access to /live |
livetoggle.reload |
Access to /livetoggle reload |
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"