mirror of
https://github.com/songoda/UltimateTimber.git
synced 2024-12-01 14:23:24 +01:00
Clean
This commit is contained in:
parent
9ccd0e31f6
commit
2b27db5805
@ -4,7 +4,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
name: "UltimateTimber"
|
name: "UltimateTimber"
|
||||||
path: "/builds/$CI_PROJECT_PATH"
|
path: "/builds/$CI_PROJECT_PATH"
|
||||||
version: "1.0.8"
|
version: "1.0.10"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -9,9 +9,9 @@ public class ToggleCommand {
|
|||||||
|
|
||||||
public static void toggleChopping(Player player) {
|
public static void toggleChopping(Player player) {
|
||||||
if (UltimateTimber.getInstance().toggleChopping(player)) {
|
if (UltimateTimber.getInstance().toggleChopping(player)) {
|
||||||
player.sendMessage(Methods.formatText("UT Chopping Mode: &aEnabled"));
|
player.sendMessage(Methods.formatText(UltimateTimber.getInstance().getPrefix() + " Chopping Mode: &aEnabled"));
|
||||||
} else {
|
} else {
|
||||||
player.sendMessage(Methods.formatText("UT Chopping Mode: &cDisabled"));
|
player.sendMessage(Methods.formatText(UltimateTimber.getInstance().getPrefix() + " Chopping Mode: &cDisabled"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user