Risto Lahtela
53120ad65a
Registered MyPet extension
...
- Added data about the current pet of the player
Affects issues:
- Close #1230
2021-04-16 10:58:39 +03:00
Risto Lahtela
3e65d46164
Reduced dynamic table limit for extensions to 25 rows
...
Affects issues:
- Close #1762
2021-04-15 20:24:34 +03:00
Risto Lahtela
a015925751
Updated DKBans Extension
...
- Handled cases where player might be null
Affects issues:
- Fixed #1847
2021-04-15 20:22:28 +03:00
Risto Lahtela
5f4ee93f5f
Stop using Paper virtual address method for join addresses
...
It is returning some garbage
2021-04-15 20:03:20 +03:00
Risto Lahtela
d1e00da51a
Started using player UUID instead of name in URLs
...
- Changed instances where player name was given in a link instead of UUID where possible
- Could not change for Extensions where "isPlayerName=true" is set for String data, the UUID is
not available from the query
- Changed 404 error message to have '/player/{uuid/name}' instead of '/player/PlayerName'
- Changed export directory from names to uuids, change log should recommend export users to clear
their player directory and to run /plan export players
- Fixed issue where Web users with level 2 could not access their own player page via /player/{uuid}
Affects issues:
- Close #1841
2021-04-15 10:13:32 +03:00
Risto Lahtela
1bded295e2
Fixed "Plan" appearing as server name on session accordion
2021-04-15 09:42:43 +03:00
Risto Lahtela
272defb205
Prevent use of / & and ? in a server name
...
Affects issues:
- Fixed #1831
2021-04-15 09:42:17 +03:00
Risto Lahtela
d860fbb606
Remove null character stuff from Join address & truncate
...
- Truncated the address to 255 characters in case the null character removal doesn't work
for some reason.
Affects issues:
- Fixed #1842
2021-04-15 09:36:50 +03:00
Risto Lahtela
c401a7516a
Registered Quests extension
...
- Allows tracking how many quests have been completed
Affects issues:
- Close #1632
2021-04-14 19:24:49 +03:00
dependabot-preview[bot]
aacc4c1534
Bump dagger-compiler from 2.34 to 2.34.1 in /Plan
...
Bumps [dagger-compiler](https://github.com/google/dagger ) from 2.34 to 2.34.1.
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.34...dagger-2.34.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-14 06:04:29 +00:00
dependabot-preview[bot]
a86e13eac4
Bump dagger from 2.34 to 2.34.1 in /Plan
...
Bumps [dagger](https://github.com/google/dagger ) from 2.34 to 2.34.1.
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.34...dagger-2.34.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-14 05:54:28 +00:00
Risto Lahtela
4ab6c68cdd
Registered PlaceholderAPI extension
...
- Allows tracking any placeholders specified in the Plan config
Affects issues:
- Close #1584
2021-04-13 12:32:37 +03:00
Risto Lahtela
af858b8455
Plan API 5.2-R0.6: InvalidateMethod equivalent to ExtensionDataBuilder
2021-04-13 11:57:38 +03:00
Risto Lahtela
5cecde5500
Update Tebex extension
...
- Store buycraft payment information on Plan
- Store more than 100 payments, all of them instead
- Show all payments on the server page
- Show player made payments on the player's page
Affects issues:
- Close #1451
2021-04-13 11:43:13 +03:00
Risto Lahtela
439a5743b8
Update Bentobox Extension
...
- Adds MagicCobblestoneGenerator data
- Adds AOneBlock statistics about the phases
Affects issues:
- Close #1649
2021-04-12 12:47:30 +03:00
Risto Lahtela
65b409df2a
Added LogBlock extension
...
Implemented following things:
- diamonds / stone ratio on the player list
- <ore> / stone ratio tables to player pages for each ore
- <nether ore> / Netherrack ratio tables to player pages for each ore
Affects issues:
- Close #1653
2021-04-11 11:58:52 +03:00
Risto Lahtela
ab31f8a074
Plan API 5.2-R0.5: More lenient TabInfo annotation usage
...
- No more warning when TabInfo is defined without Tab annotations.
This is because builders can define tabs regardless.
2021-04-11 11:53:44 +03:00
Risto Lahtela
1dfc7df307
Added Lands Extension
...
Implemented following data points:
- number of chunk claims per player
- number of chunk to claim available per player
- land spawn coordinates if available
- no server data
Affects issues:
- Close #1429
2021-04-11 11:01:38 +03:00
Risto Lahtela
01d9942d96
Update ViaVersion extension: Added Velocity support
2021-04-11 10:32:21 +03:00
Risto Lahtela
c3ce37bfa9
Plan API 5.2-R0.4: SchedulerService
...
Allows scheduling async tasks for platforms that don't have static
accessors for registering tasks, such as Velocity
2021-04-11 10:28:08 +03:00
Risto Lahtela
9302067a49
Plan API 5.2-R0.3: ListenerService
...
Allows registering listeners for platforms that don't have static
accessors for registering listeners, such as Velocity
2021-04-11 10:16:37 +03:00
Risto Lahtela
5af889cba3
Registered React Extension
...
Affects issues:
- #583
2021-04-10 14:47:38 +03:00
Risto Lahtela
bafbfd65f9
Registered PlotSquared extension
...
Affects issues:
- #583
2021-04-10 14:09:12 +03:00
Risto Lahtela
2a0474a5c6
Registered Heroes Extension
...
Affects issues:
- #583
2021-04-09 17:21:34 +03:00
Risto Lahtela
699666e2ce
Registered MarriageMaster Extension
...
Adds data about marriages and weddings.
Affects issues:
- Close #1229
2021-04-09 11:51:29 +03:00
Risto Lahtela
1fafd303d3
Publish Plan API 5.2-R0.2 with DataExtension Builder API
2021-04-09 11:00:53 +03:00
dependabot-preview[bot]
02877fd2fb
Bump dagger-compiler from 2.33 to 2.34 in /Plan
...
Bumps [dagger-compiler](https://github.com/google/dagger ) from 2.33 to 2.34.
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.34 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:49:26 +00:00
dependabot-preview[bot]
5793872660
Bump mockito-junit-jupiter from 3.8.0 to 3.9.0 in /Plan
...
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:48:20 +00:00
dependabot-preview[bot]
a085e88be1
Bump dagger from 2.33 to 2.34 in /Plan
...
Bumps [dagger](https://github.com/google/dagger ) from 2.33 to 2.34.
- [Release notes](https://github.com/google/dagger/releases )
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.34 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:38:42 +00:00
dependabot-preview[bot]
74bfe68e7a
Bump mockito-core from 3.8.0 to 3.9.0 in /Plan
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-08 05:38:20 +00:00
Risto Lahtela
9466dc3e9d
Added a valueBuilder convenience method to DataExtension
2021-04-07 20:11:59 +03:00
Risto Lahtela
113d46669b
DataExtension Builder API ( #1833 )
...
* Rewrote annotated extension method extraction
* Enclose annotation based methods into a single ExtensionDataBuilder
All of the reflection related to extension annotation was difficult,
so now it's all dealt with in one place and it's abstracted away with the
upcoming builder based API.
Some odd additions had to be made to the interface, but they are mostly harmless,
as the annotations are used as method parameters where necessary. This way the
users of the API are unable to give weird values.
It was possible to reuse MethodWrapper and Parameters classes for calling the methods.
* Refactored server value storage to use builder data
* Refactored player value storage to use builder data
* Refactored table gathering to use builders
* Handle extension errors properly
* Javadocs for DataExtension builder API
* Removed DataProviders based implementation
- Renamed ProviderValueGatherer to DataValueGatherer
2021-04-07 19:09:38 +03:00
WolverStone
175094b6d6
Update locale_CS.txt ( #1830 )
2021-04-04 16:22:10 +03:00
Risto Lahtela
57b6ec87fd
Updated SB Admin 4.2.1 -> 4.5.3
...
- Moved some of the custom rules to style.css
- Did not apply some color changes from upstream.
2021-04-04 10:56:44 +03:00
Hasan-Kose
d1e5b93eaa
Update locale_TR.txt ( #1826 )
2021-04-02 18:18:03 +03:00
Aurélien
aef0592b86
Update locale_FR ( #1819 )
...
* Update locale_FR
* Final edit
* Add missing translation
2021-03-31 08:46:23 +03:00
Risto Lahtela
2daedf98b7
Fixed server page calendar not appearing
2021-03-29 20:12:41 +03:00
Risto Lahtela
923e1ba892
Turkish locale updated by BruilsiozPro ( #1823 )
...
* Update locale_TR.txt (#1821 )
Co-authored-by: Hasan-Kose <78485017+Hasan-Kose@users.noreply.github.com>
* Update locale_TR.txt (#1822 )
Co-authored-by: Hasan-Kose <78485017+Hasan-Kose@users.noreply.github.com>
* Update LangCode.java
* Update Contributors.java
Co-authored-by: Hasan-Kose <78485017+Hasan-Kose@users.noreply.github.com>
2021-03-28 23:48:52 +03:00
Risto Lahtela
7325a92b56
Fixed exported player page not loading json
2021-03-26 18:52:54 +02:00
Kevin
757a31cfa6
Update locale_DE.txt ( #1818 )
2021-03-26 11:29:07 +02:00
Risto Lahtela
c2f6aefc93
Update versions.txt
2021-03-26 10:15:09 +02:00
Risto Lahtela
d29e1058a5
Fixed loader not being removed from player calendar
2021-03-26 09:35:10 +02:00
Risto Lahtela
335778d9af
Fixed world change not applying world playtime to sessions properly
2021-03-26 09:32:02 +02:00
Risto Lahtela
fb8c381466
Applied typo fixes by WolverStones to Czech locale
...
- Added contributor & translator marks in the code
Affects:
- #1817 (Changes incorporated)
2021-03-26 08:53:57 +02:00
Risto Lahtela
28826f3b88
Update json-endpoints.md
2021-03-25 15:54:28 +02:00
Risto Lahtela
3acc001a13
Added a geolocations filter to query page
2021-03-25 09:42:37 +02:00
Risto Lahtela
837616159c
Made join-address pie show text instead when there is only one address
...
Affects issues:
- Close #1809
2021-03-25 08:13:53 +02:00
Risto Lahtela
a0029f1df8
Made processing shutdown more aggressively
...
Affects issues:
- #1814
2021-03-25 08:00:04 +02:00
Risto Lahtela
4f39481549
Made sure json memory cache is never null
...
Affects issues:
- #1814
2021-03-25 07:52:51 +02:00
Risto Lahtela
42827d95b9
Added missing license header
2021-03-24 16:41:13 +02:00