Merged Seen and FirstSeen
This commit is contained in:
@@ -10,4 +10,30 @@ command seen {
|
||||
perm utils.seen;
|
||||
run seen2 player ips;
|
||||
}
|
||||
}
|
||||
command firstseen {
|
||||
[empty] {
|
||||
run firstseen;
|
||||
type player;
|
||||
help Gives the date and time they first joined;
|
||||
perm utils.firstseen;
|
||||
}
|
||||
[string:person] {
|
||||
run firstseenP person;
|
||||
help Gives the date and time when a player first joined;
|
||||
perm utils.firstseen.other;
|
||||
}
|
||||
}
|
||||
command playtime {
|
||||
[empty] {
|
||||
type player;
|
||||
run playtimeDef;
|
||||
perm utils.playtime;
|
||||
help Displays your total playtime!;
|
||||
}
|
||||
[string:name] {
|
||||
run playtime name;
|
||||
perm utils.playtime.others;
|
||||
help Displays the playtime of another player. The player must be online!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user