A simple, lightweight, safe way to show your user's Spotify now playing in game

Overview

Spigotify

A simple, lightweight, safe way to show your user's Spotify now playing in game!

Installation

  1. Install PlaceholderAPI.
  2. Install Spigotify
  3. Add both into your plugin folder.
  4. Start your server
  5. Create a last.fm API key.
  6. Add it into the server_root/Spigotify/config.yml file.
  7. Restart your server

Creating a Last.fm API key.

To create an API account, create a Last.fm account and then head to this page. After you fill in this basic form, you will be given an API key to put into the config.yml.

Usage

Feel free to copy/paste this into your server's documentation/discord or whatever.

  1. Create a Last.fm account.
  2. Go to the settings page.
  3. Link your spotify with the "Spotify Scrobbling" feature.

Contributing

Coming soon ™️

You might also like...

My Game Engine tested via my Cubecraft Game

My Game Engine tested via my Cubecraft Game

My Game Engine tested via my Cubecraft Game Install: mvn -P {your OS name} clean install mvn -P mac clean install mvn -P linux clean install mvn -P wi

Oct 3, 2022

BattleShip-Game - This repository contains the code of the BattleShip (Bataille Navale) game programmed in Java.

Bataille Navale Auteur : SABIL Mohamed Amine Comment générer la documentation ? Placez vous dans le sous-dossier src : pour générer la documentation d

Jan 4, 2022

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

The game is a 2D side scrolling system, where a player moves left, right, vertically or diagonally to traverse the game.

Sep 11, 2022

Game where you compete with your frinds in coding challange.

Game where you compete with your frinds in coding challange.

coding-game Game where you compete with your frinds in coding challange. Front end of our project has been moved to another repository, please go : ht

Aug 25, 2021

Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cross-chatting between Minecraft and Discord.

DiscordSync Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cros

Dec 20, 2022

A simple memory game written in java.

A simple memory game written in java.

What's this? A simple memory game written in java. How to play Download the latest release. Ensure that a compatible java runtime is installed (optima

Jun 26, 2022

A fairly Simple Game made in Java,You can adopt Pets, name them, and take care of them for XpPoints and level up!

A fairly Simple Game made in Java,You can adopt Pets, name them, and take care of them for XpPoints and level up!

Introducing PetGame! A simple console based game made by @denzven in Java ☕ About the Game PetGame is my first big project in Java, the rules are simp

Jun 7, 2022

It is a simple java terminal game. I built it in order to practice my code skills that I obtained while I was learning Java.

Java-terminal-game It is a simple java terminal game. I built it in order to practice my code skills that I obtained while I was learning Java. The ga

Jan 20, 2022

Simple Rock Paper Scissors game

Simple Rock Paper Scissors game

Java game Rock Paper Scissors Simple game where you play rock paper scissors against bot. Made for learning purposes. That include some of cool featur

Mar 6, 2022
Comments
  • Added imports, removed imports, changed version

    Added imports, removed imports, changed version

    Spigotify PR Template

    Checklist

    Make sure you check all these boxes! (Replace the space with an x)

    • [x] I have tested my changes.
    • [x] I have bumped the version according to semver.
    • [x] I made sure my code follows the existing code format.

    Description

    What did you change? Why does it improve the project?

    I made it compile and added a pre-compiled release

    Credits (optional)

    Add any credits here.

    opened by DKMKD 0
Releases(v1.3.1)
  • v1.3.1(Mar 9, 2022)

    Full Changelog: https://github.com/mufinlive/Spigotify/compare/v1.2...v1.3.1

    1.3.1 Release for spigotify

    Changelog

    + Replace okhttp with the more lightweight fetch4j
    

    Get the latest build from the CI.

    Source code(tar.gz)
    Source code(zip)
  • v1.2(Mar 8, 2022)

    Full Changelog: https://github.com/mufinlive/Spigotify/compare/v1.1...v1.2

    1.2 release for Spigotify

    Changelog:

    + Changed users.json format to Map instead of Array, this should make lookups exponentially faster.
    + Fixed a lot of nasty errors and made error placeholder more readable. (`Loading...` in favor of `Not found`)
    + Made all code run asynchronously in different threads using parallel streams.
    - Removed old users.json format. This means you will have to delete yours if used in production.
    

    Get the latest build from the CI.

    Source code(tar.gz)
    Source code(zip)
  • v1.1(Mar 8, 2022)

    Full Changelog: https://github.com/mufinlive/Spigotify/compare/v1.0...v1.1

    1.1 release for Spigotify

    Changelog:

    + Cache so requests are made asynchronously on an interval
    + Configuration option to set this interval
    + /spigotify command
    + /spigotify reload command
    + Code cleanup
    

    Get the latest build from the CI.

    Source code(tar.gz)
    Source code(zip)
  • v1.0(Mar 6, 2022)

Owner
Mufin
muffin#2938
Mufin
Blocking the your minecraft plugins to show from server member

BSP Blocking your minecraft server plugins to show. 한국어 README Features Blocking your minecraft server plugins to show. Custom Events. Install Install

Plma75 2 Jan 22, 2022
Snake-Game - A simple snake game written in java.

What's this? A simple snake game written in java. How to play Download the latest release. Ensure that a compatible java runtime is installed (optimal

Patrick260 4 Oct 31, 2022
A simple puzzle game made with Unity to practice the game engine

A simple puzzle game made with Unity to practice the game engine.

Eyüb Salih Özdemir 1 Mar 30, 2022
A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata

Game-Of-Life-Basic A basic representation of the 0-player game, "Game-of-Life", a simple example of basic cellular automata. A cellular automaton is a

Nikhil Narayanan 5 Oct 27, 2022
Sketchware Pro's sources, in Java. Now anyone can contribute to Sketchware Pro.

Sketchware Pro Here you'll find the source code of many classes in Sketchware Pro, and more importantly, the place to contribute to Sketchware Pro. Th

Sketchware Pro 501 Jan 8, 2023
The loader for mods under Fabric. It provides mod loading facilities and useful abstractions for other mods to use, which is compatible with spigot now

Silk The loader for mods under Fabric. It provides mod loading facilities and useful abstractions for other mods to use, which is compatible with spig

null 1 Oct 1, 2022
Brings back Christmas ender chest textures, but now with a unique texture to avoid confusion.

This mod adds a Christmas texture for the ender chest, correcting a wrongdoing done by Mojang in 22w03a. Should work in any version 1.18.1 or newer.

null 4 Nov 11, 2022
Water logistics mod, now on Fabric.

Little Logistics: Fabric Edition Download There are no official downloads at this point. From time to time you may find builds floating arround on the

Luca 1 Jul 10, 2022
[LEGACY] LWJGL 2.X - The Lightweight Java Game Library.

[LEGACY] LWJGL - Lightweight Java Game Library WARNING This is the repository of the original LWJGL, which is no longer actively maintained. Unless yo

Lightweight Java Game Library 529 Dec 26, 2022