tastybento
b5725e7107
Remove update when pasting chest.
2021-07-25 10:23:03 -07:00
tastybento
6bac200ac0
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2021-07-25 09:32:05 -07:00
tastybento
3b136f0d68
Quote filename of addon that cannot be loaded.
...
Provides a better understanding of which addon failed.
2021-07-25 09:31:53 -07:00
tastybento
9b1d61659b
Removes unneeded exploit protection code for skulls ( #1810 )
...
This no longer seems to be required with 1.17.1
https://github.com/BentoBoxWorld/BSkyBlock/issues/430
2021-07-24 12:27:35 -07:00
gecko10000
21fed6ebfe
Fix bucket dupe ( #1806 )
...
Fix https://discord.com/channels/272499714048524288/310623455462686720/867790395442462760
2021-07-23 21:01:40 -07:00
BONNe
2044c73f05
Add alternative Addon#getIslandManager method ( #1797 )
...
We have already done this to the main BentoBox class. But add-ons missed it, and it still has this weird structure: Addon#getIslands().getIslands().
This will just add the same method as it is already in BentoBox class.
2021-07-23 19:32:00 -07:00
tastybento
09d6a9fc6f
Version 1.17.2
2021-07-14 08:03:02 -07:00
tastybento
9cdebe8f9f
Try pluginRespositories tag in POM to enable Github actions
2021-07-08 17:18:59 -07:00
tastybento
03f6b95a68
Downgrading to 1.17 Spigot for now to enable building.
2021-07-06 18:40:38 -07:00
tastybento
e1c08107c2
Re-order repos.
2021-07-06 18:16:21 -07:00
tastybento
3d1481fec5
Fix test for InventoryListener
2021-07-06 15:15:35 -07:00
tastybento
ce4b124279
Spigot 1.17.1
2021-07-06 14:55:48 -07:00
tastybento
9e3a57248a
Fix test by incrementing listener value check
...
There is a new listener now.
2021-07-06 14:55:19 -07:00
tastybento
0845722150
Add support for Minecraft 1.17.1
2021-07-06 14:54:43 -07:00
tastybento
3450bae8f0
Try dependency for shade snapshot
2021-07-06 14:07:18 -07:00
tastybento
4da61f6849
Cache Java Maven files differently.
2021-07-06 14:04:28 -07:00
tastybento
70a2c20e51
Declare distribution - adopt
2021-07-06 13:58:17 -07:00
tastybento
ed0084f2c4
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2021-07-06 13:54:54 -07:00
tastybento
dfca46abf1
Update action versions
2021-07-06 13:54:44 -07:00
BONNe
69f7b49469
Implement 3 bar charts: addons, gamemodes, hooks ( #1790 )
...
BStats supports sending Bar chart data, however, it does not display it via their site directly.
It can be called manually, to view.
PieChart does not work very well for addons and hooks. BarChart however allows viewing each addon separately.
This change allows sending data to the server about bar charts.
2021-07-06 13:50:58 -07:00
Justin
759ba522f4
Add world setting flag for island visitors keep inventory ( #1785 )
2021-07-06 13:47:35 -07:00
Justin
0f7866a00b
Parent/sub-flag support, split up and designate CONTAINER flag as parent flag ( #1784 )
...
* Split CONTAINER flag into multiple flags
CONTAINER split into
- CONTAINER (Chest/Minecart Chest)
- BARREL (Barrel)
- COMPOSTER (Composter)
- FLOWER_POT (Flower Pot)
- SHULKER_BOX (Shulker Box)
- TRAPPED_CHEST (Trapped Chest)
Fixes #1777
* Add subflag support
* Create container parent flag, chest subflag
* Remove extra string from when CHEST was CONTAINER
* Fix incorrect flag specified on fired event in IslandToggleClick
* Add missing world subflag event firing
* Remove extra import
2021-07-06 13:41:23 -07:00
Justin
f88b8d4d6d
Custom date time format support for /<admin> info <player> ( #1783 )
...
Fixes #1720
2021-07-06 13:33:10 -07:00
Fredthedoggy
7de6563ece
Add Holographic Displays as SoftDepend for AOneBlock ( #1794 )
2021-07-06 13:30:54 -07:00
BONNe
89625a78b8
Add Bank addon ( #1792 )
2021-07-06 15:23:28 +02:00
BONNe
4139c5f252
Add Boxed Gamemode to the list. ( #1793 )
2021-07-06 15:23:09 +02:00
BONNe
3a1ec0a570
Implements better online player counter. ( #1791 )
...
Current one is based on online player count when bStats sends data to the server.
This one will send data about amount of players who logged in the server.
2021-07-06 15:22:44 +02:00
tastybento
19ddd73204
Add homes command to default player options.
2021-07-05 18:31:06 -07:00
tastybento
1ee83cd782
Version 1.17.1
2021-06-27 16:50:23 -07:00
tastybento
e0e1f2878c
Revert "WIP prevent repeated teleports in portals"
...
This reverts commit 2a5d8c14e3
.
2021-06-20 16:29:24 -07:00
tastybento
c89fd03833
Fixed tests
2021-06-20 16:24:36 -07:00
tastybento
a0f2f11499
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2021-06-20 12:19:09 -07:00
tastybento
c2e832095a
Minecraft 1.17 support ( #1781 )
...
* Java 16 preliminary branch.
This compiles, but junit tests fail all over because there is a lack of
Java 16 support right now.
* Use Java 16
* 1.17 WIP
* Require 1.17
* Fixes tests.
* WIP fixing tests
* Exclude maven from shading
* Try update snapshots to build action
* Try repo on command line
* Remove reference to shade plugin in dependencies
2021-06-20 12:18:10 -07:00
tastybento
2a5d8c14e3
WIP prevent repeated teleports in portals
2021-06-19 09:59:20 -07:00
tastybento
cc43dbfabe
Fix slime split test as it is allowed.
2021-06-12 09:25:29 -07:00
gecko10000
7768cc69cc
Remove SLIME_SPLIT spawn reason from natural mob spawning flag ( #1774 )
2021-06-08 10:40:20 -07:00
Korinocho
a91203d439
Update es.yml ( #1775 )
...
* Update es.yml
Many syntax and semantic fixes
* Update es.yml
2021-06-08 10:39:34 -07:00
tastybento
044a0c5c0d
Fix JavaDoc
2021-05-31 16:01:21 -07:00
tastybento
c3b25c92b5
Added JavaDoc
2021-05-31 16:01:12 -07:00
tastybento
d647f58e36
Version 1.17.0
2021-05-31 12:44:01 -07:00
tastybento
6e9513f2ea
Enable plugins to register Addons ( #1768 )
...
* Enable plugins to register Addons
* Pladdon approach. Loads addons as plugins.
* Added auto-move for pladdons.
2021-05-31 12:42:54 -07:00
tastybento
9fc22aa8e7
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2021-05-28 17:25:03 -07:00
tastybento
bedeb7c168
Addd GSON enum type adapter for compatibility with Mohist
...
https://github.com/BentoBoxWorld/BentoBox/issues/1766
2021-05-28 17:24:51 -07:00
gitlocalize-app[bot]
7f8297475d
Total translation rate that appears to be incorrect in the system ( #1765 )
...
* Translate tr.yml via GitLocalize
Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: tastybento <tastybento@wasteofplastic.com>
Co-authored-by: ZyXpe <thechefsmaster@gmail.com>
Co-authored-by: Over_Brave <soncesurlar@gmail.com>
Co-authored-by: trafoziya <omerziyaakay@gmail.com>
2021-05-28 16:32:30 -07:00
tastybento
e472e07c34
Fixes Invincible Visitor settings panel
...
https://github.com/BentoBoxWorld/BentoBox/issues/1762
2021-05-22 17:41:47 -07:00
tastybento
a1a78de96f
Version 1.16.3
2021-05-22 16:37:51 -07:00
gitlocalize-app[bot]
03417a78f7
Translate tr.yml via GitLocalize ( #1761 )
...
Co-authored-by: trafoziya <omerziyaakay@gmail.com>
2021-05-22 16:29:33 -07:00
Fredthedoggy
ca39e05fc7
Allow Non-Bentobox commands as default player (commands) ( #1760 )
...
* Update ServerCompatibility.java
* Update Default Player Command to support non-bentobox commands
2021-05-15 13:20:09 -07:00
tastybento
64c83f809c
Adjusted default command for backwards compatibility
2021-05-13 08:01:22 -07:00
tastybento
36d0a07e35
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2021-05-13 07:37:52 -07:00