TimedCommands

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

TimedCommands

Overview

This plugin was requested and sponsored by semibreve42.

It executes commands based on player play times.

Commands

To reload the configuration:

/TimedCommands reload

To reset a players player time:

/TimedCommands reset player

To show your play time:

/playtime

Configuration

You need a configuration to tell the plugin which commands to execute. This configuration is placed at:

plugins/TimedCommands/config.yml

Example:

foo:
    seconds: 30
    command: 'say Playertime for {player}: 30s!'
    permission: timedcommands.30s
foo1:
    seconds: 60
    command: 'say Playertime for {player}: 1m!'
foo2:
    seconds: 90
    command: 'say Playertime for {player}: 1m 30s!'
blub:
    seconds: 120
    command: 'say {player} is in world {world}!'

Permissions

This supports superPerms:

permissions:
    timedcommands.reload:
        description: Reload me!
        default: op

You can also specify permissions on a per command base. See Configuration for more details.

To do

  • Commands for adding/removing timed commands (with permissions).
  • More permissions.

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit