Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Prepare for release of 3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Jul 29, 2024
1 parent f7fd3a3 commit eea491d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ compileJava {
}

// SkBee version
version = '3.5.7'
version = '3.5.8'
def latestJava = 21
def oldestJava = 17

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"\teffects:",
"\t\tapply potion effect of nausea without particles for 10 seconds",
"\t\tapply potion effect of poison without particles for 5 seconds with probability 50"})
@Since("INSERT VERSION")
@Since("3.5.8")
public class EffApplyPotion extends Effect {

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@Examples({"clear food component of player's tool",
"clear tool component of player's tool",
"clear attribute modifier components of player's tool"})
@Since("INSERT VERSION")
@Since("3.5.8")
public class EffClearComponent extends Effect {

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"\tamount: -0.9",
"\toperation: add_number",
"give player 1 of {_i}"})
@Since("INSERT VERSION")
@Since("3.5.8")
public class SecAttributeModifier extends Section {
private static final EntryValidator.EntryValidatorBuilder VALIDATIOR = EntryValidator.builder();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"\t\tapply potion effect of nausea without particles for 10 seconds",
"\t\tapply potion effect of poison without particles for 5 seconds ",
"give player 1 of {_i}"})
@Since("INSERT VERSION")
@Since("3.5.8")
public class SecFoodComponent extends Section {

public static class FoodComponentApplyEvent extends Event {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"\t\t\tspeed: 0.5",
"\t\t\tcorrect for drops: false",
"give {_i} to player"})
@Since("INSERT VERSION")
@Since("3.5.8")
public class SecToolComponent extends Section {

public static class ToolComponentApplyRulesEvent extends Event {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"\t\t\tspeed: 0.5",
"\t\t\tcorrect for drops: false",
"give {_i} to player"})
@Since("INSERT VERSION")
@Since("3.5.8")
public class SecToolRule extends Section {

private static final EntryValidator.EntryValidatorBuilder VALIDATIOR = EntryValidator.builder();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"reset component player list name of player",
"set {_comp} to component player list name of player",
"set component player list header of all players to mini message from \"<rainbow>MY SERVER!!!\""})
@Since("INSERT VERSION")
@Since("3.5.8")
public class ExprPlayerListName extends SimplePropertyExpression<Player, ComponentWrapper> {

static {
Expand Down

0 comments on commit eea491d

Please sign in to comment.