-
Notifications
You must be signed in to change notification settings - Fork 8
/
change_log.txt
67 lines (67 loc) · 3.29 KB
/
change_log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2.13.53
D1
2.13.52
D1 Switched color parser to mimic EssentialsX.
D2 Added fileVersions.yml, split sleepmsgs into messages.yml
D3 Fixed missed message parser locations.
2.13.51
D1 Fixed DaySkip cancel msg = null.
D2 Fixed an issue where SPS would broadcast twice.
D3 Added new permission sps.showCancelledMsg
D4 Removed Birthday Message code.
D5 Added better error and log handling
D6 Minor tweaks.
D7 Dayskip will now work with any Bed.
D8 Fixed a bug in dayskip code that would allow regular sleep code to run.
D9 Added more logging to Dayskip to find a bug.
D10 Fixed bed detector for Dayskip.
D11 Fixed spscancel, update, sleep, and dayskip commands.
2.13.50
D1 Added a config option for when a nickname is not set to use displayname or username.
D2 Added debug logs for previous changes.
D3 Added more debug code, and changed some defaults.
D4 Switched to i18n language files, reworked update checker.
2.13.49
D1- Added support for Bloodmoon Advanced.
D2- Added a check for DisplayName when Essentials nick is returned as null.
D3- Added color formatter for displayNames when Essentials/VentureChat/HexNicks returns null
D4- Changed method for formatting displayNames in re: above.
D5 Added debug checks on nickname getter.
D6 Fixed issue with chars in HexNicks nicknames.
1.13_2.13.48
D1- Added HexNicks support.
D2-3 Fixed HexNicks formatting.
D4- Finally fixed HexNicks json formatting.
D5- Minor changes to UpdateChecker Notifications.
1.13_2.13.47
Added permission debug logging, "/sps check", and "/sps check playername" commands.
Anyone can check their own permissions, but only people with sps.op can check permissions of others.
Fixed an issue with update command causing a NPE.
Fixed an issue with the /sleep command always using world 0 as the Night/Storm check world.
Changed reloading method, added simplified Chinese(zh_CN) translation from (NagaseYami)
Added new config option "reset_insomnia" to reset the stat "time_since_rest" for all players in the sleeping player's world to prevent phantom spawning
Fixed text formatting with nicknames.
Added Japanese (ja_JP) translation from (mtmtyu)
1.13_2.13.46
Fixed issue of broadcasting to world's not where sleep, cancel, dayskip were initiated.
Added config option for per world broadcasting.
Fixed issue of a floating bracket.
Fixed a minor bug involving an exception and a possible console spam.
Players with sps.unrestricted permission will have color sleepmsgs.
Fixed incomplete text issue.
Added new config option. exitbedcancel: false
Added tab complete for commands.
1.13_2.13.45
UpdateChecker update, should no longer say there is an update when using a Dev version.
/sps update, now runs Asynchronously, which should not cause server freeze.
Add configs for Blacklist sleep/dayskip
Fix for issue reported by @nickly
Fixed config.
1.13_2.13.44
Added color support in sleepmsgs.
Added RGB Color support in sleepmsgs.
Added color codes both <COLOR> and §xRRGGBB to sleepmsgs
Added Color and RGB Color support to the dayskipmsg (Edited via lang files.)
Changed getDisplayName to getName to remove prefixes added by other plugins.
Added Quotation marks around playername in the tellraw command of sendJson. (Added by ImDaBigBoss)
sleepmsgcolor and playernamecolor will be obsolete in the next version, but are needed for now.