Commit Graph

5468 Commits

Author SHA1 Message Date
9a9365a04d Fixes #3180 2021-07-26 21:23:59 +02:00
c9b012ea5b Leave a note when using deprecated commands 2021-07-24 18:01:26 +02:00
9dd35e87d6 We're using .editorconfig > code_style.xml 2021-07-23 22:23:49 +02:00
82f0b4194f Update Fawe version 2021-07-23 17:36:34 +02:00
3b27b6c850 FAWE-Bukkit shouldn't be in core 2021-07-23 16:24:30 +01:00
1e41734826 Send usage for '/p v' for too many arguments 2021-07-23 15:34:25 +01:00
a83a79c17e Error message for '/p v' when page out of range 2021-07-23 15:34:25 +01:00
8a77d5a450 Fix index out of bounds for '/p h' 2021-07-23 15:33:35 +01:00
2676b76107 6.0.8 2021-07-22 21:46:25 +01:00
51ff043af9 Prevent users defining their own click events in descriptions/farewells/greetings by default 2021-07-22 21:45:51 +01:00
fbde60fcf9 Handle edge cases of EntityChangeBlockEvent (#3163)
* Handle edge cases of EntityChangeBlockEvent

* Remove excessive plot area existence check

Co-authored-by: NotMyFault <mc.cache@web.de>
2021-07-21 19:57:42 +00:00
a0557112a1 Handle db command args sanely 2021-07-21 15:55:26 +02:00
6d71e0f8be Fixes 3168 2021-07-20 22:21:32 +02:00
62e17f5fc5 [ci skip] Fix CONTRIBUTING.md link 2021-07-20 11:23:57 +02:00
613a92eeb9 6.0.7 2021-07-17 17:59:41 +01:00
31522b6502 Check plot ownership/event before handling Direction.ALL 2021-07-17 17:51:48 +01:00
2e64ac6d25 Revert projectile hit on splash (#3162)
* Revert projectile hit on splash

* Notes about potions splashing after hit cancelled
2021-07-15 18:43:05 +02:00
fe65a0c548 Fix off-by-one error in schematic pasting (#3160) 2021-07-14 17:58:04 +02:00
cc60d50dd2 Actually cancel projectile hit events (#3154)
Co-authored-by: NotMyFault <mc.cache@web.de>
2021-07-13 08:57:12 +00:00
a797d748ea Handle /p f add message properly
- Leave a note if the database connection has been established properly
2021-07-12 22:55:28 +02:00
2d1e3b8c03 Fixes #3148 2021-07-12 18:12:54 +02:00
635e18e7ed Add copper-oxide flag 2021-07-10 15:50:38 +02:00
b9cb6842e2 Add an online check for teleport listener
- Some plugins seem to like teleport players before they're online (e.g. NoCheatPlus)
 - Addresses #3142
2021-07-10 10:40:44 +01:00
991703914c Batching task count reset (#3144)
* Negate mob-place flag debug message

* fixed a little typo :)

* Added check for dragon egg teleportation event
https://github.com/IntellectualSites/PlotSquared/issues/3074

* Basic dragon egg interact bugfix (Left-click interaction)

* Lifted admin if-condition out of roads (out-of-plot) only block (for animals)

* See 4514d39bbd

Co-authored-by: NotMyFault <mc.cache@web.de>
2021-07-07 10:10:51 +02:00
fdb6367351 Remove unneeded maven repos 2021-07-05 15:25:22 +02:00
bbee330f4f Don't append color codes to component lore
- Color codes are defined thru the file. Adding these here will clash with any other codes you already use
- Remove prefix from component GUI
2021-07-05 11:08:07 +02:00
8b8ac76852 Merge pull request #3136 from IntellectualSites/renovate/gradle-7.x
Update dependency gradle to v7.1.1
2021-07-02 17:58:00 +02:00
3b5b51b40c Update link if outdated Fawe version is spotted 2021-07-02 14:22:33 +02:00
5395ddc6a3 Update build.gradle.kts 2021-06-29 11:50:47 +02:00
60c701d20b Don't display plot rating placeholder in scientific notation
Fixes #3091
2021-06-28 18:49:03 +02:00
eb11d9e3aa Handle add & trust permission ranges properly 2021-06-28 16:40:01 +02:00
7898313b0b Check super types and interfaces on PlotPlayer#from
fixes https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/1140
2021-06-28 09:53:00 +02:00
8e23b10f7c Fix update notification ingame message 2021-06-27 18:11:57 +02:00
c46647d491 Handle plots.deny.<amount> properly 2021-06-27 16:40:45 +02:00
013e8fcda5 Leave a note where to get additional translations 2021-06-27 15:23:11 +02:00
f4ff9c0336 6.0.5 2021-06-27 13:21:44 +01:00
7c4d96e176 Fix #3117 2021-06-27 13:06:10 +01:00
2c920bd016 6.0.4 2021-06-26 20:11:15 +01:00
a5452012b5 separate 1.17-only events 2021-06-26 20:08:25 +01:00
43dd35f54b 6.0.3 2021-06-26 19:53:59 +01:00
67bbd64fa1 Update to FAWE 1.17 2021-06-26 16:19:07 +01:00
8f48b83c79 Replace the proper string in expressions 2021-06-24 19:14:59 +02:00
6a57a5c369 Fixes #3100 2021-06-24 16:40:10 +02:00
20df062d9f Back to snapshot for development 2021-06-23 11:50:24 +02:00
9fa0a8b27b Update ServerLib & remove Java version check
We now require Java 16 onwards
2021-06-22 23:49:31 +02:00
9acf9f4f19 Improve documentation of deprecated methods 2021-06-22 18:11:48 +02:00
0e84cf085b Fix compatibility issues with Citizens (fixes #3105) 2021-06-22 10:18:48 +02:00
ca9e371067 Teleport all players from plot on clear and delete (fixes #3102) 2021-06-21 18:20:47 +02:00
56920fe833 Load configs before accessing them (fixes #3099) 2021-06-21 16:38:40 +02:00
f2e6fd9692 Bump PlotAPI version 2021-06-21 12:05:56 +02:00