Commit Graph

1438 Commits

Author SHA1 Message Date
RedstoneFuture f88ea94bfe
Performance Improvement: high-requency listener (#4402)
* Adding new 'high-frequency-listener' setting

* Moving high-frequency event listener in new class

* Small typo
2024-05-13 20:20:21 +01:00
Jordan a7447c9d75
fix: disable not saving single world chunks (#4416)
Disable not saving single world chunks

- addresses #4413
2024-05-09 14:57:58 +02:00
Vrganj 6ef1163325
perf: get rid of guice overhead when accessing the player & world manager (#4409)
Return already injected fields to skip slow Injector access
2024-05-01 18:45:15 +02:00
Alexander Brandes bc1cc074b8
Make builds reproducible (#4395)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-04-14 21:04:01 +02:00
Pierre Maurice Schwang 9f4f213a8c
fix plot music volume to span full plot (#4391)
fix: plot music volume to span full plot
2024-04-12 20:55:09 +02:00
Maurice 111ea7029e
fix: allow trusted players to remove books from lecterns while lectern-read-book flag is true (#4336)
allow trusted players to remove books from lecterns
2024-03-30 10:31:04 +01:00
ch4ika 9be2eedf7f
fix-armor-stand-caps (#4355) 2024-03-30 10:30:37 +01:00
Nicolai 82f868ae7d
Introduce tile-drop flag (#4371)
* added tile-drops flag

* added tile-drops flag

* added tile-drop flag

* updated description

* relocated listener
2024-03-26 17:38:55 +01:00
Hannes Greule 2321831044
Prevent loading faraway chunks (#4370)
* Prevent loading faraway chunks

* docs
2024-03-07 21:34:33 +01:00
Maurice 25e98618b9
feat: introduce a flag section into the config for instabreak (#4368)
* Added and applied config

* removed wrong return logic
2024-03-07 21:34:25 +01:00
Maurice 5344efd1b7
feat: introduce a fishing flag (#4343)
* introduce fishing flag

* fixed typo in description

* added details to the flags description
2024-03-02 13:43:16 +01:00
Pierre Maurice Schwang d9537ee9df
Suppress errors due to failed getEntitySpawnReason implementation (#4334)
fix: suppress errors due to failed getEntitySpawnReason implementation
2024-02-12 18:32:27 +01:00
Hannes Greule 0de6887526
Avoid creating EntityDamageByEntityEvent (#4332) 2024-02-12 18:20:20 +01:00
Hannes Greule a2e3274215
Introduce base plot count placeholder (#4328)
* Introduce base plot count placeholder

* add world-specific variant
2024-02-12 18:19:59 +01:00
Maurice b369683b9c
fix: allow allay breeding (#4325)
move DUPLICATION to BREEDING
2024-02-12 18:19:44 +01:00
Pierre Maurice Schwang 448577774a
Entity#getEntitySpawnReason compatibility for spigot (#4305)
chore: Entity#getEntitySpawnReason compatibility for spigot
2024-02-02 16:46:39 +01:00
Pierre Maurice Schwang ae941e67a4
Fallback to areas QueueCoordinator when passing null (#4300)
* fix: fallback to area QueueCoordinator if null passed

* chore: add annotations to suppress IDE warnings
2024-01-21 12:40:38 +01:00
Pierre Maurice Schwang 9566af5fda
Use MUSIC soundcategory for plot music flag (#4302)
chore/fix: use MUSIC sound category for plot music
2024-01-21 12:38:46 +01:00
Nico Lube fccc146053
Do not remove entitys with CUSTOM spawn-reason on CreatureSpawnEvent. (#4297)
Do not remove entitys with CUSTOM spawn-reason.
2024-01-21 12:33:53 +01:00
Pierre Maurice Schwang e4613cfc62
Fix minimessage tag resolver in list command (#4290)
fix: update resolver tag names for list command
2024-01-12 09:35:11 +01:00
Hannes Greule 449af2f3a4
Add admin permission override to edit signs (#4287)
* add admin permission override to edit signs

* include sign dying
2024-01-06 11:28:33 +01:00
Jordan ead7acdd76
fix: allow pistons on merged plot road if detect-invalid-edge-pistons true (#4257)
- fixes #4232
2023-12-31 18:50:29 +00:00
Pierre Maurice Schwang a90e179338
Relocate net.kyori.options (Support newer 1.20.4 builds) (#4280)
chore/fix: relocate net.kyori.option
2023-12-25 18:32:29 +01:00
Alexander Brandes 1a33997099
Release 7.3.0 2023-12-22 17:54:28 +01:00
Alexander Brandes c6b0b99cd6
Fix MM update in plot condensation 2023-12-22 17:28:00 +01:00
Alexander Brandes d851e27aed
Fix checkerframework javadoc URL 2023-12-16 17:34:56 +01:00
Jordan 4a45729c9e
feat: add projectile-change-block flag (#4185)
- closes #4081
2023-12-12 13:53:10 +00:00
Alexander Brandes 85bec710df
Release 7.2.1 2023-12-09 10:13:42 +01:00
Tamikaschu 89511f07f9
Fix: disable sign-coloring when edit-sign flag is false (#4252)
* Initial commit

* Update Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener.java

Co-authored-by: powercas_gamer <cas@mizule.dev>

* Relocated Item check

* Added version check when building list of items

* Use mutable set and copy to immutable

---------

Co-authored-by: powercas_gamer <cas@mizule.dev>
2023-12-06 22:56:22 +01:00
Hannes Greule 31ae62b62c
Introduce `edit-sign` flag (#4236) 2023-11-26 12:36:01 +00:00
Jordan cdb44d4884
fix: re-add default spawn option and disclude armour stands (#4240)
- Fixes #4238
2023-11-25 20:30:48 +00:00
RedstoneFuture ba7880241b
Fix: permission check for integer flags (#4217)
* Changing numeric check to support '0'

* Adding notes

* More detailed description of 'max-plots' setting
2023-11-21 17:26:15 +00:00
ch4ika 8195afaa2f
Fix: chest_boat not removing (#4231) 2023-11-06 14:38:32 +01:00
Alexander Brandes fdc887850c
Release 7.2.0 2023-11-03 15:01:50 +01:00
Hannes Greule e3bfd9b8bf
Add info about service providers to debugpaste (#4226) 2023-11-03 14:58:38 +01:00
Jordan 3cc770970f
feat: add configurable border size (#4213)
- allows players to travel past border, but not claim
 - closes #2962
2023-10-31 10:51:19 +00:00
Hannes Greule 1c3776b605
Delay economy initialization to server load (#4216) 2023-10-29 10:55:31 +01:00
Alexander Brandes c7bfd48a21
Release 7.1.0 2023-10-09 17:03:09 +02:00
Phillipp Glanz 28e97e8441
Replace deprecated ageable with breedable (#4193)
* [#4164] Replace deprecated ageable with breedable

* [#4164] Correct methods and usage based on issue

* [#4164] Add since tag to deprecated and new methods

* [#4164] Add to deprecated annotation since argument with todo value

* [#4164] Change since to todo for changed code

* [#4164] Change access of storeBreedable to private
2023-10-07 20:15:26 +02:00
Jordan 5f7bb784f0
feat: add concrete-harden flag (#4184) 2023-10-04 09:41:47 +01:00
Alexander Brandes a3bc3968a5
Update Paper javadoc URL to 1.20 (#4187) 2023-10-01 14:07:55 +02:00
BlockyTheDev 4fe0c586d9
Address deprecated URL instantiation (#4178)
Fixes https://github.com/IntellectualSites/PlotSquared/issues/4166
2023-10-01 11:50:12 +02:00
Alexander Brandes ca50b53f94
Update api.spigotmc.org from 0.1 to 0.2 (#4167) 2023-09-17 20:14:30 +02:00
Alexander Brandes f705487055
Ignore deprecations we can't address (yet) 2023-09-16 21:48:13 +02:00
Jordan 7c328095d7
*actually 10s 2023-09-06 17:46:56 +01:00
dordsor21 7884c91d52
fix: run world unload task every 10 seconds, not 1 second
- Every second meant worlds would be unloaded whilst a player attempted to teleport to it
2023-09-06 17:09:01 +01:00
Alexander Brandes f582ec03c5
Release 7.0.0 2023-08-23 12:50:00 +02:00
Alexander Brandes e56e52ba4f
Fix 'grant' placeholder 2023-08-11 14:05:23 +02:00
Alexander Brandes d4c90283d6
Cleanup dependencies 2023-08-08 22:33:24 +02:00
Jordan 49e13384cf
fix: remove "default" spawn reason (#4132) 2023-08-02 13:47:53 +02:00