mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-09 08:06:54 +02:00
Throwing an error on /sethome if you cant set multiple homes.
This commit is contained in:
@@ -39,6 +39,9 @@ public class Commandsethome extends EssentialsCommand
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
throw new Exception(Util.format("maxHomes", 1));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user