summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/crashutils/CrashUtils.cmd
blob: a330dca8308159438b3aac6d7f144fdf8a2372c7 (plain)
1
2
3
4
5
6
7
8
9
command findnear {
    perm utils.crashutils;

    [int:range] [string:block] {
        help Finds the specified block in the specified range.;
        type player;
        run findnear range block;
    }
}