BlockCommands

BlockCommands 1.0.0

Compatible API Versions
1.0.0, 2.0.0
Sourcecode
https://github.com/Rakilem?tab=repositories
BlockCommands
-------------

This plugin allows you to block specific commands depending on the world where the player is located.

Features:
- Configure blocked commands per world in config.yml
- Custom messages per world in messages.yml
- Default message if no specific message is defined
- Supports unlimited worlds

Usage:
1. Edit config.yml to define which commands are blocked in each world.
2. Adjust messages.yml to customize the messages shown in each world.
3. Restart or reload the server to apply the changes.

YAML:
world:
  - tp
  - gamemode
nether:
  - spawn
end:
  - home
  - kit
pvp_arena:
  - fly
  - heal
YAML:
world: "&cNo puedes usar ese comando en el mundo normal."
nether: "&4Este comando está prohibido en el Nether."
end: "&5Comando bloqueado en el End."
pvp_arena: "&eLos comandos están deshabilitados en la Arena PvP."
default: "&cEse comando está bloqueado aquí."
Author
Rakilem
Downloads
52
Views
157
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Rakilem

  • VillagerTrades
    VillagerTrades
    VillagerTrades is a NukkitX plugin that adds a simple trading system with villagers
  • TeleportPads
    TeleportPads
    TeleportPads: Use pressure plates for instant travel between locations in Minecraft effortlessly.
  • BloodParticles
    BloodParticles
    BloodParticles: Adds red particle visual effects upon taking damage in Minecraft.
  • MobHealthTag
    MobHealthTag
    The MobHealthTag plugin adds dynamic floating name tags above all hostile and passive mobs in Nukkit
  • LobbySpawn
    LobbySpawn
    This plugin teleports players to a fixed lobby location every time they join the server.
Top