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
Florian CUNY
4eec62477b
Version up to 0.15.0
2018-12-01 17:51:11 +01:00
Florian CUNY
def451811c
Create CODE_OF_CONDUCT.md
2018-12-01 16:22:03 +01:00
Florian CUNY
442d62d427
Fixed some indentation in pom.xml
2018-12-01 15:40:00 +01:00
Florian CUNY
bce906d98e
Minor changes to deserialization in Yaml handler
2018-12-01 15:39:41 +01:00
Florian CUNY
6977a31830
Slight optimization in YamlDatabaseHandler
2018-12-01 11:54:03 +01:00
Florian CUNY
a735bfdf5c
Fixed some redundant Flag-related calls
2018-12-01 11:45:33 +01:00
Florian CUNY
f828f23c2f
Fixed some code smells
2018-12-01 11:14:12 +01:00
Florian CUNY
7aec45dc97
MySQLDatabaseConnector: removed obsolete Class.forName()
2018-12-01 10:55:19 +01:00
Florian CUNY
8fc6267082
Merge pull request #356 from CNAmira/zhcn
...
Make the zh-CN locale updated again.
2018-12-01 09:27:08 +01:00
tastybento
46bb958a6d
Added protection against turtle egg crushing.
...
Added test class for physical interactions.
EWR -> DEN
2018-11-30 18:49:58 -05:00
tastybento
c88ea31237
Fixes tab complete error with no island.
...
EWR -> DEN
2018-11-30 17:39:24 -05:00
tastybento
0bd800ac09
Added test class for BentoBoxLocale
...
United flight LAS -> EWR almost in New York
2018-11-29 13:05:32 -08:00
Li Keqing
e034fd0b6d
These lines should be removes.
2018-11-26 15:50:56 +08:00
Li Keqing
e11e3defb6
Make the zh-CN locale updated again.
2018-11-26 15:47:45 +08:00
Florian CUNY
76660c003a
Merge pull request #354 from BentoBoxWorld/addon-event
...
Addon event
2018-11-26 08:28:45 +01:00
tastybento
d9da30e866
Adds a generic event to expose addon info via K,V pairs.
...
https://github.com/BentoBoxWorld/bentobox/issues/352#issuecomment-441471105
See addon-event branch for Level addon.
2018-11-25 22:31:15 -08:00
tastybento
5f57417ccc
Change log to logError, as it would be an exception.
2018-11-23 08:22:21 -08:00
tastybento
ff2983629d
Fixes protection for scooping tropical fish.
...
https://github.com/BentoBoxWorld/bentobox/issues/349
Also added pagination to protection flags and localized alphabetical
sorting of the flags.
Also added defensive code should a flag enum be removed but it is still
in the island database. In this case it will just be ignored and at the
next database object save it will disappear.
2018-11-20 16:35:03 -08:00
tastybento
98264f03d0
Fixed armor stand moving by rods.
...
https://github.com/BentoBoxWorld/bentobox/issues/350
Added test cases, but more to add.
2018-11-20 14:29:56 -08:00
tastybento
ffd1af5867
Removes coop on logout of cooped player or server shutdown.
...
https://github.com/BentoBoxWorld/bentobox/issues/335
2018-11-20 12:52:12 -08:00
Florian CUNY
49f9784b61
Moved addon exception to exceptions package and deprecated old ones
2018-11-19 09:02:39 +01:00
Florian CUNY
a5cb49553a
Removed de-DE and zh-CN locales: they are outdated
...
They basically come from a very, very, very early version (from the time where BentoBox was still known as BSkyBlock).
I removed them, because they're basically of no use.
2018-11-19 08:09:43 +01:00
Florian CUNY
64c9d549d8
Replaced %bsb_plugin_name% by BentoBox
...
This "placeholder" actually never existed, it just got put in the locale files in anticipation of the placeholders implementation
2018-11-19 08:07:53 +01:00
tastybento
e26d801cf2
Removed deprecated method and replaced with getOwner().
2018-11-18 19:03:51 -08:00
tastybento
de45872c07
Creates generic IslandEvent that has the reason as an enum
...
Adds JavaDocs on the event reasons and when they are called.
Completed island Lock event. As locking is a rank and not a binary the
UNLOCK event is not really useful and can probably be removed.
https://github.com/BentoBoxWorld/bentobox/issues/346
2018-11-18 19:03:27 -08:00
Florian CUNY
0322ffe0ce
Deprecated #getTeamLeader(...) methods
...
These have been deprecated in CompositeCommand, IslandCache and IslandsManager and they got replaced by #getOwner(...).
2018-11-18 11:12:54 +01:00
Florian CUNY
f0218d9f2a
Added LocalesManager#get(String)
...
This is something I did in this commit 926473cd07
and I'm putting it back in develop branch
2018-11-17 11:48:08 +01:00
tastybento
d9528c6c9b
Fix for PVP flame damage.
...
https://github.com/BentoBoxWorld/bentobox/issues/336
2018-11-11 17:39:05 -08:00
Florian CUNY
968ebbad67
Updated database types names in issue template
2018-11-11 17:43:08 +01:00
Florian CUNY
40afd6c161
Version up to 0.15.0-SNAPSHOT for further development
2018-11-11 14:18:23 +01:00
Florian CUNY
cc8baed84d
Version up to 0.14.1
2018-11-11 14:17:36 +01:00
Florian CUNY
343ee51647
Preventively save the player to the database when creating a new island
...
Related to 68873e033f
2018-11-11 10:46:43 +01:00
Florian CUNY
c3ca82e12a
Fixed the ENDER_CHEST flag not using the Notifier
2018-11-11 10:37:08 +01:00
Florian CUNY
23af6e7012
Few fixes to COARSE_DIRT_TILLING flag
...
#337
2018-11-11 10:22:18 +01:00
Florian CUNY
72738f42b9
Update SpigotAPI dependency version to 1.13.2
...
Don't know why it hasn't been done before
2018-11-11 10:20:51 +01:00
tastybento
2ca00969e7
Fills in protections.
...
Shulker box done. Pots done. Pufferfish are considered Monsters, not
animals because they can hurt visitors. Other fish protected. Bonemeal
prevented (place blocks). Name tags done.
https://github.com/BentoBoxWorld/bentobox/issues/336
2018-11-10 21:03:04 -08:00
tastybento
c2e9490bb0
Added min/max options for cycle click and restricted lock flag.
...
https://github.com/BentoBoxWorld/bentobox/issues/332
2018-11-10 19:28:46 -08:00
tastybento
c438f4a45d
Fixes teleporting back from standard nether to island.
2018-11-10 11:57:46 -08:00
tastybento
37aa2e06f9
Protection checks not correctly taking into account std Nether and End
...
https://github.com/BentoBoxWorld/bentobox/issues/331
The isIslandNether(), isNether(), etc. methods need to check the
environment of the world.
2018-11-10 11:45:18 -08:00
tastybento
3b36ab8814
Fixes spaming in console when teleporting to non-BB worlds.
...
https://github.com/BentoBoxWorld/bentobox/issues/310
Also added comment to @return value in Addon API
2018-11-10 10:22:05 -08:00
tastybento
68873e033f
Added defensive code to handle island adding to grid.
...
When an island cannot be added to the grid, it should show some helpful
console error.
Related to https://github.com/BentoBoxWorld/bentobox/issues/326
2018-11-10 10:04:37 -08:00
Florian CUNY
161975adde
Fixed Multiverse registration throwing NPE on startup
2018-11-10 18:41:31 +01:00
Florian CUNY
6df262a14b
Added COARSE_DIRT_TILLING World Setting flag
2018-11-10 14:31:36 +01:00
Florian CUNY
f8d1626ba5
Added Multiverse-Core Hook
2018-11-10 11:04:48 +01:00
Florian CUNY
3f62e2f367
Slight optimization in PlaceholdersManager
2018-11-10 11:04:10 +01:00
Florian CUNY
571e734aa9
Removed unused imports in PlaceholderAPIHook
2018-11-10 10:36:52 +01:00
Florian CUNY
d507efbe77
Fixed obsidian scooping replacing whole bucket stack with lava buckets
...
Fixes #338 .
2018-11-10 10:04:10 +01:00
Florian CUNY
10270846b2
Improved BentoBox#isLoaded() javadoc
2018-11-10 10:03:15 +01:00