https://github.com/me4502/advancedserverlisticons
Advanced Server List Icons for Minecraft
https://github.com/me4502/advancedserverlisticons
client gradle icons minecraft server spigot sponge visual
Last synced: 10 months ago
JSON representation
Advanced Server List Icons for Minecraft
- Host: GitHub
- URL: https://github.com/me4502/advancedserverlisticons
- Owner: me4502
- License: mit
- Created: 2017-01-21T08:45:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T14:31:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T23:33:00.834Z (11 months ago)
- Topics: client, gradle, icons, minecraft, server, spigot, sponge, visual
- Language: Java
- Size: 120 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Advanced Server List Icons
Advanced Server List Icons is a plugin for both the [Sponge](https://www.spongepowered.org/) server platform and the [Spigot](https://spigotmc.org)
server platform that adds allows for customizable per-player server list icons.
## Downloading
### Sponge
The plugin can be downloaded from [the Ore page](https://ore.spongepowered.org/me4502/AdvancedServerListIcons).
Currently this page only contains releases, however it will contain snapshot builds in the future.
### Spigot
The plugin can be downloaded from [the Spigot resource page](https://www.spigotmc.org/resources/advanced-server-list-icons.35114/).
Compiling
---------
The project is written for Java 8 and our build process makes use of [Gradle](http://gradle.org/).
simply run:
gradlew build
Dependencies are automatically handled by Gradle.
Contributing
------------
We happily accept contributions. The best way to do this is to fork the project
on GitHub, add your changes, and then submit a pull request. We'll look at it,
make comments, and merge it into the project if everything works out.
In addition, please ensure your code is compliant with the Sun/Oracle Code
Conventions to keep things neat and readable.
By submitting code, you agree to place to license your code under the [MIT License](https://raw.githubusercontent.com/me4502/AdvancedServerListIcons/master/LICENSE.txt).