tastybento
1c500a0c05
Redstone on islands will operate if mods or ops are present
...
even if the offline redstone flag is active and no team members are
online. This enables staff to bypass the "Offline Redstone" feature,
which means if staff need to moderate players islands then redstone is
an issue.
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1102
2020-01-07 17:20:04 -08:00
tastybento
90ad75baa9
Fixes config offset bug for island location.
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1105
2020-01-07 15:30:21 -08:00
tastybento
a3a0efb3a3
Removes only team members from island.
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1096
2020-01-07 13:12:53 -08:00
tastybento
aa5c253e03
Fix for double calling of events ( #1111 )
...
* Fixes tests for AdminSetrankCommand
https://github.com/BentoBoxWorld/BentoBox/issues/1107
* Fixes double calling of events.
https://github.com/BentoBoxWorld/BentoBox/issues/1110
* Makes AddonEvent static
https://github.com/BentoBoxWorld/BentoBox/pull/1111
2020-01-07 10:15:12 -08:00
tastybento
c385ee78f5
Lowers priority of banned command listener to catch before other plugins
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1103
2020-01-06 13:02:50 -08:00
tastybento
28200a44a8
Removed unused imports
2020-01-06 11:22:37 -08:00
Florian CUNY
a0718f0e6b
Added a 3rd optional "island owner" argument to AdminSetrankCommand
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/787
This allows to coop or trust players on another player's island.
Related tests are ignored due to a lack of time to fix them.
2020-01-05 17:45:53 +01:00
Florian CUNY
ceef422c54
Improved tab-completion for AdminSetrankCommand
...
Relates to https://github.com/BentoBoxWorld/BentoBox/issues/787
2020-01-05 13:38:18 +01:00
Florian CUNY
958bafdabf
Version up 1.11.0
2020-01-05 12:55:29 +01:00
Florian CUNY
0892ed2ecb
Version up 1.10.1
2020-01-03 14:32:43 +01:00
Florian CUNY
304533ee13
Release 1.10.0
2020-01-03 13:47:41 +01:00
Florian CUNY
85b4c4ff4a
Added AdminBlueprintRenameCommand
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1082
2020-01-02 16:42:33 +01:00
Florian CUNY
fab6b295b6
Fixed tests
2019-12-31 14:38:49 +01:00
Florian CUNY
53d728af94
Added LECTERN protection flag
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1094
2019-12-31 14:06:49 +01:00
Florian CUNY
85dc95357c
Updated PAPER compatibility to SUPPORTED
2019-12-31 01:48:30 +01:00
Florian CUNY
4a209d875e
Fixed players being stuck in SPECTATOR gamemode when accepting invite
2019-12-30 16:17:10 +01:00
Florian CUNY
c0a38fb9eb
Fixed another bunch of code smells (Sonarcloud)
2019-12-30 15:36:17 +01:00
Florian CUNY
f1f48279cc
Updated (and fixed repo) the PlaceholderAPI dependency to 2.10.4
2019-12-30 15:31:41 +01:00
Florian CUNY
50c183d2ea
Fixed incorrect translation when changing language
2019-12-30 15:25:19 +01:00
Florian CUNY
704c249b49
Fixed some code smells (Sonarcloud)
2019-12-30 14:54:11 +01:00
tastybento
eeeccf6781
Updated README.md and fixed badges
...
https://github.com/BentoBoxWorld/BentoBox/issues/1092
2019-12-30 09:28:01 +00:00
tastybento
e290a46c4e
Fixed issue where addons were disabled incorrectly.
2019-12-29 14:56:22 +00:00
tastybento
602b5b5c5c
Merge branch 'develop' of https://github.com/BentoBoxWorld/BentoBox.git into develop
2019-12-29 05:56:08 -08:00
tastybento
21eeedbbb0
Fixes addon disablement in onEnable.
...
Clean up imports.
https://github.com/BentoBoxWorld/BentoBox/issues/1090
2019-12-29 05:55:57 -08:00
Florian CUNY
1a8be26010
Fixed chorus flowers not being protected from breaking if destroyed by arrow/trident
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/812
Note it can cause the block to flicker or to turn into a ghost block. The Bukkit API does not provide a way to actually cancel the block breaking, therefore we need to resort to a delayed task.
2019-12-29 14:48:02 +01:00
Florian CUNY
382bb2c574
Removed no longer used message in en-US
2019-12-28 18:17:51 +01:00
Florian CUNY
efe8a55328
Removed unused imports from 6dac9cad30
2019-12-27 15:40:53 +01:00
Florian CUNY
6dac9cad30
Fixed Chorus being able to grow outside islands even if it was disabled
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1079
2019-12-27 15:37:47 +01:00
Florian CUNY
c179b3e20a
Fixed entities being damaged by TNTs or Creepers even if it was disabled
...
Fixes https://github.com/BentoBoxWorld/BentoBox/issues/1075
2019-12-27 14:47:15 +01:00
johncsuti
87b503b96c
Added missing addons in ADDON.md ( #1083 )
...
They should all be here!
2019-12-26 22:48:52 +01:00
Florian CUNY
a807918105
Fixed NewIsland.Builder#reason() logic (thanks to the unit tests)
2019-12-23 15:19:28 +01:00
Florian CUNY
48f898aa2c
Added WorldSetting#isTeleportPlayerToIslandUponIslandCreation()
...
Implements https://github.com/BentoBoxWorld/BentoBox/issues/1032
2019-12-23 15:01:32 +01:00
Florian CUNY
898118cfd9
Merge remote-tracking branch 'origin/develop' into develop
2019-12-23 14:50:26 +01:00
johncsuti
3669b87f14
Fixed link to ADDON.md using a proper URL ( #1078 )
...
* Fix link to addons page using a proper URL
* fixed some stuff
Co-authored-by: Florian CUNY <poslovitch@bentobox.world>
2019-12-23 14:49:52 +01:00
Florian CUNY
a796e3ae22
Forced reasons in NewIsland's Builder to be either CREATE or RESET
2019-12-23 14:32:33 +01:00
Florian CUNY
cd02c5f4df
Renamed IslandWorldManager#pasteMissingIslands() to #isPasteMissingIslands()
2019-12-23 14:14:29 +01:00
Florian CUNY
fbceaa51d3
Improved UserTest#testHasPermission()
2019-12-23 14:06:56 +01:00
Florian CUNY
acf87efd9b
Added nullability annotations on User#hasPermission() and User#getSender()
2019-12-23 14:02:50 +01:00
Florian CUNY
2ad661b11a
Improved the GitHub download feedback to be less spammy
2019-12-23 13:56:53 +01:00
Florian CUNY
7c23793f75
Tweaks to the Addon.md
2019-12-23 13:42:26 +01:00
johncsuti
77ddeda3f2
New ADDONS.md page to reduce overall page size of README.md ( #1077 )
...
* Update README.md
* Create ADDON.md for README.md commit
* Update README.md
* Update README.md
Capitalization of first letter of a sentence
* Update ADDON.md
Capitalization of first letter of a sentence
* Change spacing
* Change spacing
* Ugh work with me github
* Change spacing on README.md
2019-12-23 13:32:58 +01:00
tastybento
6b69052863
Fixes support for float storage in config files.
...
https://github.com/BentoBoxWorld/TwerkingForTrees/issues/6
2019-12-22 11:08:49 -08:00
tastybento
dfd8dffcf2
Catch error around deserialization and provide better logging.
...
This will help addon developers know where they went wrong. Related to:
https://github.com/BentoBoxWorld/TwerkingForTrees/issues/6
2019-12-22 09:40:42 -08:00
Florian CUNY
fc23da4343
Added Util#isInteger() and made commands use it for more reliability
2019-12-21 14:23:32 +01:00
Florian CUNY
1d486efbe7
Added AdminRangeAddCommand, AdminRangeRemoveCommand
...
Implemented https://github.com/BentoBoxWorld/BentoBox/issues/1072
Moved the various "invalid-value" messages to the admin range node in en-US.
Made AdminRangeSetCommand use the more generic 'must be positive number' message - causes issues with floats, which I will fix later on.
2019-12-21 11:34:38 +01:00
Florian CUNY
59916c27e2
Improved javadoc for Island#getProtectionRange() further
2019-12-21 11:12:48 +01:00
Florian CUNY
48b7b52d82
Improved javadoc for Island#getProtectionRange()
2019-12-21 11:10:33 +01:00
Florian CUNY
3e65f5e902
Fixed admin range set/reset commands not working if player is in team
...
Updated tests
2019-12-21 10:57:17 +01:00
Florian CUNY
c0d873d022
Fixed MVdWPlaceholderAPI dependency scope in pom.xml
2019-12-21 10:26:53 +01:00
tastybento
fd247be073
Added nullable/nonnull annotations to IslandsManager public methods
2019-12-20 16:51:21 -08:00