⚔️ ConquestDuels – Command Restrictions Update We're excited to introduce a powerful new feature for server owners who want more control over player actions during duels!
️ Command Whitelist System Prevent abuse, cheating, or unfair advantages by blocking all non-whitelisted commands for players who are actively in a duel.
While a player is in an active duel session, any command they try to use will be intercepted.
If that command is not in your config.yml whitelist, it will be cancelled — unless they have the
Code (Text):
conquestduels.admin.duel.bypass
permission.
This feature is perfect for ensuring fair PvP — no more using /spawn or /heal mid-fight!
✅ Configuration Example Add this to your
Code (Text):
config.yml
:
Code (YAML):
command-restrictions:
restrict-during-duel: true
whitelist: - duel
- msg
- r
Permission Node Give players the following permission to
bypass the command restriction:
Code (Text):
conquestduels.admin.duel.bypass
Customizable Message If a command is blocked, players will see the message:
Code (Text):
system.commands-disabled-in-duel
Make it shine with sounds, particles, and MiniMessage formatting in your
generalMessages.yml.
Need More Power? Combine this feature with world restrictions for
full control over where and how duels operate.