Skip to content

A simple WIP plugin that implements an credits based economy for the server.

Notifications You must be signed in to change notification settings

swiftly-solution/swiftly_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftlyLogo

[Swiftly] Shop System

A simple plugin for Swiftly that implements an Shop System (WIP).

Downloads Contributors Issues License


Installation 👀

  1. Download the newest release.
  2. Everything is drag & drop, so i think you can do it!
  3. Setup database connection in addons/swiftly/configs/databases.json with the key swiftly_shop like in the following example:
{
    "swiftly_shop": {
        "host": "...",
        "username": "...",
        "password": "...",
        "database": "...",
        "port": 3306
    }
}

(!) Don't forget to replace the ... with the actual values !!

Configuring the plugin 🧐

  • After installing the plugin, you should change the default values from addons/swiftly/configs/swiftly_shop.json

IMPORTANT ❗

  • This is a WIP plugin, all of the "modules" will be implemented right onto the plugin, it will not be a modular plugin.

FEATURES 📙

  • Simple HP / Kill system.
  • Simple Armor / Kill system.
  • Simple Killscreen system.
  • Simple Grenades Pack on Spawn system.
  • Everything is configurable through addons/swiftly/configs/swiftly_shop.json

TODO 🛡️

  • Add features to the shop (Medic, TAGS, more events etc.).

Creating A Pull Request 😃

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Have ideas/Found bugs? 💡

Join Swiftly Discord Server and send a message in the topic from 📕╎plugins-sharing of this plugin!