Compatibility
Minecraft: Java Edition
1.21
1.20
1.19
1.18
1.17
1.16.4โ1.16.5
Platforms
Tags
Creators
Details
Licensed MIT License
Published 4 months ago

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
- Download the
.jarfile. - Uploaded to
plugins/ - Restart your server.
- Edit
e4CustomCommands/commands.yml - Reload and ready (
/e4cc reload)
๐ก Config Example
commands:
bienvenida:
name: "bienvenida"
description: "Mensaje de bienvenida"
type: "text"
content: "ยงaยกHola {player}! Estรกs en el mundo ยงb{world}"
enabled: true
recompensa-diaria:
name: "diario"
type: "command"
content: "give {player} diamond 5"
restrictions:
cooldown: 86400 # 24 horas
players-only: true
success-message: "ยงaโ ยกRecompensa recibida!"
kit-inicial:
name: "starter"
type: "text"
content: "ยงaKit inicial entregado"
restrictions:
once-per-player: true
post-commands:
- "give {player} iron_sword 1"
- "give {player} bread 16"
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
- Discord: รnete a nuestra comunidad
๐ License
MIT License - Usa, modifica y distribuye libremente.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Built with โค๏ธ By e4Studio Team โ
โ โญ ยกGive us a star if you like the plugin! โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ


