Minecraft BattleCommandLimiter mod 2026 download
logo
minecraft mod BattleCommandLimiter

BattleCommandLimiter

Game Version: 1.3.1
Total Downloads: 1,002
Updated: Aug 11, 2012
Created: Aug 11, 2012
Download BattleCommandLimiterDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
BattleCommandLimiter_v1.0.5.1 release 51.99 KB Aug 11, 2012 1.3.1 1,002 download BattleCommandLimiter BattleCommandLimiter_v1.0.5.1 releaseDownload

Description

Share this:

BattleCommandLimiter

So you found an amazing plugin, but you want players to only be able to use the command twice a day, or maybe you want them to have to pay 100 Gold.

BattleCommandLimiter allows you to create custom "rules" for all player commands that are checked before they are executed.

Types of Rules

You can limit based on

  • time
  • money
  • items
  • any combination of the above

Examples

  • Time : <times>x every <sec,min,hour,day>
    • example1: example1: 3x every 60 sec
    • example2: 4x every 1 day
  • Money: <amount> money
    • example1: 50 money
  • Items
    • – diamond : 3
    • – obsidian : 4
  • Composite Rules
    • example: 1x every 15 seconds AND 50 money

Requirements

  • MySQL ( possibly will drop this in the future )

Example Config

limitedCommands:
    payPrefix: pay
    spawn:
        payFromRule: rule2 ## allow players to bypass rule1 by using rules 2,3.  players would need to type payspawn
        rule1: 1x every 10 seconds AND 10 money
        rule2: 75 money
        rule3: items
        rule3_items:
            - fire: 10
    arena:
        dontLimit: [list, help, noArgs]
        rule1: items and 500 money
        rule1_items:
            - fire: 1
            - iron_block: 8

Source

BattleCommandLimiter

Comments

Add a comment