mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
@ -589,6 +589,7 @@ Commands.Cooldowns.Header=&6--= &amcMMO Ability Cooldowns&6 =--
|
||||
Commands.Cooldowns.Row.N=\ &c{0}&f - &6{1} seconds left
|
||||
Commands.Cooldowns.Row.Y=\ &b{0}&f - &2Ready!
|
||||
Commands.Database.CooldownMS=You must wait {0} milliseconds before using this command again.
|
||||
Commands.Database.Cooldown=You must wait {0} seconds before using this command again.
|
||||
Commands.Database.Processing=Your previous command is still being processed. Please wait.
|
||||
Commands.Disabled=This command is disabled.
|
||||
Commands.DoesNotExist= &cPlayer does not exist in the database!
|
||||
|
@ -15,7 +15,7 @@ import java.util.UUID;
|
||||
import static org.mockito.Mockito.mock;
|
||||
|
||||
/**
|
||||
* Could be alot better. But some tests are better than none! Tests the major things, still kinda unit-testy. Verifies that the serialization isn't completely broken.
|
||||
* Could be a lot better. But some tests are better than none! Tests the major things, still kinda unit-testy. Verifies that the serialization isn't completely broken.
|
||||
*/
|
||||
@RunWith(PowerMockRunner.class)
|
||||
@PrepareForTest(Bukkit.class)
|
||||
|
Reference in New Issue
Block a user