Skip to content

Safely and synchronously execute commands as a player in Folia.

License

Notifications You must be signed in to change notification settings

Utoverse/PerformCmd-Folia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PerformCmd-Folia

A lightweight Minecraft plugin for Folia servers that allows safe command execution as other players with proper permission controls.

✨ Features

  • πŸ”’ Thread-safe - Built with FoliaLib for 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

πŸš€ Quick Start

  1. Download the latest release
  2. Drop into your plugins folder
  3. Restart server
  4. Ready to use!

πŸ“– Usage

# Execute command as OP
/perfcmd asop <player> <command>

# Execute command as regular player
/perfcmd asplayer <player> <command>

Examples

/perfcmd asop Steve gamemode creative
/perfcmd asplayer @a say Hello everyone!
/perfcmd asop Alex tp 0 100 0

πŸ” Permissions

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

⚠️ Security Note: Use asop commands carefully and only grant permissions to trusted administrators.

About

Safely and synchronously execute commands as a player in Folia.

Resources

License

Stars

Watchers

Forks

Languages