- Notifications
You must be signed in to change notification settings - Fork0
🧟 Easily retrieve a player skull textured for a given entity type
License
ArcanePlugins/MobSkullLib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MobSkullLib is a multi-platform resource for plugin development, providing an easy way toretrieve a player skull with the texture of a given entity type. It utilises textures retrievedfrom theMinecraft Heads website.
Warning: MobSkullLib is currently not released, as it does not have a skull texture mapped forall of the required entity types. Please consider contributing to the project by submitting aPR with more of the textures set. :)
- Built for multi-platform support.
- Can be shaded inside your plugins, and can be depended upon externally as a separate plugin.
- Well-documented.
- ...not just yet. ;)
- Uses unit tests to avoid buggy releases.
- As light as a feather.. as it should be!
Requires Java 17 and MC 1.18+
MobSkullLib has a PaperMC-API implementation,MobSkullLib-PaperMC
. It can be shaded into(recommended), or depended upon as an external plugin, to integrate with your PaperMC plugins.
Planned, although currently unavailable. Please let me know if you're interested in using eitherof these implementations.
There are no current plans to provide an implementation for any of these platforms, however,contributions are warmly welcome. Specifically, a Bukkit implementation has been omitted as itseems to require NMS usage.
MobSkullLib may not be used in proprietary software. Please view,'Why open source my premium plugin?'.
Click to toggle license notice.
Copyright (C) 2022 lokka30 and MobSkullLib contributors
This program is free software: you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation, either version 3 of the License, or(at your option) any later version.
This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details.
You should have received a copy of the GNU General Public Licensealong with this program. If not, seehttps://www.gnu.org/licenses/.