-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements ability to use faster player head gatherer (relates to #1646…
…). (#1679) Adds 3 new BentoBox options: - use-cache-server: option which allows to use mc-heads.net API for gathering player heads. It is a bit faster than Mojang API. - heads-per-call: option which allows to specify how many heads will be requested at once per each API call. - ticks-between-calls: option which allows to specify how many ticks should be waited until next API call. All these options will allow much more faster player head gatherer. Changes includes optimization for Mojang API too. For servers in online mode, HeadGetter will use Player UUID, instead of asking for UUID from API.
- Loading branch information
Showing
3 changed files
with
248 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters