Phoenix616
b43454531e
Add crowdin setup
2020-10-31 21:56:35 +01:00
Phoenix616
9a08e8897b
Don't allow opening of shops via sign by default
...
This has caused lots of confusion in the past regarding the first time
setup and might be a feature that people don't even want to have.
(e.g. to allow coloring of the signs with dyes)
2020-10-31 20:59:15 +01:00
Phoenix616
f0bf9a08ec
Add message to access and creative mode ignoring
2020-10-31 20:59:07 +01:00
Phoenix616
717dcc8d9d
Add German language file
2020-10-30 23:25:13 +01:00
Daniel Dušek
c7b07e04d2
Add - Czech localization file ( #362 )
2020-10-30 22:52:53 +01:00
Brice Frisco
8d98958c2d
Stock Counter ( Resolves #365 ) ( #368 )
2020-10-30 22:45:16 +01:00
dependabot[bot]
15b9382b09
Bump junit from 4.12 to 4.13.1 ( #367 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 18:15:32 +01:00
Phoenix616
a14aaa7235
Fix issues with LWC Single/Double Chest protections ( Fixes #359 )
2020-09-24 16:54:36 +01:00
Phoenix616
9dd56385eb
Update lang to 1.3. Fixes legacy local.yml loading issue.
2020-09-24 15:27:39 +01:00
Phoenix616
de14a1affb
Don't parse player name as count in /csgive ( Fixes #355 )
2020-09-14 14:36:10 +01:00
Corey Shupe
282c39c975
Implement LockettePro support and improve soft dependency handling ( #354 )
2020-09-10 14:32:34 +01:00
Phoenix616
741a10cb95
Update server economy account warning to include shop creation and uuid
2020-09-08 12:20:19 +01:00
Phoenix616
ea5318dcf1
[CI-SKIP] Improve bug report template
2020-09-02 21:46:31 +01:00
Phoenix616
b02cc9f909
[CI-SKIP] Update version
2020-07-28 00:30:56 +01:00
Phoenix616
5f40273756
[CI-SKIP] Improve issue templates.
...
This will auto-hide the instructions and format the config/log better :)
2020-07-28 00:29:01 +01:00
Phoenix616
89ba3d0559
Fix default profile activation
2020-07-08 21:43:34 +01:00
Phoenix616
5bc23214e0
Fix issue with items that have a single character in name ( Fixes #339 )
2020-07-08 21:40:06 +01:00
Phoenix616
6a34054bc7
Add latest test profile
2020-07-08 21:38:54 +01:00
Phoenix616
d1f6b1616b
Fix sign sticker on 1.14+
2020-07-08 21:01:33 +01:00
Phoenix616
8c1c80e138
Don't log SERVER_ECONOMY_ACCOUNT warning if it's not set
2020-07-04 18:18:59 +01:00
Phoenix616
efe9ff7024
Fix TURN_OFF_SIGN_PROTECTION not working ( Fixes #233 )
2020-07-03 18:56:29 +01:00
Phoenix616
742f838f09
Add support for component bungee messages
...
Requires at least BungeeCord commit a64c34d
2020-07-03 18:24:14 +01:00
Phoenix616
98985efd63
Fix legacy %material placeholder not working
2020-07-03 18:13:40 +01:00
Phoenix616
9cbf33f68f
Cancel before sending message so that access is denied in case of error
2020-07-03 17:26:13 +01:00
Phoenix616
493784c2dd
Fix that the legacy locale is not automatically used
2020-07-03 17:15:36 +01:00
Phoenix616
18c3f8f5ef
Prepare next version
2020-07-03 17:15:08 +01:00
Phoenix616
908c128a10
3.11 release
2020-06-29 15:51:06 +01:00
Phoenix616
3c51f8ed87
Move more info to hover in shop messages to clean up chat
...
Also fix placeholders not working in not enough stock message
2020-06-28 23:00:45 +01:00
Phoenix616
a0630db6f8
Fix typo in iteminfo book generation message key
2020-06-28 18:09:00 +01:00
Phoenix616
6ee7c4759a
Add multi-language and component message support (Requires Spigot)
...
Message configs are now selected based on the client's language (can be
toggled in the config) and will use MineDown formatting to allow
display of component messages as well as usage of RGB colors in 1.16.
If found the legacy local.yml will be used instead of the per-language
files. Move your local.yml to the correct lang config to if you want to
use the per-client language option.
Version was also changed to 3.11 due to the many internal changes that
have accumulated over time
2020-06-28 18:00:09 +01:00
Phoenix616
cbd427f561
Cancel left click event on shop sign
...
This should improve compatibility with other plugins that handle left
click interactions too and shouldn't apply to shop signs you don't have
access to.
Also includes a small improvement to not run the same permission check
twice in certain cases.
2020-06-24 16:00:16 +01:00
Phoenix616
4a04a623a7
Improve metrics additions
2020-06-21 19:09:25 +01:00
Phoenix616
4885092435
Include license and readme in jar file
2020-06-19 21:47:50 +01:00
Phoenix616
183c724583
Improve Metrics and add /csmetrics command
...
This adds some more logging to the metrics for some interesting plugin
settings as well as player account and transaction counts. This data
about account count and average transaction and item counts is also
exposed ingame via the /csmetrics command.
This also removes the outdated mcstats metrics as that site is long dead
now, the last data is from two years ago...
2020-06-19 21:47:28 +01:00
Phoenix616
1f8fd09dd2
Only update player name on join, don't create new accounts
2020-06-19 20:57:22 +01:00
Phoenix616
0b39fd1a5e
Make auto-fill check both buy and sell permission separately ( #325 )
...
Also slightly changes how the auto fill message is sent to not send two
messages (autofill and no-permission)
2020-06-19 18:58:00 +01:00
Phoenix616
7161c0bfdf
Add Jenkins test build notifier
...
This will only send a notification into the log once for each new build
and can be disabled in the config or the new jenkinsBuildNotifier.yml
2020-06-18 21:19:35 +01:00
Phoenix616
d3f717deef
Do not enabled automatic updates by default without user interaction
2020-06-18 18:14:53 +01:00
Phoenix616
3e061dda8d
Add config option to limit trading with shops via protections
2020-06-18 17:01:52 +01:00
Phoenix616
e520544d3a
Add ability to reload discount and restriction module ( Resolves #252 )
2020-06-10 14:03:22 +01:00
Phoenix616
4acd3efda1
Allow metadata ID to be used in shop transaction permission
2020-06-01 23:05:59 +01:00
Phoenix616
080597c515
Allow metadata ID to be used in shop creation permission
2020-06-01 22:58:34 +01:00
Phoenix616
9f84ca8551
Add option to sell/buy all with shift ( #320 )
2020-05-31 14:50:53 +01:00
Max Lee
f0641abf2e
Automatically add enhancement label to issues
2020-05-30 13:51:37 +01:00
Phoenix616
9dfbca3f81
Add more links to issue template config
2020-05-27 21:38:28 +01:00
Phoenix616
24d89dbc44
Add ability to mark all economic events as handled
...
This resolves issues when multiple listeners try to handle the same
events e.g. for group support which would've passed it onto the normal
listeners leading to errors
2020-05-21 01:08:00 +01:00
Phoenix616
d868fe8af6
Put the correct sign type into the chest on empty remove ( Fixes #313 )
2020-05-20 00:43:20 +01:00
Phoenix616
e22a50e1cf
Only close our own inventories on teleport ( Fixes #312 )
2020-05-16 22:33:52 +01:00
Phoenix616
7f32a7a722
Fix InventoryOpenEvent listener not applying to non chest containers
2020-05-16 22:30:14 +01:00
Phoenix616
009febb5c2
Call add and subtract event to give listeners a chance to handle them
2020-05-13 23:56:47 +01:00