Florian CUNY
7c7b66b6c0
Some line color fixes in jp-JP and pl-PL locales
2018-12-15 10:45:39 +01:00
Florian CUNY
5258a1486e
Fixed settings description formatting in locales
2018-12-15 10:43:10 +01:00
Florian CUNY
42ab3999b2
Fixed ENDERMEN-related settings color inconsistency
...
Fixes https://github.com/BentoBoxWorld/bentobox/issues/383#issuecomment-447529338
2018-12-15 10:38:51 +01:00
Florian CUNY
45e682e258
Fixed Addon#onReload() Javadoc since tag
2018-12-15 10:37:39 +01:00
Florian CUNY
7dd06b9d9b
Fixed tests
...
They were broken as of 8a16940e14
2018-12-15 10:30:17 +01:00
Florian CUNY
b6e8c19a86
Added Addon#onReload()
...
Related to #370 .
It is currently unused.
Added Javadoc to #onEnable(), #onDisable(), #onLoad(), #onReload().
2018-12-14 15:57:07 +01:00
Florian CUNY
8a16940e14
Added 'commands.help.syntax-no-parameters' to avoid command help layout inconsistencies
...
Fixes #379
2018-12-14 15:44:33 +01:00
Florian CUNY
fa5c7905da
Deprecated Island#showInfo() and Island#showMembers() that were using useless parameters
...
Replaced them with equivalents only requiring an User as parameter.
2018-12-13 10:10:05 +01:00
Florian CUNY
08be1e15d1
Revert "Removed unused World parameter in Island#showMembers()"
...
This reverts commit 4169ae9f16
.
2018-12-13 10:00:14 +01:00
Florian CUNY
b88e93a61c
Added IslandInfoCommand
...
#361
* Added IslandInfoCommand : "/is info" or "/is who". This is basically a copy/paste from AdminInfoCommand, and it uses the same methods.
* Updated en-US locale accordingly
2018-12-13 09:58:35 +01:00
Florian CUNY
4169ae9f16
Removed unused World parameter in Island#showMembers()
2018-12-13 09:47:19 +01:00
tastybento
01b0c2004b
Added ExperiencePickupListener unit test.
2018-12-13 08:48:40 +09:00
tastybento
ca844f1727
Fixes some code smells.
2018-12-13 08:10:33 +09:00
Florian CUNY
f61b109060
Added EXPERIENCE_PICKUP flag
...
#217
* Added EXPERIENCE_PICKUP flag (as a PROTECTION flag)
* Created ExperiencePickupListener
* Updated en-US locale accordingly
2018-12-12 20:45:55 +01:00
Florian CUNY
486de0dc19
Added admin command to reset/set deaths
...
#76
* Added AdminDeathsCommand
* Added AdminDeathsResetCommand
* Added AdminDeathsSetCommand
* Updated en-US locale accordingly
* Added "general.errors.must-be-positive-number" to the en-US locale
* Fixed some formatting in the en-US locale
2018-12-11 14:51:05 +01:00
tastybento
7a888fce95
Report addon version in admin version command.
...
https://github.com/BentoBoxWorld/bentobox/issues/374
2018-12-11 16:14:57 +09:00
tastybento
d266deb790
Fixed code smell
2018-12-11 12:22:07 +09:00
tastybento
9c9490908e
Fixes message to players about losing coop.
2018-12-10 15:44:29 -08:00
tastybento
1a1fe14775
Merge branch 'develop' of https://github.com/BentoBoxWorld/bentobox.git into develop
2018-12-09 22:54:44 -08:00
tastybento
3dd7126ca9
Added coop removal when all island members log out.
...
Needs to be tested.
2018-12-09 22:54:37 -08:00
tastybento
3e07554d3b
Fixed bug where animals could be bred or fed to grow up.
...
https://github.com/BentoBoxWorld/bentobox/issues/366
2018-12-09 14:09:53 -08:00
Florian CUNY
83b5eb546f
Made the "tried to paste schem" error less confusing
2018-12-09 21:37:56 +01:00
Florian CUNY
58ded638f2
Added FROST_WALKER flag
...
#183
It was previously protected by PLACE_BLOCKS.
2018-12-09 17:07:12 +01:00
Florian CUNY
28e62d087d
Version up to 0.17.0-SNAPSHOT for further development
2018-12-09 15:22:31 +01:00
Florian CUNY
e7c77d638c
Version up to 0.16.0
2018-12-09 15:04:19 +01:00
Florian CUNY
8f0d40e0a4
Fixed minor code smells
2018-12-09 14:57:38 +01:00
Florian CUNY
1e679fdd85
Added defensive code in User#getPermissionValue() to avoid similar bugs
2018-12-09 14:53:06 +01:00
Florian CUNY
3ef784b14b
Fixed max team size permission not working
...
Fixes #114 .
2018-12-09 14:52:38 +01:00
Florian CUNY
76af2335e2
Finished max-islands (from WorldSettings)
2018-12-09 14:19:53 +01:00
Florian CUNY
260410a927
Added IslandsManager#getIslandCount(World)
2018-12-09 14:19:26 +01:00
Florian CUNY
16d1860f5f
Removed forgotten DEBUG in BucketListener
2018-12-09 14:19:04 +01:00
Florian CUNY
b20ef00853
Updated locales to replace all references of "leader" to "owner"
...
The island owner is no longer both known as "owner" or "team leader" depending on the methods you're using : it's "owner" everywhere now. Period. 🎉
2018-12-09 13:41:09 +01:00
Florian CUNY
607db5b07f
Removed some 'throws IOException' in IslandResetCommandTest
2018-12-09 13:20:49 +01:00
Florian CUNY
ae23ad913a
Renamed general.errors.not-leader to general.errors.not-owner
2018-12-09 13:18:24 +01:00
Florian CUNY
a04a0cb3d0
Replace code referencing "teamleader" to "owner"
...
This will improve the consistency of the code, as well as the Javadocs.
Locales (and some other files) still need to be updated to remove these references to team leader.
2018-12-09 11:28:31 +01:00
Florian CUNY
f50f7dd48d
Removed en-GB and fr-FR locales as they were outdated
2018-12-09 11:10:58 +01:00
Florian CUNY
f96b395538
BentoBoxLocale: made the UNKNOWN field static
2018-12-09 10:59:06 +01:00
Florian CUNY
ae162153a4
Removed deprecated code and classes
2018-12-09 10:55:19 +01:00
tastybento
ff7a43feea
Fix code smell
...
Check for add-on existence before trying to adjust island range size.
2018-12-08 19:38:29 -08:00
tastybento
33c374c52d
Fixed NPE on portal use when there is no Nether world
...
https://github.com/BentoBoxWorld/bentobox/issues/365
2018-12-08 19:24:31 -08:00
Florian CUNY
a1076dfc3f
Version up to 0.16.0-SNAPSHOT (again)
2018-12-02 09:25:22 +01:00
Florian CUNY
8f34e9e6c3
Version up to 0.15.1
2018-12-02 09:24:09 +01:00
Florian CUNY
0ead1a16a5
Merge branch 'develop'
2018-12-02 09:23:34 +01:00
tastybento
68ec5e48cb
Added helpful message for API authors
...
Helps debug issue for missing database object default constructors.
2018-12-01 21:25:58 -08:00
tastybento
e23818f73d
Enables mixed case enums to still be read from yaml config files
...
https://github.com/BentoBoxWorld/addon-challenges/issues/33
2018-12-01 20:36:14 -08:00
tastybento
76483f7e39
Revert "Minor changes to deserialization in Yaml handler"
...
This reverts commit bce906d98e
.
2018-12-01 20:28:51 -08:00
tastybento
3edfd62a6b
Fixes class not found error.
...
https://github.com/BentoBoxWorld/bentobox/issues/360
2018-12-01 19:53:50 -08:00
tastybento
693c6ab17e
Completes turtle protection update.
...
https://github.com/BentoBoxWorld/bentobox/issues/348
2018-12-01 10:51:20 -08:00
tastybento
ae770b3f1b
Merge pull request #359 from BentoBoxWorld/add-code-of-conduct-1
...
Create CODE_OF_CONDUCT.md
2018-12-01 13:12:08 -05:00
Florian CUNY
46156fbf5c
Version up to 0.16.0-SNAPSHOT for further development
2018-12-01 17:52:08 +01:00