Commit Graph

179 Commits

Author SHA1 Message Date
635e18e7ed Add copper-oxide flag 2021-07-10 15:50:38 +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
8e23b10f7c Fix update notification ingame message 2021-06-27 18:11:57 +02:00
4dbbf8f599 1.17 (#3088)
* Minor work for 1.17

* Address TODOs

Introduce `entity-change-block` flag covering blocks affected by `onPeskyMobsChangeTheWorldLikeWTFEvent`. Previously this was covered by the mob-place flag, however, changing the tilt state of big drip leafs and a series of other blocks call `EntityChangeBlockEvent` so this shouldn't be covered by mob flags only.

* Address other TODOs

* Compile against paper 1.17

This will only work if you built paper locally and deployed it to your local maven repo.

* Updated linked javadoc links

* Handle sculk sensor events in a more controllable way

* Update issue forms for 1.17
2021-06-20 18:17:18 +02:00
942d799c9c Make "NaN" in placeholders translatable 2021-06-09 21:51:51 +02:00
331a6ea1b3 Remove "ORE" from setup steps
Touches #3068
Generating a world with just ore is used nowhere and needs to be reimplemented properly at some time.
2021-06-08 13:06:42 +02:00
9b043b7444 Make /plot rate categories translatable 2021-06-08 10:49:26 +02:00
d8f19cec66 Adjust improper origin -> target message of plot moving 2021-06-04 19:17:20 +02:00
cd57741a51 Fix typo introduced in f4552e358d 2021-06-03 12:53:47 +02:00
f4552e358d Fixes #3027
- Ditch slf4j in favor of log4j. slf4j is (unfortunately) very much unmaintained at this time and future versions of MC (1.17+) will use log4j version 2.14.1 onwards over some ancient sfl4j version.
- Using log4j reduces our jar size as well, because we don't need to bridge it as the game provides it natively.
2021-06-03 12:40:27 +02:00
21214814b7 Fixes #3032 2021-05-31 21:59:15 +02:00
3ac93dcfca Enhance /plot target & expiry confirm message 2021-05-28 20:21:41 +02:00
c509882a18 Enhance alias message with placeholders 2021-05-28 11:37:13 +02:00
dc7e6010cb Fixes #3073
- Also add new caption if attempting to clear an empty alias
2021-05-27 17:06:04 +02:00
daf0e6e1ba Use same creation message for templates like for setup 2021-05-25 11:02:37 +02:00
399d77c60f Component-ify plot setup wizard
Touches #3068
2021-05-22 19:49:22 +02:00
a05dd19986 Fixes #3058
- Anonymize meta data keys
2021-05-20 21:04:07 +02:00
aae350c1b3 Enhance flag tutorial message 2021-05-20 19:57:06 +02:00
9c59bfde52 Rephrase message if user has no access to sub-command help pages 2021-05-19 23:48:32 +02:00
9dc0396411 Fix plot list coloring 2021-05-16 22:47:02 +02:00
3748d8e246 Minor cleanup in favor of Java 16
- Addressing a few command deprecations during the major release superseded by toggles
- Don't swallow SQL warnings in loggers behind debug, as it's often set to false
- Deleted JavaVersionCheck, it's part of ServerLib.
2021-05-15 20:39:16 +02:00
0341111f8f Add lectern-read-book flag
Fixes https://github.com/IntellectualSites/PlotSquared/issues/2980
2021-05-14 18:22:02 +02:00
a7c4b40fcc Add no-portals and deny-portal-travel flag 2021-05-14 15:51:20 +02:00
6fd55b47c2 Fix typo 2021-05-13 21:41:10 +01:00
3d7c191d1c Make the plot jukebox gui translatable
Fixes https://github.com/IntellectualSites/PlotSquared-Translations/issues/2
2021-05-13 20:21:19 +02:00
9344e1ca79 Make /plot setup header translatable
- Document a couple of permission nodes
2021-05-13 13:32:34 +02:00
19cea0e129 Un-stringify plot id calls
- PlotId#toString() already stringifies IDs, no need to call String.valueOf()
- Add tab completion to `/plot debugroadregen`
- Add `plots.flag.notify-leave.bypass` permission separating from notify-enter
- Add message notifying the player if the attempt to enter a plot they are denied from
2021-05-11 18:50:37 +02:00
b37ad79e50 Beautify empty /plot caps output
Also strip prefix from empty plot description
2021-05-07 09:59:17 +02:00
a990205d41 Fix empty templates when vault not found 2021-05-07 01:53:18 +02:00
891230c78e Fix /plot sethome returning usage message & working on unclaimed plots 2021-05-07 01:27:11 +02:00
8bfdf8ecf2 Fix /plot cluster sethome triggering usage message
Enhance cluster messages a bit
2021-05-07 01:18:33 +02:00
78655102b9 Fix flag exception coloring 2021-05-06 19:06:50 +02:00
491a171409 Fix invalid backup messages & component prefix & update minimessage 2021-05-06 10:30:04 +02:00
b3aec8f839 Fix empty default flag message 2021-05-02 20:31:23 +02:00
11af33f2d5 Fixup inbox javadocs 2021-04-30 19:04:44 +02:00
de597391dc Fix keep-inventory flag & adjust disallowed-blocks translation 2021-04-21 11:03:14 +02:00
e1fb8c1ae5 Take building min height also into consideration 2021-04-11 10:12:37 +02:00
600d38d3e2 Add flag placeholders to flag commands 2021-04-02 17:50:37 +02:00
07fd7e497f Strip commands from translation files 2021-04-02 14:04:17 +02:00
567f1d4247 Fix backup captions and add placeholders to copy/move/swap 2021-03-30 13:44:04 +02:00
fbebcf57c1 Fix exporting all plots 2021-03-29 17:07:58 +02:00
30d3a458e2 Addressing more issues 2021-03-28 17:39:02 +02:00
3833d2cd83 Restrict a few more commands from plot world plots
And add missing tab completion for debug commands
2021-02-24 23:21:54 +01:00
027456fd77 Add crop-grow flag 2021-02-24 18:41:36 +01:00
10e2d65221 Remove scripting-related stuff (#2947)
* Remove scripting-related stuff

* Cleanup

Co-authored-by: NotMyFault <mc.cache@web.de>
2021-02-24 09:53:55 +01:00
18c1a0e4f6 Remove duplicated translation strings 2021-02-02 16:48:01 +01:00
57fc51d013 Initial annotation usage cleanup + EditorConfig 2021-01-09 22:28:41 +01:00
495952acb0 Fixes https://github.com/IntellectualSites/PlotSquaredSuggestions/issues/129 2021-01-08 16:46:57 +01:00
25a8f1522a Move creation date up in plot header 2021-01-08 16:08:42 +01:00
cc90127af9 fix two <> errors in lang 2021-01-07 13:45:01 +00:00