Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
80e2cc0
Bump version from 1.4.5 to 1.4.5-SNAPSHOT0
Feb 7, 2026
b141400
Updated KitAbility so there is a custom Player Plugin Event
Tigerpanzer02 Apr 1, 2026
7e287e2
Bump version from 1.4.5-SNAPSHOT0 to 1.4.5-SNAPSHOT1
Apr 1, 2026
f98cc87
Updated KitAbility so its possible to get kits abilities
Tigerpanzer02 Apr 1, 2026
3226e2f
Bump version from 1.4.5-SNAPSHOT1 to 1.4.5-SNAPSHOT2
Apr 1, 2026
ce4a24f
Added Consumer<BlockPlaceEvent> for KitAbility
Tigerpanzer02 Apr 1, 2026
1c0d8a5
Bump version from 1.4.5-SNAPSHOT2 to 1.4.5-SNAPSHOT3
Apr 1, 2026
5717d63
Added Consumer<EntityDamageByEntityEvent> getPlayerDamageConsumer() f…
Tigerpanzer02 Apr 2, 2026
6915f54
Bump version from 1.4.5-SNAPSHOT3 to 1.4.5-SNAPSHOT4
Apr 2, 2026
d5fc2b8
Added working editable kit max health, food and walk speed variables
Tigerpanzer02 Apr 2, 2026
755f91e
Bump version from 1.4.5-SNAPSHOT4 to 1.4.5-SNAPSHOT5
Apr 2, 2026
895d697
Fixed HolidayManager enable config.yml
Tigerpanzer02 Apr 3, 2026
4409043
Bump version from 1.4.5-SNAPSHOT5 to 1.4.5-SNAPSHOT6
Apr 3, 2026
1d3cad4
Added Christmas and New Year Holiday event
Tigerpanzer02 Apr 3, 2026
f29d286
Bump version from 1.4.5-SNAPSHOT6 to 1.4.5-SNAPSHOT7
Apr 3, 2026
97a8b76
Added copper and netherite armor to ArmorHelper
Tigerpanzer02 Apr 3, 2026
8fe024d
Bump version from 1.4.5-SNAPSHOT7 to 1.4.5-SNAPSHOT8
Apr 3, 2026
d72faef
Updated Copyright
Tigerpanzer02 Apr 3, 2026
27ef50d
Bump version from 1.4.5-SNAPSHOT8 to 1.4.5-SNAPSHOT9
Apr 3, 2026
4781dc7
Make onKitBlockPlace Highest prio to override other cancels
Tigerpanzer02 Apr 4, 2026
1ef5f54
Bump version from 1.4.5-SNAPSHOT9 to 1.4.5-SNAPSHOT10
Apr 4, 2026
3970cfb
Optimize scoreboard for players under 1.13 with non adjusted scoreboa…
Tigerpanzer02 Apr 4, 2026
70bbc4f
Let Items from kit build with colors even if there are none to match …
Tigerpanzer02 Apr 4, 2026
ac2e451
Bump version from 1.4.5-SNAPSHOT10 to 1.4.5-SNAPSHOT11
Apr 4, 2026
a80015e
Changed playArenaCountdown to be more noticable
Tigerpanzer02 Apr 5, 2026
07710ec
Bump version from 1.4.5-SNAPSHOT11 to 1.4.5-SNAPSHOT12
Apr 5, 2026
d008ac6
Fixed NPE on empty clickconsumer
Tigerpanzer02 Apr 6, 2026
9c5dd0a
Bump version from 1.4.5-SNAPSHOT12 to 1.4.5-SNAPSHOT13
Apr 6, 2026
40a84bb
Updated XSeries to support mc 26
Tigerpanzer02 May 13, 2026
63d9b99
Bump version from 1.4.5-SNAPSHOT13 to 1.4.5-SNAPSHOT14
May 13, 2026
ecd03f4
Fixed ServerVersion getCurrent on 26 and up
Tigerpanzer02 May 13, 2026
5ee6a5f
Fixed doubled message of no permission for normal users
Tigerpanzer02 May 13, 2026
af47bbd
Fixed doubled message on no permission arena force start
Tigerpanzer02 May 13, 2026
898ac54
Updated CHANGELOG.md
Tigerpanzer02 May 13, 2026
1639869
Bump version from 1.4.5-SNAPSHOT14 to 1.4.5-SNAPSHOT15
May 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 1.4.5 Release (13.05.2026)
* Added KitAbilites
* Added file based kits usage (first in vd)
* Fixed HolidayManager enable config.yml
* Added back Christmas and New Year Holiday event
* Added copper and netherite armor to ArmorHelper
* Changed onKitBlockPlace Highest prio to override other cancels
* Optimize scoreboard for players under 1.13 with non adjusted scoreboard template
* Changed playArenaCountdown to be more noticable
* Fixed NPE on empty clickconsumer
* Updated XSeries to support mc 26
* Fixed doubled permission message error
* Fixed ServerVersion handler because of mc 26 naming

### 1.4.4 Release (17.01.2026)
* Added support 1.21.8-11
* Added (optional) SCOREBOARD_DISPLAY in config.yml
Expand Down
28 changes: 14 additions & 14 deletions .github/building/api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2023 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down Expand Up @@ -67,9 +67,9 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.github.cryptomorin</groupId>
<groupId>io.github.almighty-satan</groupId>
<artifactId>XSeries</artifactId>
<version>13.6.0</version>
<version>13.6.0+26.1</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
#
# MiniGamesBox - Library box with massive content that could be seen as minigames core.
# Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

implementation-class=PlugilyProjectsJavaConventionsPlugin
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
#
# MiniGamesBox - Library box with massive content that could be seen as minigames core.
# Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

implementation-class=PlugilyProjectsJavaConventionsPlugin
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* MiniGamesBox - Library box with massive content that could be seen as minigames core.
* Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/*
* This file was generated by the Gradle 'init' task.
*/
Expand Down
28 changes: 14 additions & 14 deletions .github/building/classic/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2023 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down Expand Up @@ -84,9 +84,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.cryptomorin</groupId>
<groupId>io.github.almighty-satan</groupId>
<artifactId>XSeries</artifactId>
<version>13.6.0</version>
<version>13.6.0+26.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
24 changes: 12 additions & 12 deletions .github/building/database/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2023 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down
24 changes: 12 additions & 12 deletions .github/building/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#
# MiniGamesBox - Library box with massive content that could be seen as minigames core.
# Copyright (C) 2023 Plugily Projects - maintained by Tigerpanzer_02 and contributors
# MiniGamesBox - Library box with massive content that could be seen as minigames core.
# Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
group=plugily.projects
version=1.3.17-SNAPSHOT4
24 changes: 12 additions & 12 deletions .github/building/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions .github/building/inventory/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2023 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down
24 changes: 12 additions & 12 deletions .github/building/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2023 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down
24 changes: 12 additions & 12 deletions .github/building/utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2023 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~ MiniGamesBox - Library box with massive content that could be seen as minigames core.
~ Copyright (C) 2026 Plugily Projects - maintained by Tigerpanzer_02 and contributors
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand Down
Loading
Loading