[SOLVED]the command /mute doesn't work after update 15/12/11

Fixed bugs, solved problems, and old reports.
Locked
User avatar
FinestGB
Offline
Posts: 17
Joined: December 9th, 2011, 6:43 pm
Contact:

[SOLVED]the command /mute doesn't work after update 15/12/11

Post by FinestGB »

:twisted:

the command /mute doesn't work* after update 15/12/11
It takes one tree to make a thousand matches, But only one match to burn a thousand trees

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: the command /mute doesn't work after update 15/12/11

Post by fragmer »

Define "don't work"? Does it show some sort of an error?

Mixy97
Offline
Posts: 5
Joined: October 26th, 2011, 1:42 pm

Re: the command /mute doesn't work after update 15/12/11

Post by Mixy97 »

No matter how I use it, it just says: Usage: /Mute PlayerName Duration
The Duration bit is the problem, what shall we type here for it to work properly, since I am experiencing this problem as well.

User avatar
Sanjar Khan
Trustee
Offline
Posts: 1766
Joined: May 24th, 2011, 1:40 pm
Location: Leiden, Zuid Holland

Re: the command /mute doesn't work after update 15/12/11

Post by Sanjar Khan »

Code: Select all

/mute Mixy97 3m
will mute you for 3 minutes, like 4h would mute you for 4 hours and 10s for 10 seconds.
Ferrisbuler2: i will stay but i might not post cus of ollieboy

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: the command /mute doesn't work after update 15/12/11

Post by Hellenion »

you can try things like 40s (40 seconds) and 2m (2 minutes), you can work with:
s: seconds,
m: minutes,
h: hours,
d: days and
w: weeks.

mute no longer accepts just a number, you need to specify one of the time modifiers mentioned above.
so:

Code: Select all

/mute karlschwartswalt 1000
will no longer work, but

Code: Select all

/mute karlschwartswalt 1000m
will.

I'm not sure if bug or feature, though. I suppose it should be mentioned in /help mute either way.
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: the command /mute doesn't work after update 15/12/11

Post by fragmer »

Ah yes, /Mute (and the other time-related commands) no longer accept the number-of-seconds. They take the compact time format instead.

The ability to input number-of-seconds was removed due to causing syntax ambiguity in several commands (like /UndoPlayer and /UndoArea).

User avatar
Hellenion
Offline
Posts: 220
Joined: October 20th, 2011, 9:20 am
Location: Subnet
Contact:

Re: the command /mute doesn't work after update 15/12/11

Post by Hellenion »

will it be added to its help?
A = {x ∈ P(U) | x ∉ x}
Mods:
  1. /Su - Allows players to temporarily become a different rank
  2. /Snap - Like /Line but only draws straight or diagonal lines.
  3. pre-0.630 skip/none block

User avatar
FinestGB
Offline
Posts: 17
Joined: December 9th, 2011, 6:43 pm
Contact:

Re: the command /mute doesn't work after update 15/12/11

Post by FinestGB »

ohh okay thankyou! i find this much easy now, espiecally when using timer.
It takes one tree to make a thousand matches, But only one match to burn a thousand trees

Locked