mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
bc461ee870
@ -26,5 +26,4 @@ public class DeopAllCMD extends PlexCommand
|
||||
PlexUtils.broadcast(messageComponent("deoppedAllPlayers", sender.getName()));
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
@ -26,7 +26,7 @@ public class DeopCMD extends PlexCommand
|
||||
}
|
||||
Player player = getNonNullPlayer(args[0]);
|
||||
player.setOp(false);
|
||||
PlexUtils.broadcast(messageComponent("oppedPlayer", sender.getName(), player.getName()));
|
||||
PlexUtils.broadcast(messageComponent("deoppedPlayer", sender.getName(), player.getName()));
|
||||
return null;
|
||||
}
|
||||
|
||||
|
@ -35,6 +35,9 @@ deoppedAllPlayers: "<aqua><v> - De-opped all players on the server"
|
||||
# 1. The person who is opping
|
||||
# 2. The person who has been opped
|
||||
oppedPlayer: "<aqua><v> - Opped <v>"
|
||||
# 1. The person who is deopped
|
||||
# 2. The person who has been deopped
|
||||
deoppedPlayer: "<red><v> - Deopped <v>"
|
||||
# 1. The person who is freezing
|
||||
# 2. The person who has been frozen
|
||||
frozePlayer: "<aqua><v> - Froze <v>"
|
||||
|
Loading…
Reference in New Issue
Block a user