A lightweight Minecraft plugin for Folia servers that allows safe command execution as other players with proper permission controls.
- π Thread-safe - Built with
FoliaLibfor proper Folia compatibility - π Dual execution modes - Run commands as OP or regular player
- π― Player selectors - Full support for Minecraft selector syntax
- π Command logging - All executions are logged for audit trails
- Download the latest release
- Drop into your
pluginsfolder - Restart server
- Ready to use!
# Execute command as OP
/perfcmd asop <player> <command>
# Execute command as regular player
/perfcmd asplayer <player> <command>/perfcmd asop Steve gamemode creative
/perfcmd asplayer @a say Hello everyone!
/perfcmd asop Alex tp 0 100 0| Permission | Default | Description |
|---|---|---|
perfcmd.use |
op |
Base permission to use the plugin |
perfcmd.command.asop |
op |
Allow OP command execution |
perfcmd.command.asplayer |
true |
Allow player command execution |
asop commands carefully and only grant permissions to trusted administrators.