By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

A plugin to implement the soul system on your server
version 1.0.0
Approved
Direct Download How to install?
30 Downloads / 30 Total
2 Reviews
Plugin Description §

Overview

💀 • Souls is a plugin that adds a fun and interesting system to your server, where when a player kills others, he will receive souls that he can sell or exchange for other things. The plugin is fully customizable and has an API in case you need more integrations.

Made with 💖 by Henry8K.

Features

🔗 • Commands: sell and view souls commands were initially implemented in the plugin where you can customize the description and name of the command all in the configuration.

🎯 • API: Create other plugins using the core API of souls as a base and thus improve the experience on your server.

• Custom: The whole plugin was developed 100% configurable, you can finally have total freedom when using a plugin without having to change the code.

🧭 • Clear: enjoy a fast plugin and clean code, this plugin was designed with rules for easy maintenance and good performance.

💾 • Database: All data is stored in YAML, soon I will support the Database and json files. I'm afraid the json will be the most complicated lol.

API

• The plugin's api won't be a difficult problem for you as it's designed to be simple and intuitive, but remember to put the souls plugin dependency in plugin.yml

  1. set dependency: depend: Souls

  2. add plugin classes: use Henry8K\Souls\API\SoulsAPI;

  3. add plugin var: private $soulsAPI;

  4. add plugin callback: $this->soulsAPI = new SoulsAPI($this);

  5. add souls to player $this->soulsAPI->addSouls($player, $amount);

  6. remove souls from player $this->soulsAPI->removeSouls($player, $amount);

  7. set player souls $this->soulsAPI->setSouls($player, $amount);

  8. get player souls $this->soulsAPI->getSouls($player);

• view more informations on our github and get all the API. if you have doubts, create an issue.

Others

🖼️ • Icon: flaticon
⭐ • Author: Henry8K
💀 • Idea: PetterLight

Down-IGuess
using v1.0.0
18 Mar 23
Cool
PetterLight
using v1.0.0
18 Mar 23
thanks for making the plugin Henry :D

Reply to review by :

/ 5
Supported API versions
4.0.0
->
4.17.0
Dependencies
EconomyAPI 5.7.3-PM4
Optional
View Plugin
BedrockEconomy 2.0.8
Optional
View Plugin
Producers §
  • Collaborators:
    • @Henry8K
License §
Categories:
General
Mechanics
Minigame
Fun
Miscellaneous
API plugins
Permissions
Other files
Permissions
Commands

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...