e4CustomCommands
SpigotMCModrinthCustom commands plugin for Minecraft server

e4CustomCommands is a soft and easy to use minecraft plugin developed for the benefit of the Minecraft developers, includes a lot of functions and more in the way.
✨ Characteristcs
-
3 Command Types: Text, Commands, and Aliases
- ⏱️
Cooldown System: Prevent spam of the commands with wait times.
-
Custom Permissions: Detailed control per command.
-
Restrictions: Once per player/once per server, custom permissions, and more.
-
PlaceholderAPI: Yep, it supports PlaceholderAPI.
-
Plugin
Variables: Player, location, time & more
-
Fast reload: Reload the plugin and its commands easy and fast.
---
Commands
| Comando | Descripción |
|---------|-------------|
| /e4cc help | Help Menu |
| /e4cc list | Custom command list|
| /e4cc info <name> | Detailed info of the command |
| /e4cc reload | Reload config |
| /e4cc stats | Stats of the plugin |
Permissions: customcommands.use • customcommands.reload
---
Installation
1. Download the .jar file.
2. Uploaded to plugins/
3. Restart your server.
4. Edit e4CustomCommands/commands.yml
5. Reload and ready (/e4cc reload)
---
Config Example
yaml <br> commands: <br> bienvenida: <br> name: "bienvenida" <br> description: "Mensaje de bienvenida" <br> type: "text" <br> content: "§a¡Hola {player}! Estás en el mundo §b{world}" <br> enabled: true <br> <br> recompensa-diaria: <br> name: "diario" <br> type: "command" <br> content: "give {player} diamond 5" <br> restrictions: <br> cooldown: 86400 # 24 horas <br> players-only: true <br> success-message: "§a✓ ¡Recompensa recibida!" <br> <br> kit-inicial: <br> name: "starter" <br> type: "text" <br> content: "§aKit inicial entregado" <br> restrictions: <br> once-per-player: true <br> post-commands: <br> - "give {player} iron_sword 1" <br> - "give {player} bread 16" <br>
Variables
{player} {world} {x} {y} {z} {health} {hunger} {level} {time} & more...
Command Tyes
- text: Send a message to the player.
- command: Execute a command in the server.
- alias: Alias for another command.
---
Support
- Github: [Github Developer](
https://github.com/FvxkYqnxXD)
- Discord: [Únete a nuestra comunidad](
https://discord.e4studio.dev)
---
License
MIT License - Usa, modifica y distribuye libremente.
```
╔═══════════════════════════╗
║ Built with ❤️ By e4Studio Team ║
║ ⭐ ¡Give us a star if you like the plugin! ║
╚═══════════════════════════╝
Comments 0
No comments yet. Be the first to share your thoughts.