mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-28 18:06:42 +00:00
Fixed commands.
This commit is contained in:
@ -148,7 +148,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
||||
|
||||
public boolean onCommand(Player player, Command cmd, String commandLabel, String[] args) {
|
||||
if (cmd.getName().equalsIgnoreCase("reloadwe")
|
||||
&& hasPermission(player, "reloadwe")) {
|
||||
&& hasPermission(player, "worldedit.reload")) {
|
||||
try {
|
||||
loadConfiguration();
|
||||
player.sendMessage("WorldEdit configuration reloaded.");
|
||||
|
Reference in New Issue
Block a user