remove placeholders declaim and disclaim
This commit is contained in:
parent
891e88b895
commit
61769160ab
|
|
@ -2508,7 +2508,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
target.teleport(safe);
|
||||
Bukkit.getPluginManager().callEvent(new PlayerTeleportEvent(target, safe, safe));
|
||||
player.sendMiniMessage(Config.KickSuccess, templates); // todo placeholders.
|
||||
target.sendMiniMessage(Config.KickedFromClaim, null); // todo placeholders.
|
||||
target.sendMiniMessage(Config.KickedFromClaim, templates); // todo placeholders.
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ commands:
|
|||
abandonclaim:
|
||||
description: Deletes a claim.
|
||||
usage: /AbandonClaim
|
||||
aliases: [unclaim, declaim, removeclaim, disclaim]
|
||||
aliases: [unclaim, removeclaim]
|
||||
permission: griefprevention.claims
|
||||
abandontoplevelclaim:
|
||||
description: Deletes a claim and all its subdivisions.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user