summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/cycle/Cycle.cmd
blob: dd679998c0fd6f146e96f4edc489a6328d3d7940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
command cycle {
	perm utils.cycle;
	type player;
    on {
        help Turns on cycle;
        run cycle_on;
    }
    off {
        help Turns off cycle;
        run cycle_off;
    }
}