Santos
f9ce3ede64
Translate es.yml via GitLocalize
2024-03-06 08:43:37 +00:00
mt-gitlocalize
2f01344068
Translate es.yml via GitLocalize
2024-03-06 08:43:37 +00:00
BONNe
7da342bec5
Translate es.yml via GitLocalize
2024-03-06 08:43:36 +00:00
Jaimexo
65c7e6e8d0
Translate es.yml via GitLocalize
2024-03-06 08:43:35 +00:00
tastybento
0dbd451c33
Merge pull request #181 from BentoBoxWorld/develop
...
Release 1.20.1
2024-01-19 13:58:59 -08:00
tastybento
ee577e210a
Update to 1.20.4
2024-01-13 08:54:29 -08:00
tastybento
9ffe0c740a
Refactor code to enable golem spawning. #180
2024-01-09 17:47:24 +09:00
tastybento
843aa89f6c
Version 1.20.1
2024-01-09 12:01:00 +09:00
tastybento
39c630b92a
Version 1.20.0
...
This requires BentoBox 2.0.0 to run.
2023-11-28 16:04:07 -08:00
tastybento
4323a1a53a
Update to BentoBox 2.0.0 API
...
Check for multiple islands when the player joins.
2023-11-28 16:03:11 -08:00
tastybento
2b9b3dacf8
Add NPE protection #178
2023-11-26 08:32:30 -08:00
tastybento
2d92663cd4
BentoBox API 2.0.0
2023-11-12 13:24:15 -08:00
tastybento
a35816cc80
Update pom.xml
2023-07-10 21:40:28 -07:00
tastybento
9763dc1227
Update Jacoco
2023-07-10 21:24:10 -07:00
tastybento
f6b3e3b8db
Added distribution required for Github Action
2023-06-24 13:56:29 -07:00
tastybento
5137c24c91
Update Github Build script
2023-06-24 13:46:08 -07:00
tastybento
3e60b7b2eb
Merge pull request #177 from BentoBoxWorld/develop
...
Version 1.19.1
2023-04-15 15:48:01 -07:00
tastybento
e16d1f1893
Java 17 for GitHub action
2023-04-15 15:44:18 -07:00
tastybento
6b770d083e
Fix tests. Use world#nearbyEntities method.
2023-04-15 12:15:14 -07:00
tastybento
eeafa239c4
Avoid using NumberUtils. Update dependencies.
2023-04-15 11:44:56 -07:00
tastybento
68f696a46c
Merge pull request #166 from emmanuelvlad/new-placeholders
2023-04-10 06:52:59 -07:00
BONNe
995ac6191f
Merge pull request #175 from BentoBoxWorld/return-to-plugin
...
Return to plugin.yml
2023-04-08 19:17:22 +03:00
BONNe
d87d194c65
Update LimitsPladdon.java
2023-04-08 19:16:52 +03:00
BONNe
8dd35fabcf
Update pom.xml
2023-04-08 19:16:35 +03:00
BONNe
e17245b86f
Create plugin.yml
2023-04-08 19:16:00 +03:00
tastybento
f0727586a3
Update annotations
2023-03-25 09:54:26 -07:00
tastybento
69ded8fc3e
Add [gamemode].mod.bypass to list of perms in addon.yml
2023-03-18 17:37:49 -04:00
tastybento
9e7a52c4d9
Merge pull request #172 from piotrskibapl/develop
...
Disable villagers breeding when limit is reached
2023-02-12 10:47:13 -08:00
tastybento
3b6e912bae
Add ${argLine} to get jacoco coverage
2023-02-09 15:20:32 -08:00
evlad
97006d28c1
huge performance boost for entity limit
2022-11-07 02:05:09 +01:00
Piotr Skiba
989ebcba7b
disable villagers breeding when limit is reached
2022-09-28 00:08:05 +02:00
BONNe
a1c75e1192
Merge pull request #171 from BentoBoxWorld/gitlocalize-20576
...
Update Polish translation
2022-08-27 15:14:52 +03:00
wiktorm12
fdd827a297
Translate pl.yml via GitLocalize
2022-08-27 12:13:10 +00:00
BONNe
bc905adccb
Replace ' with " in FR locale
...
Some text strings inside fr contained '. It resulted in a locale crash. This should fix that.
2022-07-07 12:05:46 +03:00
BONNe
ed2af07f07
Merge pull request #167 from organizatsiya/patch-1
...
Create fr.yml
2022-07-06 14:41:38 +03:00
evlad
f726492eae
add new placeholders and BlockGrowEvent
2022-07-05 19:35:00 +02:00
organizatsiya
26d357fd42
Create fr.yml
2022-07-05 19:10:59 +02:00
BONNe
cf5be3ef30
Merge pull request #163 from BentoBoxWorld/offset-command
...
Implement Limits "offset" command.
2022-03-28 19:06:19 +03:00
BONNe
be3554bf8c
Implement Limits "offset" command.
...
Offset command have:
- set <player> <material|entity> <number> - sets the specific limit offset for material or entity.
- add <player> <material|entity> <number> - adds the specific limit offset for material or entity.
- remove <player> <material|entity> <number> - removes the specific limit offset for material or entity.
- reset <player> <material|entity> - resets limit offset for material or entity.
- view <player> <material|entity> - views the specific limit offset for material or entity.
Relates to the #149
2022-03-28 19:04:15 +03:00
BONNe
782150f0f4
Fixes offset duplication in Limits Panel
2022-03-27 20:12:15 +03:00
BONNe
388f973aee
Merge pull request #161 from BentoBoxWorld/placeholder-fix
...
Fixes wrong placeholder value #159
2022-03-27 14:45:56 +03:00
BONNe
5fd461ddea
Add limits offsets to the GUI and Placeholder
...
Offsets were not added to the GUI and Placeholder value. Part of #159
2022-03-27 14:45:43 +03:00
BONNe
b459f8bdb5
Fixes wrong placeholder value #159
...
Placeholder value did not check default and world limits. It used just island limits that are assigned via permissions.
This commit should fix it.
2022-03-27 14:43:31 +03:00
BONNe
baa73b76a5
Merge pull request #160 from YellowZaki/develop
...
Turned into a Pladdon
2022-03-25 21:18:06 +02:00
YellowZaki
d7bff1df7d
Turned into a Pladdon
2022-03-25 17:29:27 +01:00
tastybento
1a7d2b8f3e
Merge pull request #156 from YellowZaki/develop
...
Fixes Villager limit
2022-01-21 18:55:21 -08:00
tastybento
e8dffc76f5
Avoid NPE with ibc
...
https://github.com/BentoBoxWorld/Limits/issues/157
2022-01-21 18:53:45 -08:00
Alberto
fe0e935e14
Fixes Villager limit
2022-01-09 20:50:34 +01:00
tastybento
360ba0b2de
Rework how offsets are used.
...
https://github.com/BentoBoxWorld/Upgrades/issues/40
https://github.com/BentoBoxWorld/Limits/issues/117
2022-01-02 16:31:02 -08:00
tastybento
d038269f8c
Add getIsland method
2022-01-02 12:45:16 -08:00